-
1. Re: Business Calendar modified property
Ronald van Kuijk Aug 10, 2007 12:34 PM (in response to Heiner Niehues)if you read it somewhere please post where... afaik, it should not be in the root of the classpath but at the front of the classpath and have a specific 'package' name (just like the original one)
-
2. Re: Business Calendar modified property
Heiner Niehues Aug 10, 2007 2:04 PM (in response to Heiner Niehues)I read that in the documentation of jbpm-jpdl-3.2.1
JBoss jBPM jPDL 3.2
jBPM jPDL User Guide
15.2. Calendar configuration
The file org/jbpm/calendar/jbpm.business.calendar.properties specifies what business hours are. The configuration file can be customized and a modified copy can be placed in the root of the classpath.
And i stored the file with the same name like in the JAR archive
jbpm.business.calendar.properties in the
/webapp//classes/jbpm.business.calendar.properties
and i also tried
/webapp//libs/jbpm.business.calendar.properties
in the last folder are also the libs files of the jbpm:
jbpm-jpdl.jar
jbpm-identity.jar -
3. Re: Business Calendar modified property
Ronald van Kuijk Aug 11, 2007 8:00 PM (in response to Heiner Niehues)wrong directorry... the wrong classpath usage etc..etc.. basic java errors. the file should go in classes/org/jbpm/calendar/.....
-
4. Re: Business Calendar modified property
Heiner Niehues Aug 13, 2007 8:11 AM (in response to Heiner Niehues)Thanks...
No i get it.