Using axis with jboss, not using jboss-net

2004-02-27 Thread Craig Duncan
  I have successfully created a web service that uses castor to unmarshall a complex xml string.  I am using JBoss as my application server.  I decided not to use jboss-net so that I would have the flexibility to move to a different application server down the road.  So I am deploying the

RE: Axis with JBOSS

2003-03-30 Thread Jorge Lorenzo
mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 7:41 PM To: [EMAIL PROTECTED] Subject: Re: Axis with JBOSS I'm using JBoss-3.0.6_Tomcat-4.1.18. I use an exploded war that I put together myself, mostly stealing parts from the default axis webapp. I haven't encountered the n

RE: Axis with JBOSS

2003-03-30 Thread Cohan, Sean
esday, March 26, 2003 7:41 PM To: [EMAIL PROTECTED] Subject: Re: Axis with JBOSS I'm using JBoss-3.0.6_Tomcat-4.1.18. I use an exploded war that I put together myself, mostly stealing parts from the default axis webapp. I haven't encountered the null pointer error. When you say ex

Re: Re: Axis with JBOSS

2003-03-27 Thread byers
s-net.sar and server/all/lib/axis.jar. PS : exploded axis webapps work better Thanks anyway, Byers > Message du 26/03/03 23:02 > De : Nicholas <[EMAIL PROTECTED]> > A : [EMAIL PROTECTED], [EMAIL PROTECTED] > Copie à : > Objet : Re: Axis with JBOSS > Pack your war

Re: Axis with JBOSS

2003-03-26 Thread Bill Pfeiffer
;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 12:41 PM Subject: Axis with JBOSS > Hi, > > I try to use Axis (1.1rc2 or 1.0) with JBOSS 3.0.6 (with Tomcat), but I got NullPointerExceptions (see below) when I use : > http://192.XXX.XXX.XXX:8080/axis/s

Re: Axis with JBOSS

2003-03-26 Thread Nicholas
Pack your war into an ear with an application.xml as follows: http://java.sun.com/j2ee/dtds/application_1_2.dtd";> AXIS axis.war /axis Also, it works better if exploded. Then it can actually write to the server-config.wsdd when you deploy WSDD files. The exploded e

Axis with JBOSS

2003-03-26 Thread byers
Hi, I try to use Axis (1.1rc2 or 1.0) with JBOSS 3.0.6 (with Tomcat), but I got NullPointerExceptions (see below) when I use : http://192.XXX.XXX.XXX:8080/axis/servlet/AxisServlet http://192.XXX.XXX.XXX:8080/axis/EchoHeaders.jws?method=list http://192.XXX.XXX.XXX:8080/axis/servlet/AdminServlet ..

RE: Axis with JBoss and SunOne App server

2003-02-05 Thread thomas . cherel
: Axis with JBoss and SunOne App server   Does anyone know if Axis can be installed with JBoss or SunOne App server to deploy the soap services. I am currently using weblogic 7.0 and Apache SOAP. We want to migrate to Apache Axis and also port our application to JBoss and SunOne App server

Re: Axis with JBoss and SunOne App server

2003-02-05 Thread Nicholas
Axis is already integrated into JBoss. It is called JBoss.Net. //Nicholas --- Praveen Peddi <[EMAIL PROTECTED]> wrote: > Does anyone know if Axis can be installed with JBoss > or SunOne App server to deploy the soap services. I > am currently using weblogic 7.0 and Apache SOAP. We > want to migr

Antw: Axis with JBoss and SunOne App server

2003-02-05 Thread Markus Frommherz
Hi Praven, from jboss 3.0.X upwards, Axis is integrated in JBoss (through JMX) out of the Box. Sea subproject JBOSS.NET. Cheers, Markus >>> [EMAIL PROTECTED] 05.02.2003 15.27 Uhr >>> Does anyone know if Axis can be installed with JBoss or SunOne App server to deploy the soap services. I am c

Axis with JBoss and SunOne App server

2003-02-05 Thread Praveen Peddi
Does anyone know if Axis can be installed with JBoss or SunOne App server to deploy the soap services. I am currently using weblogic 7.0 and Apache SOAP. We want to migrate to Apache Axis and also port our application to JBoss and SunOne App server.   Thanks   Praveen