> Hi,
>
> Firstly does anyone know what the plans are for working revisions? In the
> current JDBCDescriptorStore there appears to be some code to implement
this,
> but there are no corresponding methods in NodeRevisionDescriptors like
> getWorkingVersion() etc. I couldn't find any mention of this in the mail
> archive - can someone tell me what are the plans for this functionality
and
> how I might go about implementing it ?

It may be needed to implement one particular feature of Delta V.

> Secondly, the current JDBCContentStore/JDBCDescriptorsStore don't close
> connections properly after opening them (at least with Oracle). I get a
"too
> many open cursors error" - putting statement.close() as a soon as a
> statement isn't needed solves the problem.

I just read the code of the descriptors store. There are indeed many close
calls missing (that needs to be fixed).
I don't believe there are any in the content store, though.

Remy

Reply via email to