You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by José Luis Cetina <ma...@gmail.com> on 2013/04/26 17:41:37 UTC

UnsatisfiedResolutionException

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)

Re: UnsatisfiedResolutionException

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Can you reproduce it in a simple war?
Le 26 avr. 2013 17:58, "José Luis Cetina" <ma...@gmail.com> 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. <sm...@gmail.com>
>
> > 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 <maxtorzito@gmail.com
> > >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. <sm...@gmail.com>
> > >
> > > > 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 <
> > maxtorzito@gmail.com
> > > > >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*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Ok. I will test tomorrow and let you know. Thanks
El 27/04/2013 14:44, "Romain Manni-Bucau" <rm...@gmail.com> escribió:

> Goal is to tolerate both if possible
> Le 27 avr. 2013 20:38, "José Luis Cetina" <ma...@gmail.com> a écrit :
>
> > Ok.
> >
> > Do i have to set the CODI dependencies only in ear (is working now) or
> do i
> > have to add to each project (like i had before this issue) ??
> >
> >
> > 2013/4/27 Romain Manni-Bucau <rm...@gmail.com>
> >
> > > updated trunk
> > > *Romain Manni-Bucau*
> > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > > *Blog: **http://rmannibucau.wordpress.com/*<
> > > http://rmannibucau.wordpress.com/>
> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > > *Github: https://github.com/rmannibucau*
> > >
> > >
> > >
> > > 2013/4/27 José Luis Cetina <ma...@gmail.com>
> > >
> > > > If i add the CODI dependencies to ear's pom.xml and mark as provided
> > the
> > > > CODI depedencies in my web's projects, apparently all works, great,
> of
> > > > course this is better because with this the entire project have only
> 1
> > > time
> > > > CODI dependencies and not in each web app, before i had to add each
> > time
> > > > the CODI dependencie to each webproject. Now apparently having CODI
> > > > depdencies in ears pom.xml and mark as provided this works. Maybe
> this
> > > was
> > > > fixed in OWB? coincidence?
> > > >
> > > > This scenario is better because the ear file size is smaller than the
> > my
> > > > previous release.
> > > >
> > > > I will still testing, if something get wrong i will post again.
> > > >
> > > > OLD CONFIG: (Working good before the new OWB release added to
> > > > 1.6.0-SNAPSHOT, it breaks whit the new OWB release)
> > > > ear (NO CODI depedencies)
> > > >    webapp1 (CODI dependecies marked as compile/runtime)
> > > >    webapp2 (CODI dependecies marked as compile/runtime)
> > > >    webapp3 (CODI dependecies marked as compile/runtime)
> > > >    webapp4 (CODI dependecies marked as compile/runtime)
> > > >
> > > >
> > > > NEW CONFIG:  (Working good with the new OWB release added to
> > > > 1.6.0-SNAPSHOT)
> > > > ear (CODI depedencies marked as compile and runtime)
> > > >    webapp1 (CODI dependecies marked as provided)
> > > >    webapp2 (CODI dependecies marked as provided)
> > > >    webapp3 (CODI dependecies marked as provided)
> > > >    webapp4 (codi dependecies marked as provided)
> > > >
> > > > Regards.
> > > >
> > > >
> > > >
> > > > 2013/4/27 José Luis Cetina <ma...@gmail.com>
> > > >
> > > > > Hi Rommain. Can you reproduce the issue using the github project?
> > > > > El 26/04/2013 20:16, "José Luis Cetina" <ma...@gmail.com>
> > > escribió:
> > > > >
> > > > > Hi, when i add the CODI dependencies inside of the ear project then
> > the
> > > > >> exception is gone, but the behaviour of the webapps are strange i
> > get
> > > > NPE bethwen
> > > > >> others, the app is not working well, but the exception is gone, i
> > hope
> > > > this
> > > > >> can help for fix this issue ( i dont want to add CODI dependencies
> > > > inside
> > > > >> of ears pom.xml) that why i added to each webapp.
> > > > >>
> > > > >> Do you have any idea what can be??
> > > > >>
> > > > >>
> > > > >> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > > >>
> > > > >>> Hi Rommain, i could reproduce the problem and encounter when it
> > > happend
> > > > >>> (i dont know why).
> > > > >>>
> > > > >>> Run the project with tomee plugin using the ear's pom.xml.
> > > > >>> The try to access to mymailing.com:8080  (dont forget to modify
> > >  your
> > > > >>> /etc/hosts file)
> > > > >>> Then you will see this error: HTTP Status 500 - Api type
> > > > >>>
> > > >
> > >
> >
> [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
> > > > >>> is not found with the qualifiers
> > > > >>>
> > > > >>> BUT....
> > > > >>> If you add the CODI dependecy to the ear's pom.xml (just
> uncomment
> > > the
> > > > >>> dependencies line 112) then the app runs normal without issues.
> > > > >>>
> > > > >>> Why i need to add CODI dependency on ear's pom.xml, if my
> webapp's
> > > use
> > > > >>> them (i had to add for each webapp the dependency CODI)??
> > > > >>>
> > > > >>> Here is the example:
> > > > >>> https://github.com/maxtorzito/tomee.git
> > > > >>>
> > > > >>>
> > > > >>> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > > >>>
> > > > >>>> :S ok, i will try to reproduce  it!!
> > > > >>>>
> > > > >>>>
> > > > >>>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > > > >>>>
> > > > >>>>> Yes and no, just thats not shocking since cdi code changed a
> lot
> > in
> > > > >>>>> owb and
> > > > >>>>> tomee
> > > > >>>>>
> > > > >>>>> We need to provide an answer (even if cdi spec is still a bit
> > blur
> > > > >>>>> about
> > > > >>>>> ear IMO)
> > > > >>>>>
> > > > >>>>> So a sample is still needed to work on it ;)
> > > > >>>>> Le 26 avr. 2013 21:39, "José Luis Cetina" <
> maxtorzito@gmail.com>
> > a
> > > > >>>>> écrit :
> > > > >>>>>
> > > > >>>>> > What do you mean with :  So normal it doesnt work???
> > > > >>>>> >
> > > > >>>>> >
> > > > >>>>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > > >>>>> >
> > > > >>>>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
> > > > >>>>> > >
> > > > >>>>> > >
> > > > >>>>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > > >>>>> > >
> > > > >>>>> > >> I try to reproduce the error in an ear, but i cant (maybe
> im
> > > > >>>>> missing
> > > > >>>>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works
> (my
> > > > >>>>> entire
> > > > >>>>> > app),
> > > > >>>>> > >> this is a regression!!
> > > > >>>>> > >>
> > > > >>>>> > >>
> > > > >>>>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > > > >>>>> > >>
> > > > >>>>> > >>> So normal it doesnt work, can you valid in a war please?
> > > > >>>>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <
> > > > maxtorzito@gmail.com>
> > > > >>>>> a
> > > > >>>>> > >>> écrit :
> > > > >>>>> > >>>
> > > > >>>>> > >>> > Yes, im still using an ear
> > > > >>>>> > >>> >
> > > > >>>>> > >>> >
> > > > >>>>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > > > >>>>> > >>> >
> > > > >>>>> > >>> > > -m ;)
> > > > >>>>> > >>> > >
> > > > >>>>> > >>> > > The log means sthg is not logged
> > > > >>>>> > >>> > >
> > > > >>>>> > >>> > > Are you still in an ear?
> > > > >>>>> > >>> > >
> > > > >>>>> > >>> > > OWB doesnt handle it ATM
> > > > >>>>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <
> > > > >>>>> maxtorzito@gmail.com> a
> > > > >>>>> > >>> > écrit :
> > > > >>>>> > >>> > >
> > > > >>>>> > >>> > > > Thats the problem, sometimes is not so easy to try
> to
> > > > >>>>> reproduce
> > > > >>>>> > >>> > something
> > > > >>>>> > >>> > > > that you build in weeks (i mean the configuration,
> > not
> > > > the
> > > > >>>>> > project
> > > > >>>>> > >>> > > itself).
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > > > Rommain, the log doesnt help?
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <
> > smithh032772@gmail.com
> > > >
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > > > > When I first saw your email, I thought to myself,
> > > that
> > > > >>>>> it may
> > > > >>>>> > be
> > > > >>>>> > >>> best
> > > > >>>>> > >>> > > to
> > > > >>>>> > >>> > > > > send your question to MyFaces list, but like I
> said
> > > > >>>>> earlier,
> > > > >>>>> > I've
> > > > >>>>> > >>> > seen
> > > > >>>>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to
> TomEE
> > > > 1.6.0
> > > > >>>>> > >>> snapshot.
> > > > >>>>> > >>> > > > >
> > > > >>>>> > >>> > > > >
> > > > >>>>> > >>> > > > >
> > > > >>>>> > >>> > > > >
> > > > >>>>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith,
> > > Jr. <
> > > > >>>>> > >>> > > > > smithh032772@gmail.com> wrote:
> > > > >>>>> > >>> > > > >
> > > > >>>>> > >>> > > > > > Well, I see the following:
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> >
> > > > >>>>>
> > > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > > > >>>>> > >>> > > > > > WindowContextConfig
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > > more specifically,
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > > WindowContextConfig
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > > does your app use this part? what steps do you
> > take
> > > > in
> > > > >>>>> your
> > > > >>>>> > >>> app to
> > > > >>>>> > >>> > > > > > reproduce the use of this 'WindowContextConfig'
> > > > >>>>> myfaces CODI
> > > > >>>>> > >>> > feature?
> > > > >>>>> > >>> > > > > > multiple browser tab/window/sessions?
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > > you may want to test your app in few browser
> > > > sessions.
> > > > >>>>> you
> > > > >>>>> > may
> > > > >>>>> > >>> want
> > > > >>>>> > >>> > > to
> > > > >>>>> > >>> > > > > > duplicate the steps that you did earlier, when
> > you
> > > > >>>>> > experienced
> > > > >>>>> > >>> this
> > > > >>>>> > >>> > > > > > exception. maybe you had a browser session
> open,
> > > > >>>>> > compile/build
> > > > >>>>> > >>> your
> > > > >>>>> > >>> > > > > > project, and opened a new brower session and
> the
> > > > >>>>> other/older
> > > > >>>>> > >>> > browser
> > > > >>>>> > >>> > > > > > session was still open.
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > > just my two cents...
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis
> > Cetina
> > > <
> > > > >>>>> > >>> > > > maxtorzito@gmail.com
> > > > >>>>> > >>> > > > > >wrote:
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > >> I couldn't reproduce it. Its a bit
> frustrating.
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <
> > > > >>>>> smithh032772@gmail.com>
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> > > > > >> > No problem. :)
> > > > >>>>> > >>> > > > > >> >
> > > > >>>>> > >>> > > > > >> > I think your responses may help the tomee
> > > > committers
> > > > >>>>> > answer
> > > > >>>>> > >>> your
> > > > >>>>> > >>> > > > > >> question.
> > > > >>>>> > >>> > > > > >> > :)
> > > > >>>>> > >>> > > > > >> >
> > > > >>>>> > >>> > > > > >> > Yep, I see romain just responded :)
> > > > >>>>> > >>> > > > > >> >
> > > > >>>>> > >>> > > > > >> >
> > > > >>>>> > >>> > > > > >> >
> > > > >>>>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis
> > > > Cetina <
> > > > >>>>> > >>> > > > > >> maxtorzito@gmail.com
> > > > >>>>> > >>> > > > > >> > >wrote:
> > > > >>>>> > >>> > > > > >> >
> > > > >>>>> > >>> > > > > >> > > 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. <
> > > > >>>>> smithh032772@gmail.com>
> > > > >>>>> > >>> > > > > >> > >
> > > > >>>>> > >>> > > > > >> > > > 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 <
> > > > >>>>> > >>> > > > > >> > maxtorzito@gmail.com
> > > > >>>>> > >>> > > > > >> > > > >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. <
> > > > >>>>> > >>> smithh032772@gmail.com>
> > > > >>>>> > >>> > > > > >> > > > >
> > > > >>>>> > >>> > > > > >> > > > > > 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 <
> > > > >>>>> > >>> > > > > >> > > > maxtorzito@gmail.com
> > > > >>>>> > >>> > > > > >> > > > > > >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*
> > > > >>>>> > >>> > > > > >> > >
> > > > >>>>> > >>> > > >
> > > > >>>>> >
> > > -------------------------------------------------------------------
> > > > >>>>> > >>> > > > > >> > >
> > > > >>>>> > >>> > > > > >> >
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> > > > > >> --
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> >
> > > > >>>>>
> > -------------------------------------------------------------------
> > > > >>>>> > >>> > > > > >> *SCJA. José Luis Cetina*
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> >
> > > > >>>>>
> > -------------------------------------------------------------------
> > > > >>>>> > >>> > > > > >>
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > > >
> > > > >>>>> > >>> > > > >
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > > > --
> > > > >>>>> > >>> > > >
> > > > >>>>> >
> > > -------------------------------------------------------------------
> > > > >>>>> > >>> > > > *SCJA. José Luis Cetina*
> > > > >>>>> > >>> > > >
> > > > >>>>> >
> > > -------------------------------------------------------------------
> > > > >>>>> > >>> > > >
> > > > >>>>> > >>> > >
> > > > >>>>> > >>> >
> > > > >>>>> > >>> >
> > > > >>>>> > >>> >
> > > > >>>>> > >>> > --
> > > > >>>>> > >>> >
> > > > >>>>>
> > -------------------------------------------------------------------
> > > > >>>>> > >>> > *SCJA. José Luis Cetina*
> > > > >>>>> > >>> >
> > > > >>>>>
> > -------------------------------------------------------------------
> > > > >>>>> > >>> >
> > > > >>>>> > >>>
> > > > >>>>> > >>
> > > > >>>>> > >>
> > > > >>>>> > >>
> > > > >>>>> > >> --
> > > > >>>>> > >>
> > > > >>>>>
> > -------------------------------------------------------------------
> > > > >>>>> > >> *SCJA. José Luis Cetina*
> > > > >>>>> > >>
> > > > >>>>>
> > -------------------------------------------------------------------
> > > > >>>>> > >>
> > > > >>>>> > >
> > > > >>>>> > >
> > > > >>>>> > >
> > > > >>>>> > > --
> > > > >>>>> > >
> > > > -------------------------------------------------------------------
> > > > >>>>> > > *SCJA. José Luis Cetina*
> > > > >>>>> > >
> > > > -------------------------------------------------------------------
> > > > >>>>> > >
> > > > >>>>> >
> > > > >>>>> >
> > > > >>>>> >
> > > > >>>>> > --
> > > > >>>>> >
> > > -------------------------------------------------------------------
> > > > >>>>> > *SCJA. José Luis Cetina*
> > > > >>>>> >
> > > -------------------------------------------------------------------
> > > > >>>>> >
> > > > >>>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>> --
> > > > >>>>
> > -------------------------------------------------------------------
> > > > >>>> *SCJA. José Luis Cetina*
> > > > >>>>
> > -------------------------------------------------------------------
> > > > >>>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> --
> > > > >>>
> -------------------------------------------------------------------
> > > > >>> *SCJA. José Luis Cetina*
> > > > >>>
> -------------------------------------------------------------------
> > > > >>>
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >>
> -------------------------------------------------------------------
> > > > >> *SCJA. José Luis Cetina*
> > > > >>
> -------------------------------------------------------------------
> > > > >>
> > > > >
> > > >
> > > >
> > > > --
> > > > -------------------------------------------------------------------
> > > > *SCJA. José Luis Cetina*
> > > > -------------------------------------------------------------------
> > > >
> > >
> >
> >
> >
> > --
> > -------------------------------------------------------------------
> > *SCJA. José Luis Cetina*
> > -------------------------------------------------------------------
> >
>

Re: UnsatisfiedResolutionException

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Goal is to tolerate both if possible
Le 27 avr. 2013 20:38, "José Luis Cetina" <ma...@gmail.com> a écrit :

