-
Bug
-
Resolution: Done
-
Critical
-
3.0.0.CR1
-
None
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[]).