Why would your beans need the TransactionManager?  That pretty
much qualifies as "server internals", so your beans would not be portable.
However, you should be able to access a UserTransaction object in JNDI,
which is the proper way for a bean to do it's own transaction management.
I'm not sure if that is implemented yet - it may be, I just haven't tried
it myself.

Aaron

On Tue, 5 Sep 2000, Sebastien Sahuc wrote:
> Hello,
> 
> Oleg told me that in jboss the Transaction Manager is available through 
> JNDI. So I checked by myself and it came to be true.
> 
> Though I'm wondering if it's allowed per specification. So far I couldn't 
> find any place that says so (JTA and EJB spec). 
> 
> I'm afraid that using the feature will make my beans not portable. Am I 
> right ?
> 
> Thanks for any reply,
> 
> Sebastien
> 


Reply via email to