Re: Loading Axis2 repository from classpath instead of file system

2010-01-28 Thread Stephanos Piperoglou
Great East London Software Company übermittelt Andreas Veithen 28/01/2010 16:08 Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: Loading Axis2 repository from classpath instead of file system Yes, this is possible, but you need to add services.list and

Re: Loading Axis2 repository from classpath instead of file system

2010-01-28 Thread Andreas Veithen
> To > axis-user@ws.apache.org > cc > Subject > Unable to engage module : rampart > > > > > > > > Hi, > > I have a web service client that ran perfectly under Axis2 (stub generated > using ADB bindings) until the provider (not under my control) added

Loading Axis2 repository from classpath instead of file system

2010-01-28 Thread Stephanos Piperoglou
il the provider (not under my control) added WS-Security and now requires username/password auth. I have tried with little success to integrate Rampart into our set-up. What I did, piecing things together from various how-tos: 1. Added all the rampart jars to the classpath 2. Created a client

Re: AXIS2 ERROR: 'org.apache.axis2.transport.http.AxisServlet', is not a known servlet.Servlets belong in the classpath, often in WEB-INF/classes.

2009-08-04 Thread Claire Loto
Hi Sudhanshu, Yes , I included axis2-1.2.jar is in included in the classpath and it is also available under /WEB-INF/lib directory. Thanks, Claire Sudhanshu Umalkar Umalkar wrote: Have you included Axis jar in the classpath or is it available under /WEB-INF/lib folder? Regards, Sudhanshu

RE: AXIS2 ERROR: 'org.apache.axis2.transport.http.AxisServlet', is not a known servlet.Servlets belong in the classpath, often in WEB-INF/classes.

2009-08-04 Thread Sudhanshu Umalkar Umalkar
Have you included Axis jar in the classpath or is it available under /WEB-INF/lib folder? Regards, Sudhanshu _ From: Claire Loto [mailto:l...@taosolutions.biz] Sent: Tuesday, August 04, 2009 1:19 PM To: axis-user@ws.apache.org Subject: AXIS2 ERROR: 'org.apache.

AXIS2 ERROR: 'org.apache.axis2.transport.http.AxisServlet', is not a known servlet.Servlets belong in the classpath, often in WEB-INF/classes.

2009-08-04 Thread Claire Loto
:48:09.875] WEB-INF/web.xml:80: 'org.apache.axis2.transport.http.AxisServlet' is not a known servlet. Servlets belong in the classpath, often in WEB-INF/classes. Any idea how to resolve this issue? thanks, claire

Re: MAR files and classpath (axis2-mar-maven-plugin)

2009-06-26 Thread Andreas Veithen
Björn, XmlBeans definitely doesn't use its own classloader, but the explanation is probably that it uses the wrong classloader, i.e. the Web app classloader (loading classes from WEB-INF/classes and WEB-INF/lib). I guess that the XmlBeans JAR is deployed in WEB-INF/lib and that your module contain

Re: MAR files and classpath (axis2-mar-maven-plugin)

