Commit graph

2597 commits

Author SHA1 Message Date
Jonas Bonér
ada24c7cf5 Removed reflective coupling to akka cloud 2010-11-22 17:58:21 +01:00
Jonas Bonér
1ee3a54372 Fixed issues with config - Ticket #535 2010-11-22 15:32:54 +01:00
Viktor Klang
e802b336a1 Minor code tweaks, removing Atmosphere, awaiting some tests then ready for master 2010-11-22 13:21:55 +01:00
Viktor Klang
dcbdfcc67b Merge branch 'master' into mist 2010-11-22 12:26:18 +01:00
Viktor Klang
3ca9d5727b Merge branch 'master' of github.com:jboner/akka 2010-11-22 12:00:09 +01:00
Viktor Klang
47246b2a27 Merging in Actor per Session + fixing blocking problem with remote typed actors with Future response types 2010-11-22 11:57:17 +01:00
Viktor Klang
b6c66986f9 Merge branch 'master' of https://github.com/paulpach/akka into paulpach-master 2010-11-22 10:57:19 +01:00
Jonas Bonér
80adb71850 Fixed bug in ActorRegistry getting typed actor by manifest 2010-11-22 09:00:13 +01:00
Jonas Bonér
1bc4bc0a89 Fixed bug in ActorRegistry getting typed actor by manifest 2010-11-22 08:59:45 +01:00
Jonas Bonér
5820286a58 fixed wrong path in voldermort tests - now test are passing again 2010-11-22 08:09:12 +01:00
Peter Vlugter
062db267e0 Disable cross paths for publishing without Scala version 2010-11-22 13:14:10 +13: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
Viktor Klang
5ab5180f78 Merge with master 2010-11-21 16:16:28 +01:00
Viktor Klang
f4f77cd8c5 Ticket #506 closed, caused by REPL 2010-11-21 16:15:55 +01:00
Viktor Klang
6ae1d1ead8 Ticket #506 closed, caused by REPL 2010-11-21 16:15:22 +01:00
Viktor Klang
ac1e981699 Moving dispatcher volatile field from ActorRef to LocalActorRef 2010-11-21 15:24:33 +01:00
Viktor Klang
e6c02cccda Fixing ticket #533 by adding get/set LifeCycle in ActorRef 2010-11-21 15:11:14 +01:00
Viktor Klang
136f76be4e Fixing groupID for SBT plugin and change url to akka homepage 2010-11-21 13:31:07 +01:00
Garrick Evans
737b1204c6 Merge branch 'wip-mist-http-garrick' of github.com:jboner/akka into wip-mist-http-garrick
Conflicts:
	akka-samples/akka-sample-rest-scala/src/main/scala/SimpleService.scala
2010-11-20 23:44:01 -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
1a23d36297 removing odd git-added folder. 2010-11-20 23:30:05 -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
c3acad0767 refactoring WIP - doesn't build; added servlet 3.0 api jar from glassfish to proj dep 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
Garrick Evans
5bb5cfd3b3 removing odd git-added folder. 2010-11-20 23:16:53 -08:00
Garrick Evans
b2b4686048 merge master to branch 2010-11-20 23:09:50 -08:00
Garrick Evans
61c957e7ca hacking in servlet 3.0 support using embedded jetty-8 (remove atmo, hbase, volde to get around jar mismatch); wip 2010-11-20 22:48:06 -08:00
Viktor Klang
b527a28091 Adding a Java API for Channel, and adding some docs, have updated wiki, closing #536 2010-11-20 23:05:05 +01:00
Paul Pacheco
3724cfe237 Merge branch 'master' of git://github.com/jboner/akka 2010-11-20 15:49:20 -06:00
Paul Pacheco
e5fdbaaeb4 tests pass 2010-11-20 15:48:37 -06:00
Viktor Klang
7040ef0f14 Added a root akka folder for source files for the docs to work properly, closing ticket #541 2010-11-20 22:26:26 +01:00
Viktor Klang
8ecba6d740 Changing signature for HotSwap to include self-reference, closing ticket #540 2010-11-20 22:03:57 +01:00
Viktor Klang
13a735a5eb Changing artifact IDs so they dont include scala version no, closing ticket #529 2010-11-20 21:08:57 +01:00
Paul Pacheco
28037666d5 Cleaned up some semicolons
Test now compiles (but does not pass)
2010-11-19 11:53:51 -06:00
Paul Pacheco
a605ac4eea Refatored createActor,
separate unit tests
cleanup according to viktor's suggestions
2010-11-18 22:38:45 -06:00
Paul Pacheco
5f073e2ab5 Merge branch 'master' of git://github.com/jboner/akka 2010-11-18 20:10:42 -06:00
Paul Pacheco
126ea2caaf refactored the createActor function to make it easier to understand and
remove the return statements;
2010-11-18 12:48:31 -06:00
Paul Pacheco
8c35885702 Cleaned up patch as suggested by Vicktor 2010-11-18 11:09:55 -06:00
Viktor Klang
0e9aa2d655 Making register and unregister of ActorRegistry private 2010-11-18 16:46:24 +01:00
Peter Vlugter
d2c9da0b88 Change to akka-actor rather than akka-remote as default in sbt plugin 2010-11-18 12:54:55 +13:00
Peter Vlugter
120664f893 Change to akka-actor rather than akka-remote as default in sbt plugin 2010-11-18 12:43:51 +13:00
Debasish Ghosh
0f75cea8e3 redis tests should not run by default 2010-11-16 18:08:17 +05:30
Debasish Ghosh
3bf6d1d615 fixed ticket #531 - Fix RedisStorage add() method in Java API : added Java test case akka-persistence/akka-persistence-redis/src/test/java/akka/persistence/redis/RedisStorageTests.java 2010-11-16 17:52:43 +05:30
ticktock
78252532ff fix ticket-532 2010-11-15 11:48:50 -05:00
Paul Pacheco
16640ebc50 Added remote typed session actors, along with unit tests 2010-11-14 18:03:34 -06:00
Paul Pacheco
376d1c9dfb Added server initiated remote untyped session actors
now you can register a factory function and whenever a new session starts, the actor will be created and started. When the client disconnects, the actor will be stopped. The client works the same as any other untyped remote server managed actor.

use like this:
	RemoteServer.registerPerSession("actor-name", actorOf[MyActor])

Unregister like this:
	RemoteServer.unregisterPerSession("actor-name")
2010-11-14 16:26:33 -06:00
Paul Pacheco
26f23ac5ec Merge branch 'master' of git://github.com/jboner/akka into session-actors 2010-11-14 13:10:37 -06:00