[jboss-dev-forums] [Design of JCA on JBoss] - Re: JcaXAResourceRecovery
jesper.pedersen
do-not-reply at jboss.com
Tue Jul 1 08:36:57 EDT 2008
Jonathan, I've added the following interface to the JCA SPI in jboss-integration:
org.jboss.jca.spi.xa.XAResourceWrapper
with the methods getEISProductName() and getEISProductVersion(). So you can depend on this interface for AS-5.0.
For AS-4.x support you still need to keep the JcaXAResourceWrapper support.
The JNDI name lookup functionality will be added to a MC bean in the new POJO implementation.
The user can now get basic information about where to look for the source of the error.
Let me know what you think.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161758#4161758
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161758
More information about the jboss-dev-forums
mailing list