CdmApplicationRemoteConfiguration : removed spring bean name hack, since we now have...
authorCherian Mathew <c.mathew@bgbm.org>
Fri, 4 Apr 2014 09:27:04 +0000 (09:27 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Fri, 4 Apr 2014 09:27:04 +0000 (09:27 +0000)
commit0d17eac30235520f85d832133340adf81cd163da
tree45fe5569e375b6b6d4b75c6638397035529b1688
parent3345efc070f029686a6dd17f775d220fa3573c4d
CdmApplicationRemoteConfiguration : removed spring bean name hack, since we now have a new controller
CdmApplicationRemoteController : new Controller class to handle remoting
AbstractLazyInitializer / AbstractPersistentCollection : added missing methods to check if proxy object is initialized
CdmRemoteSourceTest : Added new test class to test the CDM Remote Source
httpInvokerServiceClients.xml : added primer service
.gitattributes
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/application/CdmApplicationRemoteConfiguration.java
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/application/CdmApplicationRemoteController.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.cdmlib/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
eu.etaxonomy.taxeditor.cdmlib/src/main/java/org/hibernate/proxy/AbstractLazyInitializer.java
eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/httpInvokerServiceClients.xml
eu.etaxonomy.taxeditor.cdmlib/src/test/java/eu/etaxonomy/taxeditor/remoting/CdmRemoteSourceTest.java [new file with mode: 0644]