RE: [JBoss-user] Scary dumb question, classpaths..help..

2001-05-01 Thread Reid Beckett
you need to put the jnpserver.jar file in your classpath it is located in %JBOSS_HOME%/lib/ folder. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lisa Stuart Sent: Tuesday, May 01, 2001 5:21 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Scary dumb

Re: [JBoss-user] Scary dumb question, classpaths..help..

2001-05-01 Thread Vinay Menon
It *is* an issue with the class not being found the classpath. The jnp-client.jar should have this class in it.   Vinay - Original Message - From: Lisa Stuart Sent: Tuesday, May 01, 2001 10:33 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Scary dumb question, classpaths..help.. I'

Re: [JBoss-user] Scary dumb question, classpaths..help..

2001-05-01 Thread JbossKnut
NamingContextFactory could be found in ...jboss\client\jnp-client.jar or ..jboss\lib\ext\jnpserver.jar - Original Message - From: "Lisa Stuart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 11:20 AM Subject: [JBoss-user] Scary dumb ques

[JBoss-user] Scary dumb question, classpaths..help..

2001-05-01 Thread Lisa Stuart
I'm so stuck on a simple application that creates a couple of Products using an entity bean. This worked yesterday, was deployed and i was happy. Today on the other hand everything is broken and i am going around in circles trying to fix things only to find more problems. At the moment i can't eve