You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Bauke Scholtz (JIRA)" <ji...@apache.org> on 2013/10/07 21:29:52 UTC

[jira] [Commented] (OWB-894) OpenWebBeansJsfPlugin logs "skipped deployment" on all @FacesComponent classes with an UndeclaredThrowableException

    [ https://issues.apache.org/jira/browse/OWB-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788478#comment-13788478 ] 

Bauke Scholtz commented on OWB-894:
-----------------------------------

FYI, for the time being, we successfully bypassed those logs by creating a CDI extension which invokes ProcessAnnotatedType#veto() on those classes. See also: https://code.google.com/p/omnifaces/source/browse/src/org/omnifaces/VetoAnnotatedTypeExtension.java This way OWB won't bother to validate them as managed beans.

> OpenWebBeansJsfPlugin logs "skipped deployment" on all @FacesComponent classes with an UndeclaredThrowableException
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: OWB-894
>                 URL: https://issues.apache.org/jira/browse/OWB-894
>             Project: OpenWebBeans
>          Issue Type: Bug
>    Affects Versions: 1.2.1
>            Reporter: Bauke Scholtz
>
> Deployment of a project with JSF utility library OmniFaces (https://code.google.com/p/omnifaces/) on TomEE 1.6.0 SNAPSHOT results in the following log, whereby all @FacesComponent annotated classes are been validated as managed beans:
> INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
> aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer isValidManagedBean
> INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem reason: java.lang.reflect.UndeclaredThrowableException
> aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer isValidManagedBean
> INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat reason: java.lang.reflect.UndeclaredThrowableException
> aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer isValidManagedBean
> INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: java.lang.reflect.UndeclaredThrowableException
> aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer isValidManagedBean
> INFO: skipped deployment of: org.omnifaces.component.validator.ValidateAllOrNone reason: java.lang.reflect.UndeclaredThrowableException
> [etc...]
> This is wrong in 2 ways:
> 1. Why are @FacesComponent classes validated as managed beans in first place? They are nowhere in OmniFaces registered as managed beans.
> 2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the real reason.



--
This message was sent by Atlassian JIRA
(v6.1#6144)