Re: ofbiz and JMS

2010-06-11 Thread Muhammed Aamir
server. Thanks for your support. Muhammed Aamir

Accessing through RMI

2010-06-26 Thread Muhammed Aamir
Can you plz give me some more detail on JNP? Thanks >

userLogin is null in context

2010-06-27 Thread Muhammed Aamir
I implemented a simple service in java and made sure in declaration auth is true. However while calling this service I get null when I get userLogin from context. Plz note that I am calling this service from RMI client. Regards

Re: userLogin is null in context

2010-06-27 Thread Muhammed Aamir
Thanks for quick reply. I am sorry but didn't get you. RMI does support all objects that are serializable. However regardless of it's support, I understand userLogin parameter is set internally by ofbiz and in this case it shouldn't matter how the service is called. Besides, what do you mean

Re: Calling service remotely - security concern

2010-06-30 Thread Muhammed Aamir
Any comments? On Jun 28, 2010, at 18:20, Muhammad Aamir wrote: > I didn't dare to to see the service engine code. However, I just called a > service and passed only userLogin GV and was able to execute the service > (without passing username/password): > > Map res = rd.runSync(

Re: Calling service remotely - security concern

2010-06-30 Thread Muhammed Aamir
>>> All service where auth="true" take at least three IN (or INOUT) parameters >>> by deffault 1) login.username 2) login.password and 3) loginUser. >>> >>> No. 1 and 2 definitely make sense. However 3 might be a security threat (or >>> my understanding is wrong). Any user (calling service remote