From 6b5fc1efceeda35ce7f415a19f19fa7608685915 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Tue, 23 May 2006 08:57:13 +0000 Subject: [PATCH] Correct comment in header. --- .../applicationContext-common-business.xml | 49 +------------------ 1 file changed, 1 insertion(+), 48 deletions(-) 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 - - - - - - - - - - - - - -