KIE Workbench - Webapp 6.1.0.CR2

org.kie.workbench.backend.wildfly
Class SolderCDIWorkaround

java.lang.Object
  extended by org.kie.workbench.backend.wildfly.SolderCDIWorkaround
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class SolderCDIWorkaround
extends Object
implements javax.enterprise.inject.spi.Extension

Workaround for SOlder issue with servlet CDI integration and CDI 1.1 spec, see here https://issues.jboss.org/browse/SOLDER-322


Constructor Summary
SolderCDIWorkaround()
           
 
Method Summary
 void vetoHttpServletObjectsProducer(javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolderCDIWorkaround

public SolderCDIWorkaround()
Method Detail

vetoHttpServletObjectsProducer

public void vetoHttpServletObjectsProducer(@Observes
                                           javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer> event)

KIE Workbench - Webapp 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.