Jon Stevens wrote:

> Martin, you changed XmlToAppData which is breaking VTorqueTask.
>
> <http://oss.software.ibm.com/developerworks/opensource/jakarta/proto/turbine
> .html>
>
> please fix.
>
> thanks,
>
> -jon

SORRY SORRY SORRY!!!!! it's my fault :-(

i checked in the wrong file while i tried to understand how this could work.

in XmlToAppData there is:

private AppData app;
....
public AppData parseFile(String xml, AppData app)
{
    ...  // app never used in method
    return app;
}

shouldn't there be a line
this.app = app;
in the method??

i think the method will return the parameter app and not the class app ...
am i wrong?
could someone please explain??

thanx

martin







------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to