Debasish Ghosh
|
14baf43ad1
|
redisclient & sjson jar - 2.8.0 version
|
2010-07-15 17:33:16 +05:30 |
|
Debasish Ghosh
|
d1688ba0bb
|
redisclient & sjson jar - 2.8.0 version
|
2010-07-15 17:33:16 +05:30 |
|
Martin Krasser
|
3e42d822e5
|
Merge commit 'remotes/origin/master' into 320-krasserm
|
2010-07-15 07:47:24 +02:00 |
|
Martin Krasser
|
c24446e3ce
|
Merge commit 'remotes/origin/master' into 320-krasserm
|
2010-07-15 07:47:24 +02:00 |
|
Martin Krasser
|
5ba45bffcf
|
Camel's non-blocking routing engine now fully supported
|
2010-07-15 07:43:08 +02:00 |
|
Martin Krasser
|
11611a4e18
|
Camel's non-blocking routing engine now fully supported
|
2010-07-15 07:43:08 +02:00 |
|
Viktor Klang
|
2f2d16a34f
|
Merge branch 'master' into wip_141_SSL_enable_remote_actors
|
2010-07-14 22:38:20 +02:00 |
|
Viktor Klang
|
c9745a81c4
|
Merge branch 'master' into wip_141_SSL_enable_remote_actors
|
2010-07-14 22:38:20 +02:00 |
|
Viktor Klang
|
335946fdae
|
Laying the foundation for current-message-resend
|
2010-07-14 20:08:08 +02:00 |
|
Viktor Klang
|
5a6783f846
|
Laying the foundation for current-message-resend
|
2010-07-14 20:08:08 +02:00 |
|
Jonas Bonér
|
9d8e6ad063
|
Moved logging of actor crash exception that was by-passed/hidden by STM exception
|
2010-07-14 16:10:22 +02:00 |
|
Jonas Bonér
|
a521385b27
|
Moved logging of actor crash exception that was by-passed/hidden by STM exception
|
2010-07-14 16:10:22 +02:00 |
|
Jonas Bonér
|
91da4321d2
|
Changed Akka config file syntax to JSON-style instead of XML style
Plus added missing test classes for ActiveObjectContextSpec
|
2010-07-14 16:04:37 +02:00 |
|
Jonas Bonér
|
6c0503ea51
|
Changed Akka config file syntax to JSON-style instead of XML style
Plus added missing test classes for ActiveObjectContextSpec
|
2010-07-14 16:04:37 +02:00 |
|
Jonas Bonér
|
809a00a469
|
Added ActorRef.receiveTimout to remote protocol and LocalActorRef serialization
|
2010-07-14 15:35:07 +02:00 |
|
Jonas Bonér
|
48ec67d754
|
Added ActorRef.receiveTimout to remote protocol and LocalActorRef serialization
|
2010-07-14 15:35:07 +02:00 |
|
momania
|
5264a5ae40
|
rpc typing and serialization
|
2010-07-14 15:20:04 +02:00 |
|
momania
|
e6c0620032
|
rpc typing and serialization
|
2010-07-14 15:20:04 +02:00 |
|
Jonas Bonér
|
17b752af8e
|
Removed 'reply' and 'reply_?' from Actor - now only usef 'self.reply' etc
|
2010-07-14 15:18:24 +02:00 |
|
Jonas Bonér
|
4be36cb247
|
Removed 'reply' and 'reply_?' from Actor - now only usef 'self.reply' etc
|
2010-07-14 15:18:24 +02:00 |
|
Jonas Bonér
|
1df89f454e
|
Removed Java Active Object tests, not needed now that we have them ported to Scala in the akka-core module
|
2010-07-14 14:46:09 +02:00 |
|
Jonas Bonér
|
28faea7cce
|
Removed Java Active Object tests, not needed now that we have them ported to Scala in the akka-core module
|
2010-07-14 14:46:09 +02:00 |
|
Jonas Bonér
|
49e572d06f
|
Fixed bug in Active Object restart, had no default life-cycle defined + added tests
|
2010-07-14 14:38:56 +02:00 |
|
Jonas Bonér
|
1f09e17d74
|
Fixed bug in Active Object restart, had no default life-cycle defined + added tests
|
2010-07-14 14:38:56 +02:00 |
|
Jonas Bonér
|
6ac052be04
|
Added tests for ActiveObjectContext
|
2010-07-14 13:47:24 +02:00 |
|
Jonas Bonér
|
2541176559
|
Added tests for ActiveObjectContext
|
2010-07-14 13:47:24 +02:00 |
|
Jonas Bonér
|
016c071f25
|
Fixed deadlock when Transactor is restarted in the middle of a transaction
|
2010-07-14 12:51:00 +02:00 |
|
Jonas Bonér
|
4d130d544d
|
Fixed deadlock when Transactor is restarted in the middle of a transaction
|
2010-07-14 12:51:00 +02:00 |
|
momania
|
4d0b503bf0
|
- make consumer restart when delegated handling actor fails
- made single object to flag test enable/disable
|
2010-07-14 10:18:01 +02:00 |
|
momania
|
7c347637a0
|
- make consumer restart when delegated handling actor fails
- made single object to flag test enable/disable
|
2010-07-14 10:18:01 +02:00 |
|
momania
|
8170b9741f
|
Test #328
|
2010-07-14 10:02:07 +02:00 |
|
momania
|
0f10d44783
|
Test #328
|
2010-07-14 10:02:07 +02:00 |
|
momania
|
ac5b770ad6
|
small refactor - use patternmatching better
|
2010-07-14 09:39:17 +02:00 |
|
momania
|
273de9e8c5
|
small refactor - use patternmatching better
|
2010-07-14 09:39:17 +02:00 |
|
Jonas Bonér
|
815c0ab967
|
Fixed 3 bugs in Active Objects and Actor supervision + changed to use Multiverse tryJoinCommit + improved logging + added more tracing + various misc fixes
|
2010-07-13 12:37:11 +02:00 |
|
Jonas Bonér
|
b98cfd5c1f
|
Fixed 3 bugs in Active Objects and Actor supervision + changed to use Multiverse tryJoinCommit + improved logging + added more tracing + various misc fixes
|
2010-07-13 12:37:11 +02:00 |
|
Martin Krasser
|
48aa70f03d
|
Further tests for non-blocking in-out message exchange with consumer actors.
|
2010-07-13 11:13:11 +02:00 |
|
Martin Krasser
|
8a19a11ce2
|
Further tests for non-blocking in-out message exchange with consumer actors.
|
2010-07-13 11:13:11 +02:00 |
|
Martin Krasser
|
f05b3b6109
|
re #320 Non-blocking in-out message exchanges with actors
Additionally:
- upgrade to Camel 2.4
- drop @consume support for actors
- some refactorings
|
2010-07-13 07:11:42 +02:00 |
|
Martin Krasser
|
ba75746c95
|
re #320 Non-blocking in-out message exchanges with actors
Additionally:
- upgrade to Camel 2.4
- drop @consume support for actors
- some refactorings
|
2010-07-13 07:11:42 +02:00 |
|
Viktor Klang
|
9351f6b10a
|
Closing ticket 294
|
2010-07-12 23:17:08 +02:00 |
|
Viktor Klang
|
abb186630c
|
Closing ticket 294
|
2010-07-12 23:17:08 +02:00 |
|
Viktor Klang
|
5d5d4794a7
|
Switching ActorRegistry storage solution
|
2010-07-12 22:05:18 +02:00 |
|
Viktor Klang
|
4717694440
|
Switching ActorRegistry storage solution
|
2010-07-12 22:05:18 +02:00 |
|
Debasish Ghosh
|
29a7ba62f0
|
added new jar for sjson for 2.8.RC7
|
2010-07-11 21:27:32 +05:30 |
|
Debasish Ghosh
|
c8f1a5ede1
|
added new jar for sjson for 2.8.RC7
|
2010-07-11 21:27:32 +05:30 |
|
Debasish Ghosh
|
addeeb5411
|
bug fix in redisclient, version upgraded to 1.4
|
2010-07-11 21:06:35 +05:30 |
|
Debasish Ghosh
|
bbd246a82d
|
bug fix in redisclient, version upgraded to 1.4
|
2010-07-11 21:06:35 +05:30 |
|
Jonas Boner
|
24da098acd
|
removed logging in cassandra
|
2010-07-11 12:25:51 +02:00 |
|
Jonas Boner
|
1d66d1b6a1
|
removed logging in cassandra
|
2010-07-11 12:25:51 +02:00 |
|