2009-06-26 Thread Björn Hagemeier
Dear Andreas, when removing all _my_ jars from the WEB-INF/lib folder (I assume you didn't mean removing all, as many of them are there from the plain axis2 war deployment), I still get the same behavior. I have debugged a little by adding "-verbose" to my JAVA_OPTS environment, so it would sho

Re: MAR files and classpath (axis2-mar-maven-plugin)

2009-06-23 Thread Andreas Veithen
Björn, Can you post the exception (including stack trace) you get when you deploy just the MAR (i.e. when you remove _all_ your JARs from WEB-INF/lib)? Andreas 2009/6/23 Björn Hagemeier : > Dear Andreas, > > there are a whole bunch of JARs in my MAR (about 44). To give you an > example, here are

Re: MAR files and classpath (axis2-mar-maven-plugin)

2009-06-23 Thread Björn Hagemeier
Dear Andreas, there are a whole bunch of JARs in my MAR (about 44). To give you an example, here are two prominent examples, which I know don't get picked up from the MAR: == -rw-r--r-- 2.0 unx 873863 b- defN 19-May-09 16:29 lib/SAMLtypes-1.1

Re: MAR files and classpath (axis2-mar-maven-plugin)

2009-06-23 Thread Andreas Veithen
Björn, Can you please give us some more details about which JARs are not picked up and how your code uses the classes in these JARs? Andreas On Tue, Jun 23, 2009 at 13:59, Björn Hagemeier wrote: > Dear all, > > I'm using the axis2-mar-maven-plugin to build an AA module, which contains a > number

MAR files and classpath (axis2-mar-maven-plugin)

2009-06-23 Thread Björn Hagemeier
Dear all, I'm using the axis2-mar-maven-plugin to build an AA module, which contains a number of dependencies. I need to configure the plugin with true to get all the dependencies in. However, I also need to copy some of the dependencies manually to axis2/WEB-INF/lib, as not all of them seem

Re: Axis2 consumer within Axis2 provider classpath issue

2009-02-09 Thread Amila Suriarachchi
great (as a jar > file) - the axis2.xml file is in the classpath > > I have an AXIS2 web service which works great where the axis2.xml file is > in the WEB-INF directory. (axis2 included as part of the web application) > > How would you combine the two? > Do you want to use the c

Re: Axis2 consumer within Axis2 provider classpath issue

2009-02-09 Thread Amila Suriarachchi
On Wed, Jan 14, 2009 at 11:12 AM, Hundtofte, Rex A wrote: > I am getting a NoClassDefFoundError when my Axis2 consumer code is > executed inside of an Axis2 provided web service. I have an aar file > deployed to my web server, the consumer code and generated client stub > classes are in separate

RE: Axis2 consumer within Axis2 provider classpath issue

2009-02-09 Thread Paul French
Bump? Anyone?? _ From: Paul French [mailto:paul.fre...@kirona.com] Sent: 05 February 2009 10:25 To: axis-user@ws.apache.org Subject: RE: Axis2 consumer within Axis2 provider classpath issue Any chance someone could give some insight into this thread? I've created a web c

RE: Axis2 consumer within Axis2 provider classpath issue

2009-02-05 Thread Paul French
rg Subject: AW: Axis2 consumer within Axis2 provider classpath issue Hi group, I am jumping in as well.. I got the same question what the recommended way is in such a case? I got problems that the handlers were used for my service and my stub communications which confused me. Any standard

AW: Axis2 consumer within Axis2 provider classpath issue

2009-02-03 Thread Matthias.Gaiser
...@kirona.com] Gesendet: Mittwoch, 14. Januar 2009 10:41 An: axis-user@ws.apache.org Betreff: RE: Axis2 consumer within Axis2 provider classpath issue Apologies for jumping in on this thread but I too would be very interested in the recommended way to provide an AXIS2 web service which may contain

XMLBeans deserialisation classpath issues with inherited types

2009-01-14 Thread Martin Scholl
Hi, currently I am confronted with some wired XMLBeans classpath issue during deserialisation of inherited types. First of all the setup: - Axis2-141, Tomcat 6, XMLBeans 2.3.0 - the web service is deployed as an aar containing a lib folder where all service related libraries are situated

RE: Axis2 consumer within Axis2 provider classpath issue

2009-01-14 Thread Paul French
make sense to me if you plan to provide the same handlers and modules for both. For example I have a web service client stub that works great (as a jar file) - the axis2.xml file is in the classpath I have an AXIS2 web service which works great where the axis2.xml file is in the WEB-INF directory

Axis2 consumer within Axis2 provider classpath issue

2009-01-13 Thread Hundtofte, Rex A
I am getting a NoClassDefFoundError when my Axis2 consumer code is executed inside of an Axis2 provided web service. I have an aar file deployed to my web server, the consumer code and generated client stub classes are in separate jar files under the WEB-INF/lib directory. The incoming request pr

Re: minimum set of libraries in classpath.

2009-01-07 Thread Christoph Ludwig
e latter one may be a better place.) Should I open a JIRA ticket for this? Regards Christoph > On Sat, Jan 3, 2009 at 12:55 AM, Shah Asrani wrote: > > > Is there any link that talks about minimum set of libraries for Axis2 > > required on classpath. There are so many libarie

Re: minimum set of libraries in classpath.

2009-01-05 Thread Shah Asrani
5 AM, Shah Asrani wrote: >> >> Is there any link that talks about minimum set of libraries for Axis2 >> required on classpath. There are so many libaries and I am including >> all of them in the classpath to build an OperationClient. I would >> prefer to keep class

Re: minimum set of libraries in classpath.

