[jira] Updated: (JCR-1678) NullPointerException in constructor of JcrDavException

2008-09-24 Thread angela (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

angela updated JCR-1678:


Fix Version/s: (was: 1.5)
   jcr-server 1.4.1

> NullPointerException in constructor of JcrDavException
> --
>
> Key: JCR-1678
> URL: https://issues.apache.org/jira/browse/JCR-1678
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-jcr-server
>Affects Versions: 1.4
>Reporter: Thomas Weber
>Assignee: angela
> Fix For: jcr-server 1.4.1
>
> Attachments: patch
>
>
> within DavSessionProviderImpl.attachSession() a 
> org.apache.jackrabbit.rmi.client.RemoteRepositoryException is thrown, catched 
> as RepositoryException and passed into the 
> ctor of JcrDavException
> the lookup for the class in the static HashMap codeMap for the class fails 
> and a NPE is thrown 
> suggested fix:
> The static lookup by the javax.jcr.*Exception classed must be fixed to 
> include derived exception classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (JCR-1678) NullPointerException in constructor of JcrDavException

2008-09-23 Thread angela (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

angela updated JCR-1678:


Component/s: (was: jackrabbit-webdav)
 jackrabbit-jcr-server

wrong component -> adjust

> NullPointerException in constructor of JcrDavException
> --
>
> Key: JCR-1678
> URL: https://issues.apache.org/jira/browse/JCR-1678
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-jcr-server
>Affects Versions: 1.4
>Reporter: Thomas Weber
>Assignee: angela
> Fix For: 1.5
>
> Attachments: patch
>
>
> within DavSessionProviderImpl.attachSession() a 
> org.apache.jackrabbit.rmi.client.RemoteRepositoryException is thrown, catched 
> as RepositoryException and passed into the 
> ctor of JcrDavException
> the lookup for the class in the static HashMap codeMap for the class fails 
> and a NPE is thrown 
> suggested fix:
> The static lookup by the javax.jcr.*Exception classed must be fixed to 
> include derived exception classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (JCR-1678) NullPointerException in constructor of JcrDavException

2008-07-15 Thread Thomas Weber (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Weber updated JCR-1678:
--

Attachment: patch

here is a patch that I have applied

> NullPointerException in constructor of JcrDavException
> --
>
> Key: JCR-1678
> URL: https://issues.apache.org/jira/browse/JCR-1678
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-webdav
>Affects Versions: 1.4
>Reporter: Thomas Weber
> Attachments: patch
>
>
> within DavSessionProviderImpl.attachSession() a 
> org.apache.jackrabbit.rmi.client.RemoteRepositoryException is thrown, catched 
> as RepositoryException and passed into the 
> ctor of JcrDavException
> the lookup for the class in the static HashMap codeMap for the class fails 
> and a NPE is thrown 
> suggested fix:
> The static lookup by the javax.jcr.*Exception classed must be fixed to 
> include derived exception classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.