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 <[email protected]>

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

Reply via email to