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.

link|improve this question

72% accept rate
Folks may be able to give you better answers with a bit more detail... What was the error (exactly)? Where did you see the error? What do you currently have in the ejb-jar.xml? Have you got <persistence-type>Bean</persistence-type> for all the beans? – vkraemer Dec 15 '10 at 21:46
Yes I have <persistence-type>Bean</persistence-type> for all the beans. I see the error in the log, and also as red-text when trying to deploy the application. Error was "no cmp field defined ...". But there is nothing with cmp in my project, nothing at all. – Antonioo Dec 16 '10 at 9:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.