Commit graph

2597 commits

Author SHA1 Message Date
Viktor Klang
9e561ec4ca Removed pointless check for N/A as Actor ID 2010-10-05 16:41:43 +02:00
Viktor Klang
1586fd7975 Added some more methods to Index, as well as added return-types for put and remove as well as restructured some of the code 2010-10-05 16:41:15 +02:00
Martin Krasser
77d5f39955 Java API for CamelServiceManager and CamelContextManager (usage of JavaAPI.Option) 2010-10-05 15:49:11 +02:00
Viktor Klang
d3ffd4155f Removing more boilerplate from AkkaServlet 2010-10-05 14:42:17 +02:00
Yung-Luen Lan
6b20ed2fac Merge branch 'couchdb' of http://github.com/Kahlen/akka into couchdb
Conflicts:
	akka-persistence/akka-persistence-couchdb/src/main/scala/CouchDBStorageBackend.scala
	project/build/AkkaProject.scala
2010-10-05 20:04:09 +08:00
Yung-Luen Lan
04871d8d30 Add couchdb support 2010-10-05 19:55:39 +08:00
Viktor Klang
44903557ed Merge branch 'master' of github.com:jboner/akka 2010-10-05 13:54:16 +02:00
Kahlen Lin
ed47beb0a7 my first commit 2010-10-05 19:31:28 +08:00
Viktor Klang
281a7c4c61 Cleaned up code and added more comments 2010-10-05 12:06:30 +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
ticktock
0fc3f2fbd4 porting a ticket 450 change over 2010-10-04 19:47:23 -04:00
ticktock
bfd647ac6f Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-10-04 19:27:23 -04:00
Viktor Klang
3a0babf0c0 Fixing ReceiveTimeout as per #446, now need to do: self.receiveTimeout = None to shut it off 2010-10-04 20:45:33 +02:00
Viktor Klang
8525f18ee1 Ensure that at most 1 CometSupport is created per servlet. and remove boiler 2010-10-04 19:27:44 +02:00
Jonas Bonér
13ee448458 Changed ReflectiveAccess to work with enterprise module 2010-10-04 17:45:43 +02:00
Viktor Klang
5091f0a187 Creating a Main object for Akka-http 2010-10-04 14:42:40 +02:00
Viktor Klang
29a901b515 Moving EmbeddedAppServer to akka-http and closing #451 2010-10-04 14:08:55 +02:00
Viktor Klang
ea5f21457a Fixing ticket #450, lifeCycle = Permanent => boilerplate reduction 2010-10-04 11:18:10 +02:00
Yung-Luen Lan
32f4a63163 Merge branch 'master' of http://github.com/jboner/akka 2010-10-04 14:52:02 +08:00
Yung-Luen Lan
bad99fd6b3 Add couch db plugable persistence module scheme. 2010-10-04 14:51:28 +08:00
ticktock
6f188730d7 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-10-03 19:03:14 -04:00
Viktor Klang
a21077707e Merge branch 'master' of github.com:jboner/akka 2010-10-02 21:34:03 +02:00
Viktor Klang
3a76f5aa83 Minor code cleanup of config file load 2010-10-02 21:33:43 +02:00
Jonas Bonér
8be9a33353 Merge branch 'master' of git@github.com:jboner/akka 2010-10-02 20:07:17 +02:00
Jonas Bonér
001e811686 Added hasListener 2010-10-02 19:58:21 +02:00
Viktor Klang
0446ac200f Merge branch 'master' of github.com:jboner/akka 2010-10-02 17:47:23 +02:00
Viktor Klang
19df3b2bae Changing order of priority for akka.config and adding option to specify a mode 2010-10-02 17:38:09 +02:00
Viktor Klang
692866181c Updating Atmosphere to 0.6.2 and switching to using SimpleBroadcaster 2010-10-02 17:32:44 +02:00
ticktock
97a5c05b53 Added tests of proper null handling for Ref,Vector,Map,Queue and voldemort impl/tweak 2010-10-01 16:04:22 -04:00
ticktock
3411ad6be1 two more stub tests in Vector Spec 2010-09-30 19:35:10 -04:00
ticktock
f8d77e04ea More VectorStorageBackend tests plus an abstract Ticket343Test with a working VoldemortImpl 2010-09-30 19:13:59 -04:00
ticktock
81407006c1 Map Spec 2010-09-30 19:13:19 -04:00
ticktock
984de304a8 Moved implicit Ordering(ArraySeq[Byte]) to a new PersistentMapBinary companion object
and created an implicit Ordering(Array[Byte]) that can be used on the backends too

Finished Map Backend Spec that tests proper ordering of retrieved k->v pairs and fixed Voldemort to work properly
2010-09-30 15:33:31 -04:00
ticktock
578b9dfdfc Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-09-30 11:35:31 -04:00
Jonas Bonér
bf33856abd Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-remote/src/main/scala/remote/RemoteServer.scala
2010-09-30 16:10:39 +02:00
Michael Kober
ca7041632a merged ticket444 2010-09-30 10:24:34 +02:00
Jonas Bonér
71aac38742 Merge branch 'master' of git@github.com:jboner/akka 2010-09-30 10:13:52 +02:00
Jonas Bonér
251b4171dc minor edit 2010-09-30 10:13:35 +02:00
Michael Kober
26dc0904c1 fixed test 2010-09-30 08:40:42 +02:00
Michael Kober
a85081065a merged master 2010-09-30 08:20:10 +02:00
Martin Krasser
0e79d48cf5 CamelService can now be turned off by configuration. Closes #447 2010-09-30 07:21:31 +02:00
ticktock
7c2c550e21 Initial QueueStorageBackend Spec 2010-09-29 20:26:30 -04:00
ticktock
131d2016d9 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-09-29 20:14:06 -04:00
ticktock
46f1f97b95 Initial QueueStorageBackend Spec 2010-09-29 20:12:55 -04:00
Michael Kober
5aaecc4897 Merge branch 'ticket440' 2010-09-29 20:39:45 +02:00
Michael Kober
7138505a1d added Java API 2010-09-29 20:37:01 +02:00
Michael Kober
ddb6d9edf9 closing ticket440, implemented typed actor with constructor args 2010-09-29 20:36:42 +02:00
Viktor Klang
c9ca9489d0 Changing impl of ReflectiveAccess to log to debug 2010-09-29 15:04:11 +02:00
Debasish Ghosh
7af91bcc70 new version of redisclient containing a redis based persistent deque 2010-09-29 18:29:19 +05:30
Jonas Bonér
de215c1c09 Merge branch 'master' of git@github.com:jboner/akka 2010-09-29 12:27:04 +02:00