RE: [JBoss-user] undeploy

2001-06-28 Thread Stephen Oakes
bug manifests itself. -- Stephen Oakes ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] CMP and AutoNumbers

2001-06-20 Thread Stephen Oakes
d that one, you have to stop JBoss, delete deploy files from the tmp directory and start again. -- Stephen Oakes senior developer - [EMAIL PROTECTED] - a t o m i c m e d i a Leading Partners Online Level 1 / 216 City R

RE: [JBoss-user] Non-unique Primary Keys

2001-06-13 Thread Stephen Oakes
needs to implement: public boolean equals(Object obj) and: public int hashCode() You specify this class (fully qualified) as the in ejb-jar.xml. You do not specify a . -- Stephen Oakes, [EMAIL PROTECTED] +61 3 9695 5777, www.atomicmedia.com ___ J

[JBoss-user] J2ee.jar?

2001-06-12 Thread Stephen Oakes
[Verifier] java.lang.NoClassDefFoundError: javax/ejb/EntityBean [Verifier] at java.lang.ClassLoader.defineClass0(Native Method) [Verifier] at java.lang.ClassLoader.defineClass(Unknown Source) ...etc. It seems that JBoss can't find J2ee.jar or something? Help! Stephen Oakes s

RE: [JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Stephen Oakes
> JBoss should not be using the classpath as of JBoss2.2.1 > unless you have > changed the start script. What version are you using? I am using 2.2.2. It seems to be using the classpath. We're having a lot of trouble getting anything to work reliably and consistently. --

RE: [JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Stephen Oakes
problem. I don't understand why JBoss would search the classpath for deployment descriptors, when they can always be found at a particular location in a JAR file? -- Stephen Oakes ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.ne

[JBoss-user] Deploying Multiple applications?

2001-06-12 Thread Stephen Oakes
om A.jar. Any ideas? Stephen Oakes senior developer - [EMAIL PROTECTED] - a t o m i c m e d i a Leading Partners Online Level 1 / 216 City Road Southbank, Melbourne, Vic 3006 Australia. +61 3 9695 5777 phone

[JBoss-user] Problem with JAWS

2001-06-06 Thread Stephen Oakes
columns? Any information about this would be useful... Stephen Oakes senior developer - [EMAIL PROTECTED] - a t o m i c m e d i a Leading Partners Online Level 1 / 216 City Road Southbank, Melbourne, Vic 3006 Australia.

[JBoss-user] Problem accessing beans from JSPs

2001-06-05 Thread Stephen Oakes
We have developed an entity bean and successfully deployed it in JBoss. Now we cannot access it using In fact, a page import of the class also fails. Is there anything extra we need to do so that Tomcat's JaSPer can find beans deployed in JBoss? Stephen Oakes senior deve