RE: Availability of a resource in a realm

2012-04-19 Thread Osipov, Michael
Konstantin Kolinko wrote: > 2012/4/18 Osipov, Michael : >> Konstantin Kolinko wrote: >>> 2012/4/17 Osipov, Michael : Hi folks, I have a resource declared in my context.xml (not a resource link). I want to retrieve that resource as soon as possible in my realm. I tried star

Re: Availability of a resource in a realm

2012-04-18 Thread Konstantin Kolinko
2012/4/18 Osipov, Michael : > Konstantin Kolinko wrote: >> 2012/4/17 Osipov, Michael : >>> Hi folks, >>> >>> I have a resource declared in my context.xml (not a resource link). >>> I want to retrieve that resource as soon as possible in my realm. I >>> tried start() and init() but it seems like tha

RE: Availability of a resource in a realm

2012-04-18 Thread Osipov, Michael
Konstantin Kolinko wrote: > 2012/4/17 Osipov, Michael : >> Hi folks, >> >> I have a resource declared in my context.xml (not a resource link). >> I want to retrieve that resource as soon as possible in my realm. I >> tried start() and init() but it seems like that at this time the >> InitialContex

Re: Availability of a resource in a realm

2012-04-17 Thread Konstantin Kolinko
2012/4/17 Osipov, Michael : > Hi folks, > > I have a resource declared in my context.xml (not a resource link). I want to > retrieve that resource as soon as possible in my realm. I tried start() and > init() but it seems like that at this time the InitialContext is not > available. So at what t

Availability of a resource in a realm

2012-04-17 Thread Osipov, Michael
Hi folks, I have a resource declared in my context.xml (not a resource link). I want to retrieve that resource as soon as possible in my realm. I tried start() and init() but it seems like that at this time the InitialContext is not available. So at what time can I expect the context being "com