Hi ;
I have a processDefinition where I modeled a general Exception handler. But, the process seems to ignore that handler :( So I tried to place the exception handler in one specific action, and... Nothing is happening. The handler is ignored
<?xml version="1.0" encoding="UTF-8"?>
|
| <process-definition name="jbpm_process">
|
| <exception-handler>
| <action class="*****.actions.ProcessExceptionHandler"/>
| </…
[View More]exception-handler>
|
| </process-definition>
Any suggestions?
thkx in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193128#4193128
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193128
[View Less]
"gcompienne" wrote : So I have the feeling it could still highlight something strange somewhere.
|
| But anyway, the given workaround ...
Actually I don't see this as a workaround. :-)
Although this is marked as workaround in mentioned JIRA issue.
It's a normal behavior on how you load classes,
when the deployment is deleted --> undeployed.
Unless you make a temp copy of it,
I don't see how else you're still gonna access that resource.
It's probably the fact that we now do it …
[View More]differently
due to VFS's capability of handling resources as they are (even nested one's),
that makes this example a bit unexpected - since almost everybody else does it the old way == temp copy.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193114#4193114
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193114
[View Less]
Ok guys, found out on my own, a rather dumb mistake on my part:
In RemoteJMSProvider configuration, I forgot to add attribute FactoryRef, i.e.
<!-- The combined connection factory -->
| <attribute name="FactoryRef">XAConnectionFactory</attribute>
I added it and everything went smoothly!
I still have one more dumb question though, if anybody can take time to enlighten me:
Why I need to specify this "Combined Connection Factory" attribute?
Well, as you can guess,…
[View More] I'm pretty newbie here, and so I am not to able to figure out why this is MANDATORY and why the bridge collapses before it is even made if this is not specified and that too with NPE?
Thanks anyway!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193101#4193101
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193101
[View Less]