現在、Glassfishアプリサーバーにear形式のWebアプリをデプロイしようとしています。
seam-genの使用方法に関するjbossの指示に従って、プロジェクトを作成することができました。しかし、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でクレデンシャルを指定するにはどうすればよいですか?
助言がありますか?
ありがとう、
czetsuya