Author: kono
Date: 2009-08-07 12:55:32 -0700 (Fri, 07 Aug 2009)
New Revision: 17738

Modified:
   
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
Log:
ProxyHandler does not exist now and I do not know where it is.  For a temp 
solution, I've removed the beans and services using the class.

Modified: 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2009-08-07 16:02:37 UTC (rev 17737)
+++ 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2009-08-07 19:55:32 UTC (rev 17738)
@@ -69,13 +69,13 @@
        <osgi:service id="cyMenusService" ref="cytoscapeMenus"
                interface="cytoscape.view.CyMenus" />
 
-       <osgi:service id="proxyHandlerService" ref="proxyHandler">
-               <osgi:interfaces>
-                       <value>cytoscape.util.ProxyHandler</value>
-                       <value>cytoscape.events.PreferencesUpdatedListener
-                       </value>
-               </osgi:interfaces>
-       </osgi:service>
+<!--   <osgi:service id="proxyHandlerService" ref="proxyHandler">-->
+<!--           <osgi:interfaces>-->
+<!--                   <value>cytoscape.util.ProxyHandler</value>-->
+<!--                   <value>cytoscape.events.PreferencesUpdatedListener-->
+<!--                   </value>-->
+<!--           </osgi:interfaces>-->
+<!--   </osgi:service>-->
 
        <osgi:service id="cytoStatusBarService" ref="cytoStatusBarImpl"
                interface="org.cytoscape.log.statusbar.CytoStatusBar" />

Modified: 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
  2009-08-07 16:02:37 UTC (rev 17737)
+++ 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context.xml
  2009-08-07 19:55:32 UTC (rev 17738)
@@ -40,10 +40,10 @@
 
 
        <!-- Various Utilities -->
-       <bean name="proxyHandler" 
class="cytoscape.internal.util.ProxyHandlerImpl">
-               <constructor-arg ref="cytoscapeProperties" />
-               <constructor-arg ref="cyEventHelperServiceRef" />
-       </bean>
+<!--   <bean name="proxyHandler" 
class="cytoscape.internal.util.ProxyHandlerImpl">-->
+<!--           <constructor-arg ref="cytoscapeProperties" />-->
+<!--           <constructor-arg ref="cyEventHelperServiceRef" />-->
+<!--   </bean>-->
        <bean name="openBrowser" 
class="cytoscape.internal.util.OpenBrowserImpl">
                <constructor-arg ref="cytoscapeProperties" />
        </bean>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to