I want to extend reimplemente DatabaseJounal (core.cluster), but there
is a dependency on RecordInput which is a protected class (or at least
default scope).
So you cant extend AbstractDatabaseJournal except in the same package
(perhaps thats the answer)
Is there a reason for this, or was it an oversight.
The reason I want to extend as I am embedding Jackrabbit into Sakai
(www.sakaiproject.org) and I would prefer to use a DataSource rather
DriverManager delivered connection .... even if I get the connection and
keep it.
Thanks
Ian