You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2009/04/20 13:26:21 UTC

svn commit: r766656 - /geronimo/sandbox/blueprint/blueprint-core/src/main/java/org/apache/geronimo/blueprint/context/ModuleContextImpl.java

Author: gnodet
Date: Mon Apr 20 11:26:21 2009
New Revision: 766656

URL: http://svn.apache.org/viewvc?rev=766656&view=rev
Log:
Add TODO

Modified:
    geronimo/sandbox/blueprint/blueprint-core/src/main/java/org/apache/geronimo/blueprint/context/ModuleContextImpl.java

Modified: geronimo/sandbox/blueprint/blueprint-core/src/main/java/org/apache/geronimo/blueprint/context/ModuleContextImpl.java
URL: http://svn.apache.org/viewvc/geronimo/sandbox/blueprint/blueprint-core/src/main/java/org/apache/geronimo/blueprint/context/ModuleContextImpl.java?rev=766656&r1=766655&r2=766656&view=diff
==============================================================================
--- geronimo/sandbox/blueprint/blueprint-core/src/main/java/org/apache/geronimo/blueprint/context/ModuleContextImpl.java (original)
+++ geronimo/sandbox/blueprint/blueprint-core/src/main/java/org/apache/geronimo/blueprint/context/ModuleContextImpl.java Mon Apr 20 11:26:21 2009
@@ -114,6 +114,9 @@
             // TODO: handle scopes and such
             Map instances = objectGraph.createAll(new ArrayList<String>(componentDefinitionRegistry.getComponentDefinitionNames()));
             //System.out.println(instances);
+            // TODO: access to any OSGi reference proxy is currently a problem at this point, because calling toString() will
+            // TODO:      wait for a service to be available.  We may need to catch toString(), equals() and hashCode() and make them
+            // TODO:      work even if there's no service available.
 
             registerAllServices();