Viktor Klang
1b730b5c82
Removing Channel(s), tryTell etc, everything compiles but all tests are semibroken
2011-10-31 16:09:51 +01:00
Viktor Klang
77dc9e9c35
#1299 - Removing reply and tryReply, preparing the way for 'sender ! response'
2011-10-19 16:59:47 +02:00
Peter Vlugter
8297f459e3
Some clean up of the compile and test output
2011-09-27 18:00:26 +02:00
Peter Vlugter
7b1cdb4457
Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202
...
- removed SelfActorRef
- added an ActorContext interface that provides a view into ActorInstance
- the ActorInstance (as ActorContext) gets injected into the Actor
- moved self methods like sender and reply directly to the Actor
2011-09-19 12:03:15 +02:00
Martin Krasser
43edfb09e5
Temporarily exclude test until race condition is analyzed and fixed
2011-09-15 09:46:12 +02:00
Viktor Klang
bbb79d8e0d
Start removed but cluster is broken
2011-09-08 11:02:17 +02:00
Viktor Klang
b23a8fffeb
removing replySafe and replyUnsafe in favor of the unified reply/tryReply
2011-07-20 15:58:28 +02:00
sclasen
5e8f844545
first pass at moving modules over, sbt project compiles properly
2011-05-23 11:37:56 -04:00
Jonas Bonér
f97d04f1b7
Separated core from modules, moved modules to akka-modules repository
2010-11-23 15:31:28 +01:00
Viktor Klang
a808affa46
Fixing ticket #530
2010-11-14 16:29:07 +01:00
Martin Krasser
5550e743a2
Customizing routes to typed consumer actors (Scala and Java API) and refactorings.
2010-11-09 13:52:20 +01:00
Martin Krasser
1913b32738
Java API for customizing routes to consumer actors
2010-11-08 14:13:50 +01:00
Viktor Klang
370e612981
Fixing Akka Camel with the new package
2010-10-26 13:45:06 +02:00
Viktor Klang
680ee7ddf1
BREAKAGE: switching from se.scalablesolutions.akka to akka for all packages
2010-10-26 12:49:25 +02:00
Martin Krasser
2a602a5f9d
Tests for Message Java API
2010-10-09 10:17:42 +02:00
Martin Krasser
617478e9ec
Java API for Message and Failure classes
2010-10-09 10:16:47 +02:00
Martin Krasser
beb77b17d8
Java API for CamelServiceManager and CamelContextManager (refactorings)
2010-10-06 13:58:56 +02:00
Martin Krasser
77d5f39955
Java API for CamelServiceManager and CamelContextManager (usage of JavaAPI.Option)
2010-10-05 15:49:11 +02:00
Jonas Bonér
0e8096d4b4
removed trailing whitespace
2010-08-21 16:13:16 +02:00
Martin Krasser
979cd371e6
Closes #392 Support untyped Java actors as endpoint producer
2010-08-14 11:31:15 +02:00
Martin Krasser
78e2b3a43b
Full Camel support for untyped and typed actors (both Java and Scala API). Closes #356 , closes 357.
...
Additional changes:
- Improved test descriptions
- CamelServiceFeatureTest replaced by ConsumerSpec
- @consume anotation moved to package se.scalablesolutions.akka.camel
- Minor changes in akka-sample-camel
2010-08-14 08:13:21 +02:00
Jonas Bonér
b7ed58cc65
Changed the Spring schema and the Camel endpoint names to the new typed-actor name
2010-07-31 00:52:46 +02:00
Martin Krasser
fc83d8fc86
Fixed failing (and temporarily disabled) tests in akka-spring after refactoring from ActiveObject to TypedActor.
...
- Further:
* Dropped support for @PostConstruct
* Cleaned up typed actor implementations for testing
2010-07-30 13:17:44 +02:00
Jonas Bonér
0d51c6f1d4
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
b8bdfc017b
Converted all TypedActor tests to interface-impl, code and tests compile
2010-07-27 10:38:17 +02:00
Jonas Bonér
e48572f32e
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
Martin Krasser
97ee7fd524
remote consumer tests
2010-06-10 17:11:20 +02:00
Martin Krasser
f2e5fb1c0a
Initial tests for active object support
2010-06-04 17:37:32 +02:00