fixed final issues with AW proxy integration and remaining tests
This commit is contained in:
parent
e0591005ed
commit
bbec315eb2
29 changed files with 933 additions and 866 deletions
|
|
@ -57,6 +57,7 @@ class ActiveObjectGuiceConfiguratorForJava {
|
|||
this
|
||||
}
|
||||
|
||||
|
||||
def getComponentInterfaces: List[Class[_]] = {
|
||||
val al = new ArrayList[Class[_]]
|
||||
for (c <- INSTANCE.getComponentInterfaces) al.add(c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue