"Rorschach" wrote : To clarify further, each SFSB (I have four) has it's own | | | | @PersistenceContext(type=EXTENDED) | | private EntityManager em;
Well, if you are using this style of injection, this question is nothing to do with Seam. Notice that this is all working perfectly in the examples. So follow the examples. Or ask about it in EJB3 forum. I have not seen this problem myself. "Rorschach" wrote : I tried using | | @In(create=true) | | private EntityManager em; | in order to try and outject/inject the EntityManager across SFSBs...and it just does not work (not sure what the would have gained me anyway). | This will only work when you have configured SeamExtendedManagedPersistencePhaseListener. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917249#3917249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917249 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
