You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jcrom
Hi,
I have a hierarchy of objects that I store using jcrom. In some of the
objects in the middle of the hierarchy there is a @JcrReference to a
JcrFile object. The reference works fine but it does seem that
"@JcrName protected String name;" in JcrFile is populated when it is
read from the repository as part of this whole hierarchy.
I notice that "@JcrPath protected String path;" does get populated,
then why not name ?