NetBeansIDE7.0.1とGlassfish3.0.1を使用しています。
JPA + EJB3.0 + JSF2.0を使用してJ2EEアプリケーションを構築していますが、プロジェクトをデプロイしようとすると、次のエラーが発生します。
Caused by: java.lang.IllegalArgumentException: No [EntityType] was found for the key class [objetmetier.Application] in the Metamodel - please verify that the [Entity] class was referenced in persistence.xml using a specific <class>objetmetier.Application</class> property or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
私にとっては、GlassfishサーバーでのEJB3.0デプロイメントの問題です。しかし、Glassfish管理コンソールを見ると、サーバーにデプロイされているため、わかりません。