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.

 

So far I have used a maven plugin to package as .aar and make the services.xml 
automatically. Is there a special way I should archive it and/or add something 
about the paths to the services.xml? At first there was problems finding the 
files, such as content.xml, after being deployed on axis2, but if I put them in 
the main axis2 folder it finds them.


I got this exception on last run:

Exception in thread "main" org.apache.axis2.AxisFault: Configuration problem: 
Failed to import bean definitions from relative location [dao_hibernate.xml]
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'.
 at 
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
 at 
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
 at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
 at 
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
 at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
 at ub10.rt3.Rt3Stub.getFds(Rt3Stub.java:183)
 at ub10.rt3.FdsKlient.main(FdsClient.java:14)
(Last two classes are the test client and wsdl stub.)

 

Any help is appreciated.


 

-Az.

_________________________________________________________________
Med MSN på mobilen holder du deg oppdatert.
http://info.mobile.no.msn.com/pc/default.aspx?ocid=30032
------------------------------------------------------------------------------
_______________________________________________
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