Commit graph

1005 commits

Author SHA1 Message Date
Viktor Klang
ca88bf237e Removed jndi.properties 2010-04-19 23:49:39 +02:00
Viktor Klang
c0b35fec55 Merge branch 'master' of git@github.com:jboner/akka 2010-04-19 20:49:53 +02:00
Jonas Bonér
4ec7f8f316 added sbt plugin file 2010-04-16 14:36:51 +02:00
Jonas Bonér
1dee9d5898 Added Cassandra logging dependencies to the compile jars 2010-04-16 09:23:24 +02:00
Peter Vlugter
b60604eb13 updating TransactionalRef to be properly monadic 2010-04-16 15:11:59 +08:00
Peter Vlugter
10016df2a7 tests for TransactionalRef in for comprehensions 2010-04-16 15:11:59 +08:00
Peter Vlugter
9545efacd5 tests for TransactionalRef 2010-04-16 15:11:58 +08:00
Jonas Bonér
5fc8ad229e converted tabs to spaces 2010-04-16 01:48:53 +02:00
Jonas Bonér
2ce690d9eb Updated old scaladoc 2010-04-16 00:02:38 +02:00
Viktor Klang
e42b1f888d Removed Scala 2.8 deprecation warnings 2010-04-15 16:05:16 +02:00
Jonas Bonér
ce173d7351 Merge branch 'master' of git@github.com:jboner/akka 2010-04-15 14:05:20 +02:00
rossputin
3c4efcbd10 update instructions for chat running chat sample 2010-04-14 20:33:46 +01:00
Jonas Bonér
0f3803d111 Added AtomicTemplate to allow atomic blocks from Java code 2010-04-14 20:54:27 +02:00
Debasish Ghosh
6b83b84ee9 Redis client now implements pubsub. Also included a sample app for RedisPubSub in akka-samples 2010-04-14 23:50:26 +05:30
Jonas Bonér
0268f6f847 fixed bug with ignoring timeout in Java API 2010-04-14 15:37:29 +02:00
Michael Kober
4cedc47ce0 Merge branch 'link-active-objects' 2010-04-14 10:01:07 +02:00
Michael Kober
396ae43235 implemented link/unlink for active objects 2010-04-14 09:56:01 +02:00
Viktor Klang
baabcef4db Merge branch 'master' of git@github.com:jboner/akka 2010-04-13 20:30:18 +02:00
Jonas Bonér
d1dcb81ed3 added compile options 2010-04-12 07:29:24 +02:00
Jonas Bonér
4f64769d0e fixed bug in config file 2010-04-12 07:03:52 +02:00
Viktor Klang
e41da8223e Documented replyTo 2010-04-11 00:00:18 +02:00
Viktor Klang
e83a57b7b0 Moved a runtime error to compile time 2010-04-11 00:00:06 +02:00
Viktor Klang
cd9477dfe2 Refactored _isEventBased into the MessageDispatcher 2010-04-10 23:59:40 +02:00
Viktor Klang
043f9f642e Readded more SBinary functionality 2010-04-10 00:50:57 +02:00
Jonas Bonér
bcd8132464 Merge branch 'master' of git@github.com:jboner/akka 2010-04-09 14:24:48 +02:00
Jonas Bonér
5893b04774 cleaned up remote tests + remvod akkaHome from sbt build file 2010-04-09 14:24:33 +02:00
Michael Kober
85756e18df added test for supervised remote active object 2010-04-09 13:27:22 +02:00
Jonas Bonér
6ed887fb7b fixed bug in Agent.scala, fixed bug in RemoteClient.scala, fixed problem with tests 2010-04-09 11:16:38 +02:00
Peter Vlugter
1e789b3648 Initial values possible for TransactionalRef, TransactionalMap, and TransactionalVector 2010-04-09 14:25:04 +08:00
Peter Vlugter
ebab76b348 Added alter method to TransactionalRef 2010-04-09 14:25:03 +08:00
Peter Vlugter
e780ba0f82 fix for HashTrie: apply and + now return HashTrie rather than Map 2010-04-09 14:25:03 +08:00
Jan Kronquist
edba42e23a Merge branch 'master' of git@github.com:jboner/akka 2010-04-08 20:53:00 +02:00
Jan Kronquist
cda65ba830 Started working on issue #121 Added actorFor to get the actor for an activeObject 2010-04-08 20:52:22 +02:00
Jonas Bonér
441ad40856 improved scaladoc for Actor.scala 2010-04-08 17:05:59 +02:00
Jonas Bonér
ed7b51e4d4 removed Actor.remoteActor factory method since it does not work 2010-04-08 17:03:48 +02:00
Jonas Bonér
7b28f56a16 Merge branch 'master' of git@github.com:jboner/akka into sbt 2010-04-07 21:29:00 +02:00
Jonas Bonér
76d1e13baf Cleaned up sbt build file + upgraded to sbt 0.7.3 2010-04-07 21:09:15 +02:00
Viktor Klang
a7abe34d05 Merge branch 'either_sender_future' 2010-04-07 20:55:16 +02:00
Viktor Klang
acd6f19562 Removed uglies 2010-04-07 20:54:53 +02:00
Jonas Bonér
fdaa6f4195 Improved ScalaDoc in Actor 2010-04-07 19:41:21 +02:00
Jonas Bonér
2246cd8b88 added a method to retrieve the supervisor for an actor + a message Unlink to unlink himself 2010-04-07 18:49:22 +02:00
Jonas Bonér
c095a1c211 Merge branch 'master' of git@github.com:jboner/akka 2010-04-07 15:36:13 +02:00
Jonas Bonér
3679865276 fixed bug in nested supervisors + added tests + added latch to agent tests 2010-04-07 15:35:43 +02:00
Michael Kober
8dfa12d924 fixed @inittransactionalstate, updated pom for spring java tests
changed timeout in declarative config from Int to Long
2010-04-07 14:35:47 +02:00
Jonas Bonér
0d60400790 Fixed: Akka kernel now loads all jars wrapped up in the jars in the ./deploy dir 2010-04-07 14:23:58 +02:00
Viktor Klang
2593fd3ab3 Change sender and senderfuture to Either 2010-04-06 22:37:34 +02:00
Jonas Bonér
e4e96f61c8 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
784ca9e750 Added Logging trait back to Actor 2010-04-06 12:52:37 +02:00
Jonas Bonér
91fe6a3a98 Now doing a 'reply(..)' to remote sender after receiving a remote message through '!' works. Added tests.
Also removed the Logging trait from Actor for lower memory footprint.
2010-04-06 12:45:09 +02:00
Jonas Bonér
94d472eac2 Merge branch 'master' of git@github.com:jboner/akka 2010-04-05 13:56:36 +02:00