ourteam
September 14th, 2000, 08:06 AM
We are facing some problem while using WebLogic 5.1. If anyone has
come across the same problem or has a solution to it pls. let me know at
the earliest.
The problem that we are having with Weblogic 5.1 is-
We are using weblogic connection pool in our EJBs for the purpose of
Database Connection. EJBs, which do not require any transaction, are
working fine with Weblogic connection pool. In some of our EJBs we
need to define method-level transaction where the transaction is spanning
across EJBs. With transaction attribute as TX_REQUIRED, the connection
becomes null. But if we use Oracle connection instead of Weblogic connection,
it works. But since our transactions are spanning across EJBs we can not
use Oracle connection. We are already using DataSource and TxDataSource to get the connection. We are not able to figure out the reason for this behavior
Thanx,
Ourteam
come across the same problem or has a solution to it pls. let me know at
the earliest.
The problem that we are having with Weblogic 5.1 is-
We are using weblogic connection pool in our EJBs for the purpose of
Database Connection. EJBs, which do not require any transaction, are
working fine with Weblogic connection pool. In some of our EJBs we
need to define method-level transaction where the transaction is spanning
across EJBs. With transaction attribute as TX_REQUIRED, the connection
becomes null. But if we use Oracle connection instead of Weblogic connection,
it works. But since our transactions are spanning across EJBs we can not
use Oracle connection. We are already using DataSource and TxDataSource to get the connection. We are not able to figure out the reason for this behavior
Thanx,
Ourteam