[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

kotlusa do-not-reply at jboss.com
Thu Sep 13 14:04:58 EDT 2007


I obtain a persistence context like this:
	@PersistenceContext(type=PersistenceContextType.EXTENDED)
  | 	private EntityManager em;
  | 

I changed my managed persistence context to match my code (since I use it as em in several places):
   <core:managed-persistence-context name="em"
  |                               auto-create="true"
  |                persistence-unit-jndi-name="java:/myEntityManagerFactory"/>

That didn't fix it, cancelEdit still saves the changes.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084124



More information about the jboss-user mailing list