0

今天我尝试在 JBOSS-WS 中安装 Apache CXF。

我按照https://community.jboss.org/wiki/JBossWS-Installation的说明进行操作。我正在使用 jbossws-cxf-4.0.0.GA 。尝试安装时出现异常。

D:\jboss-5.0.1.GA\jbossws-cxf-bin-dist>ant -Djboss.server.instance=default deplo y-jboss500 Buildfile: build.xml

项目“JBossWS-CXF”中不存在构建失败的目标“deploy-jboss500”。

以下文件是我的 ant.properties 文件

#
# A sample ant properties file
#

# Optional JBoss Home
jboss500.home=D:\jboss-5.0.1.GA
jboss700.home=@jboss700.home@
jboss701.home=@jboss701.home@
jboss702.home=@jboss702.home@
jboss710.home=@jboss710.home@

# The JBoss server under test. This can be [jboss700|jboss701|jboss702|jboss710]
jbossws.integration.target=jboss500

# The JBoss settings
jboss.bind.address=localhost

# JBoss Management console authentication (AS 7.1.x)
jbossws.deployer.authentication.username=admin
jbossws.deployer.authentication.password=admin

# JBoss JMX invoker authentication (AS 7.0.x)
#jmx.authentication.username=admin
#jmx.authentication.password=admin

# Java Compiler options
javac.debug=yes
javac.deprecation=no
javac.fail.onerror=yes
javac.verbose=no

有什么帮助吗?

4

1 回答 1

1

看来您正在尝试使用已放弃对 JBoss AS 5 的支持的最新版本的 JBossWS。

请参阅https://community.jboss.org/wiki/JBossWS-SupportedTargetContainers

于 2012-01-24T11:46:43.140 回答