I cannot seem to find any documentation on bean-managed persistence (bmp) with GlassFish. how do I configure my ejb-jar.xml to let the beans themselves manage their persistence, and not the container? Anyone have any documentation? Right now I have a couple of entity beans which run fine in jBoss, but when deploying to glassfish I get the error "undefined field for cmp-bean" (something like that) even thou I have no cmp-beans, all of them are bmps.
Thanks in advance.
EDIT: Yes, I have Bean for all the entity beans. The error I am seeing is "no cmp field defined" for any of the entity beans which is bean-managed. The deployment halts on this first error.
I just wonder, is it possible at all to deploy bean-managed persistence to GlassFish? Ive googled alot and only documentation on cmp-mappings show up.