Can you reproduce it in a simple war? Le 26 avr. 2013 17:58, "José Luis Cetina" <[email protected]> a écrit :
> Yesterday at 8:00 pm (GMT-6) but i mean is not easy to just download the > tomee zip, because my webapp use the plugin for run. > > > 2013/4/26 Howard W. Smith, Jr. <[email protected]> > > > okay, that is reason why I download ZIP files, because I don't need > latest > > version 'always'. :) > > > > So, when does tomee plugin get latest version? only when you compile the > > app or when you run the app? I would assume, only when you build the WAR > > file, right? when was the last/previous time that you build WAR file? > > > > > > > > On Fri, Apr 26, 2013 at 11:47 AM, José Luis Cetina <[email protected] > > >wrote: > > > > > Im not sure, because i use maven, i dont download the zip version. I > run > > my > > > webapp in development with the tomee plugin. > > > Im not sure if i can get a previous version using maven. > > > > > > > > > > > > 2013/4/26 Howard W. Smith, Jr. <[email protected]> > > > > > > > Jose, > > > > > > > > what was the date of the 'previous' tomee 1.6.0 snapshot that you > used > > to > > > > run your enterprise app? > > > > > > > > I'm asking, because I have seen some (open web beans and myfaces) > > changes > > > > in tomee 1.6.0 snapshot. > > > > > > > > Howard > > > > > > > > > > > > > > > > On Fri, Apr 26, 2013 at 11:41 AM, José Luis Cetina < > > [email protected] > > > > >wrote: > > > > > > > > > Hi, my enterprise app was running great yesterday using tomee 1.6.0 > > > > > snapshot, today with the new snapshot i get this error when i try > to > > > > access > > > > > my index page: > > > > > > > > > > SEVERE - Servlet.service() for servlet [Faces Servlet] in context > > with > > > > path > > > > > [/] threw exception > > > > > javax.enterprise.inject.UnsatisfiedResolutionException: Api type > > > > > > > > > > > > > > > > > > > > [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig] > > > > > is not found with the qualifiers > > > > > Qualifiers: [@javax.enterprise.inject.Default()] > > > > > for injection into Constructor Injection Point, constructor name : > > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler, > > > > > Bean Owner : [DefaultWindowHandler, Name:null, WebBeans > Type:MANAGED, > > > API > > > > > > > > > > > > > > > > > > > > Types:[java.lang.Object,org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowHandler,org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler,java.io.Serializable], > > > > > > > > > Qualifiers:[javax.enterprise.inject.Any,javax.enterprise.inject.Default]] > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.util.InjectionExceptionUtil.throwUnsatisfiedResolutionException(InjectionExceptionUtil.java:77) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.container.InjectionResolver.getInjectionPointBean(InjectionResolver.java:238) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.inject.AbstractInjectable.inject(AbstractInjectable.java:77) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.inject.InjectableConstructor.doInjection(InjectableConstructor.java:80) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.portable.InjectionTargetImpl.newInstance(InjectionTargetImpl.java:253) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.portable.InjectionTargetImpl.produce(InjectionTargetImpl.java:180) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.component.AbstractOwbBean.create(AbstractOwbBean.java:117) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.context.creational.BeanInstanceBag.create(BeanInstanceBag.java:76) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.context.AbstractContext.getInstance(AbstractContext.java:158) > > > > > at > > > > > > > > > org.apache.webbeans.context.AbstractContext.get(AbstractContext.java:123) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.getContextualInstance(NormalScopedBeanInterceptorHandler.java:100) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.intercept.ApplicationScopedBeanInterceptorHandler.getContextualInstance(ApplicationScopedBeanInterceptorHandler.java:60) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.get(NormalScopedBeanInterceptorHandler.java:70) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.DefaultWindowHandler$$OwbNormalScopeProxy0.restoreWindowId(org/apache/myfaces/extensions/cdi/jsf/impl/scope/conversation/DefaultWindowHandler.java) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils.resolveWindowContextId(ConversationUtils.java:154) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.extensions.cdi.jsf.impl.util.ConversationUtils.tryToRestoreTheWindowIdEagerly(ConversationUtils.java:717) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleWrapper.broadcastBeforeFacesRequestEvent(CodiLifecycleWrapper.java:164) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.extensions.cdi.jsf2.impl.listener.phase.CodiLifecycleWrapper.execute(CodiLifecycleWrapper.java:81) > > > > > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) > > > > > at > > org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) > > > > > at > > > > > > > > > > > > > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) > > > > > at > > > > > > > > > > > > > > > > > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > > > > > at > > > > > > > > > > > > > > > > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > > > > > at java.lang.Thread.run(Thread.java:722) > > > > > > > > > > > > > > > > > > > > > -- > > > ------------------------------------------------------------------- > > > *SCJA. José Luis Cetina* > > > ------------------------------------------------------------------- > > > > > > > > > -- > ------------------------------------------------------------------- > *SCJA. José Luis Cetina* > ------------------------------------------------------------------- >
