Hello,
another remark on the exceptions from jcr-mapping project. Why isn't
there a base exception and why java.lang.Exception is extended instead
of the javax.jcr.RepositoryException?
As the jcr-mapping is based on a JCR implementation it should extend
the JCR exception hierarchy. Right now the code executing with
jcr-mapping has to do a:
try
{
.. some code
} catch (RepositoryException re)
{
// from work on the repository
} catch (JcrMappingException jme)
{
// from mapping code
}
--
Best regards,
Costin mailto:[EMAIL PROTECTED]