2009/3/28 Azazel Se <[email protected]>:
> Hi.
> I've been trying to use the Taverna 2 Platform p0.1b1.
> By using the maven archetypes from taverna and the developers guide I have
> gotten the application and web application examples to execute workflows.
> But I'm trying to make a web service by putting it inside an .aar archive
> and on an axis2 standalone server.


> Offending resource: class path resource [context.xml]; nested exception is
> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
> 59 in XML document from class path resource [dao_hibernate.xml] is invalid;
> nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c:
> The matching wildcard is strict, but no declaration can be found for element
> 'raven:spi'.


Hi!

Make sure you are including the needed dependencies for our spring
extensions - it sounds like you're missing:

<dependency>
        <groupId>net.sf.taverna.t2.infrastructure</groupId>
        <artifactId>platform-spring</artifactId>
         <version>p0.1b1</version>
</dependency>

This should have been included if you depend on:

<dependency>
        <groupId>net.sf.taverna.t2</groupId>
        <artifactId>platform-taverna-api</artifactId>
         <version>p0.1b1</version>
</dependency>


-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

------------------------------------------------------------------------------
_______________________________________________
taverna-hackers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-hackers
Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq

Reply via email to