Hi,
Joe Barefoot wrote:
> I'm using two different beans, running on separate JBoss servers. I've
> noticed the following peculiar message whenever a method on one bean is
> invoked by the other bean:
>
> Cannot import transaction: TransactionImpl:XidImpl:[B@aa345b
>
> The method invocation then executes and completes with no problems or
> further messages. The full chain of method invocations looks like this:
>
> client -> bean1(server A) -> bean2(server A) -> bean3(server B)
>
> It is bean3, when one of its methods is invoked, that produces the warning
> message above. All of the methods involved here have the same transaction
> attribute: Transaction Required.
>
> Does anyone know what this message entails, and should I be concerned about
> it?
It means that the transaction could not be imported into
server B, and that bean3 work is done outside a transaction
in conflict with what you specified.
Best Regards,
Ole Husgaard.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]