[jboss-user] [Datasource Configuration] - Migration of Weblogic to JBOSS - Could not enlist in transaction on entering meta-aware object!

jinu kishorehex do-not-reply at jboss.com
Tue May 21 12:53:46 EDT 2013


jinu kishorehex [https://community.jboss.org/people/jinukishorehex] created the discussion

"Migration of Weblogic to JBOSS - Could not enlist in transaction on entering meta-aware object!"

To view the discussion, visit: https://community.jboss.org/message/818700#818700

--------------------------------------------------------------
Hi 

We have migrated our application from Weblogic to JBOSS . 

We are getting the error (Could not enlist in transaction on entering meta-aware object! ) on a batch run on multithreading

could any please help this out

Please share the steps to be done on configuration on migrating from weblogic to JBOSS

Below is the Data source .xml

<?xml version="1.0" encoding="UTF-8"?>

<datasources>
    <local-tx-datasource>
         <jndi-name>DefaultDS</jndi-name>
         <connection-url></connection-url>         
         <driver-class>oracle.jdbc.OracleDriver</driver-class>
         <security-domain>EncryptedPhinPassword</security-domain> 
      <autoReconnect>true</autoReconnect>
      <check-valid-connection-sql>select 1 from dual</check-valid-connection-sql>
      <failOverReadOnly>false</failOverReadOnly>
      <maxReconnects>50</maxReconnects>
      <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation> 
         <min-pool-size>5</min-pool-size> 
         <max-pool-size>25</max-pool-size> 
         <prepared-statement-cache-size>32</prepared-statement-cache-size> 
         <query-timeout>900</query-timeout> 
         <idle-timeout-minutes>1</idle-timeout-minutes> 
         <metadata> 
            <type-mapping>Oracle9i</type-mapping> 
         </metadata>
   </local-tx-datasource>

</datasources>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/818700#818700]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130521/5999c14b/attachment.html 


More information about the jboss-user mailing list