Jonas Bonér
117eb3bf92
Merge branch 'wip-typed-actor-jboner' into master
...
Conflicts:
akka-core/src/test/scala/ActiveObjectContextSpec.scala
akka-core/src/test/scala/ActiveObjectGuiceConfiguratorSpec.scala
akka-core/src/test/scala/ActorObjectUtilFunctionsSpec.scala
akka-core/src/test/scala/NestedTransactionalActiveObjectSpec.scala
akka-core/src/test/scala/NestedTransactionalTypedActorSpec.scala
akka-core/src/test/scala/RemoteTransactionalActiveObjectSpec.scala
akka-core/src/test/scala/RemoteTransactionalTypedActorSpec.scala
akka-core/src/test/scala/RestartNestedTransactionalActiveObjectSpec.scala
akka-core/src/test/scala/RestartNestedTransactionalTypedActorSpec.scala
akka-core/src/test/scala/RestartTransactionalActiveObjectSpec.scala
akka-core/src/test/scala/RestartTransactionalTypedActorSpec.scala
akka-core/src/test/scala/TransactionalActiveObjectSpec.scala
akka-core/src/test/scala/TransactionalTypedActorSpec.scala
akka-core/src/test/scala/TypedActorContextSpec.scala
akka-core/src/test/scala/TypedActorGuiceConfiguratorSpec.scala
akka-core/src/test/scala/TypedActorUtilFunctionsSpec.scala
akka-core/src/test/scala/actor/ActiveObjectContextSpec.scala
akka-core/src/test/scala/actor/ActiveObjectGuiceConfiguratorSpec.scala
akka-core/src/test/scala/actor/ActiveObjectLifecycleSpec.scala
akka-core/src/test/scala/actor/ActorObjectUtilFunctionsSpec.scala
akka-core/src/test/scala/actor/NestedTransactionalActiveObjectSpec.scala
akka-core/src/test/scala/actor/RestartNestedTransactionalActiveObjectSpec.scala
akka-core/src/test/scala/actor/RestartTransactionalActiveObjectSpec.scala
akka-core/src/test/scala/actor/TransactionalActiveObjectSpec.scala
akka-core/src/test/scala/remote/RemoteTransactionalActiveObjectSpec.scala
2010-07-28 20:21:59 +02:00
Jonas Bonér
684396b880
merged with upstream
2010-07-28 19:22:33 +02:00
Jonas Bonér
d6b728d298
Initial draft of UntypedActor for Java API
2010-07-28 13:08:24 +02:00
rossputin
1bd2e6c664
match readme to scaladoc in sample
2010-07-28 10:21:41 +01:00
Jonas Bonér
ed2d9d67ff
Implemented swapping TypedActor instance on restart
2010-07-28 00:58:52 +02:00
Jonas Bonér
918f0b37d6
TypedActor refactoring completed, all test pass except for some in the Spring module (commented them away for now).
2010-07-27 21:48:33 +02:00
Jonas Bonér
e33e92c77e
Converted all TypedActor tests to interface-impl, code and tests compile
2010-07-27 10:38:17 +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
3f0fba4654
Merge branch 'ticket_345'
...
Conflicts:
akka-core/src/test/scala/SchedulerSpec.scala
2010-07-26 12:27:14 +02:00
Jonas Bonér
552ee564e9
Fixed broken tests for Active Objects + added logging to Scheduler + fixed problem with SchedulerSpec
2010-07-26 12:19:17 +02:00
Martin Krasser
922259b171
Upload patched camel-jetty-2.4.0.1 that fixes concurrency bug (will be officially released with Camel 2.5.0)
...
See also https://issues.apache.org/activemq/browse/CAMEL-2986
2010-07-24 09:07:44 +02:00
Hiram Chirino
f62eb75798
move into the new test dispach directory.
2010-07-23 19:15:32 -04:00
Hiram Chirino
714a1c13f8
Merge branch 'master' of git://github.com/jboner/akka
2010-07-23 19:04:26 -04:00
momania
ff52aa91d7
re-arranged tests into folders/packages
2010-07-23 20:52:33 +02:00
Hiram Chirino
b49f43213a
Merge branch 'master' of git://github.com/jboner/akka
2010-07-23 14:08:42 -04:00
Jonas Bonér
f49dfa74b8
Merge branch 'master' of git@github.com:jboner/akka
2010-07-23 19:29:06 +02:00
momania
2c3431ac91
clean end state
2010-07-23 19:06:53 +02:00
momania
8a2716d640
cosmetic
2010-07-23 18:02:54 +02:00
momania
e91dc5cd45
- better restart strategy test
...
- make sure actor stops when restart strategy maxes out
- nicer patternmathing on lifecycle making sure lifecycle.get is never called anymore (sometimes gave nullpointer exceptions) - also applying the defaults in a nicer way
2010-07-23 16:38:14 +02:00
Hiram Chirino
f540ee1d33
update to the released version of hawtdispatch
2010-07-23 08:29:10 -04:00
momania
7288e832b3
proof restart strategy
2010-07-23 12:06:33 +02:00
momania
ec97e72da1
Test #307 - Proof schedule continues with retarted actor
2010-07-23 11:28:42 +02:00
Jonas Bonér
7ddc553176
Now uses 'Duration' for all time properties in config
2010-07-23 04:54:21 +02:00
momania
08d0d2c38d
Merge branch 'master' of git-proxy:jboner/akka
...
Conflicts:
project/build/AkkaProject.scala
2010-07-22 18:25:22 +02:00
momania
c0ae02ca07
WIP
2010-07-22 18:20:53 +02:00
Debasish Ghosh
c668615777
MongoDB based persistent Maps now use Mongo updates. Also upgraded mongo-java driver to 2.0
2010-07-22 16:57:19 +05:30
Hiram Chirino
74043d3acd
Simplify the hawt dispatcher class name
...
added a hawt dispatch echo server exampe.
2010-07-21 21:20:34 -04:00
Hiram Chirino
2ed57141df
hawtdispatch dispatcher can now optionally use dispatch sources to agregate cross actor invocations
2010-07-21 17:23:55 -04:00
Hiram Chirino
9d1b18b756
fixing HawtDispatchEventDrivenDispatcher so that it has at least one non-daemon thread while it's active
2010-07-21 15:17:46 -04:00
Hiram Chirino
f4d62224a9
adding a HawtDispatch based message dispatcher
2010-07-21 15:17:46 -04:00
Hiram Chirino
cc7da99bea
decoupled the mailbox implementation from the actor. The implementation is now controled by dispatcher associated with the actor.
2010-07-21 15:17:46 -04:00
Martin Krasser
bc29b0ef2e
Merge branch 'master' of github.com:jboner/akka
2010-07-21 20:10:02 +02:00
Martin Krasser
e7cedd0d83
HTTP Producer/Consumer concurrency test (ignored by default)
2010-07-21 20:06:46 +02:00
Martin Krasser
a63a2e3d90
Added example how to use JMS endpoints in standalone applications.
2010-07-21 15:37:37 +02:00
Martin Krasser
909bdfe58d
Closes #333 Allow applications to wait for endpoints being activated
2010-07-21 14:32:07 +02:00
Heiko Seeberger
30f6df4294
Merge branch 'master' of github.com:jboner/akka
2010-07-21 11:25:00 +02:00
Heiko Seeberger
d9c8a78f17
Merge branch '342-hseeberger'
2010-07-21 11:23:47 +02:00
Heiko Seeberger
efe769dacf
Merge branch '341-hseeberger'
2010-07-21 11:23:43 +02:00
Heiko Seeberger
22e6be9dee
closes #341 : Fixed O-S-G-i example.
2010-07-21 11:23:17 +02:00
Heiko Seeberger
2310bcb8a5
closes #342 : Added parens to ActorRegistry.shutdownAll.
2010-07-21 11:22:42 +02:00
Debasish Ghosh
2e453dd7c0
fix for idle client closing issues by redis server #338 and #340
2010-07-21 12:53:50 +05:30
Martin Krasser
650c6dec01
Merge branch 'master' of github.com:jboner/akka
2010-07-21 08:38:18 +02:00
Martin Krasser
9e30e33a2a
Remove misleading term 'non-blocking' from comments.
2010-07-21 08:33:20 +02:00
Heiko Seeberger
aae9506eb8
Merge branch '31-hseeberger'
2010-07-21 07:50:38 +02:00
Heiko Seeberger
9f4045888d
closes #31 : Some fixes to the O-S-G-i settings in SBT project file; also deleted superfluous bnd4sbt.jar in project/build/lib directory.
2010-07-21 07:49:57 +02:00
Martin Krasser
c9eccda534
Merge branch 'master' of github.com:jboner/akka
2010-07-20 18:51:15 +02:00
Martin Krasser
e289bacfdd
Minor changes in akka-sample-camel
2010-07-20 18:48:34 +02:00
Viktor Klang
70bf8b2c4e
Adding become to Actor
2010-07-20 12:54:33 +02:00
Heiko Seeberger
13ce451d35
Merge branch 'master' into osgi
...
Conflicts:
project/build/AkkaProject.scala
project/plugins/Plugins.scala
2010-07-20 11:26:34 +02:00
Heiko Seeberger
2d3a5e5e77
Merge branch '277-hseeberger'
2010-07-20 09:45:34 +02:00