0

我在 Apache Ode 中,当我想上传 zip 文件(zip 文件只是 ODE 网站中的 helloWorld 示例)时,我收到了这个错误:

Invocation of operation deploy failed: org.apache.ode.axis2.OdeFault: The deployment doesn't appear to contain a
deployment descriptor in its root directory named deploy.xml, aborting.
4

1 回答 1

0

解压缩 zip 文件后,它应该具有以下结构。

.
|-- deploy.xml
|-- HelloWorld2.bpel
|-- HelloWorld2.wsdl
`-- test.properties

谢谢

于 2012-05-07T10:07:29.633 回答