0
現在、私はglassfishアプリケーションサーバーにear形式のWebアプリケーションをデプロイしようとしています。seam-genはまだglassfish 3.1.2と互換性がありますか?
seam-genの使い方に関するjbossの指示に従って、プロジェクトを作成することができました。私はGF-デプロイを呼び出したときしかし、私は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のように思えるので、どのように私はアリGlassFishのビルドで資格情報を指定する必要がある場合は、もはや匿名の展開を許可していません。 xml?
提案がありますか?
おかげで、
czetsuya