bug none: This has various generally useful tools for use with jackrabbit....
bug none: This has various generally useful tools for use with jackrabbit. The only think I really want right now is the jackrabbit.BDBPersistenceManager which I'm considering using on Sodexho. I've...
View Articlebug none: cosmetic and documentation changes. Some warnings are suppressed.
bug none: cosmetic and documentation changes. Some warnings are suppressed.
View Articlebug none: some refactoring of the import and export tools. Its safer to test...
bug none: some refactoring of the import and export tools. Its safer to test things with export. This doesn't work, but probably only because I don't have a complete enough classpath.
View Articlebug none: I mistakenly published multiple versions under the same version id....
bug none: I mistakenly published multiple versions under the same version id. This should end the confusion
View Articlebug none: don't use openDatabase() inside a transaction - writes to the...
bug none: don't use openDatabase() inside a transaction - writes to the database after the transaction is committed may be lost. Also checkpoint the environment when a persistence manager is closed -...
View Articlebug none: this is back to the point where it seems to work reliably.
bug none: this is back to the point where it seems to work reliably. There are several changes: - uses an external block store - uses jackrabbit's own build in serializations - do everything in a...
View Articlebug none: use dynamic dispatch to clean things up a bit. Add some...
bug none: use dynamic dispatch to clean things up a bit. Add some documentation. Time to release a new version.
View Articlebug none: use only one database for everything
bug none: use only one database for everything
View ArticleThis changes the way me manage an envronment. Clients name themselves,
This changes the way me manage an envronment. Clients name themselves, and the environment closes when all the clients release it. This seems delicate, to say the least, so there's also a servlet...
View ArticleThis is a clone of the jcr project, pruned down just to contain
This is a clone of the jcr project, pruned down just to contain the bdb persistence manager. It may still have some unneccessary dependencies.
View ArticleThese are part of the import tool - not the persistence manager
These are part of the import tool - not the persistence manager
View ArticleSome reformatting, and removed some comments that are now out of date
Some reformatting, and removed some comments that are now out of date
View ArticleUse internal lshift jackrabbit repository temporarily
Use internal lshift jackrabbit repository temporarily
View ArticleI though I'd removed these already, but then I updated and
I though I'd removed these already, but then I updated and got them again. This is all in lshift-jcr.
View ArticleRefactor out common functionality that I can use in an implementation
Refactor out common functionality that I can use in an implementation of FileSystem later
View Article