GenericDispatcher removed

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

GenericDispatcher removed

Jad El Omeiri
Hey all,

I was working with Ofbiz 12.02.04
Now working with Ofbiz trunk, in which GenericDispatcher has been removed I guess.
Tried using GenericAbstractDispatcher instead, but gives  error like String index out of boud -1.

Thanks for anyone who has an idea about that,
Jad El Omeiri
Reply | Threaded
Open this post in threaded view
|

Re: GenericDispatcher removed

Adrian Crum-3
You should be using the interface - LocalDispatcher.

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 2/13/2014 4:52 AM, Jad El Omeiri wrote:

> Hey all,
>
> I was working with Ofbiz 12.02.04
> Now working with Ofbiz trunk, in which GenericDispatcher has been removed I
> guess.
> Tried using GenericAbstractDispatcher instead, but gives  error like String
> index out of boud -1.
>
> Thanks for anyone who has an idea about that,
>
>
>
> -----
> Jad El Omeiri
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/GenericDispatcher-removed-tp4648287.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: GenericDispatcher removed

Jad El Omeiri
Really? I was having problems calling the service using LocalDispatcher.
Anyway thank you!
Jad El Omeiri