[jboss-user] [EJB 3.0] - EntityManagerFactory null ?

2007-04-12 Thread gbasilico
Hello, I want to access an entity from the client side, without using a session bean (If i use a session bean it works fine). I made a simple entity class : | @Entity | public class Produit implements Serializable { | |@Id |private String id; |private String libelle; |

[jboss-user] [EJB 3.0] - EntityManagerFactory null from JNDI?

2006-10-04 Thread rocken7
EntityManagerFactory is null in jndi. No errors, no warnings, notta just null or "not found" etc. Yep I've seen posts on this, but no good answer. jboss-4.0.4.GA So far my SLSB beans work remotely for unit tests. But ... How do you get an EntitManagerFactory from outside the container?