[
http://issues.apache.org/jira/browse/TUSCANY-642?page=comments#action_12433608
]
Scott Kurz commented on TUSCANY-642:
------------------------------------
I'm having two problems w/ this last patch, RevisedInnerCompositeCallback.patch
First, when I try to apply w/:
> patch -p0 -i *.patch
I get:
........
patching file
sca/kernel/core/src/test/java/org/apache/tuscany/core/implementation/composite/CompositeBuilderTestCase.java
Hunk #2 FAILED at 44.
So I hand-patched that. Second there looks to be a typo in JDKWireService,
line 308:
for (Operation<?> operation :
contract.getCallbacksOperations().values()) {
That should be: : contract.getCallbackOperation() I think; the other won't
compile.
I would post an update but I don't understand the 1st problem (looks fine to
me) so I'll leave that to you.
> Composite references and services - model and runtime representations
> ---------------------------------------------------------------------
>
> Key: TUSCANY-642
> URL: http://issues.apache.org/jira/browse/TUSCANY-642
> Project: Tuscany
> Issue Type: New Feature
> Components: Java SCA Core
> Affects Versions: Java-Mx
> Reporter: Ignacio Silva-Lepe
> Assigned To: Jim Marino
> Fix For: Java-Mx
>
> Attachments: CompositeRefsAndSvcs.txt, CompositeRefsAndSvcs2.txt,
> InnerComposite.patch, InnerCompositeCallback.patch,
> InnerCompositeCallback2.patch, RevisedInnerCompositeCallback.patch
>
>
> Support is added to represent composite references and services (those in a
> composite and without a binding) in the model and runtime. The
> CompositeBuilder is updated to build a composite component that includes
> composite references and services without bindings.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]