hi all,

since migrating to 4.0.4 GA my stateless session beans are nolonger bound to 
the same JNDI name as before.

Previously i could do the following. I assume the default JNDI name was the 
interface class name.


  | //jb = (Job) ctx.lookup(Job.class.getName());
  | 

However this is no longer finding the sessionbean.


  | @Stateless
  | public class JobBean implements Job {
  | 


what exaclty has changed and what is required to bing the JNDI name?

many thanks



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

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

Reply via email to