【发布时间】:2012-04-24 07:17:46
【问题描述】:
目前我正在尝试在 glassfish 应用服务器中部署一个 ear 格式的网络应用。
按照 jboss 关于如何使用 seam-gen 的说明,我能够创建项目。但是当我调用 gf-deploy 时,我得到了 ff 错误:
gf-deploy-datasource:
[exec] Authentication failed for user: null
[exec] (Usually, this means invalid user name and/or password)
[exec] Command add-resources failed.
[exec] Authentication failed for user: null
[exec] (Usually, this means invalid user name and/or password)
[exec] Result: 1
似乎 glassfish 3.1.2 不再允许匿名部署,如果是这样,我应该如何在 ant glassfish-build.xml 中指定凭据?
有什么建议吗?
谢谢,
嫖娼
【问题讨论】:
标签: glassfish-3 seam2