Hi Werner, We seem to use these two classes:
import org.exolab.castor.xml.Marshaller; import org.exolab.castor.xml.Unmarshaller; It is used with axis in a webservice. Has logging changed? The upgrade had almost no impact on our code base. Mark Werner Guttmann-6 wrote: > > Hi, > > how are you using Castor XML ? Are you using the XMLContext to create > (Un-)Marshaller instances to be used for business using the > create(Un-)Marshaller() methods ? > > Thanks > Werner > > On 17.06.2011 10:41, Thinian wrote: >> >> Hi All, >> >> We have recently upgraded to castor 1.3 and we are seeing the following >> lines in our log file: >> >> >> >> 2011-06-16 12:18:08,640 DEBUG [org.castor.core.util.AbstractProperties] >> Properties loaded from classpath: /org/castor/xml/castor.xml.properties >> 2011-06-16 12:18:12,473 DEBUG [org.castor.core.util.AbstractProperties] >> Properties loaded from classpath: /org/castor/core/castor.core.properties >> 2011-06-16 12:18:12,474 DEBUG [org.castor.core.util.AbstractProperties] >> Properties loaded from classpath: /org/castor/xml/castor.xml.properties >> 2011-06-16 12:18:12,500 DEBUG [org.castor.core.util.AbstractProperties] >> Properties loaded from classpath: /org/castor/core/castor.core.properties >> 2011-06-16 12:18:12,500 DEBUG [org.castor.core.util.AbstractProperties] >> Properties loaded from classpath: /org/castor/xml/castor.xml.properties >> 2011-06-16 12:18:14,328 DEBUG [org.castor.core.util.AbstractProperties] >> Properties loaded from classpath: /org/castor/core/castor.core.properties >> ...Constantly repeating, everytime castor is used. >> >> We did not see these messages with the older version. Is this normal >> behavior? >> >> Thanks, >> Mark Miller >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://old.nabble.com/Constant-reading-of-castor.*.properties-tp31867300p31867673.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

