To continue other works before this is completely fixed, I have to use following code as a workaround locally for now.
Forward this to geronimo list so that others know this issue. org.apache.geronimo.openwebbeans.GeronimoSingletonService.getContext() { WebBeansContext context = contexts.get(); if (context == null) { contexts.set(new WebBeansContext()); return contexts.get(); } return context; } On Fri, Jun 3, 2011 at 2:11 PM, Shawn Jiang <genspr...@gmail.com> wrote: > Just tried two cases, one on appclient passed, a persistence case failed > with the same exception. > > > On Fri, Jun 3, 2011 at 12:24 PM, Kevan Miller <kevan.mil...@gmail.com>wrote: > >> >> On Jun 2, 2011, at 7:52 PM, David Blevins wrote: >> >> > Checked in a potential fix. Build is still running, but fingers crossed. >> >> Hmm. I built OpenEJB and Geronimo, but still seeing same behavior... >> >> How about you? >> >> --kevan >> > > > > -- > Shawn > -- Shawn