Re: [AXIS2] BEA 8.1 sp4

2006-08-09 Thread Jim Mattson
I found my problem ... stupid one. I did not have the xml declaration in my weblogic.xml ~ doh!Anyway, the validate screen still has the version error:Essential Components Found Apache-Axis (org.apache.axis2.transport.http.AxisServlet) at

Re: [AXIS2] BEA 8.1 sp4

2006-08-09 Thread Davanum Srinivas
Are u deploying this unpacked? can you please try that. If that does not work, then Please switch to a nightly build. -- dims On 8/9/06, Jim Mattson [EMAIL PROTECTED] wrote: I found my problem ... stupid one. I did not have the xml declaration in my weblogic.xml ~ doh! Anyway, the validate

[AXIS2] BEA 8.1 sp4

2006-08-08 Thread Jim Mattson
I just downloaded Axis2.war from the site and deployed it in BEA Weblogic 8.1 sp4. I am trying to evaluate what needs to occur on migrating from Axis 1.3 to 2 for an upcoming project. Are they compatible? I got the following error: Aug 8, 2006 9:39:38 AM CDT Error HTTP BEA-101017

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread Davanum Srinivas
Jim, Could you please edit the HappyAxis.jsp in your web app and add the following lines: needed += needClass(out, javax.xml.namespace.QName, qname.jar, QNAME, Axis2 will not work, http://xml.apache.org/axis2/;); Right after the section that

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread robert lazarski
Just to add to Dims advice, you could also try using prefer-web-inf-classestrue/prefer-web-inf-classes in weblogic.xml to insure that WEB-INF/lib jars will be loaded before weblogic jars HTH, Robert http://www.braziloutsource.com/ On 8/8/06, Davanum Srinivas [EMAIL PROTECTED] wrote: Jim,

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread Jim Mattson
Here is the output:Found QNAME (javax.xml.namespace.QName) at C:\bea\weblogic81\server\lib\weblogic.jarAs expected it is finding weblogic's version of QNameOn 8/8/06, Davanum Srinivas [EMAIL PROTECTED] wrote: Jim,Could you please edit the HappyAxis.jsp in your web app and add thefollowing

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread Jim Mattson
I've tried your suggestion:!DOCTYPE weblogic-web-app PUBLIC -//BEA Systems, Inc.//DTD Web Application 6.0//EN http://www.bea.com/servers/wls600/dtd/weblogic-web-jar.dtd weblogic-web-app prefer-web-inf-classestrue/prefer-web-inf-classes/weblogic-web-appI'm still getting the same issue. Do I need to

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread robert lazarski
I believe the stax-api jar from the axis2 distro should be where you are getting this class. Make sure that its in your WEB-INF/lib and then your prefer-web-inf-classes tag should pick it up. HTH, Robert http://www.braziloutsource.com/ On 8/8/06, Jim Mattson [EMAIL PROTECTED] wrote: I've tried

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread Jim Mattson
Thanks for the continued help. I have been unsuccessful in getting the correct Qname from picking up. Any other ideas?Here is my weblogic.xml in the web-inf folder:!DOCTYPE weblogic-web-app PUBLIC -//BEA Systems, Inc.//DTD Web Application 8.1//EN

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread Davanum Srinivas
Did you try any of these? http://www.google.com/search?hl=enq=qname+conflict+weblogicbtnG=Google+Search -- dims On 8/8/06, Jim Mattson [EMAIL PROTECTED] wrote: Thanks for the continued help. I have been unsuccessful in getting the correct Qname from picking up. Any other ideas? Here is my

Re: [AXIS2] BEA 8.1 sp4

2006-08-08 Thread robert lazarski
Is that syntax right? You could try this: weblogic-web-app container-descriptor prefer-web-inf-classestrue/prefer-web-inf-classes /container-descriptor /weblogic-web-app I'd imagine you'd have gotten an error though. Have you looked at your logs and verified that weblogic.xml is correct and