Well, after updating from svn (via eclipse), I did an mvn clean from the top
and then mvn -e (also from the top). I then did a separate mvn -e from
sca/samples. After that, I did a subsequent mvn clean from testing/tomcat
and then mvn to start tomcat.
I still get the NPE to start tomcat and then the same
ServiceUnavailableException when trying to login to the account web client.
Here's the version of the IBM JDK I am using:
C:\Documents and Settings\Administrator>java -fullversion
java full version "J2RE 1.5.0 IBM Windows 32 build pwi32dev-20051014b"
Which version of the IBM JDK did you use ant?
Thanks
----- Original Message -----
From: "ant elder" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 09, 2006 11:20 AM
Subject: Re: Bigbank sample tomcat exception
I've just tried on a check out of the very latest code and it works fine for
me with both the IBM and SUN JDKs.
With all the refactoring and moving about of the samples make sure you're
running with the latest versions of everything - sca/samples are not built
in the main build so you need to remember to build them as well or you'll be
running tomcat with back level sample WARs.
...ant