Hello I write simple client :
public class Proba {
private static final String JNDI_NAME = "ModelEJB";
public static void main(String[] args) throws NamingException {
InitialContext ctx = new InitialContext();
Object obj = ctx.lookup(JNDI_NAME);
}
}
I put EJB jar into default/deploy folder ...
what is wrong?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877816#3877816
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877816
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user