Hi Gurus,

I am having a strange problem with my EJBs. I have a
session bean in a EJB jar accressing another session
bean method in a different jar file. Both the Jars are
deployed in the same container. When I call the method
it retrieves the data (its just a getter method) but
gives a "Transaction rolled-back exception".

The tarnsaction attribute for both the methods are
"Required"..... and we are using JTS for transaction
management.

This is something which is very well possible. The
only problem I see is probably that I am creating the
JDBC datasource within the group and may be this is
the reason it is treated as a different transaction.

Has anyone faced a similar problem earlier.

Thanks in advance.

Yogi.


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to