[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically
monkeyden
do-not-reply at jboss.com
Mon Oct 1 13:44:35 EDT 2007
What value did you provide for unitName? Was it a value from your persistence.xml file?
<persistence-unit name="someDB">
| ...
| </persistence-unit>
@PersistenceContext(unitName="someDB")
I think this is the way it's done anyway. Personally, I use SMPC.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090362#4090362
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090362
More information about the jboss-user
mailing list