Re: Problem with maven dependency

2010-06-11 Thread Andreas Veithen
On Thu, Jun 10, 2010 at 20:51, Jan Sinschek wrote: > Hi, > > when I try to build axis2 from the current trunk, (mvn install) I eventually > get >>java.lang.NoClassDefFoundError: org/codehaus/plexus/util/DirectoryScanner > > So, after looking into the matter unsuccesfully, I scraped part of my m2 >

Re: javax.xml.namespace.QName VerifyError

2010-06-11 Thread Andreas Veithen
Sounds like a class loader issue. I would try to just remove xml-apis and jaxrpc. xml-apis is not required on Java 1.5, and chances are high that the WebSphere runtime contains a suitable version of jaxrpc. Andreas On Thu, Jun 10, 2010 at 00:59, William Walsh wrote: > Hi, > > I'm seeing this err

Re: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-11 Thread George Stanchev
IIIRC the default NTLM authentication with httpclient 3.x is NTLMv1 which Microsoft Servers rejects by default (unless you excplictly enable it by juggling registry settings). You need to enable NTLMv2 in axis2/httpclient, which is implemented in httpclient 4.x but you need to use jcifs in conjunct

RE: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-11 Thread Brian Dillon
Hi, Just something else we have noticed which might be relevant. We have domains setup as; Top Level Domain: XXX Sub Domain: Development A user in the top level domain can call the web service and is authenticated through NTLM however a user (with the same permissions) on the sub dom