Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 48470 invoked from network); 29 Oct 2004 14:36:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Oct 2004 14:36:54 -0000 Received: (qmail 82869 invoked by uid 500); 29 Oct 2004 14:35:55 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 82794 invoked by uid 500); 29 Oct 2004 14:35:54 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 82777 invoked by uid 500); 29 Oct 2004 14:35:54 -0000 Received: (qmail 82751 invoked by uid 500); 29 Oct 2004 14:35:54 -0000 Received: (qmail 82732 invoked by uid 99); 29 Oct 2004 14:35:53 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 29 Oct 2004 07:35:53 -0700 Received: (qmail 47845 invoked by uid 1642); 29 Oct 2004 14:35:51 -0000 Date: 29 Oct 2004 14:35:51 -0000 Message-ID: <20041029143551.47844.qmail@minotaur.apache.org> From: weaver@apache.org To: jakarta-jetspeed-2-cvs@apache.org Subject: cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly transaction.xml jetspeed-spring.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N weaver 2004/10/29 07:35:51 Modified: portal/src/webapp/WEB-INF/assembly jetspeed-spring.xml Added: portal/src/webapp/WEB-INF/assembly transaction.xml Log: Set up declarative transactions, see: http://nagoya.apache.org/jira/browse/JS2-144 Revision Changes Path 1.28 +242 -43 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml Index: jetspeed-spring.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- jetspeed-spring.xml 18 Oct 2004 01:30:29 -0000 1.27 +++ jetspeed-spring.xml 29 Oct 2004 14:35:51 -0000 1.28 @@ -38,7 +38,7 @@ - + @@ -138,19 +138,110 @@ - - - + + + META-INF/registry_repository.xml + + + + + + + org.apache.jetspeed.components.portletregistry.PortletRegistry + + + + + + + + PROPAGATION_REQUIRED,-org.apache.jetspeed.components.portletregistry.RegistryException + PROPAGATION_REQUIRED,-org.apache.jetspeed.components.portletregistry.RegistryException + PROPAGATION_REQUIRED,-org.apache.jetspeed.components.portletregistry.RegistryException + PROPAGATION_REQUIRED,-org.apache.jetspeed.components.portletregistry.RegistryException + PROPAGATION_SUPPORTS + + + - - - - + + + + + + + + + + + + + org.apache.jetspeed.components.portletentity.PortletEntityAccessComponent + + + + + + + + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED,-org.apache.jetspeed.components.portletentity.PortletEntityNotStoredException + PROPAGATION_SUPPORTS + + + - - + + META-INF/prefs_repository.xml + false + + + + + + org.apache.jetspeed.prefs.PreferencesProvider + + + + + + + + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_SUPPORTS + + + + + + + + + + + + + + + - + + - - - - org.apache.jetspeed.prefs.impl.PreferencesFactoryImpl - false + + + + org.apache.jetspeed.prefs.PropertyManager + + + + + + + + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_SUPPORTS + + - + - - - + + META-INF/security_repository.xml + + + + + org.apache.jetspeed.security.spi.SecurityAccess + + + + + + + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_SUPPORTS + + + - + - + - + + + + org.apache.jetspeed.security.spi.UserSecurityHandler + + + + + + + PROPAGATION_REQUIRED + + + + - + - + - + @@ -294,11 +476,28 @@ - - - + + + + + org.apache.jetspeed.security.PermissionManager + + + + + + + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_SUPPORTS + + + - + @@ -451,7 +650,7 @@ init-method="start" destroy-method="stop" > ${autodeployment.target.dir} - + @@ -469,7 +668,7 @@ > ${autodeployment.staging.dir} - + 1.1 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/transaction.xml Index: transaction.xml =================================================================== PROPAGATION_REQUIRED --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org