Hi !
BMPs are not a feature of EJB3 (see the spec at
http://jcp.org/aboutJava/communityprocess/final/jsr220/index.html) You can create only
BMPs according to the EJB2.1 spec (which is part of the EJB3 spec and should still be
supported in JavaEE5 containers).
That's quite obvious because an Entity bean is now a plain old java object, and it is
the job of a Persistence Manager to handle the database access. So the bean is no longer
responsible for persisting itself.
Hope this helps
Wolfgang[/url]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979322#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...