Hi Edgar, I figured out that an session.logout() seems to cause the trouble (meaning that I got it working so far with 4.0.4RC1).
What is a good strategy with the session? - Having a new session for each action and then always close it afterward? - Or just have one session and use it for all actions? (login() and logout() when the whole application starts/stops?) - Didi -------- Original-Nachricht -------- Datum: Sat, 29 Jul 2006 16:14:41 -0300 Von: "Edgar Poce" <[EMAIL PROTECTED]> An: [email protected] Betreff: Re: Re: someone using JackRabbit in JBoss? > I'm working with jboss4.0.3sp1, I'm quite bussy these days, but I'll > try it with 4.0.4 as soon as possible and let you know. > > br, > edgar > > On 7/29/06, Dieter Frej <[EMAIL PROTECTED]> wrote: > > Hi Edgar, > > > > thanks for updating wiki. I looked at the code snippets and the BMT > stuff > > worked, but not the CMT :-( I still get > > > > 2006-07-20 15:41:52,824 ERROR [org.apache.jackrabbit.core.XASessionImpl] > Resource not associated with a transaction. > > 2006-07-20 15:41:52,825 WARN [org.jboss.tm.TransactionImpl] > XAException: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=brenner/16, > BranchQual=, localId=16] errorCode=XAER_PROTO > > javax.transaction.xa.XAException > > at > org.apache.jackrabbit.core.XASessionImpl.end(XASessionImpl.java:288) > > at > org.jboss.tm.TransactionImpl$Resource.endResource(TransactionImpl.java:2138) > > at > > > > [snip] > > > > Any ideas where that comes from? I am using JBoss 4.0.4RC1 and Java > > 1.5.0_04-b05 and I did everything more or less as described in the wiki. > > > > - Didi > > -- > > > > > > Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! > > "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl > > -- "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
