Well, I got the problem fixed, thanks to the gentleman
who suggested I add the jboss-jaas.jar to my
classpath. 
I wish I had seen this in the documentation, but I
don't believe it was in there. In addition, I
uncovered another error in the documentation where it
tells how to run the interestBean test client:
It says enter:

java -classpath
"JBOSS_DIST/client/jboss-client.jar:JBOSS_DIST/client/jbosssx-client.jar:JBOSS_DIST/client/jnp-client.jar:."
InterestClient
It should say:


java -classpath
"JBOSS_DIST/client/jboss-client.jar:JBOSS_DIST/client/jbosssx-client.jar:JBOSS_DIST/client/jnp-client.jar:$JBOSS_DIST/lib/jboss-jaas.jar:."
 InterestClient

It would help us newbies to add that line. Or maybe
this is known as initiation? ;-)

Thanks all, 
Ray Grieselhuber


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to