Commit graph

52 commits

Author SHA1 Message Date
Jonas Bonér
918f0b37d6 TypedActor refactoring completed, all test pass except for some in the Spring module (commented them away for now). 2010-07-27 21:48:33 +02:00
Jonas Bonér
e33e92c77e Converted all TypedActor tests to interface-impl, code and tests compile 2010-07-27 10:38:17 +02:00
Jonas Bonér
add77029e0 Added TypedActor and TypedTransactor base classes.
Renamed ActiveObject factory object to TypedActor.
Improved network protocol for TypedActor.
Remote TypedActors now identified by UUID.
2010-07-26 20:03:33 +02:00
Jonas Bonér
7ddc553176 Now uses 'Duration' for all time properties in config 2010-07-23 04:54:21 +02:00
Martin Krasser
a265a1be48 Merge branch 'master' of github.com:jboner/akka 2010-07-07 19:09:11 +02:00
Johan Rask
e1becf77d2 removed @PreDestroy functionality 2010-07-07 13:31:50 +02:00
Martin Krasser
f7f98d35e8 Dropped akka.xsd, updated all spring XML configurations to use akka-0.10.xsd 2010-07-07 11:27:18 +02:00
Johan Rask
528500c366 Added support for springs @PostConstruct and @PreDestroy 2010-07-07 11:12:16 +02:00
Johan Rask
003a44ee83 Minor change, overriding destroyInstance instead of destroy 2010-07-06 13:07:25 +02:00
Johan Rask
3e7980a466 #301 DI does not work in akka-spring when specifying an interface 2010-07-06 11:49:30 +02:00
Martin Krasser
ce84b386bf Merge branch 'master' of git@github.com:jboner/akka and resolve conflicts in akka-spring 2010-07-06 07:32:26 +02:00
Martin Krasser
fd9fbb1b05 closes #314 akka-spring to support active object lifecycle management
closes #315 akka-spring to support configuration of shutdown callback method
2010-07-06 07:00:04 +02:00
Johan Rask
2deb9faf3d #304 Fixed Support for ApplicationContextAware in akka-spring 2010-07-05 15:53:49 +02:00
Jonas Bonér
0d40ba0a0e Changed Akka to use IllegalActorStateException instead of IllegalStateException 2010-07-02 11:39:25 +02:00
Jonas Bonér
21dc177b88 Removed trailing whitespace 2010-06-30 16:26:15 +02:00
Jonas Bonér
189671325d Converted TAB to SPACE 2010-06-30 16:20:20 +02:00
Martin Krasser
292f5dd0a4 Tests for #289 2010-06-24 20:55:01 +02:00
Martin Krasser
27e266bdf4 Documentation added. 2010-06-24 07:42:01 +02:00
Martin Krasser
89d686ccc2 Minor edits 2010-06-24 07:35:14 +02:00
Martin Krasser
f885d32ebe closes #289: Support for <akka:camel-service> Spring configuration element 2010-06-24 07:13:02 +02:00
Johan Rask
15e2f8616f Removed comments from test 2010-06-21 21:14:09 +02:00
Johan Rask
d78ee8db78 Merge branch 'master' of github.com:jboner/akka 2010-06-21 20:58:40 +02:00
Jonas Bonér
d9fc457876 commented out failing spring test 2010-06-21 20:56:29 +02:00
Johan Rask
3891455965 Added missing files 2010-06-21 20:50:48 +02:00
Johan Rask
ff4de1b4e0 When interfaces are used, target instances are now created correctly 2010-06-21 12:53:12 +02:00
Johan Rask
15d1ded344 Added support for scope and depdenency injection on target bean 2010-06-21 12:53:12 +02:00
Peter Vlugter
77960d6571 Removed TransactionalState and TransactionalRef 2010-06-20 09:27:43 +12:00
Jonas Bonér
3687b6f6e4 Removed trailing whitespace 2010-05-21 20:08:49 +02:00
Jonas Bonér
4a26591b18 Port to Scala RC2. All compile, but tests fail on ScalaTest not being RC2 compatible 2010-05-20 08:51:28 +02:00
Michael Kober
d7e327d2b5 updated dependencies in pom 2010-04-22 12:48:16 +02:00
Viktor Klang
070e005009 Merge branch 'master' of git@github.com:jboner/akka 2010-04-19 20:49:53 +02:00
Jonas Bonér
5b0f267c40 converted tabs to spaces 2010-04-16 01:48:53 +02:00
Viktor Klang
51619a0838 Removed Scala 2.8 deprecation warnings 2010-04-15 16:05:16 +02:00
Michael Kober
4728c3c1f0 implemented link/unlink for active objects 2010-04-14 09:56:01 +02:00
Michael Kober
10b1c6f134 added test for supervised remote active object 2010-04-09 13:27:22 +02:00
Michael Kober
0368d9bca8 fixed @inittransactionalstate, updated pom for spring java tests
changed timeout in declarative config from Int to Long
2010-04-07 14:35:47 +02:00
Michael Kober
8ae90fdfda added spring dispatcher configuration 2010-03-30 16:38:29 +02:00
Jonas Bonér
7f7a0485b2 upgraded to 0.7 2010-03-20 11:36:06 +01:00
Jonas Bonér
dedf6c0d19 converted tabs to spaces 2010-03-20 10:56:46 +01:00
Michael Kober
efcd736f94 added integration tests 2010-03-17 10:21:29 +01:00
Michael Kober
163c0287e2 added integration tests, spring 3.0.1 and sbt 2010-03-17 10:06:28 +01:00
Michael Kober
5fb3a51c46 removed old source files 2010-03-15 09:21:23 +01:00
Michael Kober
79c48fdd5a pulled and merged 2010-03-14 22:51:02 +01:00
Michael Kober
9533b54fbf initial version of spring custom namespace 2010-03-14 22:19:20 +01:00
Jonas Bonér
4afd6a9f54 Added tests to Spring module, currently failing 2010-03-09 22:13:43 +01:00
Jonas Bonér
25a8863c75 Cleaned up Spring interceptor and helpers 2010-03-09 22:13:43 +01:00
Jonas Bonér
632a6b99ec updated spring module pom to latest akka module layout. 2010-03-09 22:13:43 +01:00
Staffan Fransson
84a344f4a1 Added akka-spring 2010-03-09 22:11:15 +01:00
Jonas Bonér
0eee35c6d0 Added tests to Spring module, currently failing 2010-01-02 15:54:24 +01:00
Jonas Bonér
70b0aa24ff Cleaned up Spring interceptor and helpers 2010-01-02 15:28:55 +01:00