-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: HIbernate 3.3.1 EM / 3.2.4.sp1 and commons collections 3.1
PostPosted: Wed Jun 27, 2007 1:33 pm 
Beginner
Beginner

Joined: Fri Apr 20, 2007 1:07 am
Posts: 23
Hi,

Are these two compatible coz I do want to use Quartz scheduler which has a dependency on this verison of commons collections.

Do let me know

Thanks...Vijay


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 20, 2008 10:02 pm 
Newbie

Joined: Sun Apr 20, 2008 9:59 pm
Posts: 1
Does anyone know the answer to this? I am getting the same problem.

When I try to schedule a job with Quartz, I am running into the following exception:


Code:
java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set;
        at org.quartz.JobDetail.<init>(JobDetail.java:85)
        at com.kenan.tss.webmanager.framework.SchedulerPlugIn.scheduleJob(SchedulerPlugIn.java:134)
        at com.kenan.tss.webmanager.framework.SchedulerPlugIn.init(SchedulerPlugIn.java:87)
        at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:871)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:359)
        at javax.servlet.GenericServlet.init(GenericServlet.java:213)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:880)
        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:768)
        at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3484)
        at org.apache.catalina.core.StandardContext.reload(StandardContext.java:2619)
        at org.apache.catalina.loader.WebappLoader$WebappContextNotifier.run(WebappLoader.java:1326)
        at java.lang.Thread.run(Thread.java:534)


I am using Hibernate 3.2.6ga which uses common-collections-2.1.jar, while Quartz depends on common-collections-3.1.jar.

I am thinking of using an earlier Quartz version but I'm having trouble figuring out which version only depended on commons-collections-2.x.jar.

Thanks,
Brent


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.