掲示板

addUser from outside Liferay web context

13年前 に Koen Cleynhens によって更新されました。

addUser from outside Liferay web context

Junior Member 投稿: 83 参加年月日: 10/02/23 最新の投稿
context problem1:
We have to migrate all our current data about users to the Liferay user table.
=>For the moment I did write a java client program that's read the user data in our current database, and afterwards I call the soap service UserServiceSoap to add a Liferay user.
This is working fine, but it is very time consuming.

question: Is there a nice ready for use migration script to add new users in the database?

context problem2:

We have a second webapplication that will not migrate directly to Liferay. So if there is a new registration by a new user, there must be also created a new Liferay user.

question: Is the UserServiceSoap solution like above the only possible solution, or are there other paths to investigate?