Commit graph

141 commits

Author SHA1 Message Date
Viktor Klang
5168bb5cae Uncommenting SSL support 2010-08-04 13:31:41 +02:00
Viktor Klang
2a1ec37682 Merge with master 2010-08-03 11:40:25 +02:00
Jonas Bonér
add77029e0 Added TypedActor and TypedTransactor base classes.
Renamed ActiveObject factory object to TypedActor.
Improved network protocol for TypedActor.
Remote TypedActors now identified by UUID.
2010-07-26 20:03:33 +02:00
Jonas Bonér
7ddc553176 Now uses 'Duration' for all time properties in config 2010-07-23 04:54:21 +02:00
Viktor Klang
96533ee381 Fixing case 334 2010-07-19 21:47:28 +02:00
Jonas Bonér
30efc7e125 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	config/akka-reference.conf
2010-07-18 07:30:19 +02:00
Jonas Bonér
2cdfdb2e26 Fixed bug in using STM together with Active Objects 2010-07-18 07:13:43 +02:00
Viktor Klang
1670b8ab2b Adding support for maxInactiveActivity 2010-07-16 01:32:52 +02:00
Viktor Klang
d748bd5e9e Initial code, ble to turn ssl on/off, not verified 2010-07-15 21:33:44 +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
4d130d544d Fixed deadlock when Transactor is restarted in the middle of a transaction 2010-07-14 12:51:00 +02:00
Peter Vlugter
71fedd9128 Removed isTransactionalityEnabled 2010-06-20 10:10:09 +12:00
Peter Vlugter
f9e52b5e0d Removed unused stm config options from akka conf 2010-06-20 09:27:43 +12:00
Jonas Bonér
ecc26c7380 Fixed bug in setting sender ref + changed version to 0.10 2010-06-08 20:46:12 +02:00
Jonas Bonér
cb62ce4dbb Bumped version to 0.10-SNAPSHOT 2010-06-08 10:15:06 +02:00
Jonas Bonér
e36c1aad2a Upgraded to version 0.9.1 2010-06-07 09:57:48 +02:00
Jonas Bonér
43aecb6e42 Fixed bug in remote actors + improved scaladoc 2010-06-04 15:58:26 +02:00
Jonas Bonér
7ed3ad3798 Removed trailing whitespace 2010-06-01 18:41:39 +02:00
Jonas Bonér
d7966171d8 Cleaned up 'Supervisor' code and ScalaDoc + renamed dispatcher throughput option in config to 'dispatcher.throughput' 2010-05-31 15:40:55 +02:00
Jonas Bonér
baed657e34 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	config/akka-reference.conf
2010-05-30 12:52:33 +02:00
Jonas Bonér
4b03a9904c Fixed bug in STM and Persistence integration: added trait Abortable and added abort methods to all Persistent datastructures and removed redundant errornous atomic block 2010-05-30 12:51:24 +02:00
Viktor Klang
1eb7c1439f Ported akka-sample-secure 2010-05-29 15:24:06 +02:00
Viktor Klang
5f405fb483 Looks promising! 2010-05-28 23:13:37 +02:00
Viktor Klang
ad53bbac3e Merge branch 'master' of github.com:jboner/akka into wip-akka-rest-fix 2010-05-28 19:27:29 +02:00
Jonas Bonér
ffce95a769 Fix of issue #235 2010-05-28 16:32:11 +02:00
Peter Vlugter
a7355a1f19 Added default dispatch.throughput value to akka-reference.conf 2010-05-27 15:58:28 +12:00
Viktor Klang
f82d25d998 Tweaking akka-reference.conf 2010-05-26 23:39:50 +02:00
Viktor Klang
461bec2edd Initial attempt at fixing akka rest 2010-05-25 21:53:49 +02:00
Jonas Bonér
1a5040909c Upgraded to Cassandra 0.6.1 2010-05-25 12:24:15 +02:00
Jonas Bonér
5bb8dbc7c2 Fixed bug in Transaction.Local persistence management 2010-05-25 09:45:09 +02:00
Jonas Bonér
d1c910ced2 Fixed bug in issue #211; Transaction.Global.atomic {...} management 2010-05-24 14:13:16 +02:00
Jonas Bonér
ad3b905a9e Add the possibility to start Akka kernel or use Akka as dependency JAR *without* setting AKKA_HOME or have an akka.conf defined somewhere. Also moved JGroupsClusterActor into akka-core and removed akka-cluster module 2010-05-21 14:50:56 +02:00
Jonas Bonér
1cc28c8df6 Improved error handling and message for Config 2010-05-16 20:44:22 +02:00
Jonas Bonér
b2b4b7d799 Rewritten "home" address management and protocol, all test pass except 2 2010-05-16 10:59:06 +02:00
Jonas Bonér
21e6085864 Refactored code into ActorRef, LocalActorRef and RemoteActorRef 2010-05-13 15:40:49 +02:00
Viktor Klang
086aeed757 Added Kerberos config 2010-05-06 22:28:32 +02:00
Jonas Bonér
b4c7158b61 Cleaned up JTA stuff 2010-04-20 13:32:34 +02:00
Jonas Bonér
98d5c4adb1 Finalized the JTA support 2010-04-20 11:44:26 +02:00
Jonas Bonér
d5da87986a jta-enabled stm 2010-04-17 19:28:14 +02:00
Jonas Bonér
27c54dedc1 Merge branch 'master' into jta 2010-04-17 18:24:48 +02:00
Jonas Bonér
dcaa743f80 added TransactionManagerDetector 2010-04-17 18:24:41 +02:00
Jonas Bonér
bc49036d40 fixed bug in config file 2010-04-12 07:03:52 +02:00
Jonas Bonér
c9f0a87279 Added API to add listeners to subscribe to Error, Connect and Disconnect events on RemoteClient 2010-04-06 15:07:02 +02:00
Jonas Bonér
c382e449a0 cleaned up packaging in samples to all be "sample.x" 2010-04-05 12:32:15 +02:00
rossputin
092485e993 fix for comments 2010-04-04 09:53:23 +01:00
Debasish Ghosh
954ae0074b new redisclient with support for clustering 2010-04-02 16:48:02 +05:30
Jonas Bonér
dc6e9a7dcb Updated version to 0.8x 2010-03-30 19:37:48 +02:00
Jonas Bonér
7f7a0485b2 upgraded to 0.7 2010-03-20 11:36:06 +01:00
Jonas Bonér
3259ef4992 Merge branch 'master' of git@github.com:jboner/akka 2010-03-20 09:50:08 +01:00
Jonas Bonér
3c29ced378 Added tests to AgentTest and cleaned up Agent 2010-03-20 09:49:59 +01:00