Re: [JBoss-user] [urgent] CMR relationship between JAR inside an EAR

2003-07-21 Thread Alexey Loubyansky
The problem is that the classes from the packages are not visible to each other due to classloader architecture. You should package and deploy the app making sure the JAR with DDs defining relationships sees all the needed classes. alex Monday, July 21, 2003, 3:09:29 PM, Ionel Gardais wrote: IG

RE: [JBoss-user] [urgent] CMR relationship between JAR inside an EAR

2003-07-21 Thread Danny . Yates
-user] [urgent] CMR relationship between JAR inside an EAR Hi, I have a serious problem with CMR relationship inside 2 bean packages deployed inside the same EAR. Using Xdoclet-1.3dev and JBoss3.2.1-Tomcat4.1.24. Here are my questions : - does CMR works between bean packages inside an EAR

Re[2]: [JBoss-user] [urgent] CMR relationship between JAR inside an EAR

2003-07-21 Thread Alexey Loubyansky
I just wrote what is necessary. I didn't try this specific way of packaging. Could you try it and let us know, please? Thanks, alex Monday, July 21, 2003, 4:15:01 PM, Ionel Gardais wrote: IG Alexey Loubyansky wrote: You should package and deploy the app making sure the JAR with DDs defining

[JBoss-user] [urgent] CMR relationship between JAR inside an EAR

2003-07-21 Thread Ionel Gardais
Hi, I have a serious problem with CMR relationship inside 2 bean packages deployed inside the same EAR. Using Xdoclet-1.3dev and JBoss3.2.1-Tomcat4.1.24. Here are my questions : - does CMR works between bean packages inside an EAR ? - the two beans of my relationship are Person and Project.