May I ask ... why the dependency on VFS?

On Jun 10, 2004, at 6:30 AM, Serge Huber wrote:


Hi all,

I wonder if it's possible to slightly modify the PortletApplicationWar file to include configuration for the Commons VFS sub-system ?

I'm having some problems in Jahia with the default configuration (which is in the commons-vfs-SNAPSHOT.jar file as providers.xml) and would like to setup another one.

If I understand the setup procedure correctly, it means changing the following :

        fsManager = VFS.getManager();

with

         fsManager = new StandardFileSystemManager();
         fsManager.setConfiguration(String configUri);

The problem is that we should probably get the configUri from the jetspeed.properties file and I'm not too sure how to pass that to the PortletApplicationWar class.

Does this change seem reasonable or do we want to enforce default configuration ?

Regards,
  Serge Huber.


- -- --- -----=[ shuber2 at jahia dot com ]=---- --- -- - www.jahia.org : A collaborative source CMS and Portal Server


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to