# # ChangeLog for branches/supervisor/target # # Generated by Trac 1.0.8 # 06/29/24 14:25:14 Fri, 18 Oct 2013 14:09:36 GMT stoda [106] * branches/supervisor/src/main/java/omq/common/broker/Broker.java (modified) * branches/supervisor/src/main/java/omq/common/broker/RemoteMultiBroker.java (added) * branches/supervisor/src/main/java/omq/server/InvocationThread.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteObject.java (modified) * branches/supervisor/src/main/java/omq/supervisor/Supervisor.java (modified) * branches/supervisor/src/main/java/omq/supervisor/SupervisorImpl.java (modified) * branches/supervisor/src/main/java/omq/supervisor/SupervisorThread.java (deleted) * branches/supervisor/src/main/resources/log4j.xml (modified) * branches/supervisor/src/test/java/omq/test/supervisor/SleepTest.java (modified) * branches/supervisor/target/classes/log4j.xml (deleted) * branches/supervisor/target/classes/log4j.xml.svntmp (deleted) abans que la segueixi liant... Wed, 16 Oct 2013 11:01:04 GMT stoda [104] * branches/supervisor/src/main/java/omq/client/annotation/MultiMethod.java (modified) * branches/supervisor/src/main/java/omq/client/proxy/Proxymq.java (modified) * branches/supervisor/src/main/java/omq/common/message/Request.java (modified) * branches/supervisor/src/test/java/omq/test/multiProcess/NumberClient.java (modified) * branches/supervisor/target/classes/log4j.xml (added) * branches/supervisor/target/classes/log4j.xml.svntmp (added) MultiMethod without numWait -> it depends on the timeout Tue, 15 Oct 2013 11:21:33 GMT stoda [103] * branches/supervisor/src/main/java/omq/common/broker/HasObject.java (modified) * branches/supervisor/src/main/java/omq/common/broker/RemoteBroker.java (modified) * branches/supervisor/src/main/java/omq/common/broker/RemoteBrokerImpl.java (modified) * branches/supervisor/src/main/java/omq/supervisor/Supervisor.java (modified) * branches/supervisor/src/main/java/omq/supervisor/SupervisorImpl.java (modified) * branches/supervisor/src/main/java/omq/supervisor/SupervisorThread.java (modified) * branches/supervisor/src/test/java/omq/test/supervisor/SleepTest.java (modified) * branches/supervisor/target/classes/log4j.xml (deleted) Supervisor done TODO: revise supervisor Mon, 14 Oct 2013 14:38:34 GMT stoda [102] * branches/supervisor/src/main/java/omq/common/util/OmqConnectionFactory.java (modified) * branches/supervisor/src/main/java/omq/common/util/ParameterQueue.java (modified) * branches/supervisor/src/main/java/omq/server/InvocationThread.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteThreadPool.java (modified) * branches/supervisor/src/test/java/omq/test/lock/SleepTest.java (modified) * branches/supervisor/src/test/java/omq/test/multiThread/ThreadTest.java (modified) * branches/supervisor/src/test/java/omq/test/multiThread2/MultiThreadTest.java (modified) * branches/supervisor/src/test/java/omq/test/multiThread2/PrintTest.java (modified) * branches/supervisor/src/test/java/omq/test/remotePool/RemotePoolTest.java (modified) * branches/supervisor/src/test/java/omq/test/supervisor/SleepTest.java (modified) * branches/supervisor/target/classes/log4j.xml (added) All tests working TODO sometimes exceptiontest fails Tue, 01 Oct 2013 17:28:26 GMT stoda [94] * branches/supervisor/src/main/java/omq/supervisor/SupervisorImpl.java (modified) * branches/supervisor/src/main/java/omq/supervisor/SupervisorThread.java (modified) * branches/supervisor/src/test/java/omq/test/supervisor/SleepTest.java (modified) * branches/supervisor/target/classes/log4j.xml (deleted) TODO: look if everything works Tue, 01 Oct 2013 10:02:41 GMT stoda [92] * branches/supervisor/src/main/java/omq/client/proxy/Proxymq.java (modified) * branches/supervisor/src/main/java/omq/common/broker/Broker.java (modified) * branches/supervisor/src/main/java/omq/common/broker/RemoteBroker.java (modified) * branches/supervisor/src/main/java/omq/common/broker/RemoteBrokerImpl.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteObject.java (modified) * branches/supervisor/src/main/java/omq/supervisor/ISupervisor.java (deleted) * branches/supervisor/src/main/java/omq/supervisor/MultiBroker.java (deleted) * branches/supervisor/src/main/java/omq/supervisor/OmqSettings.java (modified) * branches/supervisor/src/main/java/omq/supervisor/Supervisor.java (modified) * branches/supervisor/src/main/java/omq/supervisor/SupervisorImpl.java (added) * branches/supervisor/src/main/java/omq/supervisor/SupervisorThread.java (added) * branches/supervisor/src/test/java/omq/test/lock/SleepTest.java (modified) * branches/supervisor/src/test/java/omq/test/supervisor (added) * branches/supervisor/src/test/java/omq/test/supervisor/Sleep.java (added) * branches/supervisor/src/test/java/omq/test/supervisor/SleepImpl.java (added) * branches/supervisor/src/test/java/omq/test/supervisor/SleepTest.java (added) * branches/supervisor/target/classes/log4j.xml (added) TODO: delete in supervisor check the code Fri, 27 Sep 2013 15:50:41 GMT stoda [91] * branches/supervisor/src/main/java/omq/common/broker/Broker.java (modified) * branches/supervisor/src/main/java/omq/common/broker/HasObject.java (added) * branches/supervisor/src/main/java/omq/common/broker/RemoteBroker.java (added) * branches/supervisor/src/main/java/omq/common/broker/RemoteBrokerImpl.java (added) * branches/supervisor/src/main/java/omq/server/InvocationThread.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteObject.java (modified) * branches/supervisor/src/main/java/omq/server/RemoteWrapper.java (modified) * branches/supervisor/src/main/java/omq/supervisor (added) * branches/supervisor/src/main/java/omq/supervisor/ISupervisor.java (added) * branches/supervisor/src/main/java/omq/supervisor/MultiBroker.java (added) * branches/supervisor/src/main/java/omq/supervisor/OmqSettings.java (added) * branches/supervisor/src/main/java/omq/supervisor/Supervisor.java (added) * branches/supervisor/src/test/java/omq/test/lock (added) * branches/supervisor/src/test/java/omq/test/lock/Sleep.java (added) * branches/supervisor/src/test/java/omq/test/lock/SleepImpl.java (added) * branches/supervisor/src/test/java/omq/test/lock/SleepTest.java (added) * branches/supervisor/target/classes/log4j.xml (deleted) Semaphores added and removed, ack error discovered and solutioned... ... Tue, 24 Sep 2013 09:58:16 GMT stoda [90] * branches/supervisor (copied) Omq with supervisor Mon, 15 Jul 2013 08:57:03 GMT stoda [86] * trunk/src/main/resources/log4j.xml (modified) * trunk/target/classes/log4j.xml (modified) log4j INFO