You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by "Gunderson, Jeff" <jg...@cincom.com> on 2002/08/06 22:28:14 UTC

NameSpaceConfig

Hi All!

In the initialize methdod of my content store I would like to be able to get
configuration information.  So my initialize looks something like:

    public synchronized void initialize(NamespaceAccessToken token)
        throws ServiceInitializationFailedException 
    {
        try 
        {
            NamespaceConfig config = token.getNamespaceConfig();
		etc..

but I get a null NamespaceConfig.  

Is there another way to get the NamespaceConfig?

Thanks,
Jeff

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>