[jira] Commented: (JCR-1218) RepositoryUtil moved outside of main source tree

2008-01-06 Thread Felix Meschberger (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556442#action_12556442
 ] 

Felix Meschberger commented on JCR-1218:


This is why Christophe copied the class to the spring module, too. So, the 
class is available in the spring module for the moment (as noted in the log 
message to Rev. 578997) as long as a better solution is found there. Hope this 
helps.

 RepositoryUtil moved outside of main source tree
 

 Key: JCR-1218
 URL: https://issues.apache.org/jira/browse/JCR-1218
 Project: Jackrabbit
  Issue Type: Bug
  Components: jackrabbit-ocm
Affects Versions: 1.3.3
Reporter: Padraic Hannon
Assignee: Christophe Lombart
Priority: Blocker
 Fix For: 1.4

 Attachments: move-repositoryutil.patch


 It appears that the RepositoryUtil class was moved from src/main to src/test. 
 This class is used by the ocm-spring project.

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



[jira] Commented: (JCR-1218) RepositoryUtil moved outside of main source tree

2008-01-04 Thread Padraic Hannon (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12555994#action_12555994
 ] 

Padraic Hannon commented on JCR-1218:
-

The problem with there is that the spring part of the ocm project relies on the 
repository util class. If we do not want this class to exist we need to 
refactor the spring code and then remove it.

 RepositoryUtil moved outside of main source tree
 

 Key: JCR-1218
 URL: https://issues.apache.org/jira/browse/JCR-1218
 Project: Jackrabbit
  Issue Type: Bug
  Components: jackrabbit-ocm
Affects Versions: 1.3.3
Reporter: Padraic Hannon
Assignee: Christophe Lombart
Priority: Blocker
 Fix For: 1.4

 Attachments: move-repositoryutil.patch


 It appears that the RepositoryUtil class was moved from src/main to src/test. 
 This class is used by the ocm-spring project.

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



[jira] Commented: (JCR-1218) RepositoryUtil moved outside of main source tree

2007-11-21 Thread Christophe Lombart (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544612
 ] 

Christophe Lombart commented on JCR-1218:
-

Agree with Felix. I copied this class into the Spring subproject until wr find 
a better solution


 RepositoryUtil moved outside of main source tree
 

 Key: JCR-1218
 URL: https://issues.apache.org/jira/browse/JCR-1218
 Project: Jackrabbit
  Issue Type: Bug
  Components: jcr-mapping
Affects Versions: 1.3.3
Reporter: Padraic Hannon
Priority: Blocker
 Attachments: move-repositoryutil.patch


 It appears that the RepositoryUtil class was moved from src/main to src/test. 
 This class is used by the ocm-spring project.

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



[jira] Commented: (JCR-1218) RepositoryUtil moved outside of main source tree

2007-11-20 Thread Felix Meschberger (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543861
 ] 

Felix Meschberger commented on JCR-1218:


RepositoryUtil IMHO has two issues with regards to JCR OCM: (1) It creates a 
dependency on Jackrabbit-Core which is very bad and (2) it provides utility 
code, of which I am not sure whether it is correctly placed inside the JCR OCM. 
Therefore, I suggest to not move this class back into the JCR-OCM library.

What exact functionality is ocm-spring being dependent ?

 RepositoryUtil moved outside of main source tree
 

 Key: JCR-1218
 URL: https://issues.apache.org/jira/browse/JCR-1218
 Project: Jackrabbit
  Issue Type: Bug
  Components: jcr-mapping
Affects Versions: 1.3.3
Reporter: Padraic Hannon
Priority: Blocker
 Attachments: move-repositoryutil.patch


 It appears that the RepositoryUtil class was moved from src/main to src/test. 
 This class is used by the ocm-spring project.

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



[jira] Commented: (JCR-1218) RepositoryUtil moved outside of main source tree

2007-11-16 Thread Padraic Hannon (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543244
 ] 

Padraic Hannon commented on JCR-1218:
-

basically need to move 

jcr-mapping/src/test/java/org/apache/jackrabbit/ocm/repository/RepositoryUtil.java

to

jcr-mapping/src/main/java/org/apache/jackrabbit/ocm/repository/RepositoryUtil.java


 RepositoryUtil moved outside of main source tree
 

 Key: JCR-1218
 URL: https://issues.apache.org/jira/browse/JCR-1218
 Project: Jackrabbit
  Issue Type: Bug
  Components: jcr-mapping
Affects Versions: 1.3.3
Reporter: Padraic Hannon
Priority: Blocker
 Attachments: move-repositoryutil.patch


 It appears that the RepositoryUtil class was moved from src/main to src/test. 
 This class is used by the ocm-spring project.

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