Closed glassfishrobot closed 4 years ago
@glassfishrobot Commented alexander.v.morozov said: Sample application archive is here https://www.sendspace.com/file/dra7f2
@glassfishrobot Commented Was assigned to srini.gf
@glassfishrobot Commented This issue was imported from java.net JIRA GLASSFISH-21132
@glassfishrobot Commented Reported by alexander.v.morozov
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment
I have very strange exception in out EE applications, then persistence.xml resides in EJB-jar. I use CDI+EJB in dev environment and qualifies each EntityManager with own CDI qualifer. If I make EntityManager producer bean EJB-bean (@Stateless), every works fine, but if I change it to Managed Bean (@ApplicationScoped) - got the exception below.
Sample application is attached. Have both maven profiles "glassfish3" and "glassfish4".
Environment
Windows 8.1 Pro x64, JDK 7u13 x64, Maven 3.1
Affected Versions
[3.1.2.2, 4.0]