On Mon, Apr 05, 2004 at 03:24:26PM +0200, Reinhard Pötz wrote:
Leszek Gawron wrote:I am not talking about adding hibernate. I am proposing to add hibernate
I have an application written using cocoon ( flow + jx ) and hibernate. ISorry, but we can't add Hibernate to our CVS because it licensed under LGPL. You could ask at cocoondev.org.
could strip it down to a simple example and provide a patch. What form should
it take? Another block like OJB? A scratchpad directory ?
The case is nearly the same as in hibernate - there can be no sample working
out of the box due to the licensing but I think it will be simpler to run
(hibernate is not as sensitive to libraries version and it does not use class
enhancment, only reflection)
If anyone is interested please advise. lg
sample same way ojb sample is added - the user has to add some libraries
himself before building.
This should be possible as long as samples are coded against some standard, non-(L)GPL API (JDO?) and do not use any hibernate classes directly. We can not also host mocks of hibrnate classes.
Vadim