Hi Oleg,

On 27/01/2009, at 2:18 PM, ogusa...@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
br...@apache.org
http://blogs.exist.com/bporter/


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

Reply via email to