This page last changed on Feb 08, 2009 by alui.

This page has general notes on installing JIRA on JOnAS. JOnAS is currently an unsupported environment.

add your notes

A user reports:

Concerning the problem with the autocommit error, it seems to be coming from JOnAS.
This application can use two different modes to connect to a database :

  • a .properties file using a service called "dbm"
  • a .rar file using a service called "resource"

The two modes don't manage the autocommit in the same way.
The first one calls setAutocommit(true) only if getAutocommit() != true
The second one always calls setAutocommit(true)

We were using the second one and that's why we got the error message :
SEVERE : main : ConnectionImpl.setAutoCommit : ConnectionImpl.setAC: error

Now we are using the first one and we don't have the error message anymore.

Document generated by Confluence on Oct 06, 2009 00:31