Commit graph

2216 commits

Author SHA1 Message Date
momania
fa2268a3e6 after merge cleanup 2010-10-08 18:10:57 +02:00
momania
53bde24e88 Merge branch 'master' into amqp
Conflicts:
	akka-amqp/src/main/scala/se/scalablesolutions/akka/amqp/AMQP.scala
	akka-amqp/src/main/scala/se/scalablesolutions/akka/amqp/FaultTolerantConnectionActor.scala
2010-10-08 17:55:43 +02:00
momania
31e74bfa53 - Finshed up java api for RPC
- Made case objects 'java compatible' via getInstance function
- Added RPC examples in java examplesession
2010-10-08 17:40:53 +02:00
Viktor Klang
69b856e69d Serialization of RemoteActorRef unborked 2010-10-08 16:25:53 +02:00
Viktor Klang
0831d124dd Removing isInInitialization, reading that from actorRefInCreation, -1 volatile field per actorref 2010-10-08 15:59:10 +02:00
Viktor Klang
90831a9767 Removing linkedActorsAsList, switching _linkedActors to be a volatile lazy val instead of Option with lazy semantics 2010-10-08 15:43:00 +02:00
Viktor Klang
c045dd1325 Merge branch 'master' of github.com:jboner/akka 2010-10-08 14:59:56 +02:00
Viktor Klang
997612119c Changed != SHUTDOWN to == RUNNING 2010-10-08 14:59:24 +02:00
Viktor Klang
a43fcb0934 -1 volatile field in ActorRef, trapExit is migrated into faultHandler 2010-10-08 13:40:13 +02:00
momania
65e96e71c5 - made channel and connection callback java compatible 2010-10-08 12:28:00 +02:00
momania
06ec4cede8 - changed exchange types to case classes for java compatibility
- made java api for string and protobuf convenience producers/consumers
- implemented string and protobuf java api examples
2010-10-08 11:06:22 +02:00
Michael Kober
579526d957 register client managed remote actors by uuid 2010-10-07 21:59:55 +02:00
Martin Krasser
2080f5b693 Merge remote branch 'remotes/origin/master' into java-api 2010-10-07 16:12:16 +02:00
Martin Krasser
80d377aa1b Tests for Java API support 2010-10-07 14:46:57 +02:00
Martin Krasser
cacba818f2 Moved Java API support to japi package. 2010-10-07 14:45:40 +02:00
Viktor Klang
43f5e7af3d Fixing bug where ReceiveTimeout wasn´t turned off on actorref.stop 2010-10-07 14:02:25 +02:00
Viktor Klang
7bacfea361 Merge branch 'master' of github.com:jboner/akka 2010-10-07 13:05:19 +02:00
Viktor Klang
78c0b8164c Fixing UUID remote request bug 2010-10-07 12:15:59 +02:00
Michael Kober
cec86ccf5f fix:ensure that typed actor module is enabled in typed actor methods 2010-10-07 10:10:32 +02:00
Jonas Bonér
ac08784e15 Upgraded to Scala 1.2 final. 2010-10-06 22:11:02 +02:00
Martin Krasser
f3cd17f05b Minor reformattings 2010-10-06 14:02:14 +02:00
Martin Krasser
beb77b17d8 Java API for CamelServiceManager and CamelContextManager (refactorings) 2010-10-06 13:58:56 +02:00
Jonas Bonér
7bf7cb4e70 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-persistence/akka-persistence-common/src/main/scala/Storage.scala
2010-10-06 12:12:45 +02:00
Jonas Bonér
02f51169ef Upgraded to AspectWerkz 2.2.2 with new fix for Scala load-time weaving 2010-10-06 11:15:08 +02:00
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
Viktor Klang
44903557ed Merge branch 'master' of github.com:jboner/akka 2010-10-05 13:54:16 +02: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
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