[seam-issues] [JBoss JIRA] Commented: (SEAMSERVLET-38) ServletContextAttributeProvider uses wrong servlet ctx. attribute name to lookup the bean manager

Daniel Kvasnička (JIRA) jira-events at lists.jboss.org
Mon May 30 08:49:01 EDT 2011


    [ https://issues.jboss.org/browse/SEAMSERVLET-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605245#comment-12605245 ] 

Daniel Kvasnička commented on SEAMSERVLET-38:
---------------------------------------------

After further investigation, it looks like weld-servlet 1.1.1.Final and seam-solder 3.0.0.Final are not friends at all. WeldServletBeanManagerProvider wants org.jboss.weld.extensions.beanManager.BeanManagerProvider, which is a pre-solder name for that interface... CNF exception is born.

> ServletContextAttributeProvider uses wrong servlet ctx. attribute name to lookup the bean manager
> -------------------------------------------------------------------------------------------------
>
>                 Key: SEAMSERVLET-38
>                 URL: https://issues.jboss.org/browse/SEAMSERVLET-38
>             Project: Seam Servlet
>          Issue Type: Bug
>          Components: Event Bridge, Producers
>    Affects Versions: 3.0.0.Final
>         Environment: JDK6, Tomcat 6, weld-servlet 1.1.1.Final, seam-solder 3.0.0.Final, seam-servlet 3.0.0.Final
>            Reporter: Daniel Kvasnička
>            Priority: Critical
>
> org.jboss.seam.servlet.beanManager.ServletContextAttributeProvider uses BeanManager.class.getName() to lookup the bean manager in servlet context, but the name of the attribute used in sub-servlet3.0 containers is now org.jboss.weld.environment.servlet.Listener.BEAN_MANAGER_ATTRIBUTE_NAME -- AFAIK (see https://issues.jboss.org/browse/RESTEASY-471).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the seam-issues mailing list