Author: meerajk
Date: Sun Feb 18 03:28:52 2007
New Revision: 508893
URL: http://svn.apache.org/viewvc?view=rev&rev=508893
Log:
Fixed complier error.
Modified:
incubator/tuscany/java/sca/runtime/standalone/standalone-host/src/main/java/org/apache/tuscany/runtime/standalone/host/StandaloneRuntimeImpl.java
Modified:
incubator/tuscany/java/sca/runtime/standalone/standalone-host/src/main/java/org/apache/tuscany/runtime/standalone/host/StandaloneRuntimeImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/standalone-host/src/main/java/org/apache/tuscany/runtime/standalone/host/StandaloneRuntimeImpl.java?view=diff&rev=508893&r1=508892&r2=508893
==============================================================================
---
incubator/tuscany/java/sca/runtime/standalone/standalone-host/src/main/java/org/apache/tuscany/runtime/standalone/host/StandaloneRuntimeImpl.java
(original)
+++
incubator/tuscany/java/sca/runtime/standalone/standalone-host/src/main/java/org/apache/tuscany/runtime/standalone/host/StandaloneRuntimeImpl.java
Sun Feb 18 03:28:52 2007
@@ -102,7 +102,7 @@
JavaMappedService testService = (JavaMappedService)
services.get("main");
Operation<?> operation =
testService.getServiceContract().getOperations().get("main");
Component component = getComponentManager().getComponent(componentUri);
- TargetInvoker targetInvoker = component.createTargetInvoker("main",
operation, null);
+ TargetInvoker targetInvoker = component.createTargetInvoker("main",
operation);
return targetInvoker.invokeTarget(new Object[]{args},
TargetInvoker.NONE);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]