Thank you for your help!
I think I'll do it in this way now. It would be great if it was possible to put
the persistence.xml into the ear. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143839#4143839
Reply to the post :
http://www.jboss.com/index.html?m
Thank you for your help! It works this way!
With these different jars I wanted to divide my application into different
modues. If I have to create another application with different features I want
to assemble these different modules in a new ear. In this case it's not easy to
decide in which j
Hello!
I post an extract of the JbsUser because it's a little bit too long but very
simple:
| @Entity
| public class JbsUser extends JbsBaseObject implements Serializable {
|
| private String userName;
| private String password;
| private JbsUserGroup mainGroup;
|
pplication into different modules?
I'm using JBoss 4.2.2GA
Hilwi
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143668#4143668
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143668
Hello!
I can't really help you but I have a similar problem. Somewehre in this forum I
have read that it does not work if the ejbs are in different persistence-units.
I have two jars, too, but I use the same persistence.xml in both jars, so I
think I should have the same persistence-unit for the