My understanding is that its all abstracted by the classes in the org.apache.jetspeed.om.profile package. If you want to update a profile, and use the database implementation, then you need to make your changes through those interfaces. To get the profile for a user, do this:
JetspeedRunData jrunData = (JetspeedRunData)rundata;
Profile profile = jrunData.getProfile();


Also, the tutorial here:
http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm

has details about it.


Ivan Drinks Sr. wrote:


Hi,

I configured Jetspeed to use MySQL for the PSML and portlets.  My question
is if I want to change an existing portlet do I still do it in the registry
files?  If so, how do these changes get updated in the database?  I have
search the mailing lists and can not find an answer to this question.  Can
anyone help me understand how portlets are stored in the database? Thanks
for your help!

Ivan Drinks Sr.
Reality Technology, Inc.
3801 East Florida, Suite 400
Denver, CO  80237
[EMAIL PROTECTED]



------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to