> Ok.
>
> Do i have to set the CODI dependencies only in ear (is working now) or do i
> have to add to each project (like i had before this issue) ??
>
>
> 2013/4/27 Romain Manni-Bucau <rm...@gmail.com>
>
> > updated trunk
> > *Romain Manni-Bucau*
> > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> > *Blog: **http://rmannibucau.wordpress.com/*<
> > http://rmannibucau.wordpress.com/>
> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> > *Github: https://github.com/rmannibucau*
> >
> >
> >
> > 2013/4/27 José Luis Cetina <ma...@gmail.com>
> >
> > > If i add the CODI dependencies to ear's pom.xml and mark as provided
> the
> > > CODI depedencies in my web's projects, apparently all works, great, of
> > > course this is better because with this the entire project have only 1
> > time
> > > CODI dependencies and not in each web app, before i had to add each
> time
> > > the CODI dependencie to each webproject. Now apparently having CODI
> > > depdencies in ears pom.xml and mark as provided this works. Maybe this
> > was
> > > fixed in OWB? coincidence?
> > >
> > > This scenario is better because the ear file size is smaller than the
> my
> > > previous release.
> > >
> > > I will still testing, if something get wrong i will post again.
> > >
> > > OLD CONFIG: (Working good before the new OWB release added to
> > > 1.6.0-SNAPSHOT, it breaks whit the new OWB release)
> > > ear (NO CODI depedencies)
> > >    webapp1 (CODI dependecies marked as compile/runtime)
> > >    webapp2 (CODI dependecies marked as compile/runtime)
> > >    webapp3 (CODI dependecies marked as compile/runtime)
> > >    webapp4 (CODI dependecies marked as compile/runtime)
> > >
> > >
> > > NEW CONFIG:  (Working good with the new OWB release added to
> > > 1.6.0-SNAPSHOT)
> > > ear (CODI depedencies marked as compile and runtime)
> > >    webapp1 (CODI dependecies marked as provided)
> > >    webapp2 (CODI dependecies marked as provided)
> > >    webapp3 (CODI dependecies marked as provided)
> > >    webapp4 (codi dependecies marked as provided)
> > >
> > > Regards.
> > >
> > >
> > >
> > > 2013/4/27 José Luis Cetina <ma...@gmail.com>
> > >
> > > > Hi Rommain. Can you reproduce the issue using the github project?
> > > > El 26/04/2013 20:16, "José Luis Cetina" <ma...@gmail.com>
> > escribió:
> > > >
> > > > Hi, when i add the CODI dependencies inside of the ear project then
> the
> > > >> exception is gone, but the behaviour of the webapps are strange i
> get
> > > NPE bethwen
> > > >> others, the app is not working well, but the exception is gone, i
> hope
> > > this
> > > >> can help for fix this issue ( i dont want to add CODI dependencies
> > > inside
> > > >> of ears pom.xml) that why i added to each webapp.
> > > >>
> > > >> Do you have any idea what can be??
> > > >>
> > > >>
> > > >> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > >>
> > > >>> Hi Rommain, i could reproduce the problem and encounter when it
> > happend
> > > >>> (i dont know why).
> > > >>>
> > > >>> Run the project with tomee plugin using the ear's pom.xml.
> > > >>> The try to access to mymailing.com:8080  (dont forget to modify
> >  your
> > > >>> /etc/hosts file)
> > > >>> Then you will see this error: HTTP Status 500 - Api type
> > > >>>
> > >
> >
> [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
> > > >>> is not found with the qualifiers
> > > >>>
> > > >>> BUT....
> > > >>> If you add the CODI dependecy to the ear's pom.xml (just uncomment
> > the
> > > >>> dependencies line 112) then the app runs normal without issues.
> > > >>>
> > > >>> Why i need to add CODI dependency on ear's pom.xml, if my webapp's
> > use
> > > >>> them (i had to add for each webapp the dependency CODI)??
> > > >>>
> > > >>> Here is the example:
> > > >>> https://github.com/maxtorzito/tomee.git
> > > >>>
> > > >>>
> > > >>> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > >>>
> > > >>>> :S ok, i will try to reproduce  it!!
> > > >>>>
> > > >>>>
> > > >>>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > > >>>>
> > > >>>>> Yes and no, just thats not shocking since cdi code changed a lot
> in
> > > >>>>> owb and
> > > >>>>> tomee
> > > >>>>>
> > > >>>>> We need to provide an answer (even if cdi spec is still a bit
> blur
> > > >>>>> about
> > > >>>>> ear IMO)
> > > >>>>>
> > > >>>>> So a sample is still needed to work on it ;)
> > > >>>>> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com>
> a
> > > >>>>> écrit :
> > > >>>>>
> > > >>>>> > What do you mean with :  So normal it doesnt work???
> > > >>>>> >
> > > >>>>> >
> > > >>>>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > >>>>> >
> > > >>>>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
> > > >>>>> > >
> > > >>>>> > >
> > > >>>>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > > >>>>> > >
> > > >>>>> > >> I try to reproduce the error in an ear, but i cant (maybe im
> > > >>>>> missing
> > > >>>>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my
> > > >>>>> entire
> > > >>>>> > app),
> > > >>>>> > >> this is a regression!!
> > > >>>>> > >>
> > > >>>>> > >>
> > > >>>>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > > >>>>> > >>
> > > >>>>> > >>> So normal it doesnt work, can you valid in a war please?
> > > >>>>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <
> > > maxtorzito@gmail.com>
> > > >>>>> a
> > > >>>>> > >>> écrit :
> > > >>>>> > >>>
> > > >>>>> > >>> > Yes, im still using an ear
> > > >>>>> > >>> >
> > > >>>>> > >>> >
> > > >>>>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > > >>>>> > >>> >
> > > >>>>> > >>> > > -m ;)
> > > >>>>> > >>> > >
> > > >>>>> > >>> > > The log means sthg is not logged
> > > >>>>> > >>> > >
> > > >>>>> > >>> > > Are you still in an ear?
> > > >>>>> > >>> > >
> > > >>>>> > >>> > > OWB doesnt handle it ATM
> > > >>>>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <
> > > >>>>> maxtorzito@gmail.com> a
> > > >>>>> > >>> > écrit :
> > > >>>>> > >>> > >
> > > >>>>> > >>> > > > Thats the problem, sometimes is not so easy to try to
> > > >>>>> reproduce
> > > >>>>> > >>> > something
> > > >>>>> > >>> > > > that you build in weeks (i mean the configuration,
> not
> > > the
> > > >>>>> > project
> > > >>>>> > >>> > > itself).
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > > > Rommain, the log doesnt help?
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <
> smithh032772@gmail.com
> > >
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > > > > When I first saw your email, I thought to myself,
> > that
> > > >>>>> it may
> > > >>>>> > be
> > > >>>>> > >>> best
> > > >>>>> > >>> > > to
> > > >>>>> > >>> > > > > send your question to MyFaces list, but like I said
> > > >>>>> earlier,
> > > >>>>> > I've
> > > >>>>> > >>> > seen
> > > >>>>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE
> > > 1.6.0
> > > >>>>> > >>> snapshot.
> > > >>>>> > >>> > > > >
> > > >>>>> > >>> > > > >
> > > >>>>> > >>> > > > >
> > > >>>>> > >>> > > > >
> > > >>>>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith,
> > Jr. <
> > > >>>>> > >>> > > > > smithh032772@gmail.com> wrote:
> > > >>>>> > >>> > > > >
> > > >>>>> > >>> > > > > > Well, I see the following:
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> >
> > > >>>>>
> > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > > >>>>> > >>> > > > > > WindowContextConfig
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > > more specifically,
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > > WindowContextConfig
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > > does your app use this part? what steps do you
> take
> > > in
> > > >>>>> your
> > > >>>>> > >>> app to
> > > >>>>> > >>> > > > > > reproduce the use of this 'WindowContextConfig'
> > > >>>>> myfaces CODI
> > > >>>>> > >>> > feature?
> > > >>>>> > >>> > > > > > multiple browser tab/window/sessions?
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > > you may want to test your app in few browser
> > > sessions.
> > > >>>>> you
> > > >>>>> > may
> > > >>>>> > >>> want
> > > >>>>> > >>> > > to
> > > >>>>> > >>> > > > > > duplicate the steps that you did earlier, when
> you
> > > >>>>> > experienced
> > > >>>>> > >>> this
> > > >>>>> > >>> > > > > > exception. maybe you had a browser session open,
> > > >>>>> > compile/build
> > > >>>>> > >>> your
> > > >>>>> > >>> > > > > > project, and opened a new brower session and the
> > > >>>>> other/older
> > > >>>>> > >>> > browser
> > > >>>>> > >>> > > > > > session was still open.
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > > just my two cents...
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis
> Cetina
> > <
> > > >>>>> > >>> > > > maxtorzito@gmail.com
> > > >>>>> > >>> > > > > >wrote:
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <
> > > >>>>> smithh032772@gmail.com>
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> > > > > >> > No problem. :)
> > > >>>>> > >>> > > > > >> >
> > > >>>>> > >>> > > > > >> > I think your responses may help the tomee
> > > committers
> > > >>>>> > answer
> > > >>>>> > >>> your
> > > >>>>> > >>> > > > > >> question.
> > > >>>>> > >>> > > > > >> > :)
> > > >>>>> > >>> > > > > >> >
> > > >>>>> > >>> > > > > >> > Yep, I see romain just responded :)
> > > >>>>> > >>> > > > > >> >
> > > >>>>> > >>> > > > > >> >
> > > >>>>> > >>> > > > > >> >
> > > >>>>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis
> > > Cetina <
> > > >>>>> > >>> > > > > >> maxtorzito@gmail.com
> > > >>>>> > >>> > > > > >> > >wrote:
> > > >>>>> > >>> > > > > >> >
> > > >>>>> > >>> > > > > >> > > 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. <
> > > >>>>> smithh032772@gmail.com>
> > > >>>>> > >>> > > > > >> > >
> > > >>>>> > >>> > > > > >> > > > 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 <
> > > >>>>> > >>> > > > > >> > maxtorzito@gmail.com
> > > >>>>> > >>> > > > > >> > > > >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. <
> > > >>>>> > >>> smithh032772@gmail.com>
> > > >>>>> > >>> > > > > >> > > > >
> > > >>>>> > >>> > > > > >> > > > > > 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 <
> > > >>>>> > >>> > > > > >> > > > maxtorzito@gmail.com
> > > >>>>> > >>> > > > > >> > > > > > >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*
> > > >>>>> > >>> > > > > >> > >
> > > >>>>> > >>> > > >
> > > >>>>> >
> > -------------------------------------------------------------------
> > > >>>>> > >>> > > > > >> > >
> > > >>>>> > >>> > > > > >> >
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> > > > > >> --
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> >
> > > >>>>>
> -------------------------------------------------------------------
> > > >>>>> > >>> > > > > >> *SCJA. José Luis Cetina*
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> >
> > > >>>>>
> -------------------------------------------------------------------
> > > >>>>> > >>> > > > > >>
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > > >
> > > >>>>> > >>> > > > >
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > > > --
> > > >>>>> > >>> > > >
> > > >>>>> >
> > -------------------------------------------------------------------
> > > >>>>> > >>> > > > *SCJA. José Luis Cetina*
> > > >>>>> > >>> > > >
> > > >>>>> >
> > -------------------------------------------------------------------
> > > >>>>> > >>> > > >
> > > >>>>> > >>> > >
> > > >>>>> > >>> >
> > > >>>>> > >>> >
> > > >>>>> > >>> >
> > > >>>>> > >>> > --
> > > >>>>> > >>> >
> > > >>>>>
> -------------------------------------------------------------------
> > > >>>>> > >>> > *SCJA. José Luis Cetina*
> > > >>>>> > >>> >
> > > >>>>>
> -------------------------------------------------------------------
> > > >>>>> > >>> >
> > > >>>>> > >>>
> > > >>>>> > >>
> > > >>>>> > >>
> > > >>>>> > >>
> > > >>>>> > >> --
> > > >>>>> > >>
> > > >>>>>
> -------------------------------------------------------------------
> > > >>>>> > >> *SCJA. José Luis Cetina*
> > > >>>>> > >>
> > > >>>>>
> -------------------------------------------------------------------
> > > >>>>> > >>
> > > >>>>> > >
> > > >>>>> > >
> > > >>>>> > >
> > > >>>>> > > --
> > > >>>>> > >
> > > -------------------------------------------------------------------
> > > >>>>> > > *SCJA. José Luis Cetina*
> > > >>>>> > >
> > > -------------------------------------------------------------------
> > > >>>>> > >
> > > >>>>> >
> > > >>>>> >
> > > >>>>> >
> > > >>>>> > --
> > > >>>>> >
> > -------------------------------------------------------------------
> > > >>>>> > *SCJA. José Luis Cetina*
> > > >>>>> >
> > -------------------------------------------------------------------
> > > >>>>> >
> > > >>>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>> --
> > > >>>>
> -------------------------------------------------------------------
> > > >>>> *SCJA. José Luis Cetina*
> > > >>>>
> -------------------------------------------------------------------
> > > >>>>
> > > >>>
> > > >>>
> > > >>>
> > > >>> --
> > > >>> -------------------------------------------------------------------
> > > >>> *SCJA. José Luis Cetina*
> > > >>> -------------------------------------------------------------------
> > > >>>
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> -------------------------------------------------------------------
> > > >> *SCJA. José Luis Cetina*
> > > >> -------------------------------------------------------------------
> > > >>
> > > >
> > >
> > >
> > > --
> > > -------------------------------------------------------------------
> > > *SCJA. José Luis Cetina*
> > > -------------------------------------------------------------------
> > >
> >
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Ok.

Do i have to set the CODI dependencies only in ear (is working now) or do i
have to add to each project (like i had before this issue) ??


2013/4/27 Romain Manni-Bucau <rm...@gmail.com>

