userLogin - Cannot find requested service

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

userLogin - Cannot find requested service

Muhammad Aamir
Hello,

I am trying to invoke "userLogin" service from my rmi client and get
following exception:

Exception in thread "main" org.ofbiz.service.GenericServiceException: Cannot
find requested service

I noticed that "userLogin" service is marked as "exportable=false".

Regards
Reply | Threaded
Open this post in threaded view
|

Re: userLogin - Cannot find requested service

Scott Gray-2
On 13/06/2010, at 4:27 PM, Muhammad Aamir wrote:

> Hello,
>
> I am trying to invoke "userLogin" service from my rmi client and get
> following exception:
>
> Exception in thread "main" org.ofbiz.service.GenericServiceException: Cannot
> find requested service
>
> I noticed that "userLogin" service is marked as "exportable=false".

Did you try setting it to true?

Regards
Scott

smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: userLogin - Cannot find requested service

Muhammad Aamir
ok I will try it. I didn't try earlier thinking it might be incorrect and
there might be some reason behind keeping it non-exportable.

Regards

On Sun, Jun 13, 2010 at 8:14 AM, Scott Gray <[hidden email]>wrote:

> On 13/06/2010, at 4:27 PM, Muhammad Aamir wrote:
>
> > Hello,
> >
> > I am trying to invoke "userLogin" service from my rmi client and get
> > following exception:
> >
> > Exception in thread "main" org.ofbiz.service.GenericServiceException:
> Cannot
> > find requested service
> >
> > I noticed that "userLogin" service is marked as "exportable=false".
>
> Did you try setting it to true?
>
> Regards
> Scott