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 [EMAIL PROTECTED]

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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to