On Wed, Oct 20, 2010 at 11:22 AM, Alan R Williams <[email protected]> wrote:
> I am not sure why. However, you could try
>
> callback.partialResults(results);
>
> rather than do it for each service.
That was the first option I tried... does not work either... this is
what I originally had:
List<ServiceDescription> results = new
ArrayList<ServiceDescription>();
ServiceDescription service = new OPSINServiceDesc();
service.setDescription("Convert IUPAC names into CML");
results.add(service);
service = new RecognizeEntitiesServiceDesc();
service.setDescription("Extract chemical entities from
a plain text");
results.add(service);
callBack.partialResults(results);
I cannot find something suspicious in the logs either :(
But the log is pretty long, and may be overlooking something... not
sure what to look for anyway...
Egon
--
Dr E.L. Willighagen
Postdoctoral Research Associate
University of Cambridge
Homepage: http://egonw.github.com/
LinkedIn: http://se.linkedin.com/in/egonw
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/
Developers Guide: http://www.taverna.org.uk/developers/