> updated trunk
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
> *Blog: **http://rmannibucau.wordpress.com/*<
> http://rmannibucau.wordpress.com/>
> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
> *Github: https://github.com/rmannibucau*
>
>
>
> 2013/4/27 José Luis Cetina <ma...@gmail.com>
>
> > If i add the CODI dependencies to ear's pom.xml and mark as provided the
> > CODI depedencies in my web's projects, apparently all works, great, of
> > course this is better because with this the entire project have only 1
> time
> > CODI dependencies and not in each web app, before i had to add each time
> > the CODI dependencie to each webproject. Now apparently having CODI
> > depdencies in ears pom.xml and mark as provided this works. Maybe this
> was
> > fixed in OWB? coincidence?
> >
> > This scenario is better because the ear file size is smaller than the my
> > previous release.
> >
> > I will still testing, if something get wrong i will post again.
> >
> > OLD CONFIG: (Working good before the new OWB release added to
> > 1.6.0-SNAPSHOT, it breaks whit the new OWB release)
> > ear (NO CODI depedencies)
> >    webapp1 (CODI dependecies marked as compile/runtime)
> >    webapp2 (CODI dependecies marked as compile/runtime)
> >    webapp3 (CODI dependecies marked as compile/runtime)
> >    webapp4 (CODI dependecies marked as compile/runtime)
> >
> >
> > NEW CONFIG:  (Working good with the new OWB release added to
> > 1.6.0-SNAPSHOT)
> > ear (CODI depedencies marked as compile and runtime)
> >    webapp1 (CODI dependecies marked as provided)
> >    webapp2 (CODI dependecies marked as provided)
> >    webapp3 (CODI dependecies marked as provided)
> >    webapp4 (codi dependecies marked as provided)
> >
> > Regards.
> >
> >
> >
> > 2013/4/27 José Luis Cetina <ma...@gmail.com>
> >
> > > Hi Rommain. Can you reproduce the issue using the github project?
> > > El 26/04/2013 20:16, "José Luis Cetina" <ma...@gmail.com>
> escribió:
> > >
> > > Hi, when i add the CODI dependencies inside of the ear project then the
> > >> exception is gone, but the behaviour of the webapps are strange i get
> > NPE bethwen
> > >> others, the app is not working well, but the exception is gone, i hope
> > this
> > >> can help for fix this issue ( i dont want to add CODI dependencies
> > inside
> > >> of ears pom.xml) that why i added to each webapp.
> > >>
> > >> Do you have any idea what can be??
> > >>
> > >>
> > >> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > >>
> > >>> Hi Rommain, i could reproduce the problem and encounter when it
> happend
> > >>> (i dont know why).
> > >>>
> > >>> Run the project with tomee plugin using the ear's pom.xml.
> > >>> The try to access to mymailing.com:8080  (dont forget to modify
>  your
> > >>> /etc/hosts file)
> > >>> Then you will see this error: HTTP Status 500 - Api type
> > >>>
> >
> [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
> > >>> is not found with the qualifiers
> > >>>
> > >>> BUT....
> > >>> If you add the CODI dependecy to the ear's pom.xml (just uncomment
> the
> > >>> dependencies line 112) then the app runs normal without issues.
> > >>>
> > >>> Why i need to add CODI dependency on ear's pom.xml, if my webapp's
> use
> > >>> them (i had to add for each webapp the dependency CODI)??
> > >>>
> > >>> Here is the example:
> > >>> https://github.com/maxtorzito/tomee.git
> > >>>
> > >>>
> > >>> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > >>>
> > >>>> :S ok, i will try to reproduce  it!!
> > >>>>
> > >>>>
> > >>>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > >>>>
> > >>>>> Yes and no, just thats not shocking since cdi code changed a lot in
> > >>>>> owb and
> > >>>>> tomee
> > >>>>>
> > >>>>> We need to provide an answer (even if cdi spec is still a bit blur
> > >>>>> about
> > >>>>> ear IMO)
> > >>>>>
> > >>>>> So a sample is still needed to work on it ;)
> > >>>>> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a
> > >>>>> écrit :
> > >>>>>
> > >>>>> > What do you mean with :  So normal it doesnt work???
> > >>>>> >
> > >>>>> >
> > >>>>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > >>>>> >
> > >>>>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
> > >>>>> > >
> > >>>>> > >
> > >>>>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > >>>>> > >
> > >>>>> > >> I try to reproduce the error in an ear, but i cant (maybe im
> > >>>>> missing
> > >>>>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my
> > >>>>> entire
> > >>>>> > app),
> > >>>>> > >> this is a regression!!
> > >>>>> > >>
> > >>>>> > >>
> > >>>>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > >>>>> > >>
> > >>>>> > >>> So normal it doesnt work, can you valid in a war please?
> > >>>>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <
> > maxtorzito@gmail.com>
> > >>>>> a
> > >>>>> > >>> écrit :
> > >>>>> > >>>
> > >>>>> > >>> > Yes, im still using an ear
> > >>>>> > >>> >
> > >>>>> > >>> >
> > >>>>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > >>>>> > >>> >
> > >>>>> > >>> > > -m ;)
> > >>>>> > >>> > >
> > >>>>> > >>> > > The log means sthg is not logged
> > >>>>> > >>> > >
> > >>>>> > >>> > > Are you still in an ear?
> > >>>>> > >>> > >
> > >>>>> > >>> > > OWB doesnt handle it ATM
> > >>>>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <
> > >>>>> maxtorzito@gmail.com> a
> > >>>>> > >>> > écrit :
> > >>>>> > >>> > >
> > >>>>> > >>> > > > Thats the problem, sometimes is not so easy to try to
> > >>>>> reproduce
> > >>>>> > >>> > something
> > >>>>> > >>> > > > that you build in weeks (i mean the configuration, not
> > the
> > >>>>> > project
> > >>>>> > >>> > > itself).
> > >>>>> > >>> > > >
> > >>>>> > >>> > > > Rommain, the log doesnt help?
> > >>>>> > >>> > > >
> > >>>>> > >>> > > >
> > >>>>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <smithh032772@gmail.com
> >
> > >>>>> > >>> > > >
> > >>>>> > >>> > > > > When I first saw your email, I thought to myself,
> that
> > >>>>> it may
> > >>>>> > be
> > >>>>> > >>> best
> > >>>>> > >>> > > to
> > >>>>> > >>> > > > > send your question to MyFaces list, but like I said
> > >>>>> earlier,
> > >>>>> > I've
> > >>>>> > >>> > seen
> > >>>>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE
> > 1.6.0
> > >>>>> > >>> snapshot.
> > >>>>> > >>> > > > >
> > >>>>> > >>> > > > >
> > >>>>> > >>> > > > >
> > >>>>> > >>> > > > >
> > >>>>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith,
> Jr. <
> > >>>>> > >>> > > > > smithh032772@gmail.com> wrote:
> > >>>>> > >>> > > > >
> > >>>>> > >>> > > > > > Well, I see the following:
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > >
> > >>>>> > >>> >
> > >>>>>
> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > >>>>> > >>> > > > > > WindowContextConfig
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > > more specifically,
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > > WindowContextConfig
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > > does your app use this part? what steps do you take
> > in
> > >>>>> your
> > >>>>> > >>> app to
> > >>>>> > >>> > > > > > reproduce the use of this 'WindowContextConfig'
> > >>>>> myfaces CODI
> > >>>>> > >>> > feature?
> > >>>>> > >>> > > > > > multiple browser tab/window/sessions?
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > > you may want to test your app in few browser
> > sessions.
> > >>>>> you
> > >>>>> > may
> > >>>>> > >>> want
> > >>>>> > >>> > > to
> > >>>>> > >>> > > > > > duplicate the steps that you did earlier, when you
> > >>>>> > experienced
> > >>>>> > >>> this
> > >>>>> > >>> > > > > > exception. maybe you had a browser session open,
> > >>>>> > compile/build
> > >>>>> > >>> your
> > >>>>> > >>> > > > > > project, and opened a new brower session and the
> > >>>>> other/older
> > >>>>> > >>> > browser
> > >>>>> > >>> > > > > > session was still open.
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > > just my two cents...
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina
> <
> > >>>>> > >>> > > > maxtorzito@gmail.com
> > >>>>> > >>> > > > > >wrote:
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <
> > >>>>> smithh032772@gmail.com>
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> > > > > >> > No problem. :)
> > >>>>> > >>> > > > > >> >
> > >>>>> > >>> > > > > >> > I think your responses may help the tomee
> > committers
> > >>>>> > answer
> > >>>>> > >>> your
> > >>>>> > >>> > > > > >> question.
> > >>>>> > >>> > > > > >> > :)
> > >>>>> > >>> > > > > >> >
> > >>>>> > >>> > > > > >> > Yep, I see romain just responded :)
> > >>>>> > >>> > > > > >> >
> > >>>>> > >>> > > > > >> >
> > >>>>> > >>> > > > > >> >
> > >>>>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis
> > Cetina <
> > >>>>> > >>> > > > > >> maxtorzito@gmail.com
> > >>>>> > >>> > > > > >> > >wrote:
> > >>>>> > >>> > > > > >> >
> > >>>>> > >>> > > > > >> > > 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. <
> > >>>>> smithh032772@gmail.com>
> > >>>>> > >>> > > > > >> > >
> > >>>>> > >>> > > > > >> > > > 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 <
> > >>>>> > >>> > > > > >> > maxtorzito@gmail.com
> > >>>>> > >>> > > > > >> > > > >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. <
> > >>>>> > >>> smithh032772@gmail.com>
> > >>>>> > >>> > > > > >> > > > >
> > >>>>> > >>> > > > > >> > > > > > 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 <
> > >>>>> > >>> > > > > >> > > > maxtorzito@gmail.com
> > >>>>> > >>> > > > > >> > > > > > >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*
> > >>>>> > >>> > > > > >> > >
> > >>>>> > >>> > > >
> > >>>>> >
> -------------------------------------------------------------------
> > >>>>> > >>> > > > > >> > >
> > >>>>> > >>> > > > > >> >
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> > > > > >> --
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> >
> > >>>>> -------------------------------------------------------------------
> > >>>>> > >>> > > > > >> *SCJA. José Luis Cetina*
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> >
> > >>>>> -------------------------------------------------------------------
> > >>>>> > >>> > > > > >>
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > > >
> > >>>>> > >>> > > > >
> > >>>>> > >>> > > >
> > >>>>> > >>> > > >
> > >>>>> > >>> > > >
> > >>>>> > >>> > > > --
> > >>>>> > >>> > > >
> > >>>>> >
> -------------------------------------------------------------------
> > >>>>> > >>> > > > *SCJA. José Luis Cetina*
> > >>>>> > >>> > > >
> > >>>>> >
> -------------------------------------------------------------------
> > >>>>> > >>> > > >
> > >>>>> > >>> > >
> > >>>>> > >>> >
> > >>>>> > >>> >
> > >>>>> > >>> >
> > >>>>> > >>> > --
> > >>>>> > >>> >
> > >>>>> -------------------------------------------------------------------
> > >>>>> > >>> > *SCJA. José Luis Cetina*
> > >>>>> > >>> >
> > >>>>> -------------------------------------------------------------------
> > >>>>> > >>> >
> > >>>>> > >>>
> > >>>>> > >>
> > >>>>> > >>
> > >>>>> > >>
> > >>>>> > >> --
> > >>>>> > >>
> > >>>>> -------------------------------------------------------------------
> > >>>>> > >> *SCJA. José Luis Cetina*
> > >>>>> > >>
> > >>>>> -------------------------------------------------------------------
> > >>>>> > >>
> > >>>>> > >
> > >>>>> > >
> > >>>>> > >
> > >>>>> > > --
> > >>>>> > >
> > -------------------------------------------------------------------
> > >>>>> > > *SCJA. José Luis Cetina*
> > >>>>> > >
> > -------------------------------------------------------------------
> > >>>>> > >
> > >>>>> >
> > >>>>> >
> > >>>>> >
> > >>>>> > --
> > >>>>> >
> -------------------------------------------------------------------
> > >>>>> > *SCJA. José Luis Cetina*
> > >>>>> >
> -------------------------------------------------------------------
> > >>>>> >
> > >>>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> -------------------------------------------------------------------
> > >>>> *SCJA. José Luis Cetina*
> > >>>> -------------------------------------------------------------------
> > >>>>
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> -------------------------------------------------------------------
> > >>> *SCJA. José Luis Cetina*
> > >>> -------------------------------------------------------------------
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >> -------------------------------------------------------------------
> > >> *SCJA. José Luis Cetina*
> > >> -------------------------------------------------------------------
> > >>
> > >
> >
> >
> > --
> > -------------------------------------------------------------------
> > *SCJA. José Luis Cetina*
> > -------------------------------------------------------------------
> >
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by Romain Manni-Bucau <rm...@gmail.com>.
updated trunk
*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/4/27 José Luis Cetina <ma...@gmail.com>

> If i add the CODI dependencies to ear's pom.xml and mark as provided the
> CODI depedencies in my web's projects, apparently all works, great, of
> course this is better because with this the entire project have only 1 time
> CODI dependencies and not in each web app, before i had to add each time
> the CODI dependencie to each webproject. Now apparently having CODI
> depdencies in ears pom.xml and mark as provided this works. Maybe this was
> fixed in OWB? coincidence?
>
> This scenario is better because the ear file size is smaller than the my
> previous release.
>
> I will still testing, if something get wrong i will post again.
>
> OLD CONFIG: (Working good before the new OWB release added to
> 1.6.0-SNAPSHOT, it breaks whit the new OWB release)
> ear (NO CODI depedencies)
>    webapp1 (CODI dependecies marked as compile/runtime)
>    webapp2 (CODI dependecies marked as compile/runtime)
>    webapp3 (CODI dependecies marked as compile/runtime)
>    webapp4 (CODI dependecies marked as compile/runtime)
>
>
> NEW CONFIG:  (Working good with the new OWB release added to
> 1.6.0-SNAPSHOT)
> ear (CODI depedencies marked as compile and runtime)
>    webapp1 (CODI dependecies marked as provided)
>    webapp2 (CODI dependecies marked as provided)
>    webapp3 (CODI dependecies marked as provided)
>    webapp4 (codi dependecies marked as provided)
>
> Regards.
>
>
>
> 2013/4/27 José Luis Cetina <ma...@gmail.com>
>
> > Hi Rommain. Can you reproduce the issue using the github project?
> > El 26/04/2013 20:16, "José Luis Cetina" <ma...@gmail.com> escribió:
> >
> > Hi, when i add the CODI dependencies inside of the ear project then the
> >> exception is gone, but the behaviour of the webapps are strange i get
> NPE bethwen
> >> others, the app is not working well, but the exception is gone, i hope
> this
> >> can help for fix this issue ( i dont want to add CODI dependencies
> inside
> >> of ears pom.xml) that why i added to each webapp.
> >>
> >> Do you have any idea what can be??
> >>
> >>
> >> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> >>
> >>> Hi Rommain, i could reproduce the problem and encounter when it happend
> >>> (i dont know why).
> >>>
> >>> Run the project with tomee plugin using the ear's pom.xml.
> >>> The try to access to mymailing.com:8080  (dont forget to modify  your
> >>> /etc/hosts file)
> >>> Then you will see this error: HTTP Status 500 - Api type
> >>>
> [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
> >>> is not found with the qualifiers
> >>>
> >>> BUT....
> >>> If you add the CODI dependecy to the ear's pom.xml (just uncomment the
> >>> dependencies line 112) then the app runs normal without issues.
> >>>
> >>> Why i need to add CODI dependency on ear's pom.xml, if my webapp's use
> >>> them (i had to add for each webapp the dependency CODI)??
> >>>
> >>> Here is the example:
> >>> https://github.com/maxtorzito/tomee.git
> >>>
> >>>
> >>> 2013/4/26 José Luis Cetina <ma...@gmail.com>
> >>>
> >>>> :S ok, i will try to reproduce  it!!
> >>>>
> >>>>
> >>>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> >>>>
> >>>>> Yes and no, just thats not shocking since cdi code changed a lot in
> >>>>> owb and
> >>>>> tomee
> >>>>>
> >>>>> We need to provide an answer (even if cdi spec is still a bit blur
> >>>>> about
> >>>>> ear IMO)
> >>>>>
> >>>>> So a sample is still needed to work on it ;)
> >>>>> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a
> >>>>> écrit :
> >>>>>
> >>>>> > What do you mean with :  So normal it doesnt work???
> >>>>> >
> >>>>> >
> >>>>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> >>>>> >
> >>>>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
> >>>>> > >
> >>>>> > >
> >>>>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> >>>>> > >
> >>>>> > >> I try to reproduce the error in an ear, but i cant (maybe im
> >>>>> missing
> >>>>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my
> >>>>> entire
> >>>>> > app),
> >>>>> > >> this is a regression!!
> >>>>> > >>
> >>>>> > >>
> >>>>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> >>>>> > >>
> >>>>> > >>> So normal it doesnt work, can you valid in a war please?
> >>>>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <
> maxtorzito@gmail.com>
> >>>>> a
> >>>>> > >>> écrit :
> >>>>> > >>>
> >>>>> > >>> > Yes, im still using an ear
> >>>>> > >>> >
> >>>>> > >>> >
> >>>>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> >>>>> > >>> >
> >>>>> > >>> > > -m ;)
> >>>>> > >>> > >
> >>>>> > >>> > > The log means sthg is not logged
> >>>>> > >>> > >
> >>>>> > >>> > > Are you still in an ear?
> >>>>> > >>> > >
> >>>>> > >>> > > OWB doesnt handle it ATM
> >>>>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <
> >>>>> maxtorzito@gmail.com> a
> >>>>> > >>> > écrit :
> >>>>> > >>> > >
> >>>>> > >>> > > > Thats the problem, sometimes is not so easy to try to
> >>>>> reproduce
> >>>>> > >>> > something
> >>>>> > >>> > > > that you build in weeks (i mean the configuration, not
> the
> >>>>> > project
> >>>>> > >>> > > itself).
> >>>>> > >>> > > >
> >>>>> > >>> > > > Rommain, the log doesnt help?
> >>>>> > >>> > > >
> >>>>> > >>> > > >
> >>>>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> >>>>> > >>> > > >
> >>>>> > >>> > > > > When I first saw your email, I thought to myself, that
> >>>>> it may
> >>>>> > be
> >>>>> > >>> best
> >>>>> > >>> > > to
> >>>>> > >>> > > > > send your question to MyFaces list, but like I said
> >>>>> earlier,
> >>>>> > I've
> >>>>> > >>> > seen
> >>>>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE
> 1.6.0
> >>>>> > >>> snapshot.
> >>>>> > >>> > > > >
> >>>>> > >>> > > > >
> >>>>> > >>> > > > >
> >>>>> > >>> > > > >
> >>>>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> >>>>> > >>> > > > > smithh032772@gmail.com> wrote:
> >>>>> > >>> > > > >
> >>>>> > >>> > > > > > Well, I see the following:
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > >
> >>>>> > >>> >
> >>>>> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> >>>>> > >>> > > > > > WindowContextConfig
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > > more specifically,
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > > WindowContextConfig
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > > does your app use this part? what steps do you take
> in
> >>>>> your
> >>>>> > >>> app to
> >>>>> > >>> > > > > > reproduce the use of this 'WindowContextConfig'
> >>>>> myfaces CODI
> >>>>> > >>> > feature?
> >>>>> > >>> > > > > > multiple browser tab/window/sessions?
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > > you may want to test your app in few browser
> sessions.
> >>>>> you
> >>>>> > may
> >>>>> > >>> want
> >>>>> > >>> > > to
> >>>>> > >>> > > > > > duplicate the steps that you did earlier, when you
> >>>>> > experienced
> >>>>> > >>> this
> >>>>> > >>> > > > > > exception. maybe you had a browser session open,
> >>>>> > compile/build
> >>>>> > >>> your
> >>>>> > >>> > > > > > project, and opened a new brower session and the
> >>>>> other/older
> >>>>> > >>> > browser
> >>>>> > >>> > > > > > session was still open.
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > > just my two cents...
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
> >>>>> > >>> > > > maxtorzito@gmail.com
> >>>>> > >>> > > > > >wrote:
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
> >>>>> > >>> > > > > >>
> >>>>> > >>> > > > > >>
> >>>>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <
> >>>>> smithh032772@gmail.com>
> >>>>> > >>> > > > > >>
> >>>>> > >>> > > > > >> > No problem. :)
> >>>>> > >>> > > > > >> >
> >>>>> > >>> > > > > >> > I think your responses may help the tomee
> committers
> >>>>> > answer
> >>>>> > >>> your
> >>>>> > >>> > > > > >> question.
> >>>>> > >>> > > > > >> > :)
> >>>>> > >>> > > > > >> >
> >>>>> > >>> > > > > >> > Yep, I see romain just responded :)
> >>>>> > >>> > > > > >> >
> >>>>> > >>> > > > > >> >
> >>>>> > >>> > > > > >> >
> >>>>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis
> Cetina <
> >>>>> > >>> > > > > >> maxtorzito@gmail.com
> >>>>> > >>> > > > > >> > >wrote:
> >>>>> > >>> > > > > >> >
> >>>>> > >>> > > > > >> > > 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. <
> >>>>> smithh032772@gmail.com>
> >>>>> > >>> > > > > >> > >
> >>>>> > >>> > > > > >> > > > 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 <
> >>>>> > >>> > > > > >> > maxtorzito@gmail.com
> >>>>> > >>> > > > > >> > > > >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. <
> >>>>> > >>> smithh032772@gmail.com>
> >>>>> > >>> > > > > >> > > > >
> >>>>> > >>> > > > > >> > > > > > 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 <
> >>>>> > >>> > > > > >> > > > maxtorzito@gmail.com
> >>>>> > >>> > > > > >> > > > > > >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*
> >>>>> > >>> > > > > >> > >
> >>>>> > >>> > > >
> >>>>> > -------------------------------------------------------------------
> >>>>> > >>> > > > > >> > >
> >>>>> > >>> > > > > >> >
> >>>>> > >>> > > > > >>
> >>>>> > >>> > > > > >>
> >>>>> > >>> > > > > >>
> >>>>> > >>> > > > > >> --
> >>>>> > >>> > > > > >>
> >>>>> > >>> >
> >>>>> -------------------------------------------------------------------
> >>>>> > >>> > > > > >> *SCJA. José Luis Cetina*
> >>>>> > >>> > > > > >>
> >>>>> > >>> >
> >>>>> -------------------------------------------------------------------
> >>>>> > >>> > > > > >>
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > > >
> >>>>> > >>> > > > >
> >>>>> > >>> > > >
> >>>>> > >>> > > >
> >>>>> > >>> > > >
> >>>>> > >>> > > > --
> >>>>> > >>> > > >
> >>>>> > -------------------------------------------------------------------
> >>>>> > >>> > > > *SCJA. José Luis Cetina*
> >>>>> > >>> > > >
> >>>>> > -------------------------------------------------------------------
> >>>>> > >>> > > >
> >>>>> > >>> > >
> >>>>> > >>> >
> >>>>> > >>> >
> >>>>> > >>> >
> >>>>> > >>> > --
> >>>>> > >>> >
> >>>>> -------------------------------------------------------------------
> >>>>> > >>> > *SCJA. José Luis Cetina*
> >>>>> > >>> >
> >>>>> -------------------------------------------------------------------
> >>>>> > >>> >
> >>>>> > >>>
> >>>>> > >>
> >>>>> > >>
> >>>>> > >>
> >>>>> > >> --
> >>>>> > >>
> >>>>> -------------------------------------------------------------------
> >>>>> > >> *SCJA. José Luis Cetina*
> >>>>> > >>
> >>>>> -------------------------------------------------------------------
> >>>>> > >>
> >>>>> > >
> >>>>> > >
> >>>>> > >
> >>>>> > > --
> >>>>> > >
> -------------------------------------------------------------------
> >>>>> > > *SCJA. José Luis Cetina*
> >>>>> > >
> -------------------------------------------------------------------
> >>>>> > >
> >>>>> >
> >>>>> >
> >>>>> >
> >>>>> > --
> >>>>> > -------------------------------------------------------------------
> >>>>> > *SCJA. José Luis Cetina*
> >>>>> > -------------------------------------------------------------------
> >>>>> >
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> -------------------------------------------------------------------
> >>>> *SCJA. José Luis Cetina*
> >>>> -------------------------------------------------------------------
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> -------------------------------------------------------------------
> >>> *SCJA. José Luis Cetina*
> >>> -------------------------------------------------------------------
> >>>
> >>
> >>
> >>
> >> --
> >> -------------------------------------------------------------------
> >> *SCJA. José Luis Cetina*
> >> -------------------------------------------------------------------
> >>
> >
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
If i add the CODI dependencies to ear's pom.xml and mark as provided the
CODI depedencies in my web's projects, apparently all works, great, of
course this is better because with this the entire project have only 1 time
CODI dependencies and not in each web app, before i had to add each time
the CODI dependencie to each webproject. Now apparently having CODI
depdencies in ears pom.xml and mark as provided this works. Maybe this was
fixed in OWB? coincidence?

