On 10/2/07, Chris <[EMAIL PROTECTED]> wrote:
>
> I switched to types and now I get this error:
> 15:23:50,568 ERROR [DeploymentPoller] Deployment of RandomColor failed,
> aborting for now.
> org.apache.ode.bpel.iapi.ContextException: Deploy failed; error:
> [CompilationErrors] Compilation completed with 6 error(s):
> file:/home/chris/devel/SeT/apache-tomcat-5.5.25
> /webapps/ode/WEB-INF/processes/RandomColor/RandomColor.bpel:19:
> error: [UndeclaredXsdType] Attempt to reference undecla
> red XSD type "{http://schemas.xmlsoap.org/wsdl/}string".
> file:/home/chris/devel/SeT/apache-tomcat-5.5.25
> /webapps/ode/WEB-INF/processes/RandomColor/RandomColor.bpel:20:
> error: [UndeclaredXsdType] Attempt to reference undecla
> red XSD type "{http://schemas.xmlsoap.org/wsdl/}string".
Your types need to be "xsd:string" with the usual xsd prefix declaration:
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
alex