Re: http commons exception

2009-07-02 Thread Demetris G
When I run this under J2SE on both the client and the server it works fine. So it does not seem that this is due to incompatible versions between http and log4j - although the question I asked earlier on how one can find which versions are compatible between these two projects is still unanswe

Re: http commons exception

2009-07-01 Thread D G
Hi Sameera and thanks for the response. I ifgured smth to thus effect was the issue. Is there anywhere where I can find which versions of the http software would match what version of log4j? On Jul 1, 2009, at 8:34 AM, Sameera Jayasoma wrote: Seems like this problem has occurred due to

Re: http commons exception

2009-07-01 Thread Sameera Jayasoma
Seems like this problem has occurred due to version conflict of log4j. May be you are using a different version of log4j Sameera On Wed, Jul 1, 2009 at 10:51 AM, Demetris G wrote: > > Axis is running as a bundle in Knopflerfish OSGi - any idea why this code > > line = "http://127.0.0.1:8080/axi

http commons exception

2009-06-30 Thread Demetris G
Axis is running as a bundle in Knopflerfish OSGi - any idea why this code line = "http://127.0.0.1:8080/axis/services/remoteBooks?wsdl"; get = new GetMethod( line ); would cause this exception?? I have the log4j jars included as imports and in the classpath. O