RE: Axis with JBOSS

2003-03-30 Thread Jorge Lorenzo
Try to rename the "axis" directory as "axis.war" in the jBoss deployment directory. This way you don't have to jar/war any thing. -Mensaje original- De: Cohan, Sean [mailto:[EMAIL PROTECTED] Enviado el: domingo, 30 de marzo de 2003 22:39 Para: '[EMAIL PROTECTED]' Asunto: RE: Axis with JBOS

Axis and Idea

2003-03-30 Thread Mark Derricutt
Hi - the other day I post a message about a problem I was getting with using Axis inside an Idea plugin. Havn't had any response so thought I'd try again. Anyone know what the problem here is? Any idea why I'd be getting a ClassCastException? Thinking it might be conflict in Xerces between w

Re: Error 503 service unavailable

2003-03-30 Thread Steve Loughran
sometimes the app server can generate things like this if hasnt fully init'ed a webapp yet. After deploying i spin waiting for a timestamped property file being visible before hitting deployment urls - Original Message - From: "Sochea Meas (LMC)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Thomas KRIECHBAUM ist außer Haus.

2003-03-30 Thread Thomas KRIECHBAUM
Ich werde ab 31.03.2003 nicht im Büro sein. Ich kehre zurück am 07.04.2003. Die Rückmeldung bezieht sich auf ein Mail mit folgendem Thema: Null pointer Exception while loading the class. Gesendet (c) G

Null pointer Exception while loading the class.

2003-03-30 Thread rkrishn5
Hi, I am using apache axis 1.1 and Jakarta Tomcat 4.1.18 in standalone mode on Windows 2000 advanced server. I have written a webservice and the "SoapBindingImpl" class generated for this web service, loads my application class object , which is located in a jar file, by calling "new". I have copi

RE: Axis with JBOSS

2003-03-30 Thread Cohan, Sean
I was trying to get my axis web services to run under the jboss server\default\deploy. I was unsuccessful (but I didn't have the time to figure it all out.) Just to test it out, I ended up copying all of my class files under the tomcat webapps\axis\web-inf\classes dir. To run under jboss, what d