ErstesBean/remote - EJB3.x Default Remote Business Interface
  |     ErstesBean/remote-server.kap02.IErstesBeanRemote - EJB3.x Remote 
Business Interface
  |     ErstesBean/remote-server.kap02.IErstesBeanIntRemote - EJB3.x Remote 
Business Interface
  |     ErstesBean/local - EJB3.x Default Local Business Interface
  |     ErstesBean/local-server.kap02.IErstesBeanIntLocal - EJB3.x Local 
Business Interface
  |     ErstesBean/local-server.kap02.IErstesBeanLocal - EJB3.x Local Business 
Interface
  | 

Use the business interface specific JNDI name to lookup the business interface 
specific proxy:

IErstesBean     ebrL    = (IErstesBean) 
contextL.lookup("ErstesBean/remote-server.kap02.IErstesBeanRemote");
  | System.out.println( "Calling interface: " + ebrL.getCallingInterface());
  | 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240944
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to