I need a thread on the EJB Server which needs to keep doing some background
processing all the while. This thread is another class which from time to
time should be able to access a bean and invoke its method. I am trying to
get reference to the Home Interface by using look up with the Initial
Context. I get a ClassNotFoundException which says that the Home class for
the Bean could not be found. This thread class and Bean are in the same jar
in Jboss's deploy folder. The thread is started through static code in one
of the beans.
Any help will be greatly appreciated.
Thanks,
-ashish
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".