I suspect you may need to set the transaction isolation level to
READ_UNCOMMITTED in your continuum configuration file...application.xml,
is it?
Here's a reference I found in the continuum project itself:
https://svn.apache.org/repos/asf/maven/continuum/continuum-1.0.1/continuum-plexus-application/src/conf/application.xml
The section looks like this:
<property>
<name>org.jpox.transactionIsolation</name>
<value>READ_UNCOMMITTED</value>
</property>
and it's about 3/4 of the way down the page.
HTH,
John
Marcin Gurbisz wrote:
Hi once again,
I suffer from problem described in:
http://jira.codehaus.org/browse/CONTINUUM-441
Do anybody have any workaround? What is the reason for this exception?
Regards,
Marcin