You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-dev@incubator.apache.org by Dan Connelly <ds...@adelphia.net> on 2006/09/03 12:58:22 UTC

Hint 2: jcrName is currently required for field mapping

DTD says jcrName in field descriptors is implied.   When not given, the 
fieldName should be taken as the jcrName.

In fact, the Node name string will be left as null in the current 
code.    This cause will cause NPEs in Jackrabbit.

Must give jcrName explicitly for every field in the jcr mapping file.

       -- Dan