|
From: SHOAIB A. <akh...@ya...> - 2004-10-26 03:22:57
|
Hi, I am using Weblogic 8.1 sp3 and i faced the same problem but fortunately i got the solution so i am posting it here so it can help you. In weblogic when you have configured the connection pool you can see a link named Advanced under the Connections tab clicking this will show you advanced options for connection pool configuration and one of them read as follows (it is the last option in 8.1 sp3) Supports Local Transaction Specifies whether the XA driver used to create physical database connections supports SQL without global transactions. Now if you check this you can get connection without jta transaction in progress. The navigation path in weblogic console is as follows <server_name> ---> Services --> JDBC ---> Connection Pools ----> <<Your Pool Name >> and then Connection Tab (adjacent to General tab) and then click Advanced on lower right corner then follow the above instructions. Regards, Shoaib Akhtar __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail |