IronJacamar 1.0.0.Beta4 is out

Posted by    |      

I'm happy to announce that the IronJacamar team have released 1.0.0.Beta4 of the container which implements the JCA 1.6 specification.

Full release notes are here.

Security

You are now able to specify if you want to use your ConnectionRequestInfo objects or a security domain for the ManagedConnection::getConnection() call.

Look under the security element for the new elements

<application/>
<security-domain>my-security-domain</security-domain>
<security-domain-and-application>my-security-domain</security-domain-and-application>

This also means that you can use a security domain now for backing a datasource deployment.

Documentation

The entire documentation environment have been changed to use the JBoss.org style, so now the documentation look great !

We have also added content like an overview of the different deployment descriptors. But also a complete HelloWorld resource adapter example is now included, so you can get started with your development. The code generator have of course been updated with improvements too that will help you get started.

Other highlights

As you can see on the release notes there have been other enhancements too, like

  • Improved metadata validation
  • JDBC 4.1 support
  • Spy functionality for the JDBC resource adapter
  • A SPI for the JDBC resource adapter for vendor extensions
  • Template replacement inside our -ds.xml deployments using system properties

The release also saw a completely new inflow system, which will allow other containers to easy integrate and register message endpoints through the IronJacamar container. We hope that the EJB3 team will like this functionality for their MDB work :)

The Road Ahead

We will focus on adding more enterprise level features like XA recovery and reauthentication support. Of course the development of our RHQ plugin will continue too.

So be sure to grab the next JBoss Application Server 7.0 release, which will feature this version and send your feedback to us.

For Those About to Rock, We Salute You !

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


Back to top