I don't see any comments in SO. Anyways, even after your change I'm still seeing it (in SE module)
org.jboss.weld.exceptions.IllegalArgumentException: WELD-001456: Argument creationalContext must not be null at org.jboss.weld.util.Preconditions.checkArgumentNotNull(Preconditions.java:40) at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:758) at org.jboss.weld.util.ForwardingBeanManager.getReference(ForwardingBeanManager.java:61) at org.jboss.weld.bean.builtin.BeanManagerProxy.getReference(BeanManagerProxy.java:85) at org.apache.tamaya.integration.cdi.internal.CDIAwareServiceContext.getServices(CDIAwareServiceContext.java:94) at org.apache.tamaya.integration.cdi.internal.CDIAwareServiceContext.getService(CDIAwareServiceContext.java:67) at org.apache.tamaya.inject.ConfigurationInjection.getConfigurationInjector(ConfigurationInjection.java:40) at org.apache.tamaya.integration.cdi.internal.SEInjectorCDIExtension$1.inject(SEInjectorCDIExtension.java:61) Note that simply bypassing the CC isn't correct, you need to use BeanManager to create the CC. John On Fri, Jun 3, 2016 at 5:27 AM Anatole Tresch <[email protected]> wrote: > I did both (ticket and answering)... > > 2016-06-01 20:47 GMT+02:00 Werner Keil <[email protected]>: > > > Maybe we schould also transfer it to JIRA or create a ticket linking to > > that article? > > > > Werner > > > > > > On Wed, Jun 1, 2016 at 1:16 PM, John D. Ament <[email protected]> > > wrote: > > > > > > > > > > > http://stackoverflow.com/questions/37565612/apache-tamaya-cdi-extension-causes-startup-issue-in-wildfly > > > > > > Maybe we should create a tag? :-) > > > > > > FWIW I actually just ran into this as well, but wasn't sure if it was > my > > > project or not. > > > > > > John > > > > > > > > > -- > *Anatole Tresch* > PPMC Member Apache Tamaya > JCP Star Spec Lead > *Switzerland, Europe Zurich, GMT+1* > *maketechsimple.wordpress.com <http://maketechsimple.wordpress.com/> * > *Twitter: @atsticks, @tamayaconf* >
