i just checked in a temporary patch to get it building
(i dont think these methods are used right now)
did a quick run of jetspeed, everything seems to work ok

-- David

> -----Original Message-----
> From: Jeff Marshall [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 19, 2001 9:38 AM
> To: [EMAIL PROTECTED]
> Subject: Problems with build.
> 
> 
> Is looks like the method setParameters(Vector) has been removed from
> org.apache.jetspeed.om.newregistry.base.BasePortletInfoEntry.java
>      public Vector getParameters()
>      {
> -        return parameter;
> -    }
> -
> -    /** Needed for Castor 0.8.11 XML serialization for setting the
> -     *  parameters objects associated to this object
> -     */
> -    public synchronized void setParameters(Vector params)
> -    {
> -        this.parameter = params;
> -        buildNameIndex();
> +        return this.parameter;
>      }
> 
> which is casing problems with compiling
> org.apache.jetspeed.services.registry.NormalizedPortletEntry line 429.
> 
> Method setMediaTypes(*) is also missing
> org.apache.jetspeed.services.registry.NormalizedPortletEntry line 445.
> 
> Jeff
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to