I have limited EJB experience and I am not sure if this
is a design problem or a configuration problem.

I have a Stateful Session bean which when loaded into
JBoss can be accessed successfully from my test client.

I then created a java class (Not an EJB) which is instantiated
within the above Stateful bean and the methods of which are
called from the above mentioned bean. Whenever a call is made
to class I get the TRANSACTION ROLLBACK ERROR even if
the method contains no body!!   The bean is set for CMP but I
dont do anything with transactioning

I am not sure if I need to add the external class to some special
config file to allow it to be used by my session beans.   I read
somewhere
that beans accessing other beans should be specified in the XML file

This is a strange problem fo rme and your help would be appreciated.

                    Regards

                    Steve


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to