[JBoss Microcontainer] - has anybody deploy CAS 3.4 on JBoss5 successfully ?
by MiNG Jason
MiNG Jason [http://community.jboss.org/people/JasonMing] created the discussion
"has anybody deploy CAS 3.4 on JBoss5 successfully ?"
To view the discussion, visit: http://community.jboss.org/message/555585#555585
--------------------------------------------------------------
recently, i'm struggling for deploying jasig CAS 3.4.2 on JBoss 5.1.0 GA.
however, i can't deploy it successfully on JBoss5, the main reason is some jar libraries in war file conflict to the libraries in %JBOSS_HOME%\common\lib.
i tried to put a jboss-classloading.xml file in WEB-INF, make the class loader of the war file isolated, but still not working, the log4j will stop working after loading the log4j.xml.
if i remove the jboss-classloading.xml file from WEB-INF, the classess will conflict and cannot deploy.
if anybody has the same problem like me and you have already solved it, please tell me how to do, i really have no idea about this.
appreciate for your helping.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/555585#555585]
Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 5 months
Re: [jboss-user] [jBPM] - How to handle failed processes/states due to server crashes?
by Michael Wohlfart
Michael Wohlfart [http://community.jboss.org/people/mwohlf] replied to the discussion
"How to handle failed processes/states due to server crashes?"
To view the discussion, visit: http://community.jboss.org/message/555586#555586
--------------------------------------------------------------
> Correct me I am wrong: Will jBPM4 pick up the processes waiting for a signal if it (jBPM) is embedded in my application only as a lib rather than installed as a service on JBoss. If thats the case then once my spring-jbpm context gets loaded on application start up, jBPM should pick up all the nodes and wait for a signal.
that's correct the state of your processes is persisted in the database and preserved between reboots, and that should work weather you use the jBoss Service or not, when you signal jBPM looks up the database for your process instance and wait state...
> theory in devguide doesn't provide much explanation of retry interceptor. I mean how to configure, what inputs it will need and such thing. Do we have any example available for retry-interceptor.
i guess you assume the retry-interceptor is more than it actually is, it's just a try/catch and checks for StaleStateException, you can configure retries, delay and delay-factor, check the sourcecode I haven't seen it's config options documented somewhere
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/555586#555586]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 5 months