Re: CDI ContextControl - only available in SE mode?

2013-10-14 Thread John D. Ament
> > something... >> > >> > >> >> >> >> >> >> There are of course a few restriction in jsr-236. You can read more >> about >> > it in section "2.3.2.1 Tasks and Contexts and Dependency Injection >> > (CDI)". In that case Con

Re: CDI ContextControl - only available in SE mode?

2013-10-14 Thread Romain Manni-Bucau
aspike.apache.org > > Cc: > > Sent: Monday, 14 October 2013, 10:00 > > Subject: Re: CDI ContextControl - only available in SE mode? > > > > Dne 14.10.2013 09:22, Mark Struberg napsal(a): > >> Hi John! > >> > >> Yes, the ContextControl is also

Re: CDI ContextControl - only available in SE mode?

2013-10-14 Thread Mark Struberg
tober 2013, 10:00 > Subject: Re: CDI ContextControl - only available in SE mode? > > Dne 14.10.2013 09:22, Mark Struberg napsal(a): >> Hi John! >> >> Yes, the ContextControl is also designed for being used in JavaEE. This is > very helpful if you need to manually for

Re: CDI ContextControl - only available in SE mode?

2013-10-14 Thread Martin Kouba
> that case ContextControl could be an easy way to work around it. > > > hth. > > LieGrue, > strub > > > > - Original Message - >> From: John D. Ament >> To: dev@deltaspike.apache.org >> Cc: >> Sent: Monday, 14 October 2013,

Re: CDI ContextControl - only available in SE mode?

2013-10-14 Thread Mark Struberg
Cc: > Sent: Monday, 14 October 2013, 0:59 > Subject: Re: CDI ContextControl - only available in SE mode? > > Interesting.  I guess my big curiosity is that it was "shipped in 0.4" > but it's not clear what was shipped.  Better handling if you're in EE > so t

Re: CDI ContextControl - only available in SE mode?

2013-10-13 Thread John D. Ament
Interesting. I guess my big curiosity is that it was "shipped in 0.4" but it's not clear what was shipped. Better handling if you're in EE so that it doesn't crash? Clearly yes, you shouldn't be able to boot weld if you're already in EE, but I'm more interested in starting contexts. On Sun, Oct

Re: CDI ContextControl - only available in SE mode?

2013-10-13 Thread Karl Kildén
Hi. It works for OWB. See: https://issues.apache.org/jira/browse/DELTASPIKE-284 On 13 October 2013 21:29, John D. Ament wrote: > Hey guys, > > Just wanted to check with everyone. Looking at the documentation > around context control, it seems a little puzzling and wanted to get > others opi

CDI ContextControl - only available in SE mode?

2013-10-13 Thread John D. Ament
Hey guys, Just wanted to check with everyone. Looking at the documentation around context control, it seems a little puzzling and wanted to get others opinions. I don't need to be in SE mode to start a context manually, right? The docs seem to imply this, but if I'm already in a CDI container d