hi all.
I am a newbie with deltaspike.
I have tried a web app with tomee 1.7.1 plus (it came with OWB 1) .
I use jsf2.1 my faces and primefaces 6
I have added the following jars of deltaspike into WEB-INF/lib of my project:
deltaspike-core-api-1.7.1.jar
deltaspike-core-impl-1.7.1.jar
deltaspike-security-module-api-1.7.1.jar
deltaspike-security-module-impl-1.7.1.jar
deltaspike-jsf-module-api-1.7.1.jar
deltaspike-jsf-module-impl-ee6-1.7.1.jar
1)i have not added the deltaspike-jsf-module-impl-1.7.1.jar because i use a
jee6 server (tomee1.7.1 plus) .. or is possible use and remove the
deltaspike-jsf-module-impl-ee6-1.7.1.jar ??
2)the project is build with netbeans .
But when i try to deploy i get the following error.
whi i get this error below? How i can resolve?
-------------------------------------------------------------------------------------
Exception sending context destroyed event to listener instance of class
org.apache.myfaces.webapp.StartupServletContextListener
java.lang.IllegalStateException: No
org.apache.deltaspike.core.api.provider.BeanManagerProvider in place! Please
ensure that you configured the CDI implementation of your choice properly. If
your setup is correct, please clear all caches and compiled artifacts.
............................................................
please help me .
below the complete LOG of tomee .
set 09, 2016 12:15:26 PM org.apache.catalina.core.StandardContext listenerStop
SEVERE: Exception sending context destroyed event to listener instance of class
org.apache.myfaces.webapp.StartupServletContextListener
java.lang.IllegalStateException: No
org.apache.deltaspike.core.api.provider.BeanManagerProvider in place! Please
ensure that you configured the CDI implementation of your choice properly. If
your setup is correct, please clear all caches and compiled artifacts.
at
org.apache.deltaspike.core.api.provider.BeanManagerProvider.getInstance(BeanManagerProvider.java:164)
at
org.apache.deltaspike.jsf.impl.listener.system.JsfSystemEventBroadcaster.processEvent(JsfSystemEventBroadcaster.java:55)
at javax.faces.event.SystemEvent.processListener(SystemEvent.java:43)
at
org.apache.myfaces.application.ApplicationImpl._traverseListenerList(ApplicationImpl.java:2493)
at
org.apache.myfaces.application.ApplicationImpl.access$000(ApplicationImpl.java:120)
at
org.apache.myfaces.application.ApplicationImpl$SystemListenerEntry.publish(ApplicationImpl.java:2684)
at
org.apache.myfaces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:601)
at
javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:330)
at
org.apache.myfaces.webapp.AbstractFacesInitializer._dispatchApplicationEvent(AbstractFacesInitializer.java:286)
at
org.apache.myfaces.webapp.AbstractFacesInitializer.destroyFaces(AbstractFacesInitializer.java:320)
at
org.apache.myfaces.webapp.StartupServletContextListener.contextDestroyed(StartupServletContextListener.java:161)
at
org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:5033)
at
org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5685)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1591)
at
org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1580)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
-----------
tank you .
Mauro