Serge,

Why don't you send me the proposed logic.  We probably want to add the
URI to the PortletApplicationWar as an additional constructor value.  We
can then check if it is null default to using VFS.getManager().  We will
check the jetspeed.properties for "vfs.manager.uri" which you will need
to add to your custom config.

Does that sound okay?

On Thu, 2004-06-10 at 11:50, Serge Huber wrote:
> Ok thanks. If I can help (patches, etc...) let me know.
> 
> Regards,
>    Serge Huber.
> 
> At 17:48 10.06.2004, you wrote:
> >Hi Serge,
> >
> >Give me a minute, and I will add this logic.
> >
> >On Thu, 2004-06-10 at 11:40, Serge Huber wrote:
> > > Any thoughts on my proposal ? I'm a little stuck with this problem right
> > > now...
> > >
> > > Regards,
> > >    Serge Huber.
> > >
> > > At 17:16 10.06.2004, you wrote:
> > > >It makes handling war structures so much simpler.  Whether the structure
> > > >is directory or a war, it can can be handled via a FileObject were all
> > > >the operations are the same.
> > > >
> > > >Without the use of VFS, handling file structures is a lot more
> > > >difficult.  Plus, I am using the VFSClassLoader handle loading Portlet
> > > >classes from registered (not deployed) portlet apps, like layouts.  I
> > > >don't have this change committed yet, but I will later to day.
> > > >
> > > >On Thu, 2004-06-10 at 10:58, David Sean Taylor wrote:
> > > > > 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]
> > > >--
> > > >******************************************
> > > >*           Scott T. Weaver              *
> > > >*         <[EMAIL PROTECTED]>            *
> > > >*     <http://www.einnovation.com>       *
> > > >* -------------------------------------- *
> > > >*   Apache Jetspeed Enterprise Portal    *
> > > >*     Apache Pluto Portlet Container     *
> > > >*                                        *
> > > >* OpenEditPro, Website Content Mangement *
> > > >*     <http://www.openeditpro.com>       *
> > > >******************************************
> > > >
> > > >
> > > >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > > - -- --- -----=[ 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]
> >--
> >******************************************
> >*           Scott T. Weaver              *
> >*         <[EMAIL PROTECTED]>            *
> >*     <http://www.einnovation.com>       *
> >* -------------------------------------- *
> >*   Apache Jetspeed Enterprise Portal    *
> >*     Apache Pluto Portlet Container     *
> >*                                        *
> >* OpenEditPro, Website Content Mangement *
> >*     <http://www.openeditpro.com>       *
> >******************************************
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> - -- --- -----=[ 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]
-- 
******************************************
*           Scott T. Weaver              *
*         <[EMAIL PROTECTED]>            *
*     <http://www.einnovation.com>       *   
* -------------------------------------- *
*   Apache Jetspeed Enterprise Portal    *
*     Apache Pluto Portlet Container     *
*                                        *
* OpenEditPro, Website Content Mangement *
*     <http://www.openeditpro.com>       *
******************************************


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

Reply via email to