Changeset 1039
- Timestamp:
- 10/13/06 08:21:25 (2 years ago)
- Files:
-
- 5 added
- 3 removed
- 21 modified
-
branches/rebirth-wizard/.classpath (modified) (1 diff)
-
trunk/components/app/.classpath (modified) (2 diffs)
-
trunk/components/app/classpath.xml (modified) (4 diffs)
-
trunk/components/client/.classpath (modified) (2 diffs)
-
trunk/components/client/classpath.xml (modified) (4 diffs)
-
trunk/components/common/.classpath (modified) (1 diff)
-
trunk/components/common/classpath.xml (modified) (4 diffs)
-
trunk/components/common/test/ome/system/utests/ContextTest.java (modified) (1 diff)
-
trunk/components/dsl/.classpath (modified) (1 diff)
-
trunk/components/dsl/classpath.xml (modified) (4 diffs)
-
trunk/components/rendering/.classpath (modified) (1 diff)
-
trunk/components/rendering/classpath.xml (modified) (4 diffs)
-
trunk/components/romio/.classpath (modified) (1 diff)
-
trunk/components/romio/classpath.xml (modified) (4 diffs)
-
trunk/components/server/.classpath (modified) (1 diff)
-
trunk/components/server/classpath.xml (modified) (4 diffs)
-
trunk/components/server/pom.xml (modified) (1 diff)
-
trunk/components/server/src/ome/security/basic/BasicSecuritySystem.java (modified) (2 diffs)
-
trunk/components/server/src/ome/tools/hibernate/SessionHandler.java (modified) (6 diffs)
-
trunk/components/server/src/ome/tools/spring/ManualFlushHibernateTemplate.java (added)
-
trunk/components/server/test/ome/server/utests/handlers/SessionHandlerMockHibernateTest.java (modified) (7 diffs)
-
trunk/lib/repository/org/springframework/spring-hibernate3 (deleted)
-
trunk/lib/repository/org/springframework/spring-mock/2.0 (added)
-
trunk/lib/repository/org/springframework/spring-mock/2.0-rc1 (deleted)
-
trunk/lib/repository/org/springframework/spring-mock/2.0/spring-mock-2.0.jar (added)
-
trunk/lib/repository/org/springframework/spring/2.0 (added)
-
trunk/lib/repository/org/springframework/spring/2.0-rc1 (deleted)
-
trunk/lib/repository/org/springframework/spring/2.0/spring-2.0.jar (added)
-
trunk/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rebirth-wizard/.classpath
r754 r1039 7 7 <classpathentry kind="var" path="MAVEN_REPO/omero/jars/omero-server-2.5.jar"/> 8 8 <classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 9 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 10 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 9 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 11 10 <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/> 12 11 <classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/> -
trunk/components/app/.classpath
r773 r1039 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry sourcepath="JRE_SRC" kind="var" rootpath="JRE_SRCROOT"path="JRE_LIB"/>3 <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> 4 4 <classpathentry excluding="**/.svn" kind="src" path="resources"/> 5 5 <classpathentry excluding="**/.svn" kind="src" path="target/generated/src"/> … … 26 26 <classpathentry kind="var" path="M2_REPO/lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 27 27 <classpathentry kind="var" path="M2_REPO/net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 28 <classpathentry kind="var" path="M2_REPO/omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/>28 <classpathentry sourcepath="/OMERO_COMMON_GENSRC" kind="var" path="M2_REPO/omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 29 29 <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 30 <classpathentry kind="var" path="M2_REPO/omero/ejb/3.0-TRUNK/ejb-3.0-TRUNK.jar"/>31 30 <classpathentry kind="var" path="M2_REPO/omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 32 31 <classpathentry kind="var" path="M2_REPO/omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 33 32 <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 34 33 <classpathentry kind="var" path="M2_REPO/omero/rendering/3.0-TRUNK/rendering-3.0-TRUNK.jar"/> 35 <classpathentry kind="var" path="M2_REPO/omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/>34 <classpathentry sourcepath="/OMERO_HOME/components/romio/src" kind="var" path="M2_REPO/omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 36 35 <classpathentry kind="var" path="M2_REPO/omero/server/3.0-TRUNK/server-3.0-TRUNK.jar"/> 37 36 <classpathentry kind="var" path="M2_REPO/org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 38 <classpathentry sourcepath="/HIBERNATE_HOME/src" kind="var" path="M2_REPO/org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 39 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 40 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0-rc1/spring-mock-2.0-rc1.jar"/> 41 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 37 <classpathentry sourcepath="/HIBERNATE_SVN/src" kind="var" path="M2_REPO/org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 38 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 39 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 42 40 <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 43 41 <classpathentry kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/app/classpath.xml
r726 r1039 57 57 <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 58 58 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 59 <file name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 60 <file name="org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 59 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 61 60 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 62 61 <file name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 95 94 <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 96 95 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 97 <include name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 98 <include name="org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 96 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 99 97 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 100 98 <include name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 135 133 <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 136 134 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 137 <file name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 138 <file name="org/springframework/spring-mock/2.0-rc1/spring-mock-2.0-rc1.jar"/> 139 <file name="org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 135 <file name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 136 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 140 137 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 141 138 <file name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> … … 177 174 <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 178 175 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 179 <include name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 180 <include name="org/springframework/spring-mock/2.0-rc1/spring-mock-2.0-rc1.jar"/> 181 <include name="org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 176 <include name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 177 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 182 178 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 183 179 <include name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/client/.classpath
r773 r1039 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry sourcepath="JRE_SRC" kind="var" rootpath="JRE_SRCROOT"path="JRE_LIB"/>3 <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> 4 4 <classpathentry excluding="**/.svn" kind="src" path="src"/> 5 5 <classpathentry excluding="**/.svn" kind="src" path="resources"/> … … 7 7 <classpathentry excluding="**/.svn" kind="src" path="target/generated/resources"/> 8 8 <classpathentry excluding="**/.svn" output="target/test-classes" kind="src" path="test"/> 9 <classpathentry kind="var" path="M2_REPO/ant/ant/1.6.5/ant-1.6.5.jar"/> 10 <classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"/> 11 <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/> 12 <classpathentry kind="var" path="M2_REPO/groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 13 <classpathentry kind="var" path="M2_REPO/jmock/jmock/1.0.1/jmock-1.0.1.jar"/> 14 <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> 15 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 16 <classpathentry sourcepath="/OMERO_HOME/components/common/target/generated/src" kind="var" path="M2_REPO/omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 17 <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 18 <classpathentry kind="var" path="M2_REPO/omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 19 <classpathentry kind="var" path="M2_REPO/omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> 20 <classpathentry kind="var" path="M2_REPO/omero/jboss-ejb3/4.0.4.GA/jboss-ejb3-4.0.4.GA.jar"/> 21 <classpathentry kind="var" path="M2_REPO/omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 22 <classpathentry kind="var" path="M2_REPO/omero/jbossall-client/4.0.4.GA/jbossall-client-4.0.4.GA.jar"/> 23 <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 24 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0-rc1/spring-mock-2.0-rc1.jar"/> 25 <classpathentry sourcepath="/SPRING_HOME/src" kind="var" path="M2_REPO/org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 26 <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 27 <classpathentry kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> 28 <classpathentry kind="var" path="M2_REPO/velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> 29 <classpathentry kind="var" path="M2_REPO/velocity/velocity/1.4/velocity-1.4.jar"/> 9 <classpathentry exported="true" kind="var" path="M2_REPO/ant/ant/1.6.5/ant-1.6.5.jar"/> 10 <classpathentry exported="true" kind="var" path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"/> 11 <classpathentry exported="true" kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/> 12 <classpathentry exported="true" kind="var" path="M2_REPO/groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 13 <classpathentry exported="true" kind="var" path="M2_REPO/jmock/jmock/1.0.1/jmock-1.0.1.jar"/> 14 <classpathentry exported="true" kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> 15 <classpathentry exported="true" kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 16 <classpathentry exported="true" sourcepath="/OMERO_COMMON" kind="var" path="M2_REPO/omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 17 <classpathentry exported="true" kind="var" path="M2_REPO/omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 18 <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 19 <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> 20 <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-ejb3/4.0.4.GA/jboss-ejb3-4.0.4.GA.jar"/> 21 <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 22 <classpathentry exported="true" kind="var" path="M2_REPO/omero/jbossall-client/4.0.4.GA/jbossall-client-4.0.4.GA.jar"/> 23 <classpathentry exported="true" kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 24 <classpathentry exported="true" kind="var" path="M2_REPO/org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 25 <classpathentry exported="true" sourcepath="/SPRING_HOME/src" kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 26 <classpathentry exported="true" kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 27 <classpathentry exported="true" kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> 28 <classpathentry exported="true" kind="var" path="M2_REPO/velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> 29 <classpathentry exported="true" kind="var" path="M2_REPO/velocity/velocity/1.4/velocity-1.4.jar"/> 30 <classpathentry kind="lib" path="/home/josh/lib/eclipse-3.2/plugins/org.junit_3.8.1/junit.jar"/> 31 <classpathentry kind="lib" path="/home/josh/lib/eclipse-3.2/plugins/org.codehaus.groovy.eclipse_1.0.0/lib/groovy-all-1.0-RC-01-SNAPSHOT.jar"/> 30 32 <classpathentry kind="output" path="target/classes"/> 31 33 </classpath> -
trunk/components/client/classpath.xml
r726 r1039 39 39 <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 40 40 <file name="omero/jbossall-client/4.0.4.GA/jbossall-client-4.0.4.GA.jar"/> 41 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>41 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 42 42 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 43 43 <file name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 58 58 <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 59 59 <include name="omero/jbossall-client/4.0.4.GA/jbossall-client-4.0.4.GA.jar"/> 60 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>60 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 61 61 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 62 62 <include name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 80 80 <file name="omero/jbossall-client/4.0.4.GA/jbossall-client-4.0.4.GA.jar"/> 81 81 <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 82 <file name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>83 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>82 <file name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 83 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 84 84 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 85 85 <file name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> … … 104 104 <include name="omero/jbossall-client/4.0.4.GA/jbossall-client-4.0.4.GA.jar"/> 105 105 <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 106 <include name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>107 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>106 <include name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 107 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 108 108 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 109 109 <include name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/common/.classpath
r825 r1039 27 27 <classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 28 28 <classpathentry kind="var" path="M2_REPO/org/hibernate/jtidy/r8-21122004/jtidy-r8-21122004.jar"/> 29 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>30 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>29 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 30 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 31 31 <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 32 32 <classpathentry kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/common/classpath.xml
r825 r1039 44 44 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 45 45 <file name="org/hibernate/jtidy/r8-21122004/jtidy-r8-21122004.jar"/> 46 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>46 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 47 47 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 48 48 <file name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 68 68 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 69 69 <include name="org/hibernate/jtidy/r8-21122004/jtidy-r8-21122004.jar"/> 70 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>70 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 71 71 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 72 72 <include name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 95 95 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 96 96 <file name="org/hibernate/jtidy/r8-21122004/jtidy-r8-21122004.jar"/> 97 <file name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>98 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>97 <file name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 98 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 99 99 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 100 100 <file name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> … … 124 124 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 125 125 <include name="org/hibernate/jtidy/r8-21122004/jtidy-r8-21122004.jar"/> 126 <include name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>127 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>126 <include name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 127 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 128 128 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 129 129 <include name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/common/test/ome/system/utests/ContextTest.java
r709 r1039 9 9 10 10 import org.springframework.beans.BeansException; 11 import org.springframework.beans.factory.config.BeanReferenceFactoryBean;12 11 import org.springframework.beans.factory.config.ConstructorArgumentValues; 13 12 import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer; 14 13 import org.springframework.beans.factory.config.RuntimeBeanReference; 15 import org.springframework.beans.factory.config.TypedStringValue;16 import org.springframework.beans.factory.support.ManagedMap;17 14 import org.springframework.beans.factory.support.RootBeanDefinition; 18 15 import org.springframework.context.ApplicationContext; -
trunk/components/dsl/.classpath
r726 r1039 15 15 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 16 16 <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 17 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>18 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>17 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 18 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 19 19 <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 20 20 <classpathentry kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/dsl/classpath.xml
r726 r1039 32 32 <file name="groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 33 33 <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 34 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>34 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 35 35 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 36 36 <file name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 44 44 <include name="groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 45 45 <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 46 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>46 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 47 47 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 48 48 <include name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 59 59 <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 60 60 <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 61 <file name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>62 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>61 <file name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 62 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 63 63 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 64 64 <file name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> … … 76 76 <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 77 77 <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 78 <include name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>79 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>78 <include name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 79 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 80 80 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 81 81 <include name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/rendering/.classpath
r726 r1039 18 18 <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 19 19 <classpathentry kind="var" path="M2_REPO/omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 20 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>21 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>20 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 21 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 22 22 <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 23 23 <classpathentry kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/rendering/classpath.xml
r726 r1039 35 35 <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 36 36 <file name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 37 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>37 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 38 38 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 39 39 <file name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 50 50 <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 51 51 <include name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 52 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>52 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 53 53 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 54 54 <include name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 68 68 <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 69 69 <file name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 70 <file name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>71 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>70 <file name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 71 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 72 72 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 73 73 <file name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> … … 88 88 <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 89 89 <include name="omero/romio/3.0-TRUNK/romio-3.0-TRUNK.jar"/> 90 <include name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>91 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>90 <include name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 91 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 92 92 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 93 93 <include name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/romio/.classpath
r726 r1039 17 17 <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 18 18 <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 19 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>20 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>19 <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 20 <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 21 21 <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 22 22 <classpathentry kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/romio/classpath.xml
r726 r1039 34 34 <file name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 35 35 <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 36 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>36 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 37 37 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 38 38 <file name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 48 48 <include name="omero/common/3.0-TRUNK/common-3.0-TRUNK.jar"/> 49 49 <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 50 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>50 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 51 51 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 52 52 <include name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 65 65 <file name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 66 66 <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 67 <file name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>68 <file name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>67 <file name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 68 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 69 69 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 70 70 <file name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> … … 84 84 <include name="omero/dsl/3.0-TRUNK/dsl-3.0-TRUNK.jar"/> 85 85 <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 86 <include name="org/springframework/spring-mock/2.0 -rc1/spring-mock-2.0-rc1.jar"/>87 <include name="org/springframework/spring/2.0 -rc1/spring-2.0-rc1.jar"/>86 <include name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 87 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 88 88 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 89 89 <include name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/server/.classpath
r1011 r1039 42 42 <classpathentry exported="true" kind="var" path="M2_REPO/org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 43 43 <classpathentry exported="true" sourcepath="/HIBERNATE_SVN/src" kind="var" path="M2_REPO/org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 44 <classpathentry exported="true" sourcepath="/SPRING_HOME/src" kind="var" path="M2_REPO/org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 45 <classpathentry exported="true" sourcepath="/SPRING_HOME" kind="var" path="M2_REPO/org/springframework/spring-mock/2.0-rc1/spring-mock-2.0-rc1.jar"/> 46 <classpathentry exported="true" sourcepath="/SPRING_HOME" kind="var" path="M2_REPO/org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 44 <classpathentry exported="true" sourcepath="/SPRING_HOME" kind="var" path="M2_REPO/org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 45 <classpathentry exported="true" sourcepath="/SPRING_HOME" kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar"/> 47 46 <classpathentry exported="true" kind="var" path="M2_REPO/qdox/qdox/1.5/qdox-1.5.jar"/> 48 47 <classpathentry exported="true" kind="var" path="M2_REPO/testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> -
trunk/components/server/classpath.xml
r1011 r1039 60 60 <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 61 61 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 62 <file name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 63 <file name="org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 62 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 64 63 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 65 64 <file name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 103 102 <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 104 103 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 105 <include name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 106 <include name="org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 104 <include name="org/springframework/spring/2.0/spring-2.0.jar"/> 107 105 <include name="qdox/qdox/1.5/qdox-1.5.jar"/> 108 106 <include name="velocity-tools/velocity-tools-generic/1.1/velocity-tools-generic-1.1.jar"/> … … 149 147 <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 150 148 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 151 <file name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/> 152 <file name="org/springframework/spring-mock/2.0-rc1/spring-mock-2.0-rc1.jar"/> 153 <file name="org/springframework/spring/2.0-rc1/spring-2.0-rc1.jar"/> 149 <file name="org/springframework/spring-mock/2.0/spring-mock-2.0.jar"/> 150 <file name="org/springframework/spring/2.0/spring-2.0.jar"/> 154 151 <file name="qdox/qdox/1.5/qdox-1.5.jar"/> 155 152 <file name="testng/testng/4.7-jdk15/testng-4.7-jdk15.jar"/> … … 197 194 <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 198 195 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> 199 <include name="org/springframework/spring-hibernate3/2.0-rc1/spring-hibernate3-2.0-rc1.jar"/>
