Hi,
I wonder whether you could give me any pointers to solve what I expect is a
simple problem.
I am trying to deploy and use a Tuscany WS webapp with the latest version of
Tuscany against Websphere 6.1.0.0 (demo version).
The webapp deploys ok, but I am having no luck in either viewing the WSDL or
consuming the service.
When I try and consume the service I get the following response: "Error 500:
Filter [tuscany]: could not be initialized".
The WAS SystemOut.log reports the following at deploy time:
>> NodeImpl I Loading contribution:
>>file:/C:/Program20Files/IBM/WebSphere/AppServer1/profiles/AppSrv01/installedApps/PatrickQ01Node01Cell/helloworld-mvn-webapp_war.ear/helloworld-mvn-webapp.war/
>> CompositeProc W org.apache.tuscany.sca.assembly.xml.CompositeProcessor No
>>namespace found: Composite = ws
>> BindingWSDLGe W
>>org.apache.tuscany.sca.binding.ws.wsdlgen.BindingWSDLGenerator Exception
>>while generating WSDL for HelloWorldComponent/HelloWorld
>> BindingWSDLGe E
>>org.apache.tuscany.sca.binding.ws.wsdlgen.BindingWSDLGenerator Exception
>>thrown was: WSDLException: faultCode=CONFIGURATION_ERROR: No Java
>>extensionType found to represent a '{http://www.w3.org/2001/XMLSchema}schema'
>>element in the context of a 'javax.wsdl.Types'.:
>> WebApp E java.lang.reflect.InvocationTargetException
I get similar errors when I try and deploy some of the Tuscany sample ws
webapps.
I know that the webapp can be deployed on Websphere as I have had an
experienced user deploy and test it on my WAS instance a few days ago. (And,
FWIW, I can get non-WS Tuscany examples working).
I have since undeployed the webapp for retesting but cannot now get it working
again. I suspect I am missing out something in the deployment process.
Any help gladly appreciated.
Regards,
Pat