I copy my EJB jar to the server\default\deploy directory directly, and there is no
ejb-jar.xml in the jar. The client code:
Context ctx = new InitialContext(System.getProperties());
Hello hello = (Hello) ctx.lookup(Hello.class.getName());
System.out.println(hello.hello());
Must I change my client code?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034844#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...