I am trying to update the excalibur-datasource-1.1.1.jar to the latest
version 1.2.0 to fix a problem with the database connection pool (cocoon
2.1.5.1, jdk 1.4.2_05, tomcat 5.0.19). When I replace the jar, I get
the following error:
org.quartz.SchedulerException: Scheduler with name 'Cocoon'
I encountered the error: "cannot create a quartz scheduler, a scheduler with
the name 'cocoon' already exists"
This happened because my Hibernate configuration file was not correct/not
found (that is the hbm.xml file that defines your mappings between objects
and your db).
W
Hibernate sample to
> cfoms. When I add the following to cocoon.xconf:
>
> role="com.displayware.hiblib.PersistentFactory"
> class="com.displayware.hiblib.Hibernate"/>
>
> I get the following error message:
>
> "cann
I'm trying to port my version of Hugo's Woody-Hibernate sample to
cfoms. When I add the following to cocoon.xconf:
I get the following error message:
"cannot create a quartz scheduler"
Has anyone encountered this be