|
From: <jt...@hy...> - 2007-03-14 20:40:33
|
Author: jtravis Date: 2007-03-14 12:40:28 -0800 (Wed, 14 Mar 2007) New Revision: 3758 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3758 Modified: trunk/src/org/hyperic/hq/appdef/server/session/ServiceManagerEJBImpl.java Log: remove Requires New Modified: trunk/src/org/hyperic/hq/appdef/server/session/ServiceManagerEJBImpl.java =================================================================== --- trunk/src/org/hyperic/hq/appdef/server/session/ServiceManagerEJBImpl.java 2007-03-14 19:15:48 UTC (rev 3757) +++ trunk/src/org/hyperic/hq/appdef/server/session/ServiceManagerEJBImpl.java 2007-03-14 20:40:28 UTC (rev 3758) @@ -304,7 +304,6 @@ /** * Create a service type supported by a specific server type * @ejb:interface-method - * @ejb:transaction type="RequiresNew" */ public Integer createServiceType(AuthzSubjectValue subject, ServiceTypeValue stv, ServerTypeValue serverType) @@ -1300,7 +1299,6 @@ /** * @ejb:interface-method - * @ejb:transaction type="RequiresNew" */ public ServiceValue updateService(AuthzSubjectValue subject, ServiceValue existing) @@ -1379,7 +1377,6 @@ /** * @ejb:interface-method - * @ejb:transaction type="REQUIRESNEW" */ public void updateServiceTypes(String plugin, ServiceTypeInfo[] infos) throws CreateException, FinderException, RemoveException { |