gonzalad created EXTCDI-308:
-------------------------------
Summary: EAR support for Websphere 8
Key: EXTCDI-308
URL: https://issues.apache.org/jira/browse/EXTCDI-308
Project: MyFaces CODI
Issue Type: Bug
Components: JEE-JSF20-Module
Affects Versions: 1.0.5
Reporter: gonzalad
When codi-bundle is packaged in EAR, I get the following exception [1] on
application startup on Websphere 8.0.0.4.
It seems package level access is not supported for CDI bean classes or CDI bean
methods on WAS 8.0.0.4.
[1]
{code}
[3/26/13 16:52:53:494 CET] 000000bc
webapp E
com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet
Error]-[Faces Servlet]: java.lang.RuntimeException: by
java.lang.IllegalAccessError:
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultBeanEntryFactory
at
javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:509)
at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:486)
at javassist.util.proxy.ProxyFactory.createClass1(ProxyFactory.java:422)
at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:394)
{code}
See also
http://mail-archives.apache.org/mod_mbox/myfaces-users/201303.mbox/%[email protected]%3E.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira