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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]