Commit graph

102 commits

Author SHA1 Message Date
Roland
b96d77c15a actually build the samples
and fix the resulting breakage (of not compiling them for some time,
that is)

also remove the last casts to FiniteDuration
2012-10-15 17:17:54 +02:00
Roland
3627b6cb4c replace/add READMEs for the samples (keep it simple) 2012-09-25 09:27:13 +02:00
RayRoestenburg
7071ac2b8d ticket #2322 updated camel to 2.10.0
ticket #1928  added camel samples to a proper sample project
2012-08-11 22:04:54 +02:00
Jonas Bonér
3640c09464 Removed obsolete sample modules and cleaned up build file.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-11-25 11:01:03 +01:00
Viktor Klang
1b730b5c82 Removing Channel(s), tryTell etc, everything compiles but all tests are semibroken 2011-10-31 16:09:51 +01:00
Jonas Bonér
9bf9cea0d9 Removed trailing whitespace 2011-10-28 15:55:47 +02:00
Viktor Klang
77dc9e9c35 #1299 - Removing reply and tryReply, preparing the way for 'sender ! response' 2011-10-19 16:59:47 +02:00
Viktor Klang
69768dbc96 Removing the old Supervision-DSL and replacing it with a temporary one 2011-09-30 14:52:07 +02:00
Jonas Bonér
db8a20ea37 Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }' 2011-09-27 17:41:02 +02:00
Viktor Klang
f9e23c3102 Resolve merge conflict with master 2011-09-19 19:01:23 +02:00
Viktor Klang
b66d45ec6c Removing deployId from config, should be replaced with patterns in deployment configuration that is checked towards the address 2011-09-19 15:20:52 +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
Viktor Klang
bbb79d8e0d Start removed but cluster is broken 2011-09-08 11:02:17 +02:00
Jonas Bonér
0e063f0a1d Converted tabs to spaces.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 15:16:04 +02:00
Jonas Bonér
5e290ec393 Merge branch 'master' of github.com:jboner/akka
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 14:26:24 +02:00
Jonas Bonér
66f339e202 Moved all 'akka.remote' to 'akka.cluster', no more 'remote' package.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 11:44:33 +02:00
Peter Veentjer
56d4fc7d7c Merge ClusterActoRef & RoutedActorRef: After merge with master 2011-08-29 09:22:14 +03:00
Peter Veentjer
ee4d241ceb Use RoutedProps to configure Routing (local and remote). Ticket #1060 2011-08-27 08:10:25 +03:00
Viktor Klang
ce2df3b05e Making TypedActor use actorOf(props) 2011-08-15 17:19:22 +02:00
Peter Vlugter
0057acdd81 Some more quietening of tests 2011-08-05 18:41:54 +12:00
Peter Veentjer
43031cb94b ticket #889 some cleanup 2011-08-01 09:01:15 +03:00
Peter Veentjer
4b4f38c973 ticket #889 after merge 2011-07-28 16:56:35 +03:00
Peter Veentjer
0fcc35d4b0 ticket #889 2011-07-28 15:48:03 +03:00
Peter Vlugter
340ed11de5 Reformat with scalariform 2011-07-26 18:33:59 +12:00
Viktor Klang
b23a8fffeb removing replySafe and replyUnsafe in favor of the unified reply/tryReply 2011-07-20 15:58:28 +02:00
Martin Krasser
13da777586 Excluded conflicting jetty dependency 2011-07-16 11:18:08 +02:00
Martin Krasser
68fdaaaf0f re-added akka-sample-camel to build 2011-07-16 10:38:17 +02:00
Martin Krasser
f186928272 Merge remote branch 'remotes/origin/modules-migration'
- Move akka-sample-camel from akka-modules repo to akka repo
- Conflicts (manually resolved):
	akka-docs/modules/spring.rst (use existing)
	project/build/AkkaProject.scala (use existing)
2011-07-04 13:31:05 +02:00
ticktock
0770e54e4d copied over akka-sample-camel 2011-05-25 13:47:36 -07:00
Jonas Bonér
f97d04f1b7 Separated core from modules, moved modules to akka-modules repository 2010-11-23 15:31:28 +01:00
Martin Krasser
b85ac98663 Merge remote branch 'remotes/origin/master' into 458-krasserm and resolved conflict in akka-camel/src/main/scala/CamelService.scala 2010-10-29 11:04:48 +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
dcde8373b2 Use a cached JMS ConnectionFactory. 2010-10-24 18:47:28 +02:00
Martin Krasser
dee1743cb9 Merge branch 'master' into 458-krasserm 2010-10-22 12:57:59 +02:00
Viktor Klang
31aa8f7b81 Refactored declarative supervision, removed ScalaConfig and JavaConfig, moved things around 2010-10-18 19:30:43 +02:00
Martin Krasser
a1b29e8093 Added missing Consumer trait to example actor 2010-10-16 10:13:06 +02:00
Martin Krasser
96b8b455ed Improve API to wait for endpoint activation/deactivation. Closes #472 2010-10-15 15:35:17 +02:00
Martin Krasser
698524dc2b Merge branch '457-krasserm' 2010-10-09 18:59:35 +02:00
Martin Krasser
617478e9ec Java API for Message and Failure classes 2010-10-09 10:16:47 +02:00
Martin Krasser
2080f5b693 Merge remote branch 'remotes/origin/master' into java-api 2010-10-07 16:12:16 +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
Martin Krasser
353d01cf05 CamelServiceManager.service returns Option[CamelService] (Scala API)
CamelServiceManager.getService() returns Option[CamelService] (Java API)
Re #457
2010-10-05 11:13:27 +02:00
Viktor Klang
ea5f21457a Fixing ticket #450, lifeCycle = Permanent => boilerplate reduction 2010-10-04 11:18:10 +02:00
Martin Krasser
4f578b58f7 Only execute tests matching *Test by default in akka-camel and akka-sample-camel. Rename stress tests in akka-sample-camel to *TestStress. 2010-09-24 12:11:25 +02:00
Martin Krasser
c58a8c7744 Only execute tests matching *Test by default in akka-camel and akka-sample-camel. Rename stress tests in akka-sample-camel to *TestStress. 2010-09-24 12:08:27 +02:00
Martin Krasser
adc1092531 Extended akka-sample-camel to include server-managed remote typed consumer actors. Minor refactorings. 2010-09-16 15:18:28 +02:00
Jonas Bonér
55766c21e5 Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
Jonas Bonér
0e8096d4b4 removed trailing whitespace 2010-08-21 16:13:16 +02:00
Jonas Boner
ba0b17f58a Refactoring: TypedActor now extends Actor and is thereby a full citizen in the Akka actor-land 2010-08-17 15:22:00 +02:00