Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converter to load properties of a subnode into a Map of Strings. #5

Open
wants to merge 390 commits into
base: trunk
Choose a base branch
from

Conversation

cheetah100
Copy link

Example:
@Collection(jcrElementName="option",jcrMandatory=false,collectionConverter=StringCollectionConverterImpl.class)
private Map<String,String> properties;

This class was written to support being able to access all the properties of a subnode.

Christophe Lombart and others added 30 commits May 13, 2007 20:49
If the workspace.move is used, the source node is not deleted.
If the session.move, it works fine (the source node is deleted). 

I don't know why and start a new discussion on the mailing list. 

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@540242 13f79535-47bb-0310-9956-ffa450edef68
Review method lock in the PersistenceManager. Now it returns a Lock object.
Add unit test. See the data value object 'Lockable' in the pck testmodel. 


git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@544291 13f79535-47bb-0310-9956-ffa450edef68
Review method lock in the PersistenceManager. Now it returns a Lock object.
Add unit test. See the data value object 'Lockable' in the pck testmodel. 


git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@544293 13f79535-47bb-0310-9956-ffa450edef68
Review method lock in the PersistenceManager. Now it returns a Lock object.
Add unit test. See the data value object 'Lockable' in the pck testmodel. 


git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@544294 13f79535-47bb-0310-9956-ffa450edef68
2/ Add a new unit test for a custom ArrayList. 
   See the unit test ArrayListTest and the Main class in the pck testmodel.
   the mapping descriptor is in the file jcr-mapping.xml

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@544606 13f79535-47bb-0310-9956-ffa450edef68
On a XP machine, the unit tests are not working with the derby persistence manager. 
I'm going to add a new jira issue

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@544628 13f79535-47bb-0310-9956-ffa450edef68
…ing into getXPathQueryValue. This method is mainly used by FiterImpl in order to build Xpath query expression based on the object attribute.

* Solve issue JCR-930 : now dates are not converted in long if UtilDateConverterImpl is used. 

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@544959 13f79535-47bb-0310-9956-ffa450edef68
…ectContentManager).

It compiles, the unit tests are running. 
Tommorow, I will make the latest code review before closing the issue


git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@548496 13f79535-47bb-0310-9956-ffa450edef68
zinal and others added 29 commits July 3, 2014 16:22
…be used by an external object cache implementation)
Example:
@Collection(jcrElementName="option",jcrMandatory=false,collectionConverter=StringCollectionConverterImpl.class)
Modified Object Loading to be able to load from old/incomplete objects.
Reverted a pom change - updated version causes failing unit tests.
"oak:Unstructured" to access nodes created as "nt:unstructured".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants