Jeremy:

BMP (Bean-Managed Persistence) is an EJB2 construct (noted by the "beans_2x" 
package in your sample).

So for this you'd have to construct a valid EJB2.0 deployable unit complete 
with ejb-jar.xml and other descriptors.  Been a long while since I went this 
route.

What exactly are you trying to accomplish, just work through the book?  As a 
practical measure, using an EJB3/JPA EntityManager with 
transaction-type="RESOURCE_LOCAL" might be more a line with giving you the 
finer-grained control of BMT within an EJB3 realm.

http://www.hibernate.org/hib_docs/entitymanager/reference/en/html/configuration.html

S,
ALR

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134973#4134973

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134973
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to