diff --git a/sandbox/heavyduty/jetty-jmx.xml b/sandbox/heavyduty/jetty-jmx.xml
new file mode 100644
index 0000000000..7a553731b8
--- /dev/null
+++ b/sandbox/heavyduty/jetty-jmx.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml
index 8dbdb580e5..2f224f7df6 100755
--- a/sandbox/heavyduty/pom.xml
+++ b/sandbox/heavyduty/pom.xml
@@ -4,7 +4,7 @@
spring-security-heavyduty
Spring Security - Heavy Duty Sample
war
- 2.0.3-SNAPSHOT
+ 2.0.4-SNAPSHOT
org.springframework.security
@@ -30,7 +30,7 @@
org.springframework
spring-context
${spring.version}
-
+
org.springframework
spring-web
@@ -111,6 +111,29 @@
runtime
1.1.2
+
+ org.apache.directory.server
+ apacheds-core
+ 1.0.2
+ runtime
+
+
+ org.apache.directory.server
+ apacheds-server-jndi
+ 1.0.2
+ runtime
+
+
+ org.slf4j
+ slf4j-log4j12
+ 1.4.3
+ runtime
+
+
+ org.springframework.ldap
+ spring-ldap
+ 1.2.1
+
log4j
log4j
@@ -144,6 +167,7 @@
6.1.7
/heavyduty
+
8080
@@ -165,8 +189,8 @@
- 2.5.4
- 2.0.3-SNAPSHOT
+ 2.5.5
+ 2.0.4-SNAPSHOT
diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml
index f0e83554a0..2c7059f88b 100755
--- a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml
+++ b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml
@@ -1,19 +1,19 @@
-
-
-
-
-
+
-
-
+
+
+
+
+
+
@@ -24,30 +24,30 @@
-
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
@@ -66,42 +66,55 @@
-->
-
-
+
+
+-->
-
+
+ -->
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/database/heavyduty b/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/database/heavyduty
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/jdbc.properties b/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/jdbc.properties
index a88ac1e426..9a111d07db 100755
--- a/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/jdbc.properties
+++ b/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/jdbc.properties
@@ -3,6 +3,6 @@ jpa.generateDdl=true
jpa.showSql=true
jdbc.driver=org.hsqldb.jdbcDriver
-jdbc.url=jdbc:hsqldb:mem:.
+jdbc.url=jdbc:hsqldb:res:/database/heavyduty
jdbc.username=sa
jdbc.password=
\ No newline at end of file
diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/log4j.properties b/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/log4j.properties
index b2a7f64139..0ce72aa265 100755
--- a/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/log4j.properties
+++ b/sandbox/heavyduty/src/main/webapp/WEB-INF/classes/log4j.properties
@@ -2,6 +2,7 @@
log4j.rootLogger=DEBUG, stdout
log4j.logger.org.springframework.security=DEBUG, stdout
+log4j.logger.org.apache.directory=INFO, stdout
# Console output...
log4j.appender.stdout=org.apache.log4j.ConsoleAppender