From 03622f7011d852b614b8763da0bd128541015f6f Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Mon, 29 May 2006 08:45:08 +0000 Subject: [PATCH] Add missing beans from previous checkin. --- .../applicationContext-common-business.xml | 49 ++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) 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 63dd4a2765..6666a49cee 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,6 +2,10 @@ @@ -12,7 +16,7 @@ org.hsqldb.jdbcDriver - jdbc:hsqldb:mem:test + jdbc:hsqldb:mem:contacts sa @@ -22,4 +26,47 @@ + + + + + + + + + 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 + + + + + + + + + + + + + +