Re: Users - Getting Around "User authorization is required for this service" Error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Users - Getting Around "User authorization is required for this service" Error

Si Chen-2
In services.xml there is an attribute for <service > for turning
authorization on/off. If you turn it off it will no longer require a
user login to be passed in.

Si

Vinay Agarwal wrote:

> Hello,
>
> I am implementing signup functionality which calls services like
> createPartyDataSource and createPartyRole. These services fail for
> "User authorization is required for this service" (message from
> createPartyRole). I found what I think is a solution for this in
> PartySimpleMethods.xml but I am not sure what exactly it is doing.
>
> <entity-one entity-name="UserLogin"
> value-name="createUlInMap.userLogin" auto-field-map="false">
>
> <field-map field-name="userLoginId" value="system"/>
>
> </entity-one>
>
> Can you point me to a Java example on how to do this? What’s the
> recommended way of getting around this problem in Java?
>
> Regards,
>
> Vinay Agarwal
>
>------------------------------------------------------------------------
>
>
>_______________________________________________
>Users mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/users
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users