On Thursday 29 May 2008 11:42:08 [EMAIL PROTECTED] wrote:

Hallo,

> Hi Lenni / Jan / All,
>
> Just to point out, the first SOAP message isn't a requirement of Muse, its
> an artifact of the framework that wraps it. In the example I gave no server
> is required and the muse is started immediately.
>
> When Muse is actually started then all resources types are loaded and a
> resource created for them.  They are immediately available upon start up.
>
> To use the code I pointed to as an example the thing that starts Muse up is
> just:
>
> in InlineIsolationLayer main...
>
>       InlineIsolationLayer iso = new InlineIsolationLayer();
>       iso.initialize();
>
> that will verify all muse.xml and related code is correct for
> initialisation.  Of course it can't verify you're code is all correct :-)

Thanks. I found your mentioned Inline...Layer and added it. Saved me a lot of 
time and finally muse says:

| May 29, 2008 12:45:41 PM org.apache.muse.core.routing.SimpleResourceRouter
| initialize 
| INFO: [ID = 'RouterIsInitialized'] The resource router has been initialized. 

great! But my Resource's #initialize() is not called. So is it triggered by 
the first request or should it have been triggered automatically? Any what do 
I have to initialzie so that

                WsResource resource = getWsResource();
                ResourceManager manager = resource.getResourceManager();

returns something different than null?


Jan
-- 
Jan Torben Heuer                Institute for Geoinformatics
[EMAIL PROTECTED]       Robert-Koch-Strasse 26-28
+49 251 83-31960                48151 Münster, Germany

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to