Maybe adding the external C1-ejb.jar in persistence.xml of C2-ejb.jar
is sufficient ?
in C2-ejb.jar /META-INF/persistence.xml you'd have something like
<persistence-unit name="yourC2stuff">
<jta-data-source>java:/yourC2DSstuff</jta-data-source>
<jar-file>../c1-ejb.jar</jar-file>
...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132108#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...