From: remillet Date: Tue, 3 Mar 2015 21:53:14 +0000 (-0800) Subject: CSPACE-6375: Hunting down problem with ehache when running ant import X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=47d6e3633b1c495557900b35ec4937376b803c5d;p=tmp%2Fjakarta-migration.git CSPACE-6375: Hunting down problem with ehache when running ant import --- diff --git a/services/account/client/src/test/resources/META-INF/persistence.xml b/services/account/client/src/test/resources/META-INF/persistence.xml index 45d80c610..875a72f9a 100644 --- a/services/account/client/src/test/resources/META-INF/persistence.xml +++ b/services/account/client/src/test/resources/META-INF/persistence.xml @@ -1,11 +1,7 @@ - - org.hibernate.ejb.HibernatePersistence + http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + org.collectionspace.services.account.AccountsCommon org.collectionspace.services.account.AccountsCommonList org.collectionspace.services.account.AccountListItem diff --git a/services/authorization-mgt/import/src/main/resources/log4j.properties b/services/authorization-mgt/import/src/main/resources/log4j.properties index b5f601bdf..73353f981 100644 --- a/services/authorization-mgt/import/src/main/resources/log4j.properties +++ b/services/authorization-mgt/import/src/main/resources/log4j.properties @@ -1,4 +1,4 @@ -log4j.rootLogger=debug, stdout, R +log4j.rootLogger=INFO, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout @@ -31,9 +31,15 @@ log4j.logger.ch.elca.el4j.services.xmlmerge=INFO log4j.logger.com.sun.xml.bind.v2.runtime=DEBUG log4j.logger.javax.persistence.PersistenceException=ERROR +# +# REM - 3/3/2015 temp for debugging +# +log4j.logger.org.springframework=TRACE +log4j.logger.net.sf.ehcache=TRACE + # # Logging for the command line tool that generates the Service artifacts # -log4j.logger.org.collectionspace=INFO, commandline -log4j.additivity.org.collectionspace=false +#log4j.logger.org.collectionspace=INFO, commandline +#log4j.additivity.org.collectionspace=false