Actually, I'm using Eclipse (Galileo) on Windows XP, deploying to
JBoss 5.1.0.GA.
The EAR file seems to be built properly. Here is the layout:
As you can see, the persistence.xml file is in the ejb-jar file, where the session bean also resides.
Here is the persistence.xml file:
Is this happening because I'm using the hbm2ddl? I don't see why that would matter, so I sure hope not.