Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: XML and EJB Mingling in Weblogic


Message #1 by "Balasubramanian" <sbalu@v...> on Tue, 19 Dec 2000 13:01:33 -0000
we have used the same thing in our project...

problem is your weblogicaux.jar has some classes for xml that conflict with 
jaxp1.1 jar

try this

expand the jaxp package and only pick up these classes and place them in the 
correct directory structure under "classes" folder...it worked for me.

four Impl.class files in com.sun.xml.parser package (two for SAX and two for 
DOM)

and

DocumentBuilder.class
DocumentBuilderFactory.class
FactoryConfigurationError.class
ParserConfigurationException.class
SAXParser.class
SAXParserFactory.class

all in javax.xml.parsers package



>From: "Balasubramanian" <sbalu@v...>
>Reply-To: "Enterprise Java Beans" <enterprise_java_beans@p...>
>To: "Enterprise Java Beans" <enterprise_java_beans@p...>
>Subject: XML and EJB Mingling in Weblogic
>Date: Tue, 19 Dec 2000 13:01:33 -0000
>
>Hi, Friends
>
>    I am using Jaxp 1.1 Parsers for XML Parsing and related stuffs.. I
>tried to parse the xml in serverside by using simple jsp file.. weblogic
>is throwing exception. I am using weblogic 5.1 with service pack 7.
>If any body uses xml versus ejb.. pls forward the example code to me.. Pls
>let me know the solutions as early as possible
>
>S.Balasubramanian
>

--- 
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 
Web Development, Networking & Communications, and Hardware & Systems.  
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
---
You are currently subscribed to enterprise_java_beans as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-enterprise_java_beans-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index