Charro Gruver [http://community.jboss.org/people/charrogruver] replied to the discussion
"Using jboss-ra.xml to override ra.xml property values?"
To view the discussion, visit: http://community.jboss.org/message/551069#551069
--------------------------------------------------------------
I was afraid that it was going to be something like that... :>) We need to set the pooling properties associated with maximum connections and concurrent connections. We will just explode the rar when we deploy it and modify the ra.xml as needed. Our middleware team will just have to be careful when they update and patch MQSeries.
Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551069#551069]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Ben Cotton [http://community.jboss.org/people/ben.cotton%40citi.com] replied to the discussion
"XA Recovery"
To view the discussion, visit: http://community.jboss.org/message/551061#551061
--------------------------------------------------------------
> *Re: XA Recovery*
>
> > Jonathan Halliday wrote:
> >
> >
> >
> >
> >
> > Application writer? Last I heard you were an MQ dev at IBM, not an end user.
>
>
>
> It's not mutually exclusive. If people are using this in production unaware that they can't do transaction recovery then i'm quite keen to know about it and (if necessary) point them at the relevant config.
Ben - First time I have seen you post here, it is great to know that you are now +directly+ contributing your expertise to this forum. I recall the +many+ times (e.g. http://community.jboss.org/message/525230#525230 ) you have generously taken your time to help us config JBoss connectivity to our legacy WSMQ tier via JCA. We couldn't have gotten it done without you. Again, great to see you here.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551061#551061]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] replied to the discussion
"JBPM Exception when running workflow"
To view the discussion, visit: http://community.jboss.org/message/551060#551060
--------------------------------------------------------------
Hi Steve,
good news, I think I got it. First of all (happily) this is not jBPM issue ;)
You just forgot to clean up process variables after first execution that's why it worked with only one file. I modified a bit FileChecked decision handler to remove one variable prior to returning the result (line in bold):
} else {
result = "no";
cleanUp(oe);
}
oe.removeVariable(ActivityShareInfo.JoinCompleteIndicator.name);
return result;
After that it works like a charm.
Seems like you developed your custom foreach functionality?! If so you should look into foreach activity that is part of 4.4 version. Just search this forum for details or grab trunk version from svn to get an overview... you can always post questions here as well.
HTH
Maciej
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551060#551060]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
ysaspb no [http://community.jboss.org/people/ysaspb] created the discussion
"WANTED: A link on a correct Eclipse MDB project"
To view the discussion, visit: http://community.jboss.org/message/551043#551043
--------------------------------------------------------------
Hi
I could not find an Eclipse project with Message-Driven Bean that is deployable on JBoss without errors.
It would be great to get a very simple native Eclipse project that was done without a lot of manual manipulations from scratch with an MDB plus a test web page or a test console client.
I use EnterprisePlatform-5.0.1.CR2 and Eclipse Java EE IDE for Web Developers(Version: Helios Release Build id: 20100617-1415).
Thank you in advance for any reference.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551043#551043]
Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]