Hi, in my stateless session bean client invokes method1 that in turns
invokes method2 of the same bean:
int method1(){
((Bean)ctx.getObject()).method2();//ctx is SessionContext object
}
trans-attributes:
method1- Never
method2- Required.
method1 dosen't make use of any datasources but method2 does.
In moment of method2 invocation throws Exception xaRes not enlisted- I think
JBoss tries to "delist" nonexistent XAResource-it's strange
because method1 not transacted method.
Thanks in advice.
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user