[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-198) Component services wthout an interface declaration are not picked up by composite marshaller

Keith Babo (JIRA) jira-events at lists.jboss.org
Thu Mar 24 15:34:45 EDT 2011


Component services wthout an interface declaration are not picked up by composite marshaller
--------------------------------------------------------------------------------------------

                 Key: SWITCHYARD-198
                 URL: https://issues.jboss.org/browse/SWITCHYARD-198
             Project: SwitchYard
          Issue Type: Bug
          Components: configuration
            Reporter: Keith Babo
             Fix For: 0.1



2:37
errantepiphany
babo_afk: the answer is in V1CompositeMarshaller.java, lines 59-64. Somehow I have to figure out which KIND of service we're talking about, so I look if it has a binding as a child (which means a composite service model), or an interface as a child (which means a component service model).
babo_afk: however, I think there's a better way of doing it.  Look at lines 71 through 79.  In this case we don't look for a child to determine what type of interface to create, we look at the PARENT. We should probably do he same thing in the service class.
babo_afk: s/do he same thing in the service class/do the same thing for the service class/
2:39
babo_afk: does everything above make sense?



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the switchyard-issues mailing list