JOnAS Notes

JIRA Documentation

Index

This page has general notes on installing JIRA on JOnAS. JOnAS is currently an unsupported environment, but with great promise that we're keen to see working with JIRA.

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.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Nov 13, 2006

    Michel Viollet says:

    Fixed in 4.7.6, 4.8.1 and newer versionsSee: