diff --git a/samples/contacts/src/main/webapp/common/WEB-INF/applicationContext-common-business.xml b/samples/contacts/src/main/webapp/common/WEB-INF/applicationContext-common-business.xml
index 6666a49cee..63dd4a2765 100644
--- a/samples/contacts/src/main/webapp/common/WEB-INF/applicationContext-common-business.xml
+++ b/samples/contacts/src/main/webapp/common/WEB-INF/applicationContext-common-business.xml
@@ -2,10 +2,6 @@
@@ -16,7 +12,7 @@
org.hsqldb.jdbcDriver
- jdbc:hsqldb:mem:contacts
+ jdbc:hsqldb:mem:test
sa
@@ -26,47 +22,4 @@
-
-
-
-
-
-
-
-
- sample.contact.ContactManager.create=PROPAGATION_REQUIRED
- sample.contact.ContactManager.getAllRecipients=PROPAGATION_REQUIRED,readOnly
- sample.contact.ContactManager.getAll=PROPAGATION_REQUIRED,readOnly
- sample.contact.ContactManager.getById=PROPAGATION_REQUIRED,readOnly
- sample.contact.ContactManager.delete=PROPAGATION_REQUIRED
- sample.contact.ContactManager.deletePermission=PROPAGATION_REQUIRED
- sample.contact.ContactManager.addPermission=PROPAGATION_REQUIRED
-
-
-
-
-
-
-
-
-
-
-
-
-
- sample.contact.ContactManager
-
-
-
-
-
-
-
-
-
-
-
-
-
-