[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-422) SOAP Forge facet is missing dependency on SwitchYard facet

Keith Babo (JIRA) jira-events at lists.jboss.org
Wed Aug 24 10:21:17 EDT 2011


SOAP Forge facet is missing dependency on SwitchYard facet
----------------------------------------------------------

                 Key: SWITCHYARD-422
                 URL: https://issues.jboss.org/browse/SWITCHYARD-422
             Project: SwitchYard
          Issue Type: Bug
          Components: component-soap, tooling
    Affects Versions: 0.2
            Reporter: Keith Babo
            Assignee: Tomohisa igarashi
             Fix For: 0.2


SOAPFacet is missing a dependency on SwitchYardFacet, which creates problems if you try and install the switchyard.soap facet in forge without installing the switchyard facet first.  

The SOAPFacet definition should look like this:
{noformat}
@Alias("switchyard.soap")
@RequiresFacet({ DependencyFacet.class, PackagingFacet.class, SwitchYardFacet.class})
@RequiresPackagingType(PackagingType.JAR)
public class SOAPFacet extends AbstractFacet {
{noformat}


--
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