Open 'startWebLogic.cmd' in edit mode and replace line 95 to 97 with the following text:
set SAVE_JAVA_OPTIONS=-Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl set JAVA_OPTIONS=%SAVE_JAVA_OPTIONS% and see if this wsorks. Chinmoy On Tue, Aug 25, 2009 at 3:02 AM, Hu, Mary - ITG <[email protected]>wrote: > After removed this jar, weblogic can't parse TLD anymore: > > Error while parsing the Tag Library Descriptor at "c: ... > \war\WEB-INF\lib\struts-1.2.9-lib.jar!/META-INF/tlds/struts-tiles.tld". > com.ctc.wstx.exc.WstxIOException: java.sun.com > at > com.ctc.wstx.sr.StreamScanner.throwFromIOE(StreamScanner.java:683) > at > com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1086) > at > weblogic.servlet.internal.TldCacheHelper$TldIOHelper.parseXML(TldCacheHe > lper.java:134) > > Mary Hu > Int: 8.226.2620 > Ext: 973.793.2620 > > -----Original Message----- > From: Andreas Veithen [mailto:[email protected]] > Sent: Monday, August 24, 2009 4:54 PM > To: [email protected] > Subject: Re: imcompatible issue between axis2 and weblogic 10 > > Try removing geronimo-stax-api_1.0_spec-1.0.1.jar from WEB-INF/lib. > > Andreas > > On Mon, Aug 24, 2009 at 22:28, Hu, Mary - ITG<[email protected]> > wrote: > > > > In axis2 - Application Server Specific Configuration Guide, it > mentions > > how to deploy axis2 into weblogic. However, I have seen an issue that > is > > blocking me. I wonder anyone has a solution for it: > > > > 1. I have a WAR containing axis2 jars. > > > > 2. My application requires prefer-web-inf-classes to be set as "true" > in > > weblogic.xml. > > > > 3. I got below exception: > > > > java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory > cannot > > be cast > > to javax.xml.stream.XMLInputFactory > > at > javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:137 > > ) > > at > weblogic.servlet.internal.TldCacheHelper$TldIOHelper.parseXML(TldCach > > eHelper.java:124) > > > > > > I know it is because weblogic can't use Woodstock stream parser. But > how > > to instruct weblogic to use Woodstock beside wrap the app into an EAR > > (It doesn't apply me case)? > > > > Appreciate any help. > > > > > > Mary Hu > > > > This email is confidential and subject to important disclaimers and > > conditions including on offers for the purchase or sale of > > securities, accuracy and completeness of information, viruses, > > confidentiality, legal privilege, and legal entity disclaimers, > > available at http://www.jpmorgan.com/pages/disclosures/email. > > > > > This email is confidential and subject to important disclaimers and > conditions including on offers for the purchase or sale of > securities, accuracy and completeness of information, viruses, > confidentiality, legal privilege, and legal entity disclaimers, > available at http://www.jpmorgan.com/pages/disclosures/email. >
