Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-10743

cxf-java2ws-plugin plugin doesn't work with multiples WebServices endpoint

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.3
    • jboss-fuse-6.3
    • CXF
    • None
    • % %
    • +
    • Hide

      Run mvn clean install in the reproducer that I sent.

      Show
      Run mvn clean install in the reproducer that I sent.
    • Fuse 7.4 Sprint 46 - Dev #2

    Description

      • The 3.1.5.redhat-630377 version of the Maven plugin cxf-java2ws-plugin plugin doesn't work with multiple executions. For example, this doesn't work:

      <plugin>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-java2ws-plugin</artifactId>
      <version>3.1.5.redhat-630377</version>
      <executions>
      <execution>
      <id>FOO_WSDL</id>
      <phase>process-classes</phase>
      <configuration>
      <className>com.example.FooService</className>
      ...
      </configuration>
      <goals>
      <goal>java2ws</goal>
      </goals>
      </execution>
      <execution>
      <id>BAR_WSDL</id>
      <phase>process-classes</phase>
      <configuration>
      <className>com.example.BarService</className>
      ...
      </configuration>

      <goals>
      <goal>java2ws</goal>
      </goals>
      </execution>
      </plugin>

      • The 3.1.5.redhat-630347 (R7) version works.
      • It looks like the bug was added in R8 version.

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            Asouza@redhat.com Angelo Souza
            Viliam Kasala Viliam Kasala
            Federico Mariani
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: