Rare problem with loading addressing-1.41.mar module

2009-08-01 Thread Søren Bjerregaard Vrist
Hi List I'm seeing same problem exactly as described here: http://marc.info/?l=axis-user&m=124411691013763&w=2 (addressing-1.41.mar module, which is not valid, caused) and i've also described it here:http://stackoverflow.com/questions/1213268/axis-loading-modules-creating-tempfile-and-failing Re

Problem with Loading Properties Files..

2008-06-04 Thread Saripaka, Chandrasekhar
Hi, The current task is Integration of Axis with Spring.For this ,Spring Init as the Initialization Class with Axis Service is used, I am able to load the Spring related beans but I am unable to load the properties files and the Some db related xml Queries in the Context. Can You Pleas

Re: Problem with Loading?

2007-08-02 Thread keith chapman
Hi, Yes it is a classpath problem. You have set your AXIS2_HOME variable correctly so that it can locate the Axis2 jars. Thanks, Keith. On 8/3/07, New AxisU <[EMAIL PROTECTED]> wrote: > > Hi, > > I am stumped again and yet I think I am really close so ... I am trying to > write an axis2 client

Re: Problem with Loading?

2007-08-02 Thread Deepal jayasinghe
Do you have all the relevant axis2 jar files. Thanks Deepal > Hi, > > I am stumped again and yet I think I am really close so ... I am > trying to write an axis2 client for my new sample axis2 service. > When I run the client I get: > > a99-run.myclient: > Exception in thread "main" java.lang.No

Problem with Loading?

2007-08-02 Thread New AxisU
Hi, I am stumped again and yet I think I am really close so ... I am trying to write an axis2 client for my new sample axis2 service. When I run the client I get: a99-run.myclient: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis2/client/Stub at java.lang.ClassLo

Re: [axis2] problem with loading property files in modules

2006-11-08 Thread Michele Mazzucco
I've sorted it out. Michele On 8 Nov 2006, at 10:21, Michele Mazzucco wrote: Hi all, after upgrading axis2 I'm not able to load property files from modules (I had a similar problem with services as well), but I guess here the parameter service is not allowed. Neither ModuleClass.clas

[axis2] problem with loading property files in modules

2006-11-08 Thread Michele Mazzucco
Hi all, after upgrading axis2 I'm not able to load property files from modules (I had a similar problem with services as well), but I guess here the parameter service is not allowed. Neither ModuleClass.class.getResourceAsStream() works (and the property file is in the same package of th