Commit graph

205 commits

Author SHA1 Message Date
Viktor Klang
c76ff14269 Moving all message typed besides Transition into FSM object 2010-11-25 16:11:58 +01:00
momania
9b602c4470 Merge branch 'master' of git-proxy:jboner/akka 2010-11-24 15:45:15 +01:00
momania
774dd97183 - re-add fsm samples
- removed ton of whitespaces from the project definition
2010-11-24 15:44:42 +01:00
Viktor Klang
bc1ae7814b Fixing all %s into {} for logging 2010-11-24 13:53:53 +01:00
Viktor Klang
08abc15e8a Switching to raw SLF4J on internals 2010-11-24 13:42:41 +01: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
31d5d7cb67 Moving Mist into almost one file, changing Servlet3.0 into a Provided jar and adding an experimental Filter 2010-11-23 12:35:14 +01:00
Viktor Klang
1bca2414d5 Merge with master 2010-11-23 09:25:24 +01:00
Jonas Bonér
1ee3a54372 Fixed issues with config - Ticket #535 2010-11-22 15:32:54 +01:00
Garrick Evans
f99d91c80b added back old 2nd sample (http (mist)) 2010-11-21 07:27:10 -08:00
Garrick Evans
542bc29cfc restore project and ref config to pre jetty-8 states 2010-11-21 07:21:17 -08:00
Garrick Evans
adf8b63469 fixing a screwy merge from master... readding files git deleted for some unknown reason 2010-11-20 23:41:40 -08:00
Garrick Evans
4a9fd4e453 merge master to branch 2010-11-20 23:30:05 -08:00
Garrick Evans
c313e22061 hacking in servlet 3.0 support using embedded jetty-8 (remove atmo, hbase, volde to get around jar mismatch); wip 2010-11-20 23:30:03 -08:00
Garrick Evans
0108b84c3e most of the refactoring done and jetty is working again (need to check updating timeouts, etc); servlet 3.0 impl next 2010-11-20 23:26:48 -08:00
Garrick Evans
31be60dec1 adding back (mist) http work in a new branch. misitfy was too stale. this is WIP - trying to support both SAPI 3.0 and Jetty Continuations at once 2010-11-20 23:26:48 -08:00
Peter Vlugter
2b79caa8b3 Reworked stm with no global/local 2010-11-14 09:53:14 +13:00
Peter Vlugter
9012847ff1 First pass on separating stm into its own module
- removed transactors everywhere
- moved stm into akka-stm module
- disabled agents (they use transactors internally)
- rewrote persistence tests so that they don't use transactors
2010-11-14 09:53:14 +13:00
Viktor Klang
bb855ed690 Removing legacy code for 1.0 2010-11-12 10:58:16 +01:00
Jonas Bonér
bf4dbd11ed Merge branch 'master' of git@github.com:jboner/akka 2010-10-29 16:18:46 +02:00
Jonas Bonér
77451736be Changed default remote port from 9999 to 2552 (AKKA) :-) 2010-10-29 16:07:33 +02: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
momania
8ab1f9bced Merge branch 'master' of git-proxy:jboner/akka 2010-10-28 16:53:15 +02:00
momania
62cb1477b1 More sugar on the syntax 2010-10-28 16:52:50 +02:00
Viktor Klang
41b5fd2de8 Merge with master 2010-10-28 14:03:53 +02:00
imn
efb99fc3a7 use nice case objects for the states :-) 2010-10-27 11:41:35 +02:00
imn
b0d0b27604 refactoring the FSM part 2010-10-26 19:58:14 +02: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
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
470cd00ca6 Refining Supervision API and remove AllForOne, OneForOne and replace with AllForOneStrategy, OneForOneStrategy etc 2010-10-19 14:17:22 +02:00
Viktor Klang
3af056f137 Moved Faulthandling into Supvervision 2010-10-19 10:44:27 +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
Viktor Klang
a43fcb0934 -1 volatile field in ActorRef, trapExit is migrated into faultHandler 2010-10-08 13:40:13 +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
Viktor Klang
ceff8bd9e8 Remove initTransactionalState, renamed init and shutdown 2010-09-13 11:08:43 +02:00
Viktor Klang
1b9738758f Removing Lift sample project and deps (saving ~5MB of dist size 2010-09-04 18:26:00 +02:00
Viktor Klang
27fe14ebf7 Ripping out Grizzly and replacing it with Jetty 2010-08-31 16:43:47 +02:00