This scenario is better because the ear file size is smaller than the my
previous release.

I will still testing, if something get wrong i will post again.

OLD CONFIG: (Working good before the new OWB release added to
1.6.0-SNAPSHOT, it breaks whit the new OWB release)
ear (NO CODI depedencies)
   webapp1 (CODI dependecies marked as compile/runtime)
   webapp2 (CODI dependecies marked as compile/runtime)
   webapp3 (CODI dependecies marked as compile/runtime)
   webapp4 (CODI dependecies marked as compile/runtime)


NEW CONFIG:  (Working good with the new OWB release added to 1.6.0-SNAPSHOT)
ear (CODI depedencies marked as compile and runtime)
   webapp1 (CODI dependecies marked as provided)
   webapp2 (CODI dependecies marked as provided)
   webapp3 (CODI dependecies marked as provided)
   webapp4 (codi dependecies marked as provided)

Regards.



2013/4/27 José Luis Cetina <ma...@gmail.com>

> Hi Rommain. Can you reproduce the issue using the github project?
> El 26/04/2013 20:16, "José Luis Cetina" <ma...@gmail.com> escribió:
>
> Hi, when i add the CODI dependencies inside of the ear project then the
>> exception is gone, but the behaviour of the webapps are strange i get NPE bethwen
>> others, the app is not working well, but the exception is gone, i hope this
>> can help for fix this issue ( i dont want to add CODI dependencies inside
>> of ears pom.xml) that why i added to each webapp.
>>
>> Do you have any idea what can be??
>>
>>
>> 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>
>>> Hi Rommain, i could reproduce the problem and encounter when it happend
>>> (i dont know why).
>>>
>>> Run the project with tomee plugin using the ear's pom.xml.
>>> The try to access to mymailing.com:8080  (dont forget to modify  your
>>> /etc/hosts file)
>>> Then you will see this error: HTTP Status 500 - Api type
>>> [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
>>> is not found with the qualifiers
>>>
>>> BUT....
>>> If you add the CODI dependecy to the ear's pom.xml (just uncomment the
>>> dependencies line 112) then the app runs normal without issues.
>>>
>>> Why i need to add CODI dependency on ear's pom.xml, if my webapp's use
>>> them (i had to add for each webapp the dependency CODI)??
>>>
>>> Here is the example:
>>> https://github.com/maxtorzito/tomee.git
>>>
>>>
>>> 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>>
>>>> :S ok, i will try to reproduce  it!!
>>>>
>>>>
>>>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>>>
>>>>> Yes and no, just thats not shocking since cdi code changed a lot in
>>>>> owb and
>>>>> tomee
>>>>>
>>>>> We need to provide an answer (even if cdi spec is still a bit blur
>>>>> about
>>>>> ear IMO)
>>>>>
>>>>> So a sample is still needed to work on it ;)
>>>>> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a
>>>>> écrit :
>>>>>
>>>>> > What do you mean with :  So normal it doesnt work???
>>>>> >
>>>>> >
>>>>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>>>> >
>>>>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
>>>>> > >
>>>>> > >
>>>>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>>>> > >
>>>>> > >> I try to reproduce the error in an ear, but i cant (maybe im
>>>>> missing
>>>>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my
>>>>> entire
>>>>> > app),
>>>>> > >> this is a regression!!
>>>>> > >>
>>>>> > >>
>>>>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>>>> > >>
>>>>> > >>> So normal it doesnt work, can you valid in a war please?
>>>>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com>
>>>>> a
>>>>> > >>> écrit :
>>>>> > >>>
>>>>> > >>> > Yes, im still using an ear
>>>>> > >>> >
>>>>> > >>> >
>>>>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>>>> > >>> >
>>>>> > >>> > > -m ;)
>>>>> > >>> > >
>>>>> > >>> > > The log means sthg is not logged
>>>>> > >>> > >
>>>>> > >>> > > Are you still in an ear?
>>>>> > >>> > >
>>>>> > >>> > > OWB doesnt handle it ATM
>>>>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <
>>>>> maxtorzito@gmail.com> a
>>>>> > >>> > écrit :
>>>>> > >>> > >
>>>>> > >>> > > > Thats the problem, sometimes is not so easy to try to
>>>>> reproduce
>>>>> > >>> > something
>>>>> > >>> > > > that you build in weeks (i mean the configuration, not the
>>>>> > project
>>>>> > >>> > > itself).
>>>>> > >>> > > >
>>>>> > >>> > > > Rommain, the log doesnt help?
>>>>> > >>> > > >
>>>>> > >>> > > >
>>>>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>>>>> > >>> > > >
>>>>> > >>> > > > > When I first saw your email, I thought to myself, that
>>>>> it may
>>>>> > be
>>>>> > >>> best
>>>>> > >>> > > to
>>>>> > >>> > > > > send your question to MyFaces list, but like I said
>>>>> earlier,
>>>>> > I've
>>>>> > >>> > seen
>>>>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0
>>>>> > >>> snapshot.
>>>>> > >>> > > > >
>>>>> > >>> > > > >
>>>>> > >>> > > > >
>>>>> > >>> > > > >
>>>>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
>>>>> > >>> > > > > smithh032772@gmail.com> wrote:
>>>>> > >>> > > > >
>>>>> > >>> > > > > > Well, I see the following:
>>>>> > >>> > > > > >
>>>>> > >>> > > > > >
>>>>> > >>> >
>>>>> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
>>>>> > >>> > > > > > WindowContextConfig
>>>>> > >>> > > > > >
>>>>> > >>> > > > > > more specifically,
>>>>> > >>> > > > > >
>>>>> > >>> > > > > > WindowContextConfig
>>>>> > >>> > > > > >
>>>>> > >>> > > > > >
>>>>> > >>> > > > > > does your app use this part? what steps do you take in
>>>>> your
>>>>> > >>> app to
>>>>> > >>> > > > > > reproduce the use of this 'WindowContextConfig'
>>>>> myfaces CODI
>>>>> > >>> > feature?
>>>>> > >>> > > > > > multiple browser tab/window/sessions?
>>>>> > >>> > > > > >
>>>>> > >>> > > > > > you may want to test your app in few browser sessions.
>>>>> you
>>>>> > may
>>>>> > >>> want
>>>>> > >>> > > to
>>>>> > >>> > > > > > duplicate the steps that you did earlier, when you
>>>>> > experienced
>>>>> > >>> this
>>>>> > >>> > > > > > exception. maybe you had a browser session open,
>>>>> > compile/build
>>>>> > >>> your
>>>>> > >>> > > > > > project, and opened a new brower session and the
>>>>> other/older
>>>>> > >>> > browser
>>>>> > >>> > > > > > session was still open.
>>>>> > >>> > > > > >
>>>>> > >>> > > > > > just my two cents...
>>>>> > >>> > > > > >
>>>>> > >>> > > > > >
>>>>> > >>> > > > > >
>>>>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
>>>>> > >>> > > > maxtorzito@gmail.com
>>>>> > >>> > > > > >wrote:
>>>>> > >>> > > > > >
>>>>> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
>>>>> > >>> > > > > >>
>>>>> > >>> > > > > >>
>>>>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <
>>>>> smithh032772@gmail.com>
>>>>> > >>> > > > > >>
>>>>> > >>> > > > > >> > No problem. :)
>>>>> > >>> > > > > >> >
>>>>> > >>> > > > > >> > I think your responses may help the tomee committers
>>>>> > answer
>>>>> > >>> your
>>>>> > >>> > > > > >> question.
>>>>> > >>> > > > > >> > :)
>>>>> > >>> > > > > >> >
>>>>> > >>> > > > > >> > Yep, I see romain just responded :)
>>>>> > >>> > > > > >> >
>>>>> > >>> > > > > >> >
>>>>> > >>> > > > > >> >
>>>>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
>>>>> > >>> > > > > >> maxtorzito@gmail.com
>>>>> > >>> > > > > >> > >wrote:
>>>>> > >>> > > > > >> >
>>>>> > >>> > > > > >> > > 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. <
>>>>> smithh032772@gmail.com>
>>>>> > >>> > > > > >> > >
>>>>> > >>> > > > > >> > > > 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 <
>>>>> > >>> > > > > >> > maxtorzito@gmail.com
>>>>> > >>> > > > > >> > > > >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. <
>>>>> > >>> smithh032772@gmail.com>
>>>>> > >>> > > > > >> > > > >
>>>>> > >>> > > > > >> > > > > > 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 <
>>>>> > >>> > > > > >> > > > maxtorzito@gmail.com
>>>>> > >>> > > > > >> > > > > > >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*
>>>>> > >>> > > > > >> > >
>>>>> > >>> > > >
>>>>> > -------------------------------------------------------------------
>>>>> > >>> > > > > >> > >
>>>>> > >>> > > > > >> >
>>>>> > >>> > > > > >>
>>>>> > >>> > > > > >>
>>>>> > >>> > > > > >>
>>>>> > >>> > > > > >> --
>>>>> > >>> > > > > >>
>>>>> > >>> >
>>>>> -------------------------------------------------------------------
>>>>> > >>> > > > > >> *SCJA. José Luis Cetina*
>>>>> > >>> > > > > >>
>>>>> > >>> >
>>>>> -------------------------------------------------------------------
>>>>> > >>> > > > > >>
>>>>> > >>> > > > > >
>>>>> > >>> > > > > >
>>>>> > >>> > > > >
>>>>> > >>> > > >
>>>>> > >>> > > >
>>>>> > >>> > > >
>>>>> > >>> > > > --
>>>>> > >>> > > >
>>>>> > -------------------------------------------------------------------
>>>>> > >>> > > > *SCJA. José Luis Cetina*
>>>>> > >>> > > >
>>>>> > -------------------------------------------------------------------
>>>>> > >>> > > >
>>>>> > >>> > >
>>>>> > >>> >
>>>>> > >>> >
>>>>> > >>> >
>>>>> > >>> > --
>>>>> > >>> >
>>>>> -------------------------------------------------------------------
>>>>> > >>> > *SCJA. José Luis Cetina*
>>>>> > >>> >
>>>>> -------------------------------------------------------------------
>>>>> > >>> >
>>>>> > >>>
>>>>> > >>
>>>>> > >>
>>>>> > >>
>>>>> > >> --
>>>>> > >>
>>>>> -------------------------------------------------------------------
>>>>> > >> *SCJA. José Luis Cetina*
>>>>> > >>
>>>>> -------------------------------------------------------------------
>>>>> > >>
>>>>> > >
>>>>> > >
>>>>> > >
>>>>> > > --
>>>>> > > -------------------------------------------------------------------
>>>>> > > *SCJA. José Luis Cetina*
>>>>> > > -------------------------------------------------------------------
>>>>> > >
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > -------------------------------------------------------------------
>>>>> > *SCJA. José Luis Cetina*
>>>>> > -------------------------------------------------------------------
>>>>> >
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> -------------------------------------------------------------------
>>>> *SCJA. José Luis Cetina*
>>>> -------------------------------------------------------------------
>>>>
>>>
>>>
>>>
>>> --
>>> -------------------------------------------------------------------
>>> *SCJA. José Luis Cetina*
>>> -------------------------------------------------------------------
>>>
>>
>>
>>
>> --
>> -------------------------------------------------------------------
>> *SCJA. José Luis Cetina*
>> -------------------------------------------------------------------
>>
>


-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Hi Rommain. Can you reproduce the issue using the github project?
El 26/04/2013 20:16, "José Luis Cetina" <ma...@gmail.com> escribió:

> Hi, when i add the CODI dependencies inside of the ear project then the
> exception is gone, but the behaviour of the webapps are strange i get NPE bethwen
> others, the app is not working well, but the exception is gone, i hope this
> can help for fix this issue ( i dont want to add CODI dependencies inside
> of ears pom.xml) that why i added to each webapp.
>
> Do you have any idea what can be??
>
>
> 2013/4/26 José Luis Cetina <ma...@gmail.com>
>
>> Hi Rommain, i could reproduce the problem and encounter when it happend
>> (i dont know why).
>>
>> Run the project with tomee plugin using the ear's pom.xml.
>> The try to access to mymailing.com:8080  (dont forget to modify  your
>> /etc/hosts file)
>> Then you will see this error: HTTP Status 500 - Api type
>> [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
>> is not found with the qualifiers
>>
>> BUT....
>> If you add the CODI dependecy to the ear's pom.xml (just uncomment the
>> dependencies line 112) then the app runs normal without issues.
>>
>> Why i need to add CODI dependency on ear's pom.xml, if my webapp's use
>> them (i had to add for each webapp the dependency CODI)??
>>
>> Here is the example:
>> https://github.com/maxtorzito/tomee.git
>>
>>
>> 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>
>>> :S ok, i will try to reproduce  it!!
>>>
>>>
>>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>>
>>>> Yes and no, just thats not shocking since cdi code changed a lot in owb
>>>> and
>>>> tomee
>>>>
>>>> We need to provide an answer (even if cdi spec is still a bit blur about
>>>> ear IMO)
>>>>
>>>> So a sample is still needed to work on it ;)
>>>> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a
>>>> écrit :
>>>>
>>>> > What do you mean with :  So normal it doesnt work???
>>>> >
>>>> >
>>>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>>> >
>>>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
>>>> > >
>>>> > >
>>>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>>> > >
>>>> > >> I try to reproduce the error in an ear, but i cant (maybe im
>>>> missing
>>>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire
>>>> > app),
>>>> > >> this is a regression!!
>>>> > >>
>>>> > >>
>>>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>>> > >>
>>>> > >>> So normal it doesnt work, can you valid in a war please?
>>>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com>
>>>> a
>>>> > >>> écrit :
>>>> > >>>
>>>> > >>> > Yes, im still using an ear
>>>> > >>> >
>>>> > >>> >
>>>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>>> > >>> >
>>>> > >>> > > -m ;)
>>>> > >>> > >
>>>> > >>> > > The log means sthg is not logged
>>>> > >>> > >
>>>> > >>> > > Are you still in an ear?
>>>> > >>> > >
>>>> > >>> > > OWB doesnt handle it ATM
>>>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <
>>>> maxtorzito@gmail.com> a
>>>> > >>> > écrit :
>>>> > >>> > >
>>>> > >>> > > > Thats the problem, sometimes is not so easy to try to
>>>> reproduce
>>>> > >>> > something
>>>> > >>> > > > that you build in weeks (i mean the configuration, not the
>>>> > project
>>>> > >>> > > itself).
>>>> > >>> > > >
>>>> > >>> > > > Rommain, the log doesnt help?
>>>> > >>> > > >
>>>> > >>> > > >
>>>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>>>> > >>> > > >
>>>> > >>> > > > > When I first saw your email, I thought to myself, that it
>>>> may
>>>> > be
>>>> > >>> best
>>>> > >>> > > to
>>>> > >>> > > > > send your question to MyFaces list, but like I said
>>>> earlier,
>>>> > I've
>>>> > >>> > seen
>>>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0
>>>> > >>> snapshot.
>>>> > >>> > > > >
>>>> > >>> > > > >
>>>> > >>> > > > >
>>>> > >>> > > > >
>>>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
>>>> > >>> > > > > smithh032772@gmail.com> wrote:
>>>> > >>> > > > >
>>>> > >>> > > > > > Well, I see the following:
>>>> > >>> > > > > >
>>>> > >>> > > > > >
>>>> > >>> >
>>>> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
>>>> > >>> > > > > > WindowContextConfig
>>>> > >>> > > > > >
>>>> > >>> > > > > > more specifically,
>>>> > >>> > > > > >
>>>> > >>> > > > > > WindowContextConfig
>>>> > >>> > > > > >
>>>> > >>> > > > > >
>>>> > >>> > > > > > does your app use this part? what steps do you take in
>>>> your
>>>> > >>> app to
>>>> > >>> > > > > > reproduce the use of this 'WindowContextConfig' myfaces
>>>> CODI
>>>> > >>> > feature?
>>>> > >>> > > > > > multiple browser tab/window/sessions?
>>>> > >>> > > > > >
>>>> > >>> > > > > > you may want to test your app in few browser sessions.
>>>> you
>>>> > may
>>>> > >>> want
>>>> > >>> > > to
>>>> > >>> > > > > > duplicate the steps that you did earlier, when you
>>>> > experienced
>>>> > >>> this
>>>> > >>> > > > > > exception. maybe you had a browser session open,
>>>> > compile/build
>>>> > >>> your
>>>> > >>> > > > > > project, and opened a new brower session and the
>>>> other/older
>>>> > >>> > browser
>>>> > >>> > > > > > session was still open.
>>>> > >>> > > > > >
>>>> > >>> > > > > > just my two cents...
>>>> > >>> > > > > >
>>>> > >>> > > > > >
>>>> > >>> > > > > >
>>>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
>>>> > >>> > > > maxtorzito@gmail.com
>>>> > >>> > > > > >wrote:
>>>> > >>> > > > > >
>>>> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
>>>> > >>> > > > > >>
>>>> > >>> > > > > >>
>>>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <smithh032772@gmail.com
>>>> >
>>>> > >>> > > > > >>
>>>> > >>> > > > > >> > No problem. :)
>>>> > >>> > > > > >> >
>>>> > >>> > > > > >> > I think your responses may help the tomee committers
>>>> > answer
>>>> > >>> your
>>>> > >>> > > > > >> question.
>>>> > >>> > > > > >> > :)
>>>> > >>> > > > > >> >
>>>> > >>> > > > > >> > Yep, I see romain just responded :)
>>>> > >>> > > > > >> >
>>>> > >>> > > > > >> >
>>>> > >>> > > > > >> >
>>>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
>>>> > >>> > > > > >> maxtorzito@gmail.com
>>>> > >>> > > > > >> > >wrote:
>>>> > >>> > > > > >> >
>>>> > >>> > > > > >> > > 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. <
>>>> smithh032772@gmail.com>
>>>> > >>> > > > > >> > >
>>>> > >>> > > > > >> > > > 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 <
>>>> > >>> > > > > >> > maxtorzito@gmail.com
>>>> > >>> > > > > >> > > > >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. <
>>>> > >>> smithh032772@gmail.com>
>>>> > >>> > > > > >> > > > >
>>>> > >>> > > > > >> > > > > > 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 <
>>>> > >>> > > > > >> > > > maxtorzito@gmail.com
>>>> > >>> > > > > >> > > > > > >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*
>>>> > >>> > > > > >> > >
>>>> > >>> > > >
>>>> > -------------------------------------------------------------------
>>>> > >>> > > > > >> > >
>>>> > >>> > > > > >> >
>>>> > >>> > > > > >>
>>>> > >>> > > > > >>
>>>> > >>> > > > > >>
>>>> > >>> > > > > >> --
>>>> > >>> > > > > >>
>>>> > >>> >
>>>> -------------------------------------------------------------------
>>>> > >>> > > > > >> *SCJA. José Luis Cetina*
>>>> > >>> > > > > >>
>>>> > >>> >
>>>> -------------------------------------------------------------------
>>>> > >>> > > > > >>
>>>> > >>> > > > > >
>>>> > >>> > > > > >
>>>> > >>> > > > >
>>>> > >>> > > >
>>>> > >>> > > >
>>>> > >>> > > >
>>>> > >>> > > > --
>>>> > >>> > > >
>>>> > -------------------------------------------------------------------
>>>> > >>> > > > *SCJA. José Luis Cetina*
>>>> > >>> > > >
>>>> > -------------------------------------------------------------------
>>>> > >>> > > >
>>>> > >>> > >
>>>> > >>> >
>>>> > >>> >
>>>> > >>> >
>>>> > >>> > --
>>>> > >>> >
>>>> -------------------------------------------------------------------
>>>> > >>> > *SCJA. José Luis Cetina*
>>>> > >>> >
>>>> -------------------------------------------------------------------
>>>> > >>> >
>>>> > >>>
>>>> > >>
>>>> > >>
>>>> > >>
>>>> > >> --
>>>> > >> -------------------------------------------------------------------
>>>> > >> *SCJA. José Luis Cetina*
>>>> > >> -------------------------------------------------------------------
>>>> > >>
>>>> > >
>>>> > >
>>>> > >
>>>> > > --
>>>> > > -------------------------------------------------------------------
>>>> > > *SCJA. José Luis Cetina*
>>>> > > -------------------------------------------------------------------
>>>> > >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > -------------------------------------------------------------------
>>>> > *SCJA. José Luis Cetina*
>>>> > -------------------------------------------------------------------
>>>> >
>>>>
>>>
>>>
>>>
>>> --
>>> -------------------------------------------------------------------
>>> *SCJA. José Luis Cetina*
>>> -------------------------------------------------------------------
>>>
>>
>>
>>
>> --
>> -------------------------------------------------------------------
>> *SCJA. José Luis Cetina*
>> -------------------------------------------------------------------
>>
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Hi, when i add the CODI dependencies inside of the ear project then the
exception is gone, but the behaviour of the webapps are strange i get
NPE bethwen
others, the app is not working well, but the exception is gone, i hope this
can help for fix this issue ( i dont want to add CODI dependencies inside
of ears pom.xml) that why i added to each webapp.

Do you have any idea what can be??


2013/4/26 José Luis Cetina <ma...@gmail.com>

> Hi Rommain, i could reproduce the problem and encounter when it happend (i
> dont know why).
>
> Run the project with tomee plugin using the ear's pom.xml.
> The try to access to mymailing.com:8080  (dont forget to modify  your
> /etc/hosts file)
> Then you will see this error: HTTP Status 500 - Api type
> [org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
> is not found with the qualifiers
>
> BUT....
> If you add the CODI dependecy to the ear's pom.xml (just uncomment the
> dependencies line 112) then the app runs normal without issues.
>
> Why i need to add CODI dependency on ear's pom.xml, if my webapp's use
> them (i had to add for each webapp the dependency CODI)??
>
> Here is the example:
> https://github.com/maxtorzito/tomee.git
>
>
> 2013/4/26 José Luis Cetina <ma...@gmail.com>
>
>> :S ok, i will try to reproduce  it!!
>>
>>
>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>
>>> Yes and no, just thats not shocking since cdi code changed a lot in owb
>>> and
>>> tomee
>>>
>>> We need to provide an answer (even if cdi spec is still a bit blur about
>>> ear IMO)
>>>
>>> So a sample is still needed to work on it ;)
>>> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a
>>> écrit :
>>>
>>> > What do you mean with :  So normal it doesnt work???
>>> >
>>> >
>>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>> >
>>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
>>> > >
>>> > >
>>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>>> > >
>>> > >> I try to reproduce the error in an ear, but i cant (maybe im missing
>>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire
>>> > app),
>>> > >> this is a regression!!
>>> > >>
>>> > >>
>>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>> > >>
>>> > >>> So normal it doesnt work, can you valid in a war please?
>>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a
>>> > >>> écrit :
>>> > >>>
>>> > >>> > Yes, im still using an ear
>>> > >>> >
>>> > >>> >
>>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>> > >>> >
>>> > >>> > > -m ;)
>>> > >>> > >
>>> > >>> > > The log means sthg is not logged
>>> > >>> > >
>>> > >>> > > Are you still in an ear?
>>> > >>> > >
>>> > >>> > > OWB doesnt handle it ATM
>>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <
>>> maxtorzito@gmail.com> a
>>> > >>> > écrit :
>>> > >>> > >
>>> > >>> > > > Thats the problem, sometimes is not so easy to try to
>>> reproduce
>>> > >>> > something
>>> > >>> > > > that you build in weeks (i mean the configuration, not the
>>> > project
>>> > >>> > > itself).
>>> > >>> > > >
>>> > >>> > > > Rommain, the log doesnt help?
>>> > >>> > > >
>>> > >>> > > >
>>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>>> > >>> > > >
>>> > >>> > > > > When I first saw your email, I thought to myself, that it
>>> may
>>> > be
>>> > >>> best
>>> > >>> > > to
>>> > >>> > > > > send your question to MyFaces list, but like I said
>>> earlier,
>>> > I've
>>> > >>> > seen
>>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0
>>> > >>> snapshot.
>>> > >>> > > > >
>>> > >>> > > > >
>>> > >>> > > > >
>>> > >>> > > > >
>>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
>>> > >>> > > > > smithh032772@gmail.com> wrote:
>>> > >>> > > > >
>>> > >>> > > > > > Well, I see the following:
>>> > >>> > > > > >
>>> > >>> > > > > >
>>> > >>> >
>>> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
>>> > >>> > > > > > WindowContextConfig
>>> > >>> > > > > >
>>> > >>> > > > > > more specifically,
>>> > >>> > > > > >
>>> > >>> > > > > > WindowContextConfig
>>> > >>> > > > > >
>>> > >>> > > > > >
>>> > >>> > > > > > does your app use this part? what steps do you take in
>>> your
>>> > >>> app to
>>> > >>> > > > > > reproduce the use of this 'WindowContextConfig' myfaces
>>> CODI
>>> > >>> > feature?
>>> > >>> > > > > > multiple browser tab/window/sessions?
>>> > >>> > > > > >
>>> > >>> > > > > > you may want to test your app in few browser sessions.
>>> you
>>> > may
>>> > >>> want
>>> > >>> > > to
>>> > >>> > > > > > duplicate the steps that you did earlier, when you
>>> > experienced
>>> > >>> this
>>> > >>> > > > > > exception. maybe you had a browser session open,
>>> > compile/build
>>> > >>> your
>>> > >>> > > > > > project, and opened a new brower session and the
>>> other/older
>>> > >>> > browser
>>> > >>> > > > > > session was still open.
>>> > >>> > > > > >
>>> > >>> > > > > > just my two cents...
>>> > >>> > > > > >
>>> > >>> > > > > >
>>> > >>> > > > > >
>>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
>>> > >>> > > > maxtorzito@gmail.com
>>> > >>> > > > > >wrote:
>>> > >>> > > > > >
>>> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
>>> > >>> > > > > >>
>>> > >>> > > > > >>
>>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>>> > >>> > > > > >>
>>> > >>> > > > > >> > No problem. :)
>>> > >>> > > > > >> >
>>> > >>> > > > > >> > I think your responses may help the tomee committers
>>> > answer
>>> > >>> your
>>> > >>> > > > > >> question.
>>> > >>> > > > > >> > :)
>>> > >>> > > > > >> >
>>> > >>> > > > > >> > Yep, I see romain just responded :)
>>> > >>> > > > > >> >
>>> > >>> > > > > >> >
>>> > >>> > > > > >> >
>>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
>>> > >>> > > > > >> maxtorzito@gmail.com
>>> > >>> > > > > >> > >wrote:
>>> > >>> > > > > >> >
>>> > >>> > > > > >> > > 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. <
>>> smithh032772@gmail.com>
>>> > >>> > > > > >> > >
>>> > >>> > > > > >> > > > 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 <
>>> > >>> > > > > >> > maxtorzito@gmail.com
>>> > >>> > > > > >> > > > >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. <
>>> > >>> smithh032772@gmail.com>
>>> > >>> > > > > >> > > > >
>>> > >>> > > > > >> > > > > > 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 <
>>> > >>> > > > > >> > > > maxtorzito@gmail.com
>>> > >>> > > > > >> > > > > > >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*
>>> > >>> > > > > >> > >
>>> > >>> > > >
>>> > -------------------------------------------------------------------
>>> > >>> > > > > >> > >
>>> > >>> > > > > >> >
>>> > >>> > > > > >>
>>> > >>> > > > > >>
>>> > >>> > > > > >>
>>> > >>> > > > > >> --
>>> > >>> > > > > >>
>>> > >>> >
>>> -------------------------------------------------------------------
>>> > >>> > > > > >> *SCJA. José Luis Cetina*
>>> > >>> > > > > >>
>>> > >>> >
>>> -------------------------------------------------------------------
>>> > >>> > > > > >>
>>> > >>> > > > > >
>>> > >>> > > > > >
>>> > >>> > > > >
>>> > >>> > > >
>>> > >>> > > >
>>> > >>> > > >
>>> > >>> > > > --
>>> > >>> > > >
>>> > -------------------------------------------------------------------
>>> > >>> > > > *SCJA. José Luis Cetina*
>>> > >>> > > >
>>> > -------------------------------------------------------------------
>>> > >>> > > >
>>> > >>> > >
>>> > >>> >
>>> > >>> >
>>> > >>> >
>>> > >>> > --
>>> > >>> >
>>> -------------------------------------------------------------------
>>> > >>> > *SCJA. José Luis Cetina*
>>> > >>> >
>>> -------------------------------------------------------------------
>>> > >>> >
>>> > >>>
>>> > >>
>>> > >>
>>> > >>
>>> > >> --
>>> > >> -------------------------------------------------------------------
>>> > >> *SCJA. José Luis Cetina*
>>> > >> -------------------------------------------------------------------
>>> > >>
>>> > >
>>> > >
>>> > >
>>> > > --
>>> > > -------------------------------------------------------------------
>>> > > *SCJA. José Luis Cetina*
>>> > > -------------------------------------------------------------------
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > -------------------------------------------------------------------
>>> > *SCJA. José Luis Cetina*
>>> > -------------------------------------------------------------------
>>> >
>>>
>>
>>
>>
>> --
>> -------------------------------------------------------------------
>> *SCJA. José Luis Cetina*
>> -------------------------------------------------------------------
>>
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Hi Rommain, i could reproduce the problem and encounter when it happend (i
dont know why).

Run the project with tomee plugin using the ear's pom.xml.
The try to access to mymailing.com:8080  (dont forget to modify  your
/etc/hosts file)
Then you will see this error: HTTP Status 500 - Api type
[org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig]
is not found with the qualifiers

BUT....
If you add the CODI dependecy to the ear's pom.xml (just uncomment the
dependencies line 112) then the app runs normal without issues.

Why i need to add CODI dependency on ear's pom.xml, if my webapp's use them
(i had to add for each webapp the dependency CODI)??

Here is the example:
https://github.com/maxtorzito/tomee.git


2013/4/26 José Luis Cetina <ma...@gmail.com>

> :S ok, i will try to reproduce  it!!
>
>
> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>
>> Yes and no, just thats not shocking since cdi code changed a lot in owb
>> and
>> tomee
>>
>> We need to provide an answer (even if cdi spec is still a bit blur about
>> ear IMO)
>>
>> So a sample is still needed to work on it ;)
>> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a écrit
>> :
>>
>> > What do you mean with :  So normal it doesnt work???
>> >
>> >
>> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>> >
>> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
>> > >
>> > >
>> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
>> > >
>> > >> I try to reproduce the error in an ear, but i cant (maybe im missing
>> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire
>> > app),
>> > >> this is a regression!!
>> > >>
>> > >>
>> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>> > >>
>> > >>> So normal it doesnt work, can you valid in a war please?
>> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a
>> > >>> écrit :
>> > >>>
>> > >>> > Yes, im still using an ear
>> > >>> >
>> > >>> >
>> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>> > >>> >
>> > >>> > > -m ;)
>> > >>> > >
>> > >>> > > The log means sthg is not logged
>> > >>> > >
>> > >>> > > Are you still in an ear?
>> > >>> > >
>> > >>> > > OWB doesnt handle it ATM
>> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com>
>> a
>> > >>> > écrit :
>> > >>> > >
>> > >>> > > > Thats the problem, sometimes is not so easy to try to
>> reproduce
>> > >>> > something
>> > >>> > > > that you build in weeks (i mean the configuration, not the
>> > project
>> > >>> > > itself).
>> > >>> > > >
>> > >>> > > > Rommain, the log doesnt help?
>> > >>> > > >
>> > >>> > > >
>> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>> > >>> > > >
>> > >>> > > > > When I first saw your email, I thought to myself, that it
>> may
>> > be
>> > >>> best
>> > >>> > > to
>> > >>> > > > > send your question to MyFaces list, but like I said earlier,
>> > I've
>> > >>> > seen
>> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0
>> > >>> snapshot.
>> > >>> > > > >
>> > >>> > > > >
>> > >>> > > > >
>> > >>> > > > >
>> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
>> > >>> > > > > smithh032772@gmail.com> wrote:
>> > >>> > > > >
>> > >>> > > > > > Well, I see the following:
>> > >>> > > > > >
>> > >>> > > > > >
>> > >>> >
>> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
>> > >>> > > > > > WindowContextConfig
>> > >>> > > > > >
>> > >>> > > > > > more specifically,
>> > >>> > > > > >
>> > >>> > > > > > WindowContextConfig
>> > >>> > > > > >
>> > >>> > > > > >
>> > >>> > > > > > does your app use this part? what steps do you take in
>> your
>> > >>> app to
>> > >>> > > > > > reproduce the use of this 'WindowContextConfig' myfaces
>> CODI
>> > >>> > feature?
>> > >>> > > > > > multiple browser tab/window/sessions?
>> > >>> > > > > >
>> > >>> > > > > > you may want to test your app in few browser sessions. you
>> > may
>> > >>> want
>> > >>> > > to
>> > >>> > > > > > duplicate the steps that you did earlier, when you
>> > experienced
>> > >>> this
>> > >>> > > > > > exception. maybe you had a browser session open,
>> > compile/build
>> > >>> your
>> > >>> > > > > > project, and opened a new brower session and the
>> other/older
>> > >>> > browser
>> > >>> > > > > > session was still open.
>> > >>> > > > > >
>> > >>> > > > > > just my two cents...
>> > >>> > > > > >
>> > >>> > > > > >
>> > >>> > > > > >
>> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
>> > >>> > > > maxtorzito@gmail.com
>> > >>> > > > > >wrote:
>> > >>> > > > > >
>> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
>> > >>> > > > > >>
>> > >>> > > > > >>
>> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>> > >>> > > > > >>
>> > >>> > > > > >> > No problem. :)
>> > >>> > > > > >> >
>> > >>> > > > > >> > I think your responses may help the tomee committers
>> > answer
>> > >>> your
>> > >>> > > > > >> question.
>> > >>> > > > > >> > :)
>> > >>> > > > > >> >
>> > >>> > > > > >> > Yep, I see romain just responded :)
>> > >>> > > > > >> >
>> > >>> > > > > >> >
>> > >>> > > > > >> >
>> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
>> > >>> > > > > >> maxtorzito@gmail.com
>> > >>> > > > > >> > >wrote:
>> > >>> > > > > >> >
>> > >>> > > > > >> > > 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. <
>> smithh032772@gmail.com>
>> > >>> > > > > >> > >
>> > >>> > > > > >> > > > 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
>> <
>> > >>> > > > > >> > maxtorzito@gmail.com
>> > >>> > > > > >> > > > >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. <
>> > >>> smithh032772@gmail.com>
>> > >>> > > > > >> > > > >
>> > >>> > > > > >> > > > > > 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 <
>> > >>> > > > > >> > > > maxtorzito@gmail.com
>> > >>> > > > > >> > > > > > >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*
>> > >>> > > > > >> > >
>> > >>> > > >
>> > -------------------------------------------------------------------
>> > >>> > > > > >> > >
>> > >>> > > > > >> >
>> > >>> > > > > >>
>> > >>> > > > > >>
>> > >>> > > > > >>
>> > >>> > > > > >> --
>> > >>> > > > > >>
>> > >>> >
>> -------------------------------------------------------------------
>> > >>> > > > > >> *SCJA. José Luis Cetina*
>> > >>> > > > > >>
>> > >>> >
>> -------------------------------------------------------------------
>> > >>> > > > > >>
>> > >>> > > > > >
>> > >>> > > > > >
>> > >>> > > > >
>> > >>> > > >
>> > >>> > > >
>> > >>> > > >
>> > >>> > > > --
>> > >>> > > >
>> > -------------------------------------------------------------------
>> > >>> > > > *SCJA. José Luis Cetina*
>> > >>> > > >
>> > -------------------------------------------------------------------
>> > >>> > > >
>> > >>> > >
>> > >>> >
>> > >>> >
>> > >>> >
>> > >>> > --
>> > >>> >
>> -------------------------------------------------------------------
>> > >>> > *SCJA. José Luis Cetina*
>> > >>> >
>> -------------------------------------------------------------------
>> > >>> >
>> > >>>
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> -------------------------------------------------------------------
>> > >> *SCJA. José Luis Cetina*
>> > >> -------------------------------------------------------------------
>> > >>
>> > >
>> > >
>> > >
>> > > --
>> > > -------------------------------------------------------------------
>> > > *SCJA. José Luis Cetina*
>> > > -------------------------------------------------------------------
>> > >
>> >
>> >
>> >
>> > --
>> > -------------------------------------------------------------------
>> > *SCJA. José Luis Cetina*
>> > -------------------------------------------------------------------
>> >
>>
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
:S ok, i will try to reproduce  it!!


2013/4/26 Romain Manni-Bucau <rm...@gmail.com>

> Yes and no, just thats not shocking since cdi code changed a lot in owb and
> tomee
>
> We need to provide an answer (even if cdi spec is still a bit blur about
> ear IMO)
>
> So a sample is still needed to work on it ;)
> Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a écrit :
>
> > What do you mean with :  So normal it doesnt work???
> >
> >
> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> >
> > > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
> > >
> > >
> > > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> > >
> > >> I try to reproduce the error in an ear, but i cant (maybe im missing
> > >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire
> > app),
> > >> this is a regression!!
> > >>
> > >>
> > >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > >>
> > >>> So normal it doesnt work, can you valid in a war please?
> > >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a
> > >>> écrit :
> > >>>
> > >>> > Yes, im still using an ear
> > >>> >
> > >>> >
> > >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> > >>> >
> > >>> > > -m ;)
> > >>> > >
> > >>> > > The log means sthg is not logged
> > >>> > >
> > >>> > > Are you still in an ear?
> > >>> > >
> > >>> > > OWB doesnt handle it ATM
> > >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com>
> a
> > >>> > écrit :
> > >>> > >
> > >>> > > > Thats the problem, sometimes is not so easy to try to reproduce
> > >>> > something
> > >>> > > > that you build in weeks (i mean the configuration, not the
> > project
> > >>> > > itself).
> > >>> > > >
> > >>> > > > Rommain, the log doesnt help?
> > >>> > > >
> > >>> > > >
> > >>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > >>> > > >
> > >>> > > > > When I first saw your email, I thought to myself, that it may
> > be
> > >>> best
> > >>> > > to
> > >>> > > > > send your question to MyFaces list, but like I said earlier,
> > I've
> > >>> > seen
> > >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0
> > >>> snapshot.
> > >>> > > > >
> > >>> > > > >
> > >>> > > > >
> > >>> > > > >
> > >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> > >>> > > > > smithh032772@gmail.com> wrote:
> > >>> > > > >
> > >>> > > > > > Well, I see the following:
> > >>> > > > > >
> > >>> > > > > >
> > >>> >
> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > >>> > > > > > WindowContextConfig
> > >>> > > > > >
> > >>> > > > > > more specifically,
> > >>> > > > > >
> > >>> > > > > > WindowContextConfig
> > >>> > > > > >
> > >>> > > > > >
> > >>> > > > > > does your app use this part? what steps do you take in your
> > >>> app to
> > >>> > > > > > reproduce the use of this 'WindowContextConfig' myfaces
> CODI
> > >>> > feature?
> > >>> > > > > > multiple browser tab/window/sessions?
> > >>> > > > > >
> > >>> > > > > > you may want to test your app in few browser sessions. you
> > may
> > >>> want
> > >>> > > to
> > >>> > > > > > duplicate the steps that you did earlier, when you
> > experienced
> > >>> this
> > >>> > > > > > exception. maybe you had a browser session open,
> > compile/build
> > >>> your
> > >>> > > > > > project, and opened a new brower session and the
> other/older
> > >>> > browser
> > >>> > > > > > session was still open.
> > >>> > > > > >
> > >>> > > > > > just my two cents...
> > >>> > > > > >
> > >>> > > > > >
> > >>> > > > > >
> > >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
> > >>> > > > maxtorzito@gmail.com
> > >>> > > > > >wrote:
> > >>> > > > > >
> > >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
> > >>> > > > > >>
> > >>> > > > > >>
> > >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > >>> > > > > >>
> > >>> > > > > >> > No problem. :)
> > >>> > > > > >> >
> > >>> > > > > >> > I think your responses may help the tomee committers
> > answer
> > >>> your
> > >>> > > > > >> question.
> > >>> > > > > >> > :)
> > >>> > > > > >> >
> > >>> > > > > >> > Yep, I see romain just responded :)
> > >>> > > > > >> >
> > >>> > > > > >> >
> > >>> > > > > >> >
> > >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
> > >>> > > > > >> maxtorzito@gmail.com
> > >>> > > > > >> > >wrote:
> > >>> > > > > >> >
> > >>> > > > > >> > > 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. <
> smithh032772@gmail.com>
> > >>> > > > > >> > >
> > >>> > > > > >> > > > 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 <
> > >>> > > > > >> > maxtorzito@gmail.com
> > >>> > > > > >> > > > >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. <
> > >>> smithh032772@gmail.com>
> > >>> > > > > >> > > > >
> > >>> > > > > >> > > > > > 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 <
> > >>> > > > > >> > > > maxtorzito@gmail.com
> > >>> > > > > >> > > > > > >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*
> > >>> > > > > >> > >
> > >>> > > >
> > -------------------------------------------------------------------
> > >>> > > > > >> > >
> > >>> > > > > >> >
> > >>> > > > > >>
> > >>> > > > > >>
> > >>> > > > > >>
> > >>> > > > > >> --
> > >>> > > > > >>
> > >>> > -------------------------------------------------------------------
> > >>> > > > > >> *SCJA. José Luis Cetina*
> > >>> > > > > >>
> > >>> > -------------------------------------------------------------------
> > >>> > > > > >>
> > >>> > > > > >
> > >>> > > > > >
> > >>> > > > >
> > >>> > > >
> > >>> > > >
> > >>> > > >
> > >>> > > > --
> > >>> > > >
> > -------------------------------------------------------------------
> > >>> > > > *SCJA. José Luis Cetina*
> > >>> > > >
> > -------------------------------------------------------------------
> > >>> > > >
> > >>> > >
> > >>> >
> > >>> >
> > >>> >
> > >>> > --
> > >>> > -------------------------------------------------------------------
> > >>> > *SCJA. José Luis Cetina*
> > >>> > -------------------------------------------------------------------
> > >>> >
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >> -------------------------------------------------------------------
> > >> *SCJA. José Luis Cetina*
> > >> -------------------------------------------------------------------
> > >>
> > >
> > >
> > >
> > > --
> > > -------------------------------------------------------------------
> > > *SCJA. José Luis Cetina*
> > > -------------------------------------------------------------------
> > >
> >
> >
> >
> > --
> > -------------------------------------------------------------------
> > *SCJA. José Luis Cetina*
> > -------------------------------------------------------------------
> >
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Yes and no, just thats not shocking since cdi code changed a lot in owb and
tomee

We need to provide an answer (even if cdi spec is still a bit blur about
ear IMO)

So a sample is still needed to work on it ;)
Le 26 avr. 2013 21:39, "José Luis Cetina" <ma...@gmail.com> a écrit :

> What do you mean with :  So normal it doesnt work???
>
>
> 2013/4/26 José Luis Cetina <ma...@gmail.com>
>
> > Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
> >
> >
> > 2013/4/26 José Luis Cetina <ma...@gmail.com>
> >
> >> I try to reproduce the error in an ear, but i cant (maybe im missing
> >> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire
> app),
> >> this is a regression!!
> >>
> >>
> >> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> >>
> >>> So normal it doesnt work, can you valid in a war please?
> >>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a
> >>> écrit :
> >>>
> >>> > Yes, im still using an ear
> >>> >
> >>> >
> >>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> >>> >
> >>> > > -m ;)
> >>> > >
> >>> > > The log means sthg is not logged
> >>> > >
> >>> > > Are you still in an ear?
> >>> > >
> >>> > > OWB doesnt handle it ATM
> >>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com> a
> >>> > écrit :
> >>> > >
> >>> > > > Thats the problem, sometimes is not so easy to try to reproduce
> >>> > something
> >>> > > > that you build in weeks (i mean the configuration, not the
> project
> >>> > > itself).
> >>> > > >
> >>> > > > Rommain, the log doesnt help?
> >>> > > >
> >>> > > >
> >>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> >>> > > >
> >>> > > > > When I first saw your email, I thought to myself, that it may
> be
> >>> best
> >>> > > to
> >>> > > > > send your question to MyFaces list, but like I said earlier,
> I've
> >>> > seen
> >>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0
> >>> snapshot.
> >>> > > > >
> >>> > > > >
> >>> > > > >
> >>> > > > >
> >>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> >>> > > > > smithh032772@gmail.com> wrote:
> >>> > > > >
> >>> > > > > > Well, I see the following:
> >>> > > > > >
> >>> > > > > >
> >>> > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> >>> > > > > > WindowContextConfig
> >>> > > > > >
> >>> > > > > > more specifically,
> >>> > > > > >
> >>> > > > > > WindowContextConfig
> >>> > > > > >
> >>> > > > > >
> >>> > > > > > does your app use this part? what steps do you take in your
> >>> app to
> >>> > > > > > reproduce the use of this 'WindowContextConfig' myfaces CODI
> >>> > feature?
> >>> > > > > > multiple browser tab/window/sessions?
> >>> > > > > >
> >>> > > > > > you may want to test your app in few browser sessions. you
> may
> >>> want
> >>> > > to
> >>> > > > > > duplicate the steps that you did earlier, when you
> experienced
> >>> this
> >>> > > > > > exception. maybe you had a browser session open,
> compile/build
> >>> your
> >>> > > > > > project, and opened a new brower session and the other/older
> >>> > browser
> >>> > > > > > session was still open.
> >>> > > > > >
> >>> > > > > > just my two cents...
> >>> > > > > >
> >>> > > > > >
> >>> > > > > >
> >>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
> >>> > > > maxtorzito@gmail.com
> >>> > > > > >wrote:
> >>> > > > > >
> >>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
> >>> > > > > >>
> >>> > > > > >>
> >>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> >>> > > > > >>
> >>> > > > > >> > No problem. :)
> >>> > > > > >> >
> >>> > > > > >> > I think your responses may help the tomee committers
> answer
> >>> your
> >>> > > > > >> question.
> >>> > > > > >> > :)
> >>> > > > > >> >
> >>> > > > > >> > Yep, I see romain just responded :)
> >>> > > > > >> >
> >>> > > > > >> >
> >>> > > > > >> >
> >>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
> >>> > > > > >> maxtorzito@gmail.com
> >>> > > > > >> > >wrote:
> >>> > > > > >> >
> >>> > > > > >> > > 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. <sm...@gmail.com>
> >>> > > > > >> > >
> >>> > > > > >> > > > 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 <
> >>> > > > > >> > maxtorzito@gmail.com
> >>> > > > > >> > > > >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. <
> >>> smithh032772@gmail.com>
> >>> > > > > >> > > > >
> >>> > > > > >> > > > > > 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 <
> >>> > > > > >> > > > maxtorzito@gmail.com
> >>> > > > > >> > > > > > >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*
> >>> > > > > >> > >
> >>> > > >
> -------------------------------------------------------------------
> >>> > > > > >> > >
> >>> > > > > >> >
> >>> > > > > >>
> >>> > > > > >>
> >>> > > > > >>
> >>> > > > > >> --
> >>> > > > > >>
> >>> > -------------------------------------------------------------------
> >>> > > > > >> *SCJA. José Luis Cetina*
> >>> > > > > >>
> >>> > -------------------------------------------------------------------
> >>> > > > > >>
> >>> > > > > >
> >>> > > > > >
> >>> > > > >
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > > --
> >>> > > >
> -------------------------------------------------------------------
> >>> > > > *SCJA. José Luis Cetina*
> >>> > > >
> -------------------------------------------------------------------
> >>> > > >
> >>> > >
> >>> >
> >>> >
> >>> >
> >>> > --
> >>> > -------------------------------------------------------------------
> >>> > *SCJA. José Luis Cetina*
> >>> > -------------------------------------------------------------------
> >>> >
> >>>
> >>
> >>
> >>
> >> --
> >> -------------------------------------------------------------------
> >> *SCJA. José Luis Cetina*
> >> -------------------------------------------------------------------
> >>
> >
> >
> >
> > --
> > -------------------------------------------------------------------
> > *SCJA. José Luis Cetina*
> > -------------------------------------------------------------------
> >
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
What do you mean with :  So normal it doesnt work???


2013/4/26 José Luis Cetina <ma...@gmail.com>

> Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT
>
>
> 2013/4/26 José Luis Cetina <ma...@gmail.com>
>
>> I try to reproduce the error in an ear, but i cant (maybe im missing
>> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire app),
>> this is a regression!!
>>
>>
>> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>
>>> So normal it doesnt work, can you valid in a war please?
>>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a
>>> écrit :
>>>
>>> > Yes, im still using an ear
>>> >
>>> >
>>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>>> >
>>> > > -m ;)
>>> > >
>>> > > The log means sthg is not logged
>>> > >
>>> > > Are you still in an ear?
>>> > >
>>> > > OWB doesnt handle it ATM
>>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com> a
>>> > écrit :
>>> > >
>>> > > > Thats the problem, sometimes is not so easy to try to reproduce
>>> > something
>>> > > > that you build in weeks (i mean the configuration, not the project
>>> > > itself).
>>> > > >
>>> > > > Rommain, the log doesnt help?
>>> > > >
>>> > > >
>>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>>> > > >
>>> > > > > When I first saw your email, I thought to myself, that it may be
>>> best
>>> > > to
>>> > > > > send your question to MyFaces list, but like I said earlier, I've
>>> > seen
>>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0
>>> snapshot.
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
>>> > > > > smithh032772@gmail.com> wrote:
>>> > > > >
>>> > > > > > Well, I see the following:
>>> > > > > >
>>> > > > > >
>>> > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
>>> > > > > > WindowContextConfig
>>> > > > > >
>>> > > > > > more specifically,
>>> > > > > >
>>> > > > > > WindowContextConfig
>>> > > > > >
>>> > > > > >
>>> > > > > > does your app use this part? what steps do you take in your
>>> app to
>>> > > > > > reproduce the use of this 'WindowContextConfig' myfaces CODI
>>> > feature?
>>> > > > > > multiple browser tab/window/sessions?
>>> > > > > >
>>> > > > > > you may want to test your app in few browser sessions. you may
>>> want
>>> > > to
>>> > > > > > duplicate the steps that you did earlier, when you experienced
>>> this
>>> > > > > > exception. maybe you had a browser session open, compile/build
>>> your
>>> > > > > > project, and opened a new brower session and the other/older
>>> > browser
>>> > > > > > session was still open.
>>> > > > > >
>>> > > > > > just my two cents...
>>> > > > > >
>>> > > > > >
>>> > > > > >
>>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
>>> > > > maxtorzito@gmail.com
>>> > > > > >wrote:
>>> > > > > >
>>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
>>> > > > > >>
>>> > > > > >>
>>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>>> > > > > >>
>>> > > > > >> > No problem. :)
>>> > > > > >> >
>>> > > > > >> > I think your responses may help the tomee committers answer
>>> your
>>> > > > > >> question.
>>> > > > > >> > :)
>>> > > > > >> >
>>> > > > > >> > Yep, I see romain just responded :)
>>> > > > > >> >
>>> > > > > >> >
>>> > > > > >> >
>>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
>>> > > > > >> maxtorzito@gmail.com
>>> > > > > >> > >wrote:
>>> > > > > >> >
>>> > > > > >> > > 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. <sm...@gmail.com>
>>> > > > > >> > >
>>> > > > > >> > > > 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 <
>>> > > > > >> > maxtorzito@gmail.com
>>> > > > > >> > > > >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. <
>>> smithh032772@gmail.com>
>>> > > > > >> > > > >
>>> > > > > >> > > > > > 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 <
>>> > > > > >> > > > maxtorzito@gmail.com
>>> > > > > >> > > > > > >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*
>>> > > > > >> > >
>>> > > > -------------------------------------------------------------------
>>> > > > > >> > >
>>> > > > > >> >
>>> > > > > >>
>>> > > > > >>
>>> > > > > >>
>>> > > > > >> --
>>> > > > > >>
>>> > -------------------------------------------------------------------
>>> > > > > >> *SCJA. José Luis Cetina*
>>> > > > > >>
>>> > -------------------------------------------------------------------
>>> > > > > >>
>>> > > > > >
>>> > > > > >
>>> > > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > --
>>> > > > -------------------------------------------------------------------
>>> > > > *SCJA. José Luis Cetina*
>>> > > > -------------------------------------------------------------------
>>> > > >
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > -------------------------------------------------------------------
>>> > *SCJA. José Luis Cetina*
>>> > -------------------------------------------------------------------
>>> >
>>>
>>
>>
>>
>> --
>> -------------------------------------------------------------------
>> *SCJA. José Luis Cetina*
>> -------------------------------------------------------------------
>>
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Sorry i mean 1.5.2 not 1.5.2.SNAPSHOT


2013/4/26 José Luis Cetina <ma...@gmail.com>

> I try to reproduce the error in an ear, but i cant (maybe im missing
> something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire app),
> this is a regression!!
>
>
> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>
>> So normal it doesnt work, can you valid in a war please?
>> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a écrit
>> :
>>
>> > Yes, im still using an ear
>> >
>> >
>> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>> >
>> > > -m ;)
>> > >
>> > > The log means sthg is not logged
>> > >
>> > > Are you still in an ear?
>> > >
>> > > OWB doesnt handle it ATM
>> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com> a
>> > écrit :
>> > >
>> > > > Thats the problem, sometimes is not so easy to try to reproduce
>> > something
>> > > > that you build in weeks (i mean the configuration, not the project
>> > > itself).
>> > > >
>> > > > Rommain, the log doesnt help?
>> > > >
>> > > >
>> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>> > > >
>> > > > > When I first saw your email, I thought to myself, that it may be
>> best
>> > > to
>> > > > > send your question to MyFaces list, but like I said earlier, I've
>> > seen
>> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot.
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
>> > > > > smithh032772@gmail.com> wrote:
>> > > > >
>> > > > > > Well, I see the following:
>> > > > > >
>> > > > > >
>> > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
>> > > > > > WindowContextConfig
>> > > > > >
>> > > > > > more specifically,
>> > > > > >
>> > > > > > WindowContextConfig
>> > > > > >
>> > > > > >
>> > > > > > does your app use this part? what steps do you take in your app
>> to
>> > > > > > reproduce the use of this 'WindowContextConfig' myfaces CODI
>> > feature?
>> > > > > > multiple browser tab/window/sessions?
>> > > > > >
>> > > > > > you may want to test your app in few browser sessions. you may
>> want
>> > > to
>> > > > > > duplicate the steps that you did earlier, when you experienced
>> this
>> > > > > > exception. maybe you had a browser session open, compile/build
>> your
>> > > > > > project, and opened a new brower session and the other/older
>> > browser
>> > > > > > session was still open.
>> > > > > >
>> > > > > > just my two cents...
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
>> > > > maxtorzito@gmail.com
>> > > > > >wrote:
>> > > > > >
>> > > > > >> I couldn't reproduce it. Its a bit frustrating.
>> > > > > >>
>> > > > > >>
>> > > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>> > > > > >>
>> > > > > >> > No problem. :)
>> > > > > >> >
>> > > > > >> > I think your responses may help the tomee committers answer
>> your
>> > > > > >> question.
>> > > > > >> > :)
>> > > > > >> >
>> > > > > >> > Yep, I see romain just responded :)
>> > > > > >> >
>> > > > > >> >
>> > > > > >> >
>> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
>> > > > > >> maxtorzito@gmail.com
>> > > > > >> > >wrote:
>> > > > > >> >
>> > > > > >> > > 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. <sm...@gmail.com>
>> > > > > >> > >
>> > > > > >> > > > 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 <
>> > > > > >> > maxtorzito@gmail.com
>> > > > > >> > > > >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. <smithh032772@gmail.com
>> >
>> > > > > >> > > > >
>> > > > > >> > > > > > 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 <
>> > > > > >> > > > maxtorzito@gmail.com
>> > > > > >> > > > > > >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*
>> > > > > >> > >
>> > > > -------------------------------------------------------------------
>> > > > > >> > >
>> > > > > >> >
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >> --
>> > > > > >>
>> > -------------------------------------------------------------------
>> > > > > >> *SCJA. José Luis Cetina*
>> > > > > >>
>> > -------------------------------------------------------------------
>> > > > > >>
>> > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > -------------------------------------------------------------------
>> > > > *SCJA. José Luis Cetina*
>> > > > -------------------------------------------------------------------
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > -------------------------------------------------------------------
>> > *SCJA. José Luis Cetina*
>> > -------------------------------------------------------------------
>> >
>>
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
I try to reproduce the error in an ear, but i cant (maybe im missing
something) but if i downgrade to 1.5.2-SNAPSHOT it works (my entire app),
this is a regression!!


2013/4/26 Romain Manni-Bucau <rm...@gmail.com>

> So normal it doesnt work, can you valid in a war please?
> Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a écrit :
>
> > Yes, im still using an ear
> >
> >
> > 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
> >
> > > -m ;)
> > >
> > > The log means sthg is not logged
> > >
> > > Are you still in an ear?
> > >
> > > OWB doesnt handle it ATM
> > > Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com> a
> > écrit :
> > >
> > > > Thats the problem, sometimes is not so easy to try to reproduce
> > something
> > > > that you build in weeks (i mean the configuration, not the project
> > > itself).
> > > >
> > > > Rommain, the log doesnt help?
> > > >
> > > >
> > > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > > >
> > > > > When I first saw your email, I thought to myself, that it may be
> best
> > > to
> > > > > send your question to MyFaces list, but like I said earlier, I've
> > seen
> > > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> > > > > smithh032772@gmail.com> wrote:
> > > > >
> > > > > > Well, I see the following:
> > > > > >
> > > > > >
> > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > > > > > WindowContextConfig
> > > > > >
> > > > > > more specifically,
> > > > > >
> > > > > > WindowContextConfig
> > > > > >
> > > > > >
> > > > > > does your app use this part? what steps do you take in your app
> to
> > > > > > reproduce the use of this 'WindowContextConfig' myfaces CODI
> > feature?
> > > > > > multiple browser tab/window/sessions?
> > > > > >
> > > > > > you may want to test your app in few browser sessions. you may
> want
> > > to
> > > > > > duplicate the steps that you did earlier, when you experienced
> this
> > > > > > exception. maybe you had a browser session open, compile/build
> your
> > > > > > project, and opened a new brower session and the other/older
> > browser
> > > > > > session was still open.
> > > > > >
> > > > > > just my two cents...
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
> > > > maxtorzito@gmail.com
> > > > > >wrote:
> > > > > >
> > > > > >> I couldn't reproduce it. Its a bit frustrating.
> > > > > >>
> > > > > >>
> > > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > > > > >>
> > > > > >> > No problem. :)
> > > > > >> >
> > > > > >> > I think your responses may help the tomee committers answer
> your
> > > > > >> question.
> > > > > >> > :)
> > > > > >> >
> > > > > >> > Yep, I see romain just responded :)
> > > > > >> >
> > > > > >> >
> > > > > >> >
> > > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
> > > > > >> maxtorzito@gmail.com
> > > > > >> > >wrote:
> > > > > >> >
> > > > > >> > > 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. <sm...@gmail.com>
> > > > > >> > >
> > > > > >> > > > 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 <
> > > > > >> > maxtorzito@gmail.com
> > > > > >> > > > >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. <sm...@gmail.com>
> > > > > >> > > > >
> > > > > >> > > > > > 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 <
> > > > > >> > > > maxtorzito@gmail.com
> > > > > >> > > > > > >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*
> > > > > >> > >
> > > > -------------------------------------------------------------------
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> --
> > > > > >>
> > -------------------------------------------------------------------
> > > > > >> *SCJA. José Luis Cetina*
> > > > > >>
> > -------------------------------------------------------------------
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > -------------------------------------------------------------------
> > > > *SCJA. José Luis Cetina*
> > > > -------------------------------------------------------------------
> > > >
> > >
> >
> >
> >
> > --
> > -------------------------------------------------------------------
> > *SCJA. José Luis Cetina*
> > -------------------------------------------------------------------
> >
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by Romain Manni-Bucau <rm...@gmail.com>.
So normal it doesnt work, can you valid in a war please?
Le 26 avr. 2013 21:20, "José Luis Cetina" <ma...@gmail.com> a écrit :

