| From | Sent On | Attachments |
|---|---|---|
| glas...@javadesktop.org | Jul 28, 2008 10:07 am | |
| glas...@javadesktop.org | Jul 28, 2008 10:03 pm | |
| glas...@javadesktop.org | Jul 29, 2008 9:05 am | |
| sankara rao bhogi | Jul 29, 2008 9:27 am | |
| glas...@javadesktop.org | Jul 29, 2008 9:37 am | |
| sankara rao bhogi | Jul 29, 2008 9:41 am | |
| glas...@javadesktop.org | Jul 29, 2008 9:51 am | |
| sankara rao bhogi | Jul 29, 2008 10:03 am | |
| glas...@javadesktop.org | Jul 29, 2008 10:33 am | |
| Marina Vatkina | Jul 29, 2008 10:57 am | |
| glas...@javadesktop.org | Jul 29, 2008 11:18 am | |
| Marina Vatkina | Jul 29, 2008 11:39 am | |
| glas...@javadesktop.org | Jul 29, 2008 2:36 pm | |
| glas...@javadesktop.org | Jul 29, 2008 3:06 pm | |
| glas...@javadesktop.org | Jul 29, 2008 3:06 pm | |
| glas...@javadesktop.org | Jul 29, 2008 3:08 pm | |
| glas...@javadesktop.org | Jul 29, 2008 3:11 pm | |
| glas...@javadesktop.org | Jul 29, 2008 3:21 pm | |
| glas...@javadesktop.org | Jul 29, 2008 3:41 pm | |
| glas...@javadesktop.org | Jul 29, 2008 3:52 pm | |
| glas...@javadesktop.org | Jul 29, 2008 4:07 pm |
| Subject: | Re: JTS5041: The resource manager is doing work outside a global transaction | |
|---|---|---|
| From: | glas...@javadesktop.org (glas...@javadesktop.org) | |
| Date: | Jul 29, 2008 9:05:56 am | |
| List: | net.java.dev.glassfish.users | |
That's for the response. Sadly, this is not the issue as
allow-non-component-callers is already set to true.
I have 3 datasources defined for our application. Below are the entries in
domain.xml
<jdbc-connection-pool allow-non-component-callers="true"
associate-with-thread="false" connection-creation-retry-attempts="0"
connection-creation-retry-interval-in-seconds="10"
connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0"
connection-validation-method="auto-commit"
datasource-classname="com.sybase.jdbc3.jdbc.SybXADataSource"
fail-all-connections="false" idle-timeout-in-seconds="300"
is-connection-validation-required="true" is-isolation-level-guaranteed="false"
lazy-connection-association="false" lazy-connection-enlistment="false"
match-connections="false" max-connection-usage-count="0" max-pool-size="32"
max-wait-time-in-millis="60000" name="cosmosConnectionPool"
non-transactional-connections="false" pool-resize-quantity="2"
res-type="javax.sql.XADataSource" statement-timeout-in-seconds="-1"
steady-pool-size="8" validate-atmost-once-period-in-seconds="0"
wrap-jdbc-objects="false">
<property name="user" value="dbuser"/>
<property name="password" value="dbpassword"/>
<property name="BE_AS_JDBC_COMPLIANT_AS_POSSIBLE" value="true"/>
<property name="IGNORE_DONE_IN_PROC" value="true"/>
<property name="portNumber" value="2100"/>
<property name="databaseName" value="ciim"/>
<property name="APPLICATIONNAME" value="QuoteServer"/>
<property name="serverName" value="DBSERVER1"/>
</jdbc-connection-pool>
<jdbc-connection-pool allow-non-component-callers="true"
associate-with-thread="false" connection-creation-retry-attempts="0"
connection-creation-retry-interval-in-seconds="10"
connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0"
connection-validation-method="auto-commit"
datasource-classname="com.sybase.jdbc3.jdbc.SybXADataSource"
fail-all-connections="false" idle-timeout-in-seconds="300"
is-connection-validation-required="true" is-isolation-level-guaranteed="false"
lazy-connection-association="false" lazy-connection-enlistment="false"
match-connections="false" max-connection-usage-count="0" max-pool-size="32"
max-wait-time-in-millis="60000" name="partnerConnectionPool"
non-transactional-connections="false" pool-resize-quantity="2"
res-type="javax.sql.XADataSource" statement-timeout-in-seconds="-1"
steady-pool-size="8" validate-atmost-once-period-in-seconds="0"
wrap-jdbc-objects="false">
<property name="user" value="dbuser"/>
<property name="password" value="dbpassword"/>
<property name="BE_AS_JDBC_COMPLIANT_AS_POSSIBLE" value="true"/>
<property name="IGNORE_DONE_IN_PROC" value="true"/>
<property name="portNumber" value="2100"/>
<property name="databaseName" value="price"/>
<property name="APPLICATIONNAME" value="QuoteServer"/>
<property name="serverName" value="DBSERVER2"/>
</jdbc-connection-pool>
<jdbc-connection-pool allow-non-component-callers="true"
associate-with-thread="false" connection-creation-retry-attempts="0"
connection-creation-retry-interval-in-seconds="10"
connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0"
connection-validation-method="auto-commit"
datasource-classname="com.sybase.jdbc3.jdbc.SybXADataSource"
fail-all-connections="false" idle-timeout-in-seconds="300"
is-connection-validation-required="true" is-isolation-level-guaranteed="false"
lazy-connection-association="false" lazy-connection-enlistment="false"
match-connections="false" max-connection-usage-count="0" max-pool-size="32"
max-wait-time-in-millis="60000" name="quotingConnectionPool"
non-transactional-connections="false" pool-resize-quantity="2"
res-type="javax.sql.XADataSource" statement-timeout-in-seconds="-1"
steady-pool-size="8" validate-atmost-once-period-in-seconds="0"
wrap-jdbc-objects="false">
<property name="user" value="dbuser"/>
<property name="password" value="dbpassword"/>
<property name="BE_AS_JDBC_COMPLIANT_AS_POSSIBLE" value="true"/>
<property name="IGNORE_DONE_IN_PROC" value="true"/>
<property name="portNumber" value="2100"/>
<property name="databaseName" value="quoting"/>
<property name="APPLICATIONNAME" value="QuoteServer"/>
<property name="serverName" value="DBSERVER3"/>
</jdbc-connection-pool>
[Message sent by forum member 'cmathrusse' (cmathrusse)]





