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

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

I've got this error while deploying...



org.jboss.deployment.DeploymentException: instantiating de.SchedulerJob24h failed: 
java.lang.NoClassDefFoundError: de/ejb/session/ExpiredArticleHome; - nested throwable: 
(RuntimeErrorException: instantiating de.mbeans.SchedulerJob24h failed: 
java.lang.NoClassDefFoundError: de/session/ExpiredArticleHome

Cause: java.lang.NoClassDefFoundError: de/session/ExpiredArticleHome)



Then I try to fix the dependency



 < mbean code="org.jboss.varia.scheduler.Scheduler" 
name=":service=Scheduler,name=SchedulerJob24h" >

    < attribute name="StartAtStartup">true< /attribute >

    < attribute name="InitialRepetitions">-1< /attribute >

    < depends>jboss.j2ee:service=EJB,jndiName=ejb/ExpiredArticle< /depends >

  < /mbean >





but it does not work. 

I see some equal postings, but ... I need your help.

What's wrong?


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to