[Building Sakai] Web service to replace Profile with Profile2

Steve Swinsburg steve.swinsburg at gmail.com
Tue Jul 20 15:59:09 PDT 2010


Hi Daniel,

You don't need a web service to do this. Just update all tool registrations in sites that have sakai.profile to sakai.profile2 via some SQL:

>> update SAKAI_SITE_TOOL set REGISTRATION='sakai.profile2' where REGISTRATION='sakai.profile';


Voila!

Make sure the user template sites are changed as well.

cheers,
Steve




On 20/07/2010, at 6:00 PM, Daniel Merino wrote:

> Hi everybody.
> 
> In our migration from Sakai 2.5 to 2.7, I can see that Profile2 is the 
> new core tool and Profile is going to be deprecated.
> 
> I'm planning to make a little web service to replace Profile by Profile2 
> in all the existing user's workspaces. I wonder if anybody has made this 
> before.
> 
> If nobody has done this, I will send the WS to the Profile2 maintainers 
> when I finish it. Just I wouldn't like to do something already done by 
> others.
> 
> Best regards.
> -- 
> Daniel Merino
> daniel.merino at unavarra.es
> Gestor de teleformación - Centro Superior de Innovación Educativa.
> Tfno: 948-168489 - Universidad Pública de Navarra.
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"



More information about the sakai-dev mailing list