[JBoss-user] [EJB/JBoss] - Re: Referencing an EJB from a scheduled task

2004-08-08 Thread ware
hello,

 i'm trying to call from my schedule class the ejb but i'm getting the exception: 
java.lang.NoClassDefFoundError
my schedle class is in a jar my file in the LIB directory of my web application and 
all the ejbs are in a jar file in the deploy jar and work fine beside my in schedule 
class...

what can i do?

10x ahead,
netanel

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Referencing an EJB from a scheduled task

2004-07-01 Thread jgkenned
Yes, I am getting naming exceptions.  I will try your suggestion.

Thanks

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Referencing an EJB from a scheduled task

2004-07-01 Thread dannyyates
You haven't said what's wrong, but I suspect you're getting Naming exceptions saying 
something like 'ejb not bound'. The global JNDI name of your bean will be something 
like /ejb/rwTenantSearch. Beans are not bound under the java: namespace.

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user