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

Jozef Hartinger commented on TOMEE-33:
--------------------------------------

(12:42:13 PM) struberg: seems seam-config adds XMLConfiguredBean dynamially and 
    public <T> void processAnotated(@Observes ProcessAnnotatedType<T> event, 
BeanManager manager) {
(12:42:13 PM) struberg:         if 
(event.getAnnotatedType().isAnnotationPresent(XmlConfiguredBean.class)) {
(12:42:13 PM) struberg:             return;
(12:42:13 PM) struberg:         }
(12:42:29 PM) struberg: will return without vetoing the original bean in owb
(12:42:37 PM) struberg: seems like a timing issue somewhere


The original beans do not have the @XmlConfiguredBean annotation. This 
annotation is only added as a marker to the configured beans. Therefore, the 
code you quoted seems correct to me.
                
> seam-international-timeanddate fails to deploy
> ----------------------------------------------
>
>                 Key: TOMEE-33
>                 URL: https://issues.apache.org/jira/browse/TOMEE-33
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0-beta-1
>         Environment: Seam 3.1.0-SNAPSHOT
>            Reporter: Jozef Hartinger
>         Attachments: config-princess-rescue-u1.war, 
> config-princess-rescue.war, international-timeanddate.war, international.txt
>
>
> See the attached application and stack trace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to