RE: [JBoss-user] general deployment question

2002-03-11 Thread Sam De Backer
Concerning the ejb-link The EJB2.0 spec clearly states (20.3.2) that ...the target enterprise bean can be in any ejb-jar file in the same J2EE application as the referencing application component. Exactly the same is in J2EE 1.3 spec (J2EE.5.3.2) According to me this means, in the same EAR!

RE: [JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, but diffe rent ejb jars (jboss 3.0.0beta2)

2002-03-11 Thread Sam De Backer
referencing and referenced beans are running in the same JBoss server, I want to use ejb-local-ref and that I still didn't get to work. Sam. -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: maandag 11 maart 2002 10:32 To: 'Sam De Backer'; [EMAIL PROTECTED] Cc

[JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, but different ejb jars (jboss 3.0.0beta2)

2002-03-08 Thread Sam De Backer
I would like to call an Entity bean from within an MDB and added an ejb-local-ref in my MDB's ejb-jar.xml I also added an ejb-link inside that ejb-local-ref with the name of my Entity bean. Everything packed up in an EAR. When deploying to JBoss i get an org.jboss.deployment.DeploymentException

[JBoss-user] CMP2.0 - CMR-fields sometimes (reproduceable!) not persisted in DB (jboss3.0.0beta)?

2002-03-01 Thread Sam De Backer
Hi there, I'm puzzled, am I overlooking something here, or is this a bug. jboss 3.0.0beta, JDK1.3.0, mySQL 3.23.47, mm-mysql-2.0.11, WinNT 4.0 SP6a I have a simple scheme, 2 entity beans (CMP), A (Workplace) and B (Booking), related One to Many, like A*B, and a session bean C (Booker)