Dear all,

Is there anyway the persistence context name inside 
org.jboss.seam.framework.EntityHome class retrieved from a configuration? Since 
I don't write entityManager for core:managed-persistence-context name in my 
components.xml. 

Or is there any consideration why to hard coded it?

public class EntityHome<E> extends Home<EntityManager, E>
  | {
  |    @Override
  |    protected String getPersistenceContextName()
  |    {
  |       return "entityManager";
  |    }
  | }

Thanks in advance

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

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

Reply via email to