aspose file tools
The moose likes Object Relational Mapping and the fly likes Deployment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Deployment" Watch "Deployment" New topic
Author

Deployment

avihai marchiano
Ranch Hand

Joined: Jan 10, 2007
Posts: 342
Hey,

I have ear that contain jar Model,Infra,Server.

I want to have persistence unit XXX that has all the entitis under Jars - Model,Infra

And persistence unit YYY that all the entitis under Jar - Server.

Server has DAO that need to work with the two persistence units.

Where should i put the META-INF files?

Is it ok to has entites in Jar that dosnt declared as ejb jar?

Thank you
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Deployment
 
Similar Threads
persistence unit scope
Multiple persistance unit simultaneously, issue.
Bind the server IP to the EJB JNDI name
Adding persistence.xml dynamically
Persistence Unit Scoping