Commit graph

20 commits

Author SHA1 Message Date
Jonas Bonér
c3d723ca61 Added serialization of actor mailbox 2010-06-24 08:48:48 +02:00
Jonas Bonér
95d4504bbb fixed mem-leak in Active Object + reorganized SerializableActor traits 2010-06-23 10:23:52 +02:00
Heiko Seeberger
2128dcda3b re #281: Made akka-core compile and test after breaking changes introduced by removing the type parameter from ActorRef.!!. 2010-06-21 12:25:24 +02:00
Heiko Seeberger
a2dc2017d0 Merge branch 'master' into 281-hseeberger
Conflicts:
	akka-core/src/test/scala/InMemoryActorSpec.scala
	akka-core/src/test/scala/StmSpec.scala
2010-06-21 09:31:02 +02:00
Peter Vlugter
79e54d1f00 Updated imports to use stm package objects 2010-06-20 09:29:23 +12:00
Peter Vlugter
c5caf5832c Configurable TransactionFactory 2010-06-20 09:27:43 +12:00
Peter Vlugter
e18305c699 Updated stm tests 2010-06-20 09:27:43 +12:00
Peter Vlugter
fa044ca1ad Removed TransactionalState and TransactionalRef 2010-06-20 09:27:43 +12:00
Heiko Seeberger
516cad81ba Merge branch 'master' into 281-hseeberger
Conflicts:
	akka-core/src/main/scala/remote/RemoteServer.scala
2010-06-19 15:54:51 +02:00
Heiko Seeberger
4ba1c584f1 re #281: Removed type parameter from ActorRef.!! which now returns Option[Any] and added Helpers.narrow and Helpers.narrowSilently. 2010-06-18 16:31:25 +02:00
Jonas Bonér
ac5b0882ea Added fromProtobufToLocalActorRef serialization, all old test passing 2010-06-17 07:30:07 +02:00
Jonas Bonér
56e7428e47 Removed trailing whitespace 2010-06-01 18:41:39 +02:00
Jonas Bonér
d8cd6e67dc Added test for tested Transactors 2010-05-30 16:01:18 +02:00
Jonas Bonér
c22e564b74 Fixed issue with CommitBarrier and its registered callbacks + Added compensating 'barrier.decParties' to each 'barrier.incParties' 2010-05-28 23:50:08 +02:00
Jonas Bonér
60c08e9524 Fixed bug in issue #211; Transaction.Global.atomic {...} management 2010-05-24 14:13:16 +02:00
Jonas Bonér
7cbe355c9b Added failing test for issue #211; triggering CommitBarrierOpenException 2010-05-24 13:13:34 +02:00
Jonas Bonér
bc88704d5b Updated pom.xml for Java test to 0.9 2010-05-24 12:31:04 +02:00
Jonas Bonér
22116b922a akka-core now compiles 2010-05-02 10:40:13 +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
Jonas Bonér
f04fbba47b Refactored STM API into Transaction.Global and Transaction.Local, fixes issues with "atomic" outside actors 2010-04-05 11:53:43 +02:00