smiling/laughing...i was wondering when that last # would be incremented. :)

i still saw 1.5.1 SNAPSHOT on/in that repository.

My app is running okay in production, so I guess I can wait for 1.5.2
SNAPSHOT, but I did download that catalina JAR... just not using it 'yet'.
:)



On Thu, Dec 13, 2012 at 1:29 AM, Romain Manni-Bucau
<rmannibu...@gmail.com>wrote:

> 1.5.2-SNAPSHOT should be here now ;)
> Le 13 déc. 2012 04:51, "Howard W. Smith, Jr." <smithh032...@gmail.com> a
> écrit :
>
> > Romain, I'm revisiting this email. I did briefly take a look at the
> folder
> > ,but didn't really download the update...yet. I would assume
> 1.5.1-SNAPSHOT
> > is latest and greatest...more than 1.5.1 that was released some days ago.
> > right?  :)
> >
> >
> > On Tue, Dec 11, 2012 at 8:43 AM, Romain Manni-Bucau
> > <rmannibu...@gmail.com>wrote:
> >
> > >
> > >
> >
> https://repository.apache.org/content/groups/public/org/apache/openejb/tomee-catalina/1.5.1-SNAPSHOT/
> > > tomorrow i guess
> > >
> > > will try to update snapshot version tomorrow morning
> > >
> > > Romain Manni-Bucau
> > > Twitter: @rmannibucau
> > > Blog: http://rmannibucau.wordpress.com/
> > > LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > > Github: https://github.com/rmannibucau
> > >
> > >
> > >
> > > 2012/12/11 Howard W. Smith, Jr. <smithh032...@gmail.com>:
> > > > Smiling... new snapshot? 1.5.1 or 1.5.2 snapshot?
> > > >
> > > > please reply with repository URL where I can download the JAR.
> thanks.
> > > >
> > > >
> > > > On Tue, Dec 11, 2012 at 4:17 AM, Romain Manni-Bucau
> > > > <rmannibu...@gmail.com>wrote:
> > > >
> > > >> updated trunk (tomee-catalina.jar only)
> > > >>
> > > >> if you want to give it a try tomorrow with the new snapshot.
> > > >>
> > > >> Romain Manni-Bucau
> > > >> Twitter: @rmannibucau
> > > >> Blog: http://rmannibucau.wordpress.com/
> > > >> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > > >> Github: https://github.com/rmannibucau
> > > >>
> > > >>
> > > >>
> > > >> 2012/12/11 Romain Manni-Bucau <rmannibu...@gmail.com>:
> > > >> > Think the session scoped bean (controller) is destroyed before the
> > > >> listener
> > > >> > is called.
> > > >> >
> > > >> > So it depends why you need the controller in the listener.
> Replacing
> > > it
> > > >> by a
> > > >> > not session scoped bean will work.
> > > >> >
> > > >> > Btw we need to have a look to it. Can you raise a jira please?
> > > >> >
> > > >> > Le 11 déc. 2012 06:03, "Howard W. Smith, Jr." <
> > smithh032...@gmail.com>
> > > a
> > > >> > écrit :
> > > >> >
> > > >> >> This exception occurs a different times throughout the day on
> > > production
> > > >> >> as
> > > >> >> well as test/development server. Is there anything I can do to
> > > prevent
> > > >> the
> > > >> >> exception (and I'm not asking to 'swallow' the exception).
>  Please
> > > >> advise.
> > > >> >> Thanks.
> > > >> >>
> > > >> >> Dec 10, 2012 9:03:14 PM
> org.apache.catalina.session.StandardSession
> > > >> expire
> > > >> >> SEVERE: Session event listener threw exception
> > > >> >> javax.enterprise.context.ContextNotActiveException: WebBeans
> > context
> > > >> with
> > > >> >> scope type annotation @SessionScoped does not exist within
> current
> > > >> thread
> > > >> >> at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.webbeans.container.BeanManagerImpl.getContext(BeanManagerImpl.java:351)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.getContextualInstance(NormalScopedBeanInterceptorHandler.java:143)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.invoke(NormalScopedBeanInterceptorHandler.java:114)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.invoke(NormalScopedBeanInterceptorHandler.java:108)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> jsf.users.pf_UsersController_$$_javassist_2.getUser(pf_UsersController_$$_javassist_2.java)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> pf.UserHttpSessionListener.sessionDestroyed(UserHttpSessionListener.java:40)
> > > >> >> at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.session.StandardSession.expire(StandardSession.java:806)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.session.StandardSession.isValid(StandardSession.java:658)
> > > >> >> at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.session.ManagerBase.processExpires(ManagerBase.java:534)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.session.ManagerBase.backgroundProcess(ManagerBase.java:519)
> > > >> >> at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1352)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1530)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1540)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1540)
> > > >> >>  at
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1519)
> > > >> >>  at java.lang.Thread.run(Unknown Source)
> > > >>
> > >
> >
>

Reply via email to