• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 2597 for trunk/components/blitz/test/ome/icy/model/utests/ServiceFactoryServiceCreationDestructionTest.java

Show
Ignore:
Timestamp:
07/05/08 22:16:06 (5 months ago)
Author:
jmoore
Message:

ticket:1018 - Fixing memory leak in solution

  • Added ome/services/messaging.xml to publish messages to child contexts
  • Fixed ordering issues SessionManagerI
  • Also:
    • Using ice_getCommunicator() if ic null in omero.client
    • Catching exceptions on session close in test.integration.library
Files:
1 modified

  • trunk/components/blitz/test/ome/icy/model/utests/ServiceFactoryServiceCreationDestructionTest.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/components/blitz/test/ome/icy/model/utests/ServiceFactoryServiceCreationDestructionTest.java

    r2383 r2597  
    165165        callsActiveServices(Collections.singletonList(reServiceId)); 
    166166        String id = sf.activeServices(curr).get(0).toString(); 
    167         Ice.Current curr = new Ice.Current(); 
    168         curr.id = Ice.Util.stringToIdentity("username/sessionid"); 
    169         curr.adapter = adapter; 
    170167        // Events now called by SessionManagerI 
    171         sf.unregisterServant(Ice.Util.stringToIdentity(id), curr); 
     168        sf.unregisterServant(Ice.Util.stringToIdentity(id), adapter); 
    172169    } 
    173170 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/