I am having helluva time with DatabasePsmlManagerService (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11480). Browsing thru some past messages in the archives it appears that there are others successfully using this service. The profile updates just don't work and I'm puzzled by the following code in JetspeedUserProfilePeer.doUpdate(): else if (operation == UPDATE) { Criteria values = buildCriteria(userProfile); Criteria select = buildCriteria(userProfile); select.remove(PROFILE); I even changed it as follows: else if (operation == UPDATE) { super.doUpdate(userProfile); ... but still no joy. Is there anyone out there using Jetspeed with DatabasePsmlManagerService and Hypersonic? Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: mark_orciuch@ngsltd.com web: http://www.ngsltd.com -- To unsubscribe, e-mail: For additional commands, e-mail: