Thanks Robin, We are keeping PSML's in database. But we need to know, how to retrieve the psml's dynamically as soon as it gets inserted or updated into Jetspeed_user_profile table.
Any idea how to do this?? Regards, Sunil. -----Original Message----- From: Robin Antony [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 7:47 AM To: Jetspeed Users List Subject: Re: Getting Portlet ID from psml file for User. Since you need to do manipulations on the psml files maybe you can consider storing the psml files in a database. You can take a look at this url http://portals.apache.org/jetspeed-1/psml_db.html Also the CastorPsmlManagerService can be used to retrieve the values and modify them as is required. Hope it helps ... :) Cheers, Robin Antony [EMAIL PROTECTED] Software Engineer OpenSI.Net ----- Original Message ----- From: "Sunil Sheshadri" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 3:55 AM Subject: Getting Portlet ID from psml file for User. > Hi, > > In one of our requirements, we need to get the user's portlet Id and > store it in other table. So as soon as the user logins we need to get > his ID's from default.psml or if he updates and add any portlets, we > need to get those portlet ids too and store it in our table. > > Basically, what I am trying to say is that when ever jetspeed inserts > or updates Profile column of Jetspeed_User_profile table we should get > the extract details of that psml and store. > > Is there a way to achieve this? Can I know which method does jetspeed calls > to insert or update profile so that we can also do that? > > Any pointers? > > > Regards > Sunil. > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
