Yogi,
Please post questions about Inprise/Borland AppServer to:
news://forums.inprise.com/inprise.public.appserver
Also, you might want to look at your error/event logs. I suspect that
you bean is throwing an exception (perhaps a NullPointerException)
which is causing the Container to roll back the current transaction,
as per the EJB 1.1 spec.
-jkw
Kondaskar Yogesh wrote:
>
> 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".
===========================================================================
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".