Hi All.

Well, does orion support user (client) dermarcated transactions at all?
I saw this question was already posted and not answered, so I ask again.

Does anybody use a session bean with 

<transaction-type>Bean</transaction-type>  

For me it looks like orion treats such a bean still as container managed
and returnes a

java.lang.IllegalStateException: Only beans with user-managed transactio
ns can invoke getUserTransaction()
        
if I try to use sessionContext.getUserTransaction().


Any suggestions?

Greetings from Munich, 
 
  thomas



        

> Is there a possibility to change the timeout of transactions 
> with orion?
> 
> I have a method that runs a long time, and I always get a 
> "RMIException: Transaction rolled back: timeout" exception.
> 
> I guess I can use a UserTransaction and change via
> 
>       setTransactionTimeout(int seconds) 
> 
> this value, but is there a better way to change the xatimeout 
> for methods 
> with container managed transactions?
> 
> Greetings from Munich,
> 
>  Thomas 
> 
> 
> 
> ---
> 
> Thomas Hertz
>   [EMAIL PROTECTED]
> 
>  hybris GmbH
>   Schwere-Reiter-Str. 35
>   Gebaeude 16
>   80797 Muenchen
> 
>   fon: +49 89 30 66 97 0
>   fax: +49 89 30 66 97 99
>   http://www.hybris.de
> 
>  solutions for an
>   accelerating generation.
>  
> 
> 

Reply via email to