[jboss-user] [EJB 3.0] - Re: JNDI and the EntityManager
laszlo.fogas
do-not-reply at jboss.com
Sat Oct 14 08:02:55 EDT 2006
sorry, plain old jndi lookup works,
Context ctx = new InitialContext(System.getProperties());
Object ref = ctx.lookup("blabla");
but the annotations not.. Would it cause problems that i'm using this solution?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978320#3978320
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978320
More information about the jboss-user
mailing list