RE: [Axis2] jar conflicts

2006-09-22 Thread Spies, Brennan
y want to set up a separate server instance for Axis just to isolate this behavior. Brennan -Original Message- From: Jesse Vitrone [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 1:08 PM To: axis-user@ws.apache.org Subject: Re: [Axis2] jar conflicts I tried a few thing

Re: [Axis2] jar conflicts

2006-09-21 Thread Giri
Hi when i deploy axis web service in WAS5.0 te following error i used to get in server log files.? log4j:WARN No appenders could be found for logger (com.awpl.ws.servicebean.WsUtil). log4j:WARN Please initialize the log4j system properly. java.lang.SecurityException: class "org.apache.log4j.Pr

Re: [Axis2] jar conflicts

2006-09-18 Thread Jesse Vitrone
ideas what I can do to get WebSphere to work? Thanks in advance. - Original Message From: Davanum Srinivas <[EMAIL PROTECTED]> To: axis-user@ws.apache.org; Jesse Vitrone <[EMAIL PROTECTED]> Sent: Monday, September 18, 2006 9:53:45 AM Subject: Re: [Axis2] jar conflicts Ple

Re: [Axis2] jar conflicts

2006-09-18 Thread Davanum Srinivas
: Davanum Srinivas <[EMAIL PROTECTED]> To: axis-user@ws.apache.org; Jesse Vitrone <[EMAIL PROTECTED]> Sent: Friday, September 15, 2006 3:12:53 PM Subject: Re: [Axis2] jar conflicts Please run javap to look at the signatures and let us know which jar has the bad QName. javap

Re: [Axis2] jar conflicts

2006-09-18 Thread Jesse Vitrone
CTED]> Sent: Friday, September 15, 2006 3:12:53 PM Subject: Re: [Axis2] jar conflicts Please run javap to look at the signatures and let us know which jar has the bad QName. javap -classpath woden-SNAPSHOT.jar -public javax.xml.namespace.QName thanks, dims On 9/14/06, Jesse Vitrone <[EMAIL

Re: [Axis2] jar conflicts

2006-09-15 Thread Davanum Srinivas
Please run javap to look at the signatures and let us know which jar has the bad QName. javap -classpath woden-SNAPSHOT.jar -public javax.xml.namespace.QName thanks, dims On 9/14/06, Jesse Vitrone <[EMAIL PROTECTED]> wrote: I'm getting the following error when I run - java.lang.NoSuchMethodEr

Re: [Axis2] jar conflicts

2006-09-14 Thread Ajith Ranabahu
Hi, My guess is the culprit could be the jaxrpc.jar. However I would say this is not a reason to give up. One thing you can try is to rename the jaxrpc.jar so that it has a name like xxxjaxrpc.jar to force the classloader to load it later. Or you can expand it, remove the QName class and repackage

[Axis2] jar conflicts

2006-09-14 Thread Jesse Vitrone
I'm getting the following error when I run - java.lang.NoSuchMethodError: javax.xml.namespace.QName.(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V at com.starwood.valhalla.booking.BookingServiceStub$CreateBooking.(BookingServiceStub.java:19569) >From what I see online, this