added configuration system based on Configgy, now JMX enabled + fixed a couple of bugs
This commit is contained in:
parent
c1b6740e49
commit
83ada023d3
45 changed files with 2100 additions and 1253 deletions
|
|
@ -17,7 +17,9 @@ import org.apache.camel.{Endpoint, Routes}
|
|||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
class ActiveObjectGuiceConfiguratorForJava {
|
||||
val INSTANCE = new ActiveObjectGuiceConfigurator
|
||||
private val INSTANCE = new ActiveObjectGuiceConfigurator
|
||||
|
||||
def getInstance = INSTANCE
|
||||
|
||||
/**
|
||||
* Returns the active abject that has been put under supervision for the class specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue