FailedChanges

Summary

  1. Continued OpenHab integration: (details)
  2. Continued integration of IntelliHouse and OpenHab. (details)
  3. Continued IntelliHouse-OpenHAB-integration. (details)
Commit 2507ee5dc9bea73e3db9ef7fdeb7419d758c74fe by marco
Continued OpenHab integration:

* Made RpcServiceRegistry hold and return singleton-services rather than
creating new instances.
* Introduced ServiceRegistry to be used instead of ServiceLoaded to be
able to add OSGi stuff.
The file was addedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/service/ServiceRegistryDelegate.java
The file was addedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/service/ServiceRegistryEvent.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/jaxb/IntelliHouseJaxbContextProviderImpl.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/rpc/RpcServiceRegistry.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/rpc/RpcContext.java
The file was modifiedhouse.intelli/house.intelli.raspi/src/main/resources/house/intelli/raspi/spring-context-local.xml
The file was addedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/service/ServiceRegistryListener.java
The file was modifiedhouse.intelli/house.intelli.core/src/test/java/house/intelli/core/rpc/HttpRpcClientTransportTest.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/util/StringUtil.java
The file was addedhouse.intelli/house.intelli.core/src/test/java/house/intelli/core/rpc/OpenHabIT.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/rpc/RpcServiceExecutor.java
The file was modifiedhouse.intelli/house.intelli.raspi/src/main/resources/META-INF/spring/spring-context.xml
The file was addedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/rpc/HttpRpcClientTransportProvider.java
The file was addedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/service/AbstractServiceRegistryDelegate.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/jaxb/IntelliHouseJaxbContext.java
The file was addedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/service/ServiceLoaderServiceRegistryDelegate.java
The file was modifiedhouse.intelli/house.intelli.raspi/src/main/java/house/intelli/raspi/IntelliHouseRaspi.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/rpc/RpcServerTransport.java
The file was addedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/service/ServiceRegistry.java
The file was modifiedhouse.intelli/house.intelli.core/src/main/java/house/intelli/core/rpc/AbstractRpcServerTransport.java
Commit 57740f3a62e03937ef5f925d55e1fde00e8f1df8 by marco
Continued integration of IntelliHouse and OpenHab.
The file was modifiedhouse.intelli/org.openhab.binding.intellihouse/META-INF/MANIFEST.MF
Commit 46ceb25624712bfe22d214d1d75cdb2e2dd2a6fe by marco
Continued IntelliHouse-OpenHAB-integration.
The file was addedhouse.intelli/org.openhab.binding.intellihouse/src/main/java/org/openhab/binding/intellihouse/rpc/echo/OsgiEchoRpcService.java
The file was addedhouse.intelli/org.openhab.binding.intellihouse/OSGI-INF/OsgiEchoRpcService.xml
The file was addedhouse.intelli/org.openhab.binding.intellihouse/src/main/java/org/openhab/binding/intellihouse/servlet/BaseServlet.java
The file was addedhouse.intelli/org.openhab.binding.intellihouse/OSGI-INF/RpcServlet.xml
The file was addedhouse.intelli/org.openhab.binding.intellihouse/src/main/java/org/openhab/binding/intellihouse/IntelliHouseActivator.java
The file was addedhouse.intelli/org.openhab.binding.intellihouse/src/main/java/org/openhab/binding/intellihouse/servlet/RpcServlet.java