Joachim,

I am just looking at XMLConfiguration and there's a property defined as follows:

   /**
     * Property specifying the 'type' of the Java naming conventions
     * to use. Values of this property must be either null or
     * the name of a class which extends [EMAIL PROTECTED] 
org.castor.xml.JavaNaming}.
     *
     * Possible values:
     * - null
     * - A class name (which extends [EMAIL PROTECTED] 
org.castor.xml.JavaNaming}).
     *
     * <pre>
     * org.castor.xml.java_naming
     * </pre>
     *
     */
public static final String JAVA_NAMING = "org.castor.xml.java.naming";

In castor.properties, this property does not exist at all, whereas in castor.xml.properties, you'll see the following entry:

# Property specifying the 'type' of the Java naming conventions
# to use. Values of this property must be either null or
# the name of a class which extends [EMAIL PROTECTED] 
org.castor.xml.JavaNaming}.
org.castor.xml.java_naming=

Hmm .... a bit inconsistent. Given that we are going to drop all XML properties from castor.properties after all, I'd - at least - like to know what the correct name of the property is.

Thanks
Werner



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to