[jBPM] New message: "Re: Repeat timer only once"
by Preeti Gupta
User development,
A new message was posted in the thread "Repeat timer only once":
http://community.jboss.org/message/531905#531905
Author : Preeti Gupta
Profile : http://community.jboss.org/people/preetigupta
Message:
--------------------------------------------------------------
Hi Maciej
Thanks for the reply and analysis.
I already need to implement more than one timer, so the way you suggested, I would in total have three timers on that state. I will try and hope that should work.
Beside this, I need to send reminder mail to user. But its like reminder1 and reminder2 should follow templateA. But after that reminder mail should follow templateB. Is it possible to change template through code? Or to specify two reminder actions on one task.
Thanks and Regards
Preeti Gupta
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531905#531905
16 years, 4 months
[JBoss Web Services] New message: "Re: How can I force a particular WS implementation? How to ensure Metro over Native?"
by Jan Uhlir
User development,
A new message was posted in the thread "How can I force a particular WS implementation? How to ensure Metro over Native?":
http://community.jboss.org/message/531890#531890
Author : Jan Uhlir
Profile : http://community.jboss.org/people/espinosa_cz
Message:
--------------------------------------------------------------
Thank you for the very interesting links. The aswer must lay in the details of deployment process. Shame that official docs/wiki is very vague on this topic. So far it seems to me that my assumption was correct, that deployment must be intelligent enough to spot Metro servlet configuration and recognize that Matro stack (bundled in stack) is to be used as WS implementation.
I am just worried how much reliable is this way. Does new version of JBossWS, JBoss, or Metro breaks it?
Yes, I perfectly aware of pros/cons of bundled in ws stack libraries inside EAR/WAR. My summary:
Pros:
- simple, simpler then in your blog, you don't have to know many details about JBoss internals
- target server agnostit, "hermeutic" solution.
- nearly any WS implementation, including old version, version supporting WS-RPC can be used
- combined with my empiric observation that "all-containing" EARs are common practice not only regarding WS
Cons:
- much bigger EAR/WAR, slower deploy
- is it really realible solution?
My original reasonwas the very same. In some project we need to support two WS stacks, normal one and one "legacy" with support for WS-RPC ().
The other reason was simple curiosity. Is it possible? How? And poor documentation coverage of this topic.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531890#531890
16 years, 4 months
[jBPM] New message: "Re: Repeat timer only once"
by Maciej Swiderski
User development,
A new message was posted in the thread "Repeat timer only once":
http://community.jboss.org/message/531887#531887
Author : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej
Message:
--------------------------------------------------------------
You could try to create two timers instead of one that has repeat attribute.
I tested following configuration on a wait state:
<on event="timeout">
<timer duedate="10 minutes"/>
<event-listener class="EventListenerClass" />
</on>
<on event="timeout">
<timer duedate="20 minutes"/>
<event-listener class="EventListenerClass" />
</on>
please note that I tested it on 4.3 version so I can't say if that will work properly for version 3.
As soon as transition is taken to move forward all timers will be canceled/closed.
HTH
Maciej
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531887#531887
16 years, 4 months
[JBoss Tools] New message: "Hibernate tools keeps lock on HSQLDB"
by Coen Damen
User development,
A new message was posted in the thread "Hibernate tools keeps lock on HSQLDB":
http://community.jboss.org/message/531883#531883
Author : Coen Damen
Profile : http://community.jboss.org/people/coenos
Message:
--------------------------------------------------------------
Hi,
I have HSQLDB 1.8.1.2 installed and I am trying to create a Hibernate configuration. I have done this several times already for Oracle, Derby and now HSQLDB. However, with HSQLDB I keep getting the following Exception when refreshing the Hibernate config:
java.sql.SQLException: The database is already in use by another process: org.hsqldb.persist.NIOLockFile@7a80f893[file =C:\Apps\hsqldb_1_8_1_2\hsqldb\data\seamdemoDB.lck, exists=true, locked=false, valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file [C:\Apps\hsqldb_1_8_1_2\hsqldb\data\seamdemoDB.lck] is presumably locked by another process
I searched the web and apparently Eclipse is keeping the seamdemoDB.lck alive. When I close Eclipse the lock file dissappears. I know I am able to change all to a MEM db but I do not want this.
Today I upgraded Eclipse to use the latest JBoss tools and after a clean install, it worked once, then after an Eclipse restart, it failed again.
Does anyone have a solution for this or do I need to raise a JIRA issue?
Thanks!
Coenos
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531883#531883
16 years, 4 months