You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/06/17 09:56:20 UTC

[jira] [Resolved] (WICKET-5226) CDI integration fails in Glassfish 4.0 with WELD-000070

     [ https://issues.apache.org/jira/browse/WICKET-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5226.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 7.0.0
                   6.9.0

>From now on any inner non-static component class won't be processed by ComponentInjector.
Weld 1.1 doesn't complain about such classes but Weld 2.0 does. It seems Weld 1.1 missed the check.
                
> CDI integration fails in Glassfish 4.0 with WELD-000070
> -------------------------------------------------------
>
>                 Key: WICKET-5226
>                 URL: https://issues.apache.org/jira/browse/WICKET-5226
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-cdi
>    Affects Versions: 6.8.0
>         Environment: Glassfish 4.0
>            Reporter: Phill Ashworth
>            Assignee: Martin Grigorov
>              Labels: cdi, glassfish, javaee7
>             Fix For: 6.9.0, 7.0.0
>
>         Attachments: cditest.zip
>
>
> When CDI is configured in the Application and a page has a non-static inner class the page throws exception, regardless of whether there are any injected fields.
> Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private  class com.inversebit.HomePage$AForm cannot be a non-static inner class
> 	at org.jboss.weld.injection.producer.BasicInjectionTarget.checkType(BasicInjectionTarget.java:81)
> 	at org.jboss.weld.injection.producer.BasicInjectionTarget.<init>(BasicInjectionTarget.java:69)
> 	at org.jboss.weld.injection.producer.BeanInjectionTarget.<init>(BeanInjectionTarget.java:52)
> 	at org.jboss.weld.manager.InjectionTargetFactoryImpl.createInjectionTarget(InjectionTargetFactoryImpl.java:95)
> 	at org.jboss.weld.manager.InjectionTargetFactoryImpl.createInjectionTarget(InjectionTargetFactoryImpl.java:78)
> 	... 65 more

--
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