You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/26 18:23:46 UTC

svn commit: r699395 - /geronimo/gshell/trunk/gshell-support/gshell-artifact/src/main/java/org/apache/geronimo/gshell/artifact/ArtifactManagerFactory.java

Author: jdillon
Date: Fri Sep 26 09:23:46 2008
New Revision: 699395

URL: http://svn.apache.org/viewvc?rev=699395&view=rev
Log:
Not getting duplicates, cause was due to an owned resource filtering bug which has been fixed already.

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-artifact/src/main/java/org/apache/geronimo/gshell/artifact/ArtifactManagerFactory.java

Modified: geronimo/gshell/trunk/gshell-support/gshell-artifact/src/main/java/org/apache/geronimo/gshell/artifact/ArtifactManagerFactory.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact/src/main/java/org/apache/geronimo/gshell/artifact/ArtifactManagerFactory.java?rev=699395&r1=699394&r2=699395&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact/src/main/java/org/apache/geronimo/gshell/artifact/ArtifactManagerFactory.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact/src/main/java/org/apache/geronimo/gshell/artifact/ArtifactManagerFactory.java Fri Sep 26 09:23:46 2008
@@ -43,10 +43,6 @@
 
     private PlexusContainer container;
 
-    //
-    // FIXME: Seems like we get multipule instances of this puppy created, when we only need one
-    //
-
     @PostConstruct
     private void init() throws Exception {
         DefaultContainerConfiguration config = new DefaultContainerConfiguration();