taylor 2004/10/01 12:16:32
Modified: applications/pam/src/java/org/apache/jetspeed/portlets/pam
PortletApplicationDetail.java
Log:
removed un-neccessary call to persistence to delete subobject
OJB now correctly handles it
Revision Changes Path
1.28 +1 -4
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationDetail.java
Index: PortletApplicationDetail.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationDetail.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- PortletApplicationDetail.java 1 Oct 2004 05:09:12 -0000 1.27
+++ PortletApplicationDetail.java 1 Oct 2004 19:16:32 -0000 1.28
@@ -364,10 +364,7 @@
if(userAttr.getName().equals(userAttrName))
{
found = true;
- System.out.println("Removing " + userAttrName);
-
registry.getPersistenceStore().deletePersistent(userAttr);
userAttrIter.remove();
- System.out.println("Removed from iter " +
userAttrName);
break;
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]