On Wed, Dec 1, 2010 at 15:30, Andreas Truszkowski <[email protected]> wrote:
> This leads me to the idea that the Taverna API itself can't see the > dependencies and so also not the serialiszation/deserialization classes > which causes this problem. > A solution would be to avoid using CDK types in the configuration beans. configuration beans can only be 'simple' POJO beans - so fields must either be string/integer/etc. or a bean which itself is a 'simple' bean. If the CDK types are complex they might not do this well. For instance com.thoughtworks.xstream.mapper.Mapper$Null hints to an inner class which would not be good - it can't be deserialised without its parent. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-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/
