CSPACE-1034
!!! requires ant clean undeploy deploy at the trunk level !!!
removed log4j.properties from cspace-services.war
added log4j repositoryselector to avoid jboss jamming cspace war's log st. on top of its log st.
added jboss-log4j.xml to build (common/src/main/config/log), copied to jboss at deploy time, only org.collectionspace is in DEBUG cateogry, cspace/log/collectionspace.log contains cs log
moved bindnigs to common/src/main/config/services
removed log4j.jar from nuxeo-client/lib and from cspace-services.war
removed spring's log4jconfiglistener from web.xml that was shutting down logmanager
ant clean undeploy deploy at trunk level
test mvn test at trunk level
D trunk/services/JaxRsServiceProvider/src/main/resources/log4j.properties
M trunk/services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
M trunk/services/JaxRsServiceProvider/pom.xml
A trunk/services/common/src/main/java/org/collectionspace/services/common/log
A trunk/services/common/src/main/java/org/collectionspace/services/common/log/CollectionSpaceLog4jRepositorySelector.java
M trunk/services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceServiceContextListener.java
A trunk/services/common/src/main/config/log
A trunk/services/common/src/main/config/log/jboss-log4j.xml
D trunk/services/common/src/main/config/service-config.xml
D trunk/services/common/src/main/config/tenant-bindings.xml
A trunk/services/common/src/main/config/services
A + trunk/services/common/src/main/config/services/service-config.xml
A + trunk/services/common/src/main/config/services/tenant-bindings.xml
M trunk/services/common/build.xml
D trunk/3rdparty/nuxeo/nuxeo-client/lib/log4j.jar