[jBPM] - Business Calendar - Saturday Working Day
by Adwait Chitaley
Adwait Chitaley [http://community.jboss.org/people/achitaley] created the discussion
"Business Calendar - Saturday Working Day"
To view the discussion, visit: http://community.jboss.org/message/560486#560486
--------------------------------------------------------------
The following is the content of my *jbpm.businesscalendar.cfg.xml*
*
*
<?xml version="1.0" encoding="UTF-8"?>
<jbpm-configuration xmlns="http://jbpm.org/xsd/cfg">
<process-engine-context>
<business-calendar>
<monday hours="9:00-12:00 and 12:30-17:00"/>
<tuesday hours="9:00-12:00 and 12:30-17:00"/>
<wednesday hours="9:00-12:00 and 12:30-17:00"/>
<thursday hours="9:00-12:00 and 12:30-17:00"/>
<friday hours="9:00-12:00 and 12:30-17:00"/>
<saturday hours="9:00-12:00 and 12:30-17:00"/>
<!--<holiday period="01/09/2010 - 30/09/2010"/>-->
</business-calendar>
</process-engine-context>
</jbpm-configuration>
We require SATURDAY as a working day.
I have therefore appended saturday as a working day above, which, in the example in User Guide was restricted upto Friday only.
When I execute the above settings and specify duedate="2 business hours" in a task, saturday is not considered as a working day.
1) Is the method of including Saturday as a working day specified above incorrect?
2) In what manner can the above be accomplished?
Thanks in advance.
Adwait Chitaley
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/560486#560486]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 3 months
[JBoss Tools] - Re: WEB-INF/lib remains empty after deployment
by henk de boer
henk de boer [http://community.jboss.org/people/henk53] created the discussion
"Re: WEB-INF/lib remains empty after deployment"
To view the discussion, visit: http://community.jboss.org/message/560540#560540
--------------------------------------------------------------
Unfortunately I have to report that the bug is still there, as it has more or less mysteriously returned on my OS X system.
After being able to work with Eclipse/JBoss tools for some time without any problems, the missing WEB-INF/lib directory after a fresh start of Eclipse suddenly returned. I did make one change to my installation recently, and that is install MercurialEclipse. In an existing workspace, I deleted the SVN projects I normally worked on, and cloned those again from our central Mercurial repository (my company has migrated from SVN to Mercurial). A little later, although not immediately I got the missing WEB-INF/lib again.
The problem seems to be 100% reproducible. Every time I start Eclipse I have the problem. The old trick of closing and opening a project, followed by a clean (redeploy) brings WEB-INF/lib back. The problem doesn't surface again as long as I don't restart Eclipse.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/560540#560540]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 3 months