[jboss-dev-forums] [Design of JCA on JBoss] - Re: JcaXAResourceRecovery
timfox
do-not-reply at jboss.com
Thu Feb 1 09:26:55 EST 2007
"adrian at jboss.org" wrote :
| Please raise a bug report, or better yet, fix it! :-)
|
Ok, I'll raise a report.
anonymous wrote :
| I hope your not planning to ask users to configure seperately JBoss Messaging
| recovery (and especially no seperate property files)?
|
| The aim is to try to make it zero configuration for recovery not asking them to configure
| things in 5 different places.
|
| I can understand supporting a seperate recovery plugin for standalone use
| of JBoss Messaging but NOT in the appserver please, it should be
| integrated via JCA!
|
For the app server we intend to use the JMSProvider based XAResourceRecovery, although it has the drawback of not being able to specify username and password as already mentioned on this thread.
The custom one, which uses it's own properties file is only currently used for the messaging bridge, which doesn't use JCA. Although I am coming around to the idea of deploying JCA with it too (the standalone bridge is really just a stripped down JBoss AS) then we can use the standard XAResource receovery.
We would like to have a "full" recovery solution for JBM before JBM 1.2 (at the end of the month) , which would need to include specifying a username and password. I don't know if the new JCA stuff is going to ready in time for that, so we may have no choice than to use our own properties file or maybe we can change the datasource to take recovery username/password params as you mention.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009427#4009427
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009427
More information about the jboss-dev-forums
mailing list