posted 10 years ago
I have imported an xml file into JackRabbit repository using
I ended up with the following repo structure:
How do I map my POJO XmlFile field data to the jcr:xmltext or jcr:xmlcharacters portion of the imported xml ?
I have tried @Field(jcrName="jcr:xmltext") @Field(jcrName="jcr:xmlcharacters") @Field(jcrName="ns:grammar"), but the "data" field in any XmlFile object returns always null