Hi Pranay Parsatwar,

 

Thank you for your reply - but I don't understand what you mean.

 

I am starting websphere out of my IDE (WSAD) so I can change the order of my jars,

but it doesn't change anything.

 

I do not want to include my classes in a jar (service.jar), because I will debug the classes in

my IDE when websphere running.

 

Do you have an idea form y problem???

 

Thanks in advance

Thomas 

 


Von: Pranay Parsatwar [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 19. Oktober 2004 14:00
An: [EMAIL PROTECTED]
Betreff: RE: Websphere 5.1 and Axis rc1

 

Hi,

 

Me too using Websphere 5.1 for my service and I have never faced this problem. I guess you need to check up how ur deployment process is. I'll list down my application structure as follows, might be helpful,

 

WEB-INF

            web.xml

            classes

                        ur service classes

            lib

                        wsdl4j.jar

                        axis-ant.jar

                        commons-discovery.jar

                        commons-logging.jar

jaxrpc.jar

log4j-1.2.8.jar

saaj.jar

axis.jar

 

You also have a way of making a jar file of ur service classes and including that in WEB-INF/lib folder, say service.jar. So your classes folder will not have anything.

 

I guess if you follow the above structure, you wont get the problem, as WEB-INF/lib folder binary will be working in a different class loaders as of the app server binaries.

 

Let me know if this helps.

Thanks & Regards
Pranay Parsatwar 

MphasiS
India
2nd Floor,, The Leela Business Park
Andheri Kurla Road,
Andheri (East)
Mumbai - 400 059
Tel: (91)-22-56777777
http://www.mphasis.com/


From: Arijit Mukherjee [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 19, 2004 5:18 PM
To: [EMAIL PROTECTED]
Subject: RE: Websphere 5.1 and Axis rc1

 

Hi Thomas

 

I had similar problems (with tomcat though). Tomcat needs all java.* and javax.* classes in TOMCAT_HOME/common/lib or TOMCAT_HOME/common/endorsed. There

would probably be something similar in WebSphere. You need to make sure that the jar files in Axis and Websphere are equivalent...

 

Hope this helps.

 

Arijit

 


From: Dorner, Thomas [mailto:[EMAIL PROTECTED]
Sent: 19 October 2004 12:35
To: [EMAIL PROTECTED]
Subject: Websphere 5.1 and Axis rc1

Hello all,

 

I got an java.lang.IncompatibleClassChangeError when I make a call to my WebService using

Websphere 5.1. I learn form the mailinglist, that the problem belongs to the jars delivered with

AXIS and Websphere. Especially the saaj.jar causes the problem!?

 

Can someone tell me, how I can solve this problem please???

 

 

Thanks for any hint

 

Thomas

Reply via email to