From: Mathieu Baudier Date: Sat, 28 Jun 2008 12:11:40 +0000 (+0000) Subject: Introduce JMX and Hibernate statistics X-Git-Tag: argeo-slc-2.1.7~2732 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=166bc4734ed2777e94cc264ab1195a18bf6dda81;p=gpl%2Fargeo-slc.git Introduce JMX and Hibernate statistics git-svn-id: https://svn.argeo.org/slc/trunk@1310 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.server/pom.xml b/org.argeo.slc.server/pom.xml index 147ba303e..4056370db 100644 --- a/org.argeo.slc.server/pom.xml +++ b/org.argeo.slc.server/pom.xml @@ -27,21 +27,9 @@ org.mortbay.jetty maven-jetty-plugin - 10 ../org.argeo.slc.webapp/src/main/webapp - - - - ../org.argeo.slc.webapp/src/main/webapp - - - **/*.xml - **/*.properties - - - diff --git a/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/jmx.xml b/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/jmx.xml new file mode 100644 index 000000000..267b5980b --- /dev/null +++ b/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/jmx.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/servletContext.xml b/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/servletContext.xml index d6c783438..0ea81004e 100644 --- a/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/servletContext.xml +++ b/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/servletContext.xml @@ -4,9 +4,7 @@ xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd" default-lazy-init="true"> - slcDefault.sessionFactory.hibernateTestHSQL + slcServerDefault.sessionFactory.hibernateTestHSQL @@ -33,6 +31,20 @@ + + + + + + + - - +