Mantis - Resin
Viewing Issue Advanced Details
5103 minor always 06-05-12 23:00 06-20-12 15:51
rickHigh  
ferg  
normal  
closed  
fixed  
none    
none 4.0.29  
0005103: Resin 4.0.2x seems to have an issue firing CDI container events in order. ProcessAnnotatedType event before a BeforeBeanDiscover
From http://forum.caucho.com/showthread.php?t=28940 [^]

Resin 4.0.2x seems to have an issue firing CDI container events in the correct order.

I'm getting a ProcessAnnotatedType event before a BeforeBeanDiscovery event.

To reproduce: Deploy a WAR including the following two artifacts:

org.apache.deltaspike.core:deltaspike-core-impl:0.2-incubating
org.apache.deltaspike.core:deltaspike-core-api:0.2-incubating

Because of the missing event, this will cause a NullPointerException in org.apache.deltaspike.core.impl.message.MessageBun dleExtension.detectInterfaces()

Regards,
Harald

Notes
(0005806)
rickHigh   
06-05-12 23:52   
I was not able to reproduce this. We have a test case for this, and it is already passing.
(0005898)
ferg   
06-20-12 15:51   
ioc/0062

This may have conflicts with the CDI TCK.