Using the Pull service, I have a request-scope tool which needs to call 
a method in another request-scope tool.  I try to do this with the 
following code in my init function:

  Context c = TurbineVelocity.getContext((RunData)data);

Where data is passed into my tools init function.  From what I've read 
in the docs and this mailing list, that call should get the existing 
context which I can then use to get my other request-scope tool.

Instead I think it must be trying to create a new context or something 
because it results in my init funciton being called again, which then 
goes into almost endless recursion of init -> getContext -> init -> 
getContext etc until I get a stack overflow.

Is there something silly I'm going here?  Is there another way I can get 
access to a tool being run by the Pull service?

Thanks,
James.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to