|
One more attempt at this and now I am going to set this aside until...
someone has an idea on how to handle this:
I made a change to the jvm settings in the domain.xml file based on this
article:
http://forums.sun.com/thread.jspa?tstart=30&forumID=34&threadID=542044&trange=15
I added the following:
<jvm-options>-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
</jvm-options>
The good news is that it seemed to change things. The bad news is that
it cannot find the class:
[#|2010-09-24T11:48:51.497-0600|WARNING|glassfish3.0.1|org.jvnet.hk2.osgimain|_ThreadID=1;_ThreadName=Thread-5;|Exception
while starting bundle com.sun.enterprise.osgi-adapter [88]
org.osgi.framework.BundleException: Activator start error in bundle
com.sun.enterprise.osgi-adapter [88].
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1751)
Caused by: javax.xml.transform.TransformerFactoryConfigurationError:...
Provider org.apache.xalan.processor.TransformerFactoryImpl not found
I have stuffed the xalan.jar, et al jar into every /lib folder I canYou are right in concluding that classloading has changed from version 2 to version 3.
think of and still no joy. I spent some time looking into how Glassfish
V3 is doing class loading but I can't figure out why what I have done is
still not working. I could script some explicit class loading but I
have already invested 10 more hours into this than I wanted to.
The deployed apps run fine but the nice thing about Glassfish isI don't quite agree on that :) The autodeploy method is quite convenient.
administration and right now the command line method and autodeploy
method is a step backward, even from Tomcat. Hoping someone else has
some insight here.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.