[jboss-user] [EJB 3.0] - Re: Accessing EJB3 without a home interface

nbhatia do-not-reply at jboss.com
Sat Jul 19 11:08:38 EDT 2008


Answering my own question :-). This is how I was able to do it:


  | <jboss version="3.0">
  | 
  | 	<enterprise-beans>
  |     	<session>
  |          	<ejb-name>HelloWorldBean</ejb-name>
  |          	<jndi-name>HelloWorld</jndi-name>
  |       	</session>
  |    	</enterprise-beans>
  | 
  | </jboss>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165496#4165496

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165496



More information about the jboss-user mailing list