Sandeep Sharma wrote:
>
> Can anybody help me figuring out when the following exception
> appears? I am using Oracle8i + EJB. This is indeed a very
> strange exception and if appeared for once, does not allow me
> to contact other beans. I'll appriciated an instance help.
>
> oracle.aurora.ejb.RemoteRuntimeException: Caught RuntimeException
> in remote method; nested exception is:
>   java.lang.IllegalStateException:No Transaction

Are you doing something like calling a bean that is deployed with
transaction type of NotSupported, Supports, or Mandatory? It looks like
you are getting to the bean without a transaction when one is required.
Check out how the beans were assembled and deployed.

Jeff

===========================================================================
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