I have put into web-inf/following jars of deltaspike.

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-1.7.1.jar not put this jar

i have noted that is present also another jar:


deltaspike-jsf-module-impl-ee6-1.7.1.jar i have read from deltaspike website  
that it is for servers  java ee6  ( i think for use with jsf2.0 -2.1) 
2016-09-11 13:09 (+0200), Mark Struberg <[email protected]> wrote: 
> Do you have the deltaspike-core impl and api jars in your deployable?Is this 
> a WAR file or an EAR?We will have to look into MyFaces when this exactly gets 
> fired. 
> 
> 
> LieGrue,strub
>  
> 
>     On Saturday, 10 September 2016, 22:11, "[email protected]" 
> <[email protected]> wrote:
>  
>  
> 
>  
> Hi all. 
> I have tried to write a web app with deltaspike 1.7.1 . but when i deploy 
> into tomee1.7.1 plus i get error 
> 
> 
> it not deploy .
> 
> i have already put my beans.xml file
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <beans xmlns="http://java.sun.com/xml/ns/javaee";
>       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
> http://java.sun.com/xml/ns/javaee/beans_1_0.xsd";>
> </beans>
> 
> from the tomee logs :
> 
> 
> 
> 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) 
> 
> 
> Pelare help me
> 
> Mauro
> 
> 
>  
>    

Reply via email to