Ahh! Using the standard store worked! All I was doing was trying to connect to the webdav servlet!
Thanks, Jacob -----Original Message----- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: 29. oktober 2003 10:28 To: Slide Developers Mailing List Subject: Re: cvs commit: jakarta-slide/src/stores/org/apache/slide/store/txfile/rm/impl FileResourceManager.java Hi Jaboc, Jacob Lund wrote: > Hi Oliver and Peter! > > I think there are a couple of files missing for the TX store: > ByteSizeLimitedObjectCache.java > TxLRUObjectCache.java > TxCacheStore.java Hmmm. The tx store should work without this new caching. Just tried it with the StandardStore and did not encounter an obvious error... > If I use the files send to the list on October 24 by Oliver, then I get > following each time I try to access the slide: > > 29 Oct 2003 09:49:06 - WARNING - WARNING: No active transaction > 29 Oct 2003 09:49:06 - WARNING - WARNING: No active transaction > 29 Oct 2003 09:49:06 - > org.apache.slide.store.txfile.AbstractTxFileStoreService > - WARNING - Thread Thread[HttpProcessor[80][4],5,main] marked transaction > branch > null for rollback. Cause: Not inside tx This warning says you tried to write something to the store while not being inside of a transaction, which is not allowed for reasons of transactional control. But this is too little information to see what is really going on... How - exactly - do you access Slide? Do you make a put over Webdav? Could you please send your Domain.xml file as well? Thanks for caring, Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
