-
Bug
-
Resolution: Done
-
Major
-
1.1.8.Final
I really want my CDI-managed-bean web application to be deployed to Glassfish 3.1.2.2 (WELD), but I am facing the issue (WELD-846, GLASSFISH-15721, and possibly related to some other issues).
I recently migrated my JSF-managed-bean web application to CDI, and it runs just fine on TomEE 1.5 SNAPSHOT, but there are performance issues (Geromino, possibly, etc...). Currently, the JSF managed bean web application is still deployed to Glassfish 3.1.2 on the production server.
Because of this issue (and possibly my lack of knowledge on how to 'package' my WAR file, 'not' using Maven), I have yet to successful run the CDI-managed-bean web application (version) on Glassfish 3.1.2.2 (WELD).
I know that Glassfish 3.1.2.2 has WELD 1.1.8 Final, but because of this issue, I 'attempted' to follow instructions provided by the WELD-846, GLASSFISH-15721, etc..., I downloaded the weld-osgi-bundle.jar that was posted on one of those JIRA's, started Glassfish 3.1.2.2, deployed CDI web app to Glassfish 3.1.2.2, no errors on deploy, and then attempted to access web app on http://localhost:8080/mcms, and then that's when I get the exception and more exceptions in the server log.
I want to attach my server log, but I don't see where I can attach files. Maybe that might be possible after i create the issue.
- relates to
-
CDITCK-347 Test if session context is active during invocation of HttpSessionListener.sessionDestroyed when session times out
- Resolved
-
CDITCK-348 Test if session context is active during invocation of HttpSessionListener.sessionDestroyed when session is being destroyed during shutdown/undeploy
- Resolved