[jboss-user] [EJB 3.0] - Re: Problem with Quartz Scheduler Integration (JBoss AS 4.2.

2008-04-25 Thread aisrael
Sorry, found my problem. My problems was using the wrong annotation. At first, I was compiling against jboss-ext3-ext-api.jar and using the org.jboss.ejb3.annotation.ResourceAdapter annotation. Eventually figured out that I needed the org.jboss.annotation.ejb.ResourceAdapter annotation, which

[jboss-user] [EJB 3.0] - Re: Problem with Quartz Scheduler Integration (JBoss AS 4.2.

2008-04-23 Thread jaikiran
Can you please post your code? Also, the logs from server.log file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146413#4146413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146413 _

[jboss-user] [EJB 3.0] - Re: Problem with Quartz Scheduler Integration (JBoss AS 4.2.

2008-04-23 Thread aisrael
Thanks. Will try again with an Ant build and an absolutely fresh install of JBoss 4.2. I've tried building and deploying using both Eclipse and Maven 2 so I'm not sure it's entirely build related. Will also try it on Windows XP to rule out anything platform related (am running on JDK 1.5.0_13

[jboss-user] [EJB 3.0] - Re: Problem with Quartz Scheduler Integration (JBoss AS 4.2.

2008-04-23 Thread jaikiran
"aisrael" wrote : | | At this point, even just confirmation of whether anyone else has been able to get the example to work (or whether they're encountering the same problem) on JBoss 4.2.2 would be helpful. I tried that example, after seeing your post yesterday. I have been able to get i

[jboss-user] [EJB 3.0] - Re: Problem with Quartz Scheduler Integration (JBoss AS 4.2.

2008-04-23 Thread aisrael
Nope. quartz-1.6.0.jar is in server/default/lib. I don't exactly know how to package the quartz.jar in my EJB JAR file (there's no "lib" directory like with WARs) and in any case, I'm just using Maven 2 to package the EJB and it doesn't include any dependencies in the JAR. I've also tried it wi

[jboss-user] [EJB 3.0] - Re: Problem with Quartz Scheduler Integration (JBoss AS 4.2.

2008-04-23 Thread jaikiran
Are you packaging the quartz-1.6.0 jar along with your application? Does it work if you don't include that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146115#4146115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41