I would expect Glassfish to deploy the persistence unit but in the case that Spring is deploying the persistence unit you may need to list the Entity Classes within the persistence.xml file.
[code]
<persistence-unit name="<PU>" transaction-type="<txn-type>">
<class>package.Item</class>
</persistence-unit>
[/code]
--Gordon
[Message sent by forum member 'gyorke' (gyorke)]
http://forums.java.net/jive/thread.jspa?messageID=222742