You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2009/02/02 06:59:58 UTC

Re: svn commit: r737986 - in /maven/components/branches/maven-2.1.x: maven-core/pom.xml maven-core/src/main/java/org/apache/maven/DefaultMaven.java pom.xml

Hi Oleg,

On 27/01/2009, at 2:18 PM, ogusakov@apache.org wrote:

> +            try
> +            {
> +                sd = (SecDispatcher)  
> container.lookup( SecDispatcher.ROLE );
> +            }
> +            catch (Exception e)
> +            {
> +                getLogger().warn( "security features are disabled.  
> Cannot find plexus component "+SecDispatcher.ROLE );
> +
> +                line();
> +            }

I think you need to add a corresponding container.release( sd ); for  
this guy.

Thanks!

- Brett

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org