Michael Kober
|
71ec0bdcfb
|
fixed properties for untyped actors
|
2010-08-16 21:57:30 +02:00 |
|
Viktor Klang
|
8edfb1660d
|
Merge branch 'master' into java_actor
|
2010-08-16 09:27:03 +02:00 |
|
Martin Krasser
|
cffd70e34e
|
Closes #393 Redesign CamelService singleton to be a CamelServiceManager
|
2010-08-15 11:22:30 +02:00 |
|
Viktor Klang
|
01af2c4868
|
Holy crap, it actually works!
|
2010-08-13 21:45:53 +02:00 |
|
Viktor Klang
|
d2a5053ada
|
Initial conversion of UntypedActor
|
2010-08-13 18:30:19 +02:00 |
|
Michael Kober
|
8c6852ee00
|
fixed untyped actor parsing
|
2010-08-13 12:27:46 +02:00 |
|
Michael Kober
|
4646783502
|
closing ticket198: support for thread based dispatcher in spring config
|
2010-08-13 11:37:01 +02:00 |
|
Michael Kober
|
b3e683a113
|
added thread based dispatcher config for untyped actors
|
2010-08-13 10:40:54 +02:00 |
|
Michael Kober
|
00e215a106
|
closing ticket 377, 376 and 200
|
2010-08-12 16:04:43 +02:00 |
|
Michael Kober
|
ef79befe9a
|
added config for WorkStealingDispatcher and HawtDispatcher; Tickets 200 and 377
|
2010-08-12 16:04:43 +02:00 |
|
Michael Kober
|
a16e909521
|
ported unit tests for spring config from java to scala, removed akka-spring-test-java
|
2010-08-12 16:04:43 +02:00 |
|
Martin Krasser
|
493773646d
|
closes #366: CamelService should be a singleton
|
2010-08-02 20:11:41 +02:00 |
|
Jonas Bonér
|
9548534f27
|
Removed TypedActor annotations and the method callbacks in the config
|
2010-07-31 12:29:17 +02:00 |
|
Jonas Bonér
|
b7ed58cc65
|
Changed the Spring schema and the Camel endpoint names to the new typed-actor name
|
2010-07-31 00:52:46 +02:00 |
|
Martin Krasser
|
fc83d8fc86
|
Fixed failing (and temporarily disabled) tests in akka-spring after refactoring from ActiveObject to TypedActor.
- Further:
* Dropped support for @PostConstruct
* Cleaned up typed actor implementations for testing
|
2010-07-30 13:17:44 +02:00 |
|
Jonas Bonér
|
992bced1db
|
removed trailing whitespace
|
2010-07-29 17:29:51 +02:00 |
|
Jonas Bonér
|
0d51c6f1d4
|
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
|
b8bdfc017b
|
Converted all TypedActor tests to interface-impl, code and tests compile
|
2010-07-27 10:38:17 +02:00 |
|
Jonas Bonér
|
e48572f32e
|
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
|
9f27825eed
|
Now uses 'Duration' for all time properties in config
|
2010-07-23 04:54:21 +02:00 |
|
Martin Krasser
|
fa97967bcf
|
Merge branch 'master' of github.com:jboner/akka
|
2010-07-07 19:09:11 +02:00 |
|
Johan Rask
|
7da92cbd4e
|
removed @PreDestroy functionality
|
2010-07-07 13:31:50 +02:00 |
|
Martin Krasser
|
aa0459ecd7
|
Dropped akka.xsd, updated all spring XML configurations to use akka-0.10.xsd
|
2010-07-07 11:27:18 +02:00 |
|
Johan Rask
|
2e7847c058
|
Added support for springs @PostConstruct and @PreDestroy
|
2010-07-07 11:12:16 +02:00 |
|
Johan Rask
|
07660475d3
|
Minor change, overriding destroyInstance instead of destroy
|
2010-07-06 13:07:25 +02:00 |
|
Johan Rask
|
16e246a9b8
|
#301 DI does not work in akka-spring when specifying an interface
|
2010-07-06 11:49:30 +02:00 |
|
Martin Krasser
|
c918c59f79
|
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
|
959873d51a
|
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
|
e219b40048
|
#304 Fixed Support for ApplicationContextAware in akka-spring
|
2010-07-05 15:53:49 +02:00 |
|
Jonas Bonér
|
12dee4dcc6
|
Changed Akka to use IllegalActorStateException instead of IllegalStateException
|
2010-07-02 11:39:25 +02:00 |
|
Jonas Bonér
|
2d4809842e
|
Removed trailing whitespace
|
2010-06-30 16:26:15 +02:00 |
|
Jonas Bonér
|
46d250fe73
|
Converted TAB to SPACE
|
2010-06-30 16:20:20 +02:00 |
|
Martin Krasser
|
0bf05326ef
|
Tests for #289
|
2010-06-24 20:55:01 +02:00 |
|
Martin Krasser
|
87461dce94
|
Documentation added.
|
2010-06-24 07:42:01 +02:00 |
|
Martin Krasser
|
e569b4f4bb
|
Minor edits
|
2010-06-24 07:35:14 +02:00 |
|
Martin Krasser
|
3a448a3093
|
closes #289: Support for <akka:camel-service> Spring configuration element
|
2010-06-24 07:13:02 +02:00 |
|
Johan Rask
|
5bb912b01c
|
Removed comments from test
|
2010-06-21 21:14:09 +02:00 |
|
Johan Rask
|
a569913af1
|
Merge branch 'master' of github.com:jboner/akka
|
2010-06-21 20:58:40 +02:00 |
|
Jonas Bonér
|
5397e81ac5
|
commented out failing spring test
|
2010-06-21 20:56:29 +02:00 |
|
Johan Rask
|
cb7e26eb8b
|
Added missing files
|
2010-06-21 20:50:48 +02:00 |
|
Johan Rask
|
efdff1de51
|
When interfaces are used, target instances are now created correctly
|
2010-06-21 12:53:12 +02:00 |
|
Johan Rask
|
920b4d03f9
|
Added support for scope and depdenency injection on target bean
|
2010-06-21 12:53:12 +02:00 |
|
Jonas Bonér
|
ef452881f0
|
Removed trailing whitespace
|
2010-05-21 20:08:49 +02:00 |
|
Jonas Bonér
|
f9b21cdf2f
|
Port to Scala RC2. All compile, but tests fail on ScalaTest not being RC2 compatible
|
2010-05-20 08:51:28 +02:00 |
|
Viktor Klang
|
e42b1f888d
|
Removed Scala 2.8 deprecation warnings
|
2010-04-15 16:05:16 +02:00 |
|
Michael Kober
|
8dfa12d924
|
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
|
da325c9804
|
added spring dispatcher configuration
|
2010-03-30 16:38:29 +02:00 |
|
Jonas Bonér
|
9fdc29fd3e
|
converted tabs to spaces
|
2010-03-20 10:56:46 +01:00 |
|
Michael Kober
|
fe8e445f9d
|
added integration tests, spring 3.0.1 and sbt
|
2010-03-17 10:06:28 +01:00 |
|
Michael Kober
|
6a852d649d
|
removed old source files
|
2010-03-15 09:21:23 +01:00 |
|