> Yes, im still using an ear
>
>
> 2013/4/26 Romain Manni-Bucau <rm...@gmail.com>
>
> > -m ;)
> >
> > The log means sthg is not logged
> >
> > Are you still in an ear?
> >
> > OWB doesnt handle it ATM
> > Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com> a
> écrit :
> >
> > > Thats the problem, sometimes is not so easy to try to reproduce
> something
> > > that you build in weeks (i mean the configuration, not the project
> > itself).
> > >
> > > Rommain, the log doesnt help?
> > >
> > >
> > > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > >
> > > > When I first saw your email, I thought to myself, that it may be best
> > to
> > > > send your question to MyFaces list, but like I said earlier, I've
> seen
> > > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot.
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> > > > smithh032772@gmail.com> wrote:
> > > >
> > > > > Well, I see the following:
> > > > >
> > > > >
> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > > > > WindowContextConfig
> > > > >
> > > > > more specifically,
> > > > >
> > > > > WindowContextConfig
> > > > >
> > > > >
> > > > > does your app use this part? what steps do you take in your app to
> > > > > reproduce the use of this 'WindowContextConfig' myfaces CODI
> feature?
> > > > > multiple browser tab/window/sessions?
> > > > >
> > > > > you may want to test your app in few browser sessions. you may want
> > to
> > > > > duplicate the steps that you did earlier, when you experienced this
> > > > > exception. maybe you had a browser session open, compile/build your
> > > > > project, and opened a new brower session and the other/older
> browser
> > > > > session was still open.
> > > > >
> > > > > just my two cents...
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
> > > maxtorzito@gmail.com
> > > > >wrote:
> > > > >
> > > > >> I couldn't reproduce it. Its a bit frustrating.
> > > > >>
> > > > >>
> > > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > > > >>
> > > > >> > No problem. :)
> > > > >> >
> > > > >> > I think your responses may help the tomee committers answer your
> > > > >> question.
> > > > >> > :)
> > > > >> >
> > > > >> > Yep, I see romain just responded :)
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
> > > > >> maxtorzito@gmail.com
> > > > >> > >wrote:
> > > > >> >
> > > > >> > > 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. <sm...@gmail.com>
> > > > >> > >
> > > > >> > > > 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 <
> > > > >> > maxtorzito@gmail.com
> > > > >> > > > >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. <sm...@gmail.com>
> > > > >> > > > >
> > > > >> > > > > > 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 <
> > > > >> > > > maxtorzito@gmail.com
> > > > >> > > > > > >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*
> > > > >> > >
> > > -------------------------------------------------------------------
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >>
> -------------------------------------------------------------------
> > > > >> *SCJA. José Luis Cetina*
> > > > >>
> -------------------------------------------------------------------
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > -------------------------------------------------------------------
> > > *SCJA. José Luis Cetina*
> > > -------------------------------------------------------------------
> > >
> >
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Yes, im still using an ear


2013/4/26 Romain Manni-Bucau <rm...@gmail.com>

> -m ;)
>
> The log means sthg is not logged
>
> Are you still in an ear?
>
> OWB doesnt handle it ATM
> Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com> a écrit :
>
> > Thats the problem, sometimes is not so easy to try to reproduce something
> > that you build in weeks (i mean the configuration, not the project
> itself).
> >
> > Rommain, the log doesnt help?
> >
> >
> > 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> >
> > > When I first saw your email, I thought to myself, that it may be best
> to
> > > send your question to MyFaces list, but like I said earlier, I've seen
> > > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot.
> > >
> > >
> > >
> > >
> > > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> > > smithh032772@gmail.com> wrote:
> > >
> > > > Well, I see the following:
> > > >
> > > > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > > > WindowContextConfig
> > > >
> > > > more specifically,
> > > >
> > > > WindowContextConfig
> > > >
> > > >
> > > > does your app use this part? what steps do you take in your app to
> > > > reproduce the use of this 'WindowContextConfig' myfaces CODI feature?
> > > > multiple browser tab/window/sessions?
> > > >
> > > > you may want to test your app in few browser sessions. you may want
> to
> > > > duplicate the steps that you did earlier, when you experienced this
> > > > exception. maybe you had a browser session open, compile/build your
> > > > project, and opened a new brower session and the other/older browser
> > > > session was still open.
> > > >
> > > > just my two cents...
> > > >
> > > >
> > > >
> > > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
> > maxtorzito@gmail.com
> > > >wrote:
> > > >
> > > >> I couldn't reproduce it. Its a bit frustrating.
> > > >>
> > > >>
> > > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > > >>
> > > >> > No problem. :)
> > > >> >
> > > >> > I think your responses may help the tomee committers answer your
> > > >> question.
> > > >> > :)
> > > >> >
> > > >> > Yep, I see romain just responded :)
> > > >> >
> > > >> >
> > > >> >
> > > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
> > > >> maxtorzito@gmail.com
> > > >> > >wrote:
> > > >> >
> > > >> > > 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. <sm...@gmail.com>
> > > >> > >
> > > >> > > > 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 <
> > > >> > maxtorzito@gmail.com
> > > >> > > > >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. <sm...@gmail.com>
> > > >> > > > >
> > > >> > > > > > 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 <
> > > >> > > > maxtorzito@gmail.com
> > > >> > > > > > >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*
> > > >> > >
> > -------------------------------------------------------------------
> > > >> > >
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> -------------------------------------------------------------------
> > > >> *SCJA. José Luis Cetina*
> > > >> -------------------------------------------------------------------
> > > >>
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > -------------------------------------------------------------------
> > *SCJA. José Luis Cetina*
> > -------------------------------------------------------------------
> >
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by Romain Manni-Bucau <rm...@gmail.com>.
-m ;)

The log means sthg is not logged

Are you still in an ear?

OWB doesnt handle it ATM
Le 26 avr. 2013 21:03, "José Luis Cetina" <ma...@gmail.com> a écrit :

> Thats the problem, sometimes is not so easy to try to reproduce something
> that you build in weeks (i mean the configuration, not the project itself).
>
> Rommain, the log doesnt help?
>
>
> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>
> > When I first saw your email, I thought to myself, that it may be best to
> > send your question to MyFaces list, but like I said earlier, I've seen
> > OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot.
> >
> >
> >
> >
> > On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> > smithh032772@gmail.com> wrote:
> >
> > > Well, I see the following:
> > >
> > > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > > WindowContextConfig
> > >
> > > more specifically,
> > >
> > > WindowContextConfig
> > >
> > >
> > > does your app use this part? what steps do you take in your app to
> > > reproduce the use of this 'WindowContextConfig' myfaces CODI feature?
> > > multiple browser tab/window/sessions?
> > >
> > > you may want to test your app in few browser sessions. you may want to
> > > duplicate the steps that you did earlier, when you experienced this
> > > exception. maybe you had a browser session open, compile/build your
> > > project, and opened a new brower session and the other/older browser
> > > session was still open.
> > >
> > > just my two cents...
> > >
> > >
> > >
> > > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <
> maxtorzito@gmail.com
> > >wrote:
> > >
> > >> I couldn't reproduce it. Its a bit frustrating.
> > >>
> > >>
> > >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> > >>
> > >> > No problem. :)
> > >> >
> > >> > I think your responses may help the tomee committers answer your
> > >> question.
> > >> > :)
> > >> >
> > >> > Yep, I see romain just responded :)
> > >> >
> > >> >
> > >> >
> > >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
> > >> maxtorzito@gmail.com
> > >> > >wrote:
> > >> >
> > >> > > 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. <sm...@gmail.com>
> > >> > >
> > >> > > > 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 <
> > >> > maxtorzito@gmail.com
> > >> > > > >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. <sm...@gmail.com>
> > >> > > > >
> > >> > > > > > 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 <
> > >> > > > maxtorzito@gmail.com
> > >> > > > > > >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*
> > >> > >
> -------------------------------------------------------------------
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> -------------------------------------------------------------------
> > >> *SCJA. José Luis Cetina*
> > >> -------------------------------------------------------------------
> > >>
> > >
> > >
> >
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
Thats the problem, sometimes is not so easy to try to reproduce something
that you build in weeks (i mean the configuration, not the project itself).

Rommain, the log doesnt help?


2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>

> When I first saw your email, I thought to myself, that it may be best to
> send your question to MyFaces list, but like I said earlier, I've seen
> OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot.
>
>
>
>
> On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
> smithh032772@gmail.com> wrote:
>
> > Well, I see the following:
> >
> > org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> > WindowContextConfig
> >
> > more specifically,
> >
> > WindowContextConfig
> >
> >
> > does your app use this part? what steps do you take in your app to
> > reproduce the use of this 'WindowContextConfig' myfaces CODI feature?
> > multiple browser tab/window/sessions?
> >
> > you may want to test your app in few browser sessions. you may want to
> > duplicate the steps that you did earlier, when you experienced this
> > exception. maybe you had a browser session open, compile/build your
> > project, and opened a new brower session and the other/older browser
> > session was still open.
> >
> > just my two cents...
> >
> >
> >
> > On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <maxtorzito@gmail.com
> >wrote:
> >
> >> I couldn't reproduce it. Its a bit frustrating.
> >>
> >>
> >> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
> >>
> >> > No problem. :)
> >> >
> >> > I think your responses may help the tomee committers answer your
> >> question.
> >> > :)
> >> >
> >> > Yep, I see romain just responded :)
> >> >
> >> >
> >> >
> >> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
> >> maxtorzito@gmail.com
> >> > >wrote:
> >> >
> >> > > 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. <sm...@gmail.com>
> >> > >
> >> > > > 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 <
> >> > maxtorzito@gmail.com
> >> > > > >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. <sm...@gmail.com>
> >> > > > >
> >> > > > > > 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 <
> >> > > > maxtorzito@gmail.com
> >> > > > > > >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*
> >> > > -------------------------------------------------------------------
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> -------------------------------------------------------------------
> >> *SCJA. José Luis Cetina*
> >> -------------------------------------------------------------------
> >>
> >
> >
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
When I first saw your email, I thought to myself, that it may be best to
send your question to MyFaces list, but like I said earlier, I've seen
OpenWebBeans 2.x and MyFaces 2.1.11 added to TomEE 1.6.0 snapshot.




On Fri, Apr 26, 2013 at 1:09 PM, Howard W. Smith, Jr. <
smithh032772@gmail.com> wrote:

> Well, I see the following:
>
> org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
> WindowContextConfig
>
> more specifically,
>
> WindowContextConfig
>
>
> does your app use this part? what steps do you take in your app to
> reproduce the use of this 'WindowContextConfig' myfaces CODI feature?
> multiple browser tab/window/sessions?
>
> you may want to test your app in few browser sessions. you may want to
> duplicate the steps that you did earlier, when you experienced this
> exception. maybe you had a browser session open, compile/build your
> project, and opened a new brower session and the other/older browser
> session was still open.
>
> just my two cents...
>
>
>
> On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <ma...@gmail.com>wrote:
>
>> I couldn't reproduce it. Its a bit frustrating.
>>
>>
>> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>>
>> > No problem. :)
>> >
>> > I think your responses may help the tomee committers answer your
>> question.
>> > :)
>> >
>> > Yep, I see romain just responded :)
>> >
>> >
>> >
>> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <
>> maxtorzito@gmail.com
>> > >wrote:
>> >
>> > > 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. <sm...@gmail.com>
>> > >
>> > > > 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 <
>> > maxtorzito@gmail.com
>> > > > >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. <sm...@gmail.com>
>> > > > >
>> > > > > > 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 <
>> > > > maxtorzito@gmail.com
>> > > > > > >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*
>> > > -------------------------------------------------------------------
>> > >
>> >
>>
>>
>>
>> --
>> -------------------------------------------------------------------
>> *SCJA. José Luis Cetina*
>> -------------------------------------------------------------------
>>
>
>

Re: UnsatisfiedResolutionException

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
Well, I see the following:

org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.
WindowContextConfig

more specifically,

WindowContextConfig


does your app use this part? what steps do you take in your app to
reproduce the use of this 'WindowContextConfig' myfaces CODI feature?
multiple browser tab/window/sessions?

you may want to test your app in few browser sessions. you may want to
duplicate the steps that you did earlier, when you experienced this
exception. maybe you had a browser session open, compile/build your
project, and opened a new brower session and the other/older browser
session was still open.

just my two cents...



On Fri, Apr 26, 2013 at 12:35 PM, José Luis Cetina <ma...@gmail.com>wrote:

> I couldn't reproduce it. Its a bit frustrating.
>
>
> 2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>
>
> > No problem. :)
> >
> > I think your responses may help the tomee committers answer your
> question.
> > :)
> >
> > Yep, I see romain just responded :)
> >
> >
> >
> > On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <maxtorzito@gmail.com
> > >wrote:
> >
> > > 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. <sm...@gmail.com>
> > >
> > > > 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 <
> > maxtorzito@gmail.com
> > > > >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. <sm...@gmail.com>
> > > > >
> > > > > > 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 <
> > > > maxtorzito@gmail.com
> > > > > > >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*
> > > -------------------------------------------------------------------
> > >
> >
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
I couldn't reproduce it. Its a bit frustrating.


2013/4/26 Howard W. Smith, Jr. <sm...@gmail.com>

> No problem. :)
>
> I think your responses may help the tomee committers answer your question.
> :)
>
> Yep, I see romain just responded :)
>
>
>
> On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <maxtorzito@gmail.com
> >wrote:
>
> > 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. <sm...@gmail.com>
> >
> > > 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 <
> maxtorzito@gmail.com
> > > >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. <sm...@gmail.com>
> > > >
> > > > > 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 <
> > > maxtorzito@gmail.com
> > > > > >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*
> > -------------------------------------------------------------------
> >
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
No problem. :)

I think your responses may help the tomee committers answer your question.
:)

Yep, I see romain just responded :)



On Fri, Apr 26, 2013 at 11:57 AM, José Luis Cetina <ma...@gmail.com>wrote:

> 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. <sm...@gmail.com>
>
> > 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 <maxtorzito@gmail.com
> > >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. <sm...@gmail.com>
> > >
> > > > 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 <
> > maxtorzito@gmail.com
> > > > >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*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
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. <sm...@gmail.com>

> 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 <maxtorzito@gmail.com
> >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. <sm...@gmail.com>
> >
> > > 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 <
> maxtorzito@gmail.com
> > > >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*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
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 <ma...@gmail.com>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. <sm...@gmail.com>
>
> > 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 <maxtorzito@gmail.com
> > >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*
> -------------------------------------------------------------------
>

Re: UnsatisfiedResolutionException

Posted by José Luis Cetina <ma...@gmail.com>.
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. <sm...@gmail.com>

> 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 <maxtorzito@gmail.com
> >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*
-------------------------------------------------------------------

Re: UnsatisfiedResolutionException

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
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 <ma...@gmail.com>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)
>