2009-01-03 Thread Amila Suriarachchi
please have a look at here[1]. thanks, Amila. [1] http://amilachinthaka.blogspot.com/2008/11/minimal-jars-to-run-apache-axis2.html On Sat, Jan 3, 2009 at 12:55 AM, Shah Asrani wrote: > Is there any link that talks about minimum set of libraries for Axis2 > required on classpath. There

minimum set of libraries in classpath.

2009-01-02 Thread Shah Asrani
Is there any link that talks about minimum set of libraries for Axis2 required on classpath. There are so many libaries and I am including all of them in the classpath to build an OperationClient. I would prefer to keep classpath entries to minimum. Shah

classpath errors when compiling SampleClient.java

2008-10-22 Thread anitha chintamaneni
I am new to axis2. I have deployed the HelloWorld service into the tomcat server. I have included all the jar files as shown in the axis2 userguide. http://ws.apache.org/axis/java/user-guide.html I have set the classpath when compiling the SampleClient.java as said in the below link. http

Classpath errors when compiling SampleClient.java

2008-10-22 Thread anitha chintamaneni
e.org/axis/java/user-guide.html I have set the classpath when compiling the SampleClient.java as said in the below link. http://ws.apache.org/axis/java/install.html#ClasspathSetup Attached is the SampleClient.java, modified according to the deployed service it is invoking. I Also attached the Cal

Re: Classes in classpath (Axis2)

2008-10-11 Thread ibrahim demir
s-user@ws.apache.org Sent: Sunday, October 12, 2008 3:44:44 AM Subject: Re: Classes in classpath (Axis2) > Hi Deepal; > > Thanks for the reply and excuses for the latency but I can not run my > service till it is in the web-inf /classes directroy of the axis2 war. Hmm ,I am not that f

Re: Classes in classpath (Axis2)

2008-10-11 Thread Deepal jayasinghe
rstand it first checks in side the aar file then > the war archive. But it can not get out of the war archive. So I had > to duplicate my classes in both jboss global classpath and > axis2.war/web-inf/classes but this is not a preferable way for me. You do not need to duplicate , I mean it

Re: Classes in classpath (Axis2)

2008-10-11 Thread ibrahim demir
duplicate my classes in both jboss global classpath and axis2.war/web-inf/classes but this is not a preferable way for me. I belive I must do some mapping my be I must put the war file in an ear but I do not know how my congisuration should be. Is there any reccomendation or samğle code that

Re: Classes in classpath (Axis2)

2008-10-10 Thread Deepal Jayasinghe
> Hi All; > > I have a problem about classpath and classes . I have written my > request handler and published it using axis2.war and added my classes > in a aar file by defining its package and class name in services.xml > and it works fine .. (I am on Jboss 4.0.3) > >

Classes in classpath (Axis2)

2008-10-10 Thread ibrahim demir
Hi All; I have a problem about classpath and classes . I have written my request handler and published it using axis2.war and added my classes in a aar file by defining its package and class name in services.xml and it works fine .. (I am on Jboss 4.0.3) Now I want to remove the class files

Re: ClassNotFoundException But the Classpath is Correct?

2008-05-23 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -classpath C:\WMP\UL\QuoteQueueWorkspace\QuoteQueue\build\classes\ Michael Davidson wrote: | I'm trying to use the Java2WSDL command like so: | | java -classpath | C:\WMP\UL\QuoteQueueWorkspace\QuoteQueue\build\classes\app\quotequeue\webser

ClassNotFoundException But the Classpath is Correct?

2008-05-23 Thread Michael Davidson
I'm trying to use the Java2WSDL command like so: java -classpath C:\WMP\UL\QuoteQueueWorkspace\QuoteQueue\build\classes\app\quotequeue\webservices -cp %AXISCLASSPATH% org.apache.axis.wsdl.Java2WSDL -o QuoteQueue.wsdl -l" http://localhost:/QuoteQueue/services/QuoteQueueWebSe

Re: Load text/image files from Axis2 classpath?

2008-03-11 Thread Deepal jayasinghe
lt;mailto:[EMAIL PROTECTED]>> wrote: Hi, Is it possible to load text or image files placed under WEB-INF/classes directory? If those files are in the classes folder then they are supposed to be in the application classpath and then there is a method to retrieve them so

Re: Load text/image files from Axis2 classpath?

2008-03-11 Thread Upul Godage
> If those files are in the classes folder then they are supposed to be in > the application classpath > and then there is a method to retrieve them so is not necessary to specify > the full path to the file? > > Thanks in advance! > > -- >

