Re: [transaction] XAResource wrapper for commons transaction

2005-11-08 Thread Oliver Zeigermann
2005/11/8, Joerg Heinicke <[EMAIL PROTECTED]>: > Oliver Zeigermann gmail.com> writes: > > > > 1. Commons transaction is not prepared for JNDI. > > > > Honestly, I have no idea what this is all about. Could you explain? > > Hello Oliver, > > to be honest I do neither know that much about it. My imp

Re: [transaction] XAResource wrapper for commons transaction

2005-11-08 Thread Joerg Heinicke
Oliver Zeigermann gmail.com> writes: > > 1. Commons transaction is not prepared for JNDI. > > Honestly, I have no idea what this is all about. Could you explain? Hello Oliver, to be honest I do neither know that much about it. My impression was that most of the JTA transaction manager use JNDI

Re: [transaction] XAResource wrapper for commons transaction

2005-11-07 Thread Oliver Zeigermann
2005/11/3, Joerg Heinicke <[EMAIL PROTECTED]>: > 1. Commons transaction is not prepared for JNDI. This is probably not a must, > but most of the containers seem to work with JNDI. When trying it that way I > get > the following exception: > > java.lang.IllegalArgumentException: RegistryContext: ob

[transaction] XAResource wrapper for commons transaction

2005-11-03 Thread Joerg Heinicke
Hello, I now implement the XAResource wrapper for commons transaction and came across two issues: 1. Commons transaction is not prepared for JNDI. This is probably not a must, but most of the containers seem to work with JNDI. When trying it that way I get the following exception: java.lang.Ille