when you printed the value of issues and it gave the
map, was your expected result in the map?

--- Fabian Gorsler <[EMAIL PROTECTED]> wrote:

> Hi Chris,
> 
> Chris Howe wrote:
> > parameter.put("issues", issues.get("issueId"));
> > 
> > GenericEntity has method get instead of getString.
> 
> the same result: method invocation error. We've
> tried that yesterday. 
> I've even tried to store the values retrieved from
> the GenericValue in 
> variables and to put them via calling the variable
> into the 
> parameters/context. Nothing, always this method
> invocation error.
> 
> But: The strange thing is, that exactly this script
> *works* when it is 
> not called in the chain. If the page is called with
> an post request, the 
> values are retrieved correctly. No matter, whether I
> use get() or 
> getString(), whether I cast or not.
> 
> The problem just occurs when the page is called from
> the success message 
> after a service and even then the values are
> retrieved correctly, just 
> the method can't be invoked.
> 
> I've tried half a day all possible combinations and
> a colleague has 
> tried all possibilities he could imagine, but always
> the same problem. 
> On monday (I have no access to the files from home)
> I think my only 
> possibility is to attach the source to the bsh.jar
> and to set some 
> breakpoints with the Eclipse debugger. Do you have
> any ideas where to 
> set breakpoint outside of this jar?
> 
> Best regards,
> Fabian.
> 

Reply via email to