Load text/image files from Axis2 classpath?

2008-03-11 Thread Moley Harey
Hi, Is it possible to load text or image files placed under WEB-INF/classes directory? If those files are in the classes folder then they are supposed to be in the application classpath and then there is a method to retrieve them so is not necessary to specify the full path to the file? Thanks

RE: Spring not loading classpath resources not found in AAR

2008-01-15 Thread Gladwell, Ricado
loading classpath resources not found in AAR On Jan 15, 2008 2:06 PM, Gladwell, Ricado <[EMAIL PROTECTED]> wrote: > Hi All, > > For some reason, I get a DeploymentException when attempting to load > classpath resources in my Spring application context XML. > > Caused by: or

Re: Spring not loading classpath resources not found in AAR

2008-01-15 Thread robert lazarski
On Jan 15, 2008 2:06 PM, Gladwell, Ricado <[EMAIL PROTECTED]> wrote: > Hi All, > > For some reason, I get a DeploymentException when attempting to load > classpath resources in my Spring application context XML. > > Caused by: org.apache.axis2.AxisFault: Error

Spring not loading classpath resources not found in AAR

2008-01-15 Thread Gladwell, Ricado
Hi All, For some reason, I get a DeploymentException when attempting to load classpath resources in my Spring application context XML. I use the following XML fragment in my code which passes integration testing, but fails when I deploy the Spring configuration as an AAR

RE: POJO Classpath Question

