IronJacamar 1.0.0.Beta5 is out

Posted by    |      

I'm happy to announce the IronJacamar 1.0.0.Beta5 release.

The full release notes are here.

Enterprise features

This release focused on more enterprise level features of a Java EE Connector Architecture container, namely

  • XA Recovery
  • Reauthentication

The stable release of the JCA container already features XA recovery, but this version adds the ability to specify which plugin that should be used to give hints to the container if a managed connection is still usable. This should give developers a better way to provide feedback to the recovery subsystem based on their Enterprise Information System specific interaction.

We now have a pooling mechanism that supports reauthentication - JCA 1.6 specification section 9.1.9 - such that managed connection can be reauthenticated based on the input credentials. We have added an extension to our JDBC resource adapter which allows database specific plugin to take advantage of this functionality.

If you are interested in these areas, try them out and send us your feedback.

JBoss Application Server 7

We continue to integrate with the JBoss Application Server 7 release series, and have added features that will allow datasources to be started quicker than before. So look out for the 7.0.0.Beta2 release.

And be sure to provide feedback through the forum.

Other improvements

We have added a couple of other improvements too

  • Inflow enhancements to the code generator
  • New transaction infrastructure that will allow easier integration of new transaction manager versions
  • Initial management of datasources

plus the various bug fixes.

The Road Ahead

We will continue with expanding our management capabilities, so if there is an area that you would like to see that we worked on let us know.

And be sure to check out our home page, as it now features our current test suite status -- we salute you, design rock star James Cobb !

For Those About to Rock, We Salute You !

[WebSite] [Download] [Documentation] [JIRA] [Forum]


Back to top