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
>
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
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
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