【发布时间】:2012-03-15 14:02:29
【问题描述】:
我有两个 EAR,在 jboss 上部署了一个 WebService 为 4.2.3(Webservice A 和 B)。
webservice A 有一个 cxf.xml 在耳朵里。 当我部署 web 服务 B 时,使用了来自 A 的 cxf.xml 并且 Web 服务 B 不工作。
[org.jboss.wsf.stack.cxf.DescriptorDeploymentAspect] CXF configuration found: jar:file://.....server/default/tmp/deploy/ApplicationA.ear....
当我只部署应用程序 B 时,jboss 自动生成一个 cxf.xml 并且一切正常。
如何让 Webservice B 始终自动生成 cxf.xml?
【问题讨论】:
标签: java xml web-services jboss cxf