-------- Original Message --------
Date: Tue, 27 Jun 2000 12:29:19 +0200
From: Markus Blaurock <[EMAIL PROTECTED]  >
Organization: DIG GmbH & Co. KG

We have a showstopper here.

We need concurrent access to different instances
of the same entity-bean.

When creating an instance of one Entity-Bean
we cannot acces any other bean of that type :-(

The first is a ejbCreate call, the second 
a 'getData' (a custom method) call of another instance...
(but another ejbCreate call will also block :(

The Jonas-Trace for the second call looks like

inRequest --->
Current.setPropagationContext(null) -> detach
JEntityHome.preinvoke
Transaction Attribute = TX_NEVER
Current.getTransaction()
NamingManager: setComponentContext: Statistic

and than it hangs. It will continue only
after the first call completes.

(The trace should and will continue 
with  "Current.getTransaction()", shouldn't it ?)

Why is this so ?

We are using Jonas 2.0, Linux JDK 1.2.2, Oracle 8.0.5 for Linux
This is reproducable on other UNIXes with Oracle..

container-transaction is set to never on every method
of the bean.

please help

-- 
markus
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to