You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Jouni Rajala <jo...@systeemiratkaisu.fi> on 2005/11/23 15:16:27 UTC

Hangup when storing portlet preferences

I got new snapshot of M4 and now portlet hangs when it tries
to store preferences. Exactly same code works fine in older
snapshot (about 2 months old) of M4.

PortletPreferences prefs = request.getPreferences();
System.out.println("processActionEdit() - got preferences");
prefs.setValue("domainid", domainId);
System.out.println("processActionEdit() - set value");
prefs.store();
System.out.println("processActionEdit() - stored value");

last message in stdout is 'set value' and then it hangs.

Can anybody confirm that this is a bug and not happening just
in my js2 snapshot.

--
Jouni Rajala


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org