"ctken" wrote : When I tried using a POJO which implements the Schedulable 
interface and calls a Session bean's method in it's perform method, it always 
returns NamingException, although I have already put "depends" tag in the 
"scheduler-service.xml" file to make sure the session bean's service  
"jboss.j2ee:service=EJB" and "jboss.j2ee:service=EjbModule" are deployed 
already before starting the scheduler.  Is there any "depends" settings that I 
have missed? 
  | 
  | I am using xDoclet generated Util class of the session bean to locate the 
Home interface so typo in the JNDI reference is not possible.  The session bean 
has both remote and local interfaces that I have also tried but in vain.  Any 
hints and help will be very much appreciated.


I am experiencing a similar problem, I have a stateless session bean 
implementing the Schedulable interface and it seems like I cant use any other 
dependency injected beans from the perform() method.
Do I have to make a JNDI lookup?

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

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

Reply via email to