[jira] [Updated] (JCR-3206) JSR-283 support for RMI

2012-10-24 Thread Lars Michele (JIRA)

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

Lars Michele updated JCR-3206:
--

Attachment: rmi-eventjournal.patch

This patch contains the rmi implementation for the event journal. For 
Performance reasons I also changed the implementation from RemoteEvent to a 
SerializableEvent. (As repositories can have lots of events, the RMI registry 
would otherwise fill up with a lot of event stubs)
The patch is created with HG and works on the changes from 
rmi-cache-updated.patch

> JSR-283 support for RMI
> ---
>
> Key: JCR-3206
> URL: https://issues.apache.org/jira/browse/JCR-3206
> Project: Jackrabbit Content Repository
>  Issue Type: New Feature
>  Components: jackrabbit-jcr-rmi
>Affects Versions: 2.3
>Reporter: Claus Köll
> Attachments: jackrabbit.diff, jackrabbit-jcr-rmi-ntm-ac-ej.patch, 
> rmi-cache-updated.patch, rmi-eventjournal.patch
>
>
> We have the JCRRMI-26 Issue for the missing JSR-283 support.
> As we do no more use the Jira Project JCRRMI i would like to create a new 
> Issue for that feature request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (JCR-3206) JSR-283 support for RMI

2012-10-12 Thread Lars Michele (JIRA)

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

Lars Michele updated JCR-3206:
--

Attachment: rmi-cache-updated.patch

Missed a dependency.

> JSR-283 support for RMI
> ---
>
> Key: JCR-3206
> URL: https://issues.apache.org/jira/browse/JCR-3206
> Project: Jackrabbit Content Repository
>  Issue Type: New Feature
>  Components: jackrabbit-jcr-rmi
>Affects Versions: 2.3
>Reporter: Claus Köll
> Attachments: jackrabbit.diff, jackrabbit-jcr-rmi-ntm-ac-ej.patch, 
> rmi-cache-updated.patch
>
>
> We have the JCRRMI-26 Issue for the missing JSR-283 support.
> As we do no more use the Jira Project JCRRMI i would like to create a new 
> Issue for that feature request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (JCR-3206) JSR-283 support for RMI

2012-10-12 Thread Lars Michele (JIRA)

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

Lars Michele updated JCR-3206:
--

Attachment: (was: rmi-cache.patch)

> JSR-283 support for RMI
> ---
>
> Key: JCR-3206
> URL: https://issues.apache.org/jira/browse/JCR-3206
> Project: Jackrabbit Content Repository
>  Issue Type: New Feature
>  Components: jackrabbit-jcr-rmi
>Affects Versions: 2.3
>Reporter: Claus Köll
> Attachments: jackrabbit.diff, jackrabbit-jcr-rmi-ntm-ac-ej.patch, 
> rmi-cache-updated.patch
>
>
> We have the JCRRMI-26 Issue for the missing JSR-283 support.
> As we do no more use the Jira Project JCRRMI i would like to create a new 
> Issue for that feature request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (JCR-3206) JSR-283 support for RMI

2012-10-12 Thread Lars Michele (JIRA)

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

Lars Michele updated JCR-3206:
--

Attachment: rmi-cache.patch

After rethinking, how I could split up the work, I found a way :-)
Here comes the caching part which for now reduces some object creation overhead 
and the the registering of a lot of stubs in the RMI registry.

> JSR-283 support for RMI
> ---
>
> Key: JCR-3206
> URL: https://issues.apache.org/jira/browse/JCR-3206
> Project: Jackrabbit Content Repository
>  Issue Type: New Feature
>  Components: jackrabbit-jcr-rmi
>Affects Versions: 2.3
>Reporter: Claus Köll
> Attachments: jackrabbit.diff, jackrabbit-jcr-rmi-ntm-ac-ej.patch, 
> rmi-cache.patch
>
>
> We have the JCRRMI-26 Issue for the missing JSR-283 support.
> As we do no more use the Jira Project JCRRMI i would like to create a new 
> Issue for that feature request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (JCR-3206) JSR-283 support for RMI

2012-09-20 Thread Lars Michele (JIRA)

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

Lars Michele updated JCR-3206:
--

Attachment: jackrabbit-jcr-rmi-ntm-ac-ej.patch

This patch contains lots of changes:
NodeTypeManagement
AccessControlManagement
EventJournal

Serverside caching for mapping remote stubs to jcr objects and vice versa.
Clientside caching for mapping client objects to remote stubs  and vice versa.


> JSR-283 support for RMI
> ---
>
> Key: JCR-3206
> URL: https://issues.apache.org/jira/browse/JCR-3206
> Project: Jackrabbit Content Repository
>  Issue Type: New Feature
>  Components: jackrabbit-jcr-rmi
>Affects Versions: 2.3
>Reporter: Claus Köll
> Attachments: jackrabbit.diff, jackrabbit-jcr-rmi-ntm-ac-ej.patch
>
>
> We have the JCRRMI-26 Issue for the missing JSR-283 support.
> As we do no more use the Jira Project JCRRMI i would like to create a new 
> Issue for that feature request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (JCR-3206) JSR-283 support for RMI

2012-08-26 Thread Lars Michele (JIRA)














































Lars Michele
 updated  JCR-3206


JSR-283 support for RMI
















Patch created against the trunk.





Change By:


Lars Michele
(26/Aug/12 19:16)




Attachment:


jackrabbit.diff



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira






[jira] [Updated] (JCR-3206) JSR-283 support for RMI

2012-08-26 Thread Lars Michele (JIRA)














































Lars Michele
 updated  JCR-3206


JSR-283 support for RMI
















Implementation of the missing versioning parts. There are still 2 issues open:

org.apache.jackrabbit.test.api.version.CopyTest#testCopy

org.apache.jackrabbit.test.api.version.VersionHistoryTest#testGetAllFrozenNodes



The complete list of failing issues is in the pom of the jackrabbit-jcr-rmi project.





Change By:


Lars Michele
(26/Aug/12 19:15)




Status:


Open
Patch Available



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira