6 Replies Latest reply on Dec 30, 2005 3:10 PM by epbernard

    Entities in .par files and session beans in .ejb3

    faelin

      Hi. I was thinking of puttin my persistence entities is a .par file, while the session beans that interact with them in another one - an .ejb3 archive. Yet, the session beans seem not to be able to find the persistant entities. I'm using pretty much the "default" server configuration. The exception I get goes "UnknownEntity: my.entity.here". and is a javax.ejb.EJBException.

      I know that this would probably work if I put both files is an .ear archive, but what I want to be able to change them file by file in development time. Any ideas how could I do that?:D