Foren

Home » Liferay Portal » English » 3. Development

Kombinierte Ansicht Flache Ansicht Baumansicht
Threads [ Zurück | Nächste ]
toggle
David Turnbull
Liferay ws addUser is breaking the search indexes
1. November 2010 03:00
Antwort

David Turnbull

Rang: New Member

Nachrichten: 1

Eintrittsdatum: 26. Juli 2010

Neue Beiträge

Hello all,

I am currently writing a client for adding a user into liferay. I have generated the relevant classes from the userService wsdl file using the wsdl2java maven plugin. Using these classes I have been able to do other simple things, like update existing users screen name and getUser etc, however when I try to use the addUser method I get the following error, furthermore when I call this method, it breaks the search indexing in liferay.

I have searched the forum for an answer to this problem, but I can't find anything close to what's happening here. Any help is greatly appreciated and I apologise in advance if I've left some important information out.

Regards,

David
Thiago Leão Moreira
RE: Liferay ws addUser is breaking the search indexes
26. Juli 2010 07:34
Antwort

Thiago Leão Moreira

LIFERAY STAFF

Rang: Liferay Legend

Nachrichten: 1195

Eintrittsdatum: 10. Oktober 2007

Neue Beiträge

Hey David,

You should get an exception at server side, that exception will explain better what is going on.

My best