[JBoss-user] [EJB 3.0] - Should be possible ...

2006-01-06 Thread bjb
As ยง5.3.2 of the EJB 3.0 PFD In any SE environment you can do : EntityManagerFactory emf = javax.persistence.Persistence.createEntityManagerFactory(YourFactory); EntityManager em = emf.createEntityManager(); Did you already tried that ? As a POJO unmanaged is a SE, as long as the

[JBoss-user] [EJB 3.0] - Timeline for PFD complience ?

2005-12-28 Thread bjb
Dear all, Any anticipated timeline for complience to PFD ? I was trying to integreate Seam into glassfish, but this fails as the PFD has change some minor things (but still blocking). Rgs, JB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914546#3914546

[JBoss-user] [JBoss Seam] - EJB3 PFD is out ! any timeline for seam to get in sync ?

2005-12-23 Thread bjb
Dear all, Any chance to have seam aligned to it quickly ? (Santa ... santa ... santa seam ! :o ) As I reported ealier, the javax.ejb.Interceptor annotation has been remove in favor of the javax.ejb.Interceptors, I noticed two reference of it : Component.java and ejb3-interceptors-aop.xml

[JBoss-user] [JBoss Seam] - Seam compatibility and independence ...

2005-12-20 Thread bjb
Dear all, I understood testing Seam with latest Glassfish that EJB3 PFD might be pending. As an example of that they have removed javax.ejb.Interceptor http://fisheye5.cenqua.com/viewrep/glassfish/ejb-api/src/share/classes/javax/ejb/Interceptor.java So when I have tried to run Seam inside