# # Directory used to persist Castor marshaled objects. # # Paths beginning with a slash will be considered absolute, # otherwise paths will be considered relative to WEB-INF/classes # (or the base directory of the classloader of the persistence # implementation). # # If the directory does not exist, it will be created. # persistence.xml.castor.persistence.dir = persistence # # File used to store the Producer's Service Description # configuration. # # The XML file is a marshaled form of the # org.apache.wsrp4j.commons.util.configuration.ProducerConfiguration # class. The file is updated when the Producer's Service # Description configuration is updated by the adminstrative # interface. # # The file can be safely deleted, but it will result in the # loss of the Service Description interface configuration # (a default configuration will replace it). # # The path is always resolved relative to the # 'persistence.xml.castor.persistence.dir' # persistence.xml.castor.persistence.serviceDescriptionConfig = CastorProducerConfiguration.xml