Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1665

Unable to deploy (or even compile) subsystem for AS7 using 7.2.0-Alpha1-SNAPSHOT

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.0.0.CR2
    • 3.0.0.CR1
    • Server
    • None

    Description

      AS7-4784 committed a month ago has removed the method setAlternates (amongst others) from the Builder class in controller/src/main/java/org/jboss/as/controller/SimpleListAttributeDefinition.java and this method is referenced from deploy/jbossas/modeshape-jbossas-subsystem/src/main/java/org/modeshape/jboss/subsystem/MappedListAttributeDefinition.java.

      After having built/installed the latest jboss-as-7.2.0.Alpha1-SNAPSHOT, building ModeShape with the "as72" profile using

      mvn clean install -s settings.xml -Pintegration,as72
      

      results in a compilation error:

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project modeshape-jbossas-subsystem: Compilation failure
      [ERROR] /users/bwallis/InfoMedix/JBoss/ModeShape/workspace/modeshape-src/modeshape/deploy/jbossas/modeshape-jbossas-subsystem/src/main/java/org/modeshape/jboss/subsystem/MappedListAttributeDefinition.java:[408,19] cannot find symbol
      [ERROR] symbol  : method setAlternates(java.lang.String[])
      [ERROR] location: class org.jboss.as.controller.SimpleListAttributeDefinition.Builder
      

      The method setAlternates(String[]) is now on the superclass of Builder and is renamed to setAlternatives(String[]).

      Attachments

        Activity

          People

            rhauch Randall Hauch (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: