[
http://jira.jboss.com/jira/browse/JBESB-1695?page=comments#action_12413661 ]
Kevin Conner commented on JBESB-1695:
-------------------------------------
The current H2 MBean (in our codebase) does not support remote access into the database,
it is purely in-vm. That configuration parameter determines whether the database
information is help in memory or on disk.
Take a look at our hypersonic mbean and copy the remote access part across to the H2
mbean, they are located at
https://svn.labs.jboss.com/labs/jbossesb/trunk/product/rosetta/src/org/jb...
jBPM datasource should be XA datasource
---------------------------------------
Key: JBESB-1695
URL:
http://jira.jboss.com/jira/browse/JBESB-1695
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Process flow, Rosetta, Documentation, Examples
Affects Versions: 4.2.1 CP2
Reporter: Jiri Pechanec
Assigned To: Daniel Bevenius
Fix For: 4.2.1 CP3
If the SQL listener with transactions is used configured according helloworld_tx_sql and
is enhanced with jBPM use - start service, it fails because both datasources are local.
To prevent the issue these steps should be done
1) Change the jBPM DS to be XA datasource - this means that schme toll must be also
modified
2) Change QS to use H2 database and XA datasource - it serves users as guidline
3) Switch to h2 database for all datasources
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira