Re: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Bill Burke
You need to have jboss_jaas.jar in your client's classpath. Regards, Bill Andrew Tan wrote: > Hi, > > I have a problem when I tried to run a client to access the EJB. It > managed to get a reference to this EJB object, but when it tried > called home.create() this error came up. > > > >

Re: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Scott M Stark
Your missing the jbosssx-client.jar from your classpath. Its in the jboss dist client directory. - Original Message - From: Andrew Tan To: [EMAIL PROTECTED] Sent: Friday, March 23, 2001 10:37 AM Subject: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation Hi, I

[JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Andrew Tan
Hi, I have a problem when I tried to run a client to access the EJB. It managed to get a reference to this EJB object, but when it tried called home.create() this error came up.   I am using: Jboss2.1 Windows 2000 JDK1.3   If anyone can help me solve it problem, I would be grateful.   Regar