• 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/resources/omero/test.xml

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/resources/omero/test.xml (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/components/blitz/resources/omero/test.xml

    r2142 r2597  
    3737 <bean id="methodSecurity" factory-bean="methodMock" factory-method="proxy"/> 
    3838 <bean id="sessionManager" factory-bean="sessionsMock" factory-method="proxy"/> 
    39   
     39 <bean id="executor"       factory-bean="executorMock" factory-method="proxy"/> 
    4040 <!-- Here it is necessary to specify the HardWiredInterceptors instances 
    4141 even if they are *not* specified in Spring --> 
    … …  
    7777 </bean> 
    7878 
     79  
     80  <bean id="executorMock" class="ome.icy.fixtures.ExecutorMockFactory"/> 
     81 
    7982</beans> 

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/