[jboss-user] [JBoss Seam] - abstract class

constantine do-not-reply at jboss.com
Fri Jan 4 16:54:08 EST 2008


i have a abstact session like:

  | @Stateless
  | public abstract class GenericHibernateDao<T, ID extends Serializable>
  | implements GenericDao<T, ID> {
  | 	
  | private Class<T> persistentClass;
  | private Session session;
  | @In private EntityManager entityManager;

if a add entitymanage i get follow warning, but all works fine:


21:49:24,266 WARN  [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterCompletion - returned failure for com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple at a09365

what is it?

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

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



More information about the jboss-user mailing list