On Apr 25, 12:45 pm, Drew Bourne <
d...@firstbourne.com> wrote:
> Because the _Super_DealService class is internal the current reflection
> information is insufficient to know what the public methods are in order to
> proxy them.
>
> I suggest you introduced an IDealService interface with the methods you
> need and use that interface instead of the class generated by BlazeDS.
>
> In the near future it should be possible to proxy these generated classes,
> however I am still working on integrating the as3-commons-bytecode library
> to improve the reflection and proxy generation features of Mockolate.
>
> cheers,
> Drew
>
>
>
> On Fri, Apr 20, 2012 at 9:46 PM, Priya <
var...@gmail.com> wrote:
> > I'm using Blaze DS to remote connect to my service layer in Java. I
> > tried this ,but getting errors:
>
> > mock(dealService).method("findDeals").args(dealArray).returns(token).answers(new
> > ----------------------------------------------------------------------------------- Hide quoted text -