2007-12-03 Thread Ric.L.Parks
Oops. Missed that one. Thanks! _ From: Spies, Brennan [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 11:53 AM To: axis-user@ws.apache.org Subject: RE: POJO Classpath Question How about WEB-INF/classes? -Original Message- From: [EMAIL PROTECTED] [mailto

RE: POJO Classpath Question

2007-12-03 Thread Spies, Brennan
How about WEB-INF/classes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 11:49 AM To: axis-user@ws.apache.org Subject: POJO Classpath Question I am trying to implement a simple encryption service using POJOs in Tomcat. I

POJO Classpath Question

2007-12-03 Thread Ric.L.Parks
I am trying to implement a simple encryption service using POJOs in Tomcat. I use an encryption package that is supplied to me as a jar. This encryption package requires that a keystore file of a specified name be found on the classpath. I've tried putting this file in all sorts of likely p

Axis2 1.3 JAX-WS Client with WSDL in Classpath

2007-11-20 Thread Cameron Taggart
I'm trying to connect to a JAX-WS web service served from GlassFish. What JAX-WS API version does Axis2 1.3 support? I was hoping it would be listed in the manifest.mf in axis2-jaxws-api-1.3.jar, but it isn't. The attached client code works in that it retrieves the wsdl from the clas

Re: [AXIS2] [SOLVED] ClassPath problems in JBoss

2007-09-27 Thread Lorenzo
Thx Robert, that works! Thank you and Sumeda for your patience. Lorenzo On gio, 2007-09-27 at 08:59 -0400, robert lazarski wrote: > Its been about a year since I last did this and it was with Axis2 1.1 > and jboss 4.0.4 . However, the way I did it was to put jboss-app.xml > in the META-INF dir

Re: [AXIS2] ClassPath problems in JBoss

2007-09-27 Thread robert lazarski
Its been about a year since I last did this and it was with Axis2 1.1 and jboss 4.0.4 . However, the way I did it was to put jboss-app.xml in the META-INF dir of the ear - myexample.ear in this example: http://www.jboss.org/j2ee/dtd/jboss-app_3_2.dtd'> jboss.loader:loader=myexample.

Re: [AXIS2] ClassPath problems in JBoss

2007-09-27 Thread Lorenzo
Thx Robert, I tryed adding a jboss-app.xml into ear's WEB-INF com.example:loader=openspcoop.ear java2ParentDelegation=false and i get the loader-repository ObjectName appear in the JMX-Console with all the libs listed. I put in ear's lib only the Axis2 jars for

Re: [AXIS2] ClassPath problems in JBoss

2007-09-26 Thread robert lazarski
Have you deferred your classloading preference to axis2 jars in a boss-app.xml as shown here? http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration HTH, Robert > Hi Sumeda, > > i use Axis2 1.3 and Jboss 4.0.5.GA > > If i move only axis2-saaj nothing happens (it still use jboss impl)

Re: [AXIS2] ClassPath problems in JBoss

2007-09-26 Thread Lorenzo
Hi Sumeda, i use Axis2 1.3 and Jboss 4.0.5.GA If i move only axis2-saaj nothing happens (it still use jboss impl) If i move also axis2-kernel module fail deploy module and services: 18:54:54,035 ERROR [ModuleDeployer] The OpenSPCoopModule.mar module, which is not valid, caused org.openspcoop.pdd

Re: [AXIS2] ClassPath problems in JBoss

2007-09-26 Thread sumedha rubasinghe
Hi, The problem here is both Jboss & Axis have their own SAAJ Implementation. What is the version of Jboss & Axis2 your using? Do you intend to run other applications on this server as well? You do not need to move several jars.The classes you need are located inside axis2-saaj-.jar. /sumedha

[AXIS2] ClassPath problems in JBoss

2007-09-26 Thread Lorenzo
Hi all, i have this problem: i deployed mi axis2 app on jboss into a .ear myapp.ear |- lib |- mdb.jar |- META-INF |- manifest.mf |- ejb-jar.xml |- jboss.xml |- web.war<-- axis2 |- META-INF |- manifest.mf |- WEB-INF |- modules |- mymodule.mar

single package WS backend POJO cannot see other same package classes? Howto debug WS CLASSPATH?

2007-09-18 Thread david
Hello axis folks, I will not bother you with exception logs or output. I know I have some type of CLASSPATH problem. It escapes me as to why my WS backend POJO issues a NoClassDefFoundError. The issuing class is the commons configuration exception class. Why the previously stated class is

Re: classpath error

2007-08-20 Thread Andrew Martin
;OK". Andrew shams jawaid wrote: > so what software do you recommend in which you can check the classpath ? > > > > From: /Andrew Martin <[EMAIL PROTECTED]>/ > Reply-To: /axi

Re: classpath error

2007-08-20 Thread shams jawaid
so what software do you recommend in which you can check the classpath ? From:  Andrew Martin <[EMAIL PROTECTED]>Reply-To:  axis-user@ws.apache.orgTo:  axis-user@ws.apache.orgSubject:  Re: classpath errorDate:  Mon, 20 Aug 2007 08:09:53 -0400>It shouldn't matter what you

Re: classpath error

2007-08-20 Thread Andrew Martin
It shouldn't matter what you're using. If you were using software that I use, I'd be able to tell if you were setting up the classpath correctly. I don't know anything about BlueJ, though. I didn't even know that it was an IDE the first time that you mentioned it. If y

Re: classpath error

2007-08-20 Thread shams jawaid
iv put the axis2 kernel jar into the classpath, im using bluej at the moment. should that make a difference? From:  Andrew Martin <[EMAIL PROTECTED]>Reply-To:  axis-user@ws.apache.orgTo:  axis-user@ws.apache.orgSubject:  Re: classpath errorDate:  Mon, 20 Aug 2007 07:53:48 -0400>You n

Re: classpath error

2007-08-20 Thread Andrew Martin
i try to compile, it says packages org.apache does not exist > > > > From: /"Upul Godage" <[EMAIL PROTECTED]>/ > Reply-To: /axis-user@ws.apache.org/ > To: /axis-

Re: classpath error

2007-08-20 Thread shams jawaid
org.apache does not exist From:  "Upul Godage" <[EMAIL PROTECTED]>Reply-To:  axis-user@ws.apache.orgTo:  axis-user@ws.apache.orgSubject:  Re: classpath errorDate:  Mon, 20 Aug 2007 16:56:06 +0530 Hi,You could send something about what you tried to do and most importantly errors,

Re: classpath error

2007-08-20 Thread Upul Godage
Hi, You could send something about what you tried to do and most importantly errors, exception stack trace you got. Upul On 8/20/07, shams jawaid <[EMAIL PROTECTED]> wrote: > > Hi , > does any one know how to solve a 'org.apache' package not found error, i > was t

classpath error

2007-08-20 Thread shams jawaid
Hi , does any one know how to solve a 'org.apache' package not found error, i was told it was a classpath error and needed to put some jar files into the classpath, but i have done that and still no result. maybe there are specific jar files that need to be added to the classpath, d

Re: classpath problem

2007-08-06 Thread New AxisU
rk. > > BTW did you try ADB? its much simpler than xml beans, although xmlbeans > have full schema support. > > Thanks, > Keith. > > On 8/4/07, Upul Godage <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Try adding the "resources" director

Re: classpath problem

2007-08-03 Thread keith chapman
. On 8/4/07, Upul Godage <[EMAIL PROTECTED]> wrote: > > Hi, > > Try adding the "resources" directory which contains some generated > artifacts to the classpath. It is at the same level as the "src" directory. > > Upul > > > On 8/4/07, New Ax

Re: classpath problem

2007-08-03 Thread Upul Godage
Hi, Try adding the "resources" directory which contains some generated artifacts to the classpath. It is at the same level as the "src" directory. Upul On 8/4/07, New AxisU <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am using axis2 1.3 RC2 (maybe I&

classpath problem

2007-08-03 Thread New AxisU
x27;t in with any of th e source made by Axis2 from WSDL2Java. So what am I doing wrong? Am I missing something that must also be on the classpath? -- error output -- init: deps-jar: Deleted 1 out of date files in 1 seconds Compiling 1 source file to D:\My Documents\ABC\Dat

RE: Classpath Problem with Weblogic 8.1 JMS Server

2007-06-27 Thread Swavek Skret
Hello Martin, Thanks for the tip: Once I added the rt.jar from the BEA installation to the classpath and used the thin BEA JMS client (wlclient.jar and wljmsclient.jar) it started working! Thanks a lot. Since my application uses a number of third party jars, I want to separate the

Re: Classpath Problem with Weblogic 8.1 JMS Server

2007-06-26 Thread Martin Gainty
: Classpath Problem with Weblogic 8.1 JMS Server Hello Chad, I am actually deploying on Tomcat and my application is attempting to connect to the JMS server (Weblogic 8.1 SP5). Here is what I tried: I added the weblogic.jar and wlclient.jar to axis2/WEB-INF/lib directory

RE: Classpath Problem with Weblogic 8.1 JMS Server

2007-06-26 Thread Swavek Skret
the classpath, I get the following error: [ERROR] AxisServlet - java.lang.NoClassDefFoundError: com/sun/corba/se/connection/ORBSocketFactory. These errors lead me to believe that an attempt to load weblogic.jar before axis2 jars causes the runtime java.land.LinkageError that I reported

Re: Classpath Problem

2007-06-26 Thread Chad DeBauch
had DeBauch [mailto:[EMAIL PROTECTED] *Sent:* Monday, June 25, 2007 7:42 PM *To:* axis-user@ws.apache.org *Subject:* Re: Classpath Problem You should keep the third party jars with the aar file and tackle the problem from that angle. The jars in the WEB-INF/lib directory will be loaded first so y

RE: Classpath Problem

2007-06-25 Thread Swavek Skret
Chad DeBauch [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 7:42 PM To: axis-user@ws.apache.org Subject: Re: Classpath Problem You should keep the third party jars with the aar file and tackle the problem from that angle. The jars in the WEB-INF/lib directory will be loaded first so you may

Re: Classpath Problem

2007-06-25 Thread Chad DeBauch
loader (instance of org/apache/axis2/deployment/DeploymentClassLoader) previously initiated loading for a different type with name "javax/jms/QueueConnection" It is possibly related to the classpath changes I did in my Tomcat settings. When creating the aar file, I added the lib directory that

Classpath Problem

2007-06-25 Thread Swavek Skret
loading for a different type with name "javax/jms/QueueConnection" It is possibly related to the classpath changes I did in my Tomcat settings. When creating the aar file, I added the lib directory that included my 3rd party jar. However, I got a class not found exceptions so I chan

RE: service classpath

2007-06-21 Thread Michael Lepine
That makes sense. Thank you for the response. From: Chad DeBauch [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 8:45 PM To: axis-user@ws.apache.org Subject: Re: service classpath Each aar file that you deploy has its own ClassLoader. If there

Re: service classpath

2007-06-20 Thread Chad DeBauch
the resources, then you have to put the resources in the WEB-INF/classes directory or if it is bundled in a jar put it in WEB-INF/lib directory. Chad On 6/20/07, Michael Lepine <[EMAIL PROTECTED]> wrote: Hello all. I still have classpath issues with my deployed aar archive file and am hopi

RE: service classpath

2007-06-20 Thread Michael Lepine
Hello all. I still have classpath issues with my deployed aar archive file and am hoping for some guidance. (My original post is below and mentions log4j configuration as part of my issue, but that a side effect of my classpath issue.) I've reviewed the docs, faqs and wiki entries on the

Re: service classpath

2007-06-19 Thread Chad DeBauch
ackage META-INF – folder containing the services.xml lib – folder containing library (jar/zip) files for service commons-logging.properties – property file for logging configuration log4j.properties - property file for log4j configuration other.xml – other xml files that need to be accessible v

service classpath

2007-06-19 Thread Michael Lepine
aining the services.xml lib - folder containing library (jar/zip) files for service commons-logging.properties - property file for logging configuration log4j.properties - property file for log4j configuration other.xml - other xml files that need to be accessible via the classpath I'm deployi

Re: ClassCastException..probably a classpath pb

2007-06-12 Thread lmk
you. > > - Original Message - > From: "lmk" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, June 12, 2007 3:44 AM > Subject: ClassCastException..probably a classpath pb > > >> >> Hi! >> >> Im trying to deploy a cus

Re: ClassCastException..probably a classpath pb

2007-06-12 Thread Martin Gainty
, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "lmk" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 12, 2007 3:44 AM Subject: ClassCastException..probably a classpat

Interoperability between 1.2 and 1.4 version on classpath

2007-06-12 Thread DEMESY Nicolas
Hi all, I'm working on interoperability and I have some problems. I have a 1.4 axis server and; on the web services of this server, I would like to contact a 1.2 axis server. I have tried without success, I have the error 'java.lang.NoSuchFieldError: DOCUMENT" due to incompatibility errors.

ClassCastException..probably a classpath pb

2007-06-12 Thread lmk
at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) -- View this message in context: http://www.nabble.com/ClassCastException..probably-a-classpath-pb-tf3906084.html#a110

Classpath

2007-05-30 Thread smitha.aldrin
Hi Can anybody pls explain what classpath meant in axis2? My Problem is I am putting savan-config.xml in the WEB-INF directory. Still it's complaining cannot find savan-config.xml in the classpath. Pls do respond Thanks And Regards Smitha Aldrin The information contain

Axis1 loading Spring context through Classpath

2007-05-14 Thread Matthew Young
ContextLoaderListener is registered and want to use the WebApplicationContext to get at Spring beans. assuming the endpoints extending the ServletEndpointSupport demand going through the WebApplicationContext. is there a way to make an endpoint service use another context loader (like ClassPath)? am

Re: axis2: classpath and jars in an aar?

2007-04-27 Thread jnedzel
Davanum and Deepal: Thanks. Putting my jars in /lib and using ServiceTCCL in my services.xml file worked: composite Jared Davanum Srinivas wrote: Jared, If you are using hibernate, please set ServiceTCCL option to composite in your services.xml. http://www.mail-archive.com/axis-u

Re: axis2: classpath and jars in an aar?

2007-04-27 Thread Davanum Srinivas
Jared, Added some info here: http://wso2.org/blog/dims/1131 Which will hopefully help others... thanks, dims On 4/27/07, jnedzel <[EMAIL PROTECTED]> wrote: Davanum and Deepal: Thanks. Putting my jars in /lib and using ServiceTCCL in my services.xml file worked: composite Jared Da

Re: axis2: classpath and jars in an aar?

2007-04-27 Thread Deepal Jayasinghe
Hi , please have a look at http://www-128.ibm.com/developerworks/library/ws-axis2soap/index.html Thanks Deepal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: axis2: classpath and jars in an aar?

2007-04-27 Thread Davanum Srinivas
dn't need to do this. Just add the hibernate.jar to the classpath > of your container. My container is Tomcat. So are you suggesting that I drop the jars into $CATALINA_HOME/lib or $CATALINA_HOME/webapps/axis/WEB-INF/lib? But doesn't that then mean that all services in the contai

Re: axis2: classpath and jars in an aar?

2007-04-27 Thread jnedzel
Hickman, Craig wrote: You shouldn't need to do this. Just add the hibernate.jar to the classpath of your container. My container is Tomcat. So are you suggesting that I drop the jars into $CATALINA_HOME/lib or $CATALINA_HOME/webapps/axis/WEB-INF/lib? But doesn't that then mea

RE: axis2: classpath and jars in an aar?

2007-04-27 Thread Hickman, Craig
You shouldn't need to do this. Just add the hibernate.jar to the classpath of your container. What about using Spring for the injection: http://ws.apache.org/axis2/1_1_1/spring.html The Axis2 classloader strategy by default does not permit Spring to run inside the AAR. To allow Spring t

Re: axis2: classpath and jars in an aar?

2007-04-27 Thread Davanum Srinivas
/lib is the right place. On 4/27/07, jnedzel <[EMAIL PROTECTED]> wrote: Could someone point me towards documentation that explains where to put third-party jars in an aar file and how to put them on the service's classpath? I'm trying to build an axis2 service that uses hibern

axis2: classpath and jars in an aar?

2007-04-27 Thread jnedzel
Could someone point me towards documentation that explains where to put third-party jars in an aar file and how to put them on the service's classpath? I'm trying to build an axis2 service that uses hibernate, but I don't know where to put the hibernate jar files inside the a

Is there a way to programmatically update the classpath or change the class loader for AxisEngine?

2007-04-23 Thread Kathy Chan
Hi, When I use Axis Admin to ask the AxisEngine to process a deploy.wsdd, is there a way I could programmatically update the classpath or change the class loader for the AxisEngine? I need to do pass the classpath of the Axis servlet I am targetting to the AxisEngine I am creating because

RE: Problem settin classpath of axis2 jar files --Beginner question

2007-04-13 Thread Inder Dhillon
: Friday, April 13, 2007 10:13 PM To: [EMAIL PROTECTED] Subject: Re: Problem settin classpath of axis2 jar files --Beginner question Inder- All the jars you need should be located in %AXIS2_HOME%\lib folder Is there a specific jar you are looking for ? Martin-- This email message and any

Re: Problem settin classpath of axis2 jar files --Beginner question

2007-04-13 Thread Martin Gainty
: RE: Problem settin classpath of axis2 jar files --Beginner question Hello Thanks for your prompt reply. Actually I was asking for this because I am writing one own handler and one simple web service and I am using inbuilt axis2 packages, and for that I need to include the inbuilt jar

RE: Problem settin classpath of axis2 jar files --Beginner question

2007-04-13 Thread Inder Dhillon
: Peter Gylling Jørgensen [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 5:47 PM To: [EMAIL PROTECTED] Subject: RE: Problem settin classpath of axis2 jar files --Beginner question Check out: http://java.sun.com/j2se/1.5.0/docs/tooldocs/index.html http://java.sun.com/j2se/1.5.0/docs

RE: Problem settin classpath of axis2 jar files --Beginner question

2007-04-13 Thread Peter Gylling Jørgensen
software. \pgj > -Original Message- > From: Inder Dhillon [mailto:[EMAIL PROTECTED] > Sent: Friday, April 13, 2007 10:20 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Problem settin classpath of axis2 jar files > --Beginner question > > > Hell

Problem settin classpath of axis2 jar files --Beginner question

2007-04-13 Thread Inder Dhillon
Hello I know this is basic question but I am having problem in setting the axis2 jar files located in lib folder into classpath. I tried to set but its not working. I'll really appreciate if someone can help me with this.

Maven2 java2wsdl plugin classpath problem

2007-04-03 Thread John R. Hover
Both of these recent posts were about the same problem--the java2wsdl maven2 plugin doesn't appear to use the current project's classpath to resolve the class to convert to wsdl. I'm also having the same problem, and even downloaded the plugin source to look into it (the issue

Re: Loading a resource from the classpath in Axis2 with Spring

2007-03-09 Thread Glen Mazza
Am Freitag, den 09.03.2007, 09:12 -0800 schrieb Ian Shafer: > Also, as a side note, I am able to load the first iBATIS config file > (because this is set in my Spring app context XML file), it's the files > that this first config file references that cannot be read (this happens > in iBATIS cod

Re: Loading a resource from the classpath in Axis2 with Spring

2007-03-09 Thread Martin Gainty
file on CLASSPATH -or- absolute path (usually specified as file:) Cheers, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may

Re: Loading a resource from the classpath in Axis2 with Spring

2007-03-09 Thread robert lazarski
I assume he's already loading spring via startUp() as the tutorial suggests, does the idea you have add to that concept somehow ? The issue is I was never able to get xml files via the classpath found for hibernate inside the AAR - iBATIS and Hibernate both can be configured via spring. S

Re: Loading a resource from the classpath in Axis2 with Spring

2007-03-09 Thread Davanum Srinivas
be great to see some documentation on this; I know there are three settings, but I'm not exactly sure what each of them does). My problem is that I'm using iBATIS, which tries to load resources from the classpath. This doesn't work because it is not possible to set the ClassLoade

  1   2   >