Good morning,
Regarding the following:
http://article.gmane.org/gmane.comp.apache.jackrabbit.devel/6783/
One minor suggestion would actually to create a:
jackrabbit-webdav-servlets jar file, instead of putting them into the
webapp if possible.
Main reason for that being that when using maven, you can rely on
dependencies for jar files, but not for war files.
My work now is extending some of the webdav servlets, and if there
are in war file, as you described it in the link above, it makes it
hard for others to keep in sync and extends those servlets.
What do you think ?
Nicolas,
On Jul 11, 2006, at 2:12 PM, Nicolas Modrzyk wrote:
Hey Angela,
thank you for your answers again.
I am planning on using the webdav framework from jackrabbit real
soon now, so if there's any configuration task I can help on let me
know.
Regards,
Nicolas,
On Jul 10, 2006, at 10:14 PM, Angela Schreiber wrote:
Nicolas Modrzyk wrote:
Hi again,
I am realizing only now, that even though I can define multiple
handlers from the webdav xml configuration, I can't seem to be
able to assign nodetypes/collections for each of them, even
though it's possible to achieve this programmatically.
you are right. you can't specify separate nodetypes mappings
for the various handlers.
the configuration is one of the issues that needs to
be address for JCR-417. this has been discussed twice
in the dev-list and i started with the split some time
ago. however, i need some quite time to think about it
carefully and perform some minimal test.
kind regards
angela