First off, I am new to this community. So, if i&#39;m not doing something right, forgive me and help me save myself from having to apologize in the future. <div><br></div><div>I did a git clone of the master (from <a href="mailto:git@github.com">git@github.com</a>:&lt;user&gt;/jboss-as.git) and did a build install. I am getting a compilation error in the messaging subsystem. I don&#39;t have maven installed on my machine. And uses the one comes with jboss. Everything till the messaging subsystem is building properly. </div>
<div><br></div><div>I am on a 32-bit Win7 machine. And, i could also use any link that explains the overall architecture and how all these components interact with each other. </div><div><br></div><div>the stacktrace below:</div>
<div><br></div><div><div>[INFO] JBoss Application Server: Messaging Subsystem ..... FAILURE [3.750s]</div><div>[INFO] JBoss Application Server: OSGi Config Admin ....... SKIPPED</div><div>[INFO] JBoss Application Server: Security Subsystem ...... SKIPPED</div>
<div>[INFO] JBoss Application Server: Remoting Subsystem ...... SKIPPED</div><div>[INFO] JBoss Application Server: Service Archive Subsystem  SKIPPED</div><div>[INFO] JBoss Application Server: Web Services Subsystem .. SKIPPED</div>
<div>[INFO] JBoss Application Server: Web Services Server Integration Subsystem  SKIPPED</div><div>[INFO] JBoss Application Server: Build ................... SKIPPED</div><div>[INFO] JBoss Application Server: Arquillian: Common Container  SKIPPED</div>
<div>[INFO] JBoss Application Server: Arquillian: Embedded Container  SKIPPED</div><div>[INFO] JBoss Application Server: Arquillian: Managed Container  SKIPPED</div><div>[INFO] JBoss Application Server: Arquillian: Remote Container  SKIPPED</div>
<div>[INFO] JBoss Application Server: Demos ................... SKIPPED</div><div>[INFO] JBoss Application Server: Microcontainer Subsystem  SKIPPED</div><div>[INFO] JBoss Application Server: OSGi Integration Plugin . SKIPPED</div>
<div>[INFO] JBoss Application Server: Test Suite: Aggregator .. SKIPPED</div><div>[INFO] JBoss Application Server: Test Suite: Smoke Tests . SKIPPED</div><div>[INFO] JBoss Application Server: Web Services Tests Integration Subsystem  SKIPPED</div>
<div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] BUILD FAILURE</div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] Total time: 5.965s</div>
<div>[INFO] Finished at: Wed Mar 02 08:39:04 IST 2011</div><div>[INFO] Final Memory: 33M/59M</div><div>[INFO] ------------------------------------------------------------------------</div><div>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:testCompile (default-testCompile) on project jboss-as-messaging: Compilation failure</div>
<div>[ERROR] \Praba\Work\Workspaces\jboss-as\messaging\src\test\java\org\jboss\as\messaging\test\SubsystemParsingUnitTestCase.java:[87,56] cannot find symbol</div><div>[ERROR] symbol  : method newFactory()</div><div>[ERROR] location: class javax.xml.stream.XMLInputFactory</div>
<div>[ERROR] -&gt; [Help 1]</div><div>org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:testCompile (default-testCompile) on project jboss-as-messaging: Compila</div>
<div>\Praba\Work\Workspaces\jboss-as\messaging\src\test\java\org\jboss\as\messaging\test\SubsystemParsingUnitTestCase.java:[87,56] cannot find symbol</div><div>symbol  : method newFactory()</div><div>location: class javax.xml.stream.XMLInputFactory</div>
<div><br></div><div><br></div><div>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)</div><div>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)</div>
<div>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)</div><div>        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)</div>
<div>        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)</div><div>        at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)</div>
<div>        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)</div><div>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)</div><div>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)</div>
<div>        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)</div><div>        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)</div><div>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)</div>
<div>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</div><div>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</div>
<div>        at java.lang.reflect.Method.invoke(Method.java:597)</div><div>        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)</div><div>        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)</div>
<div>        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)</div><div>        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)</div><div>Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure</div>
<div>\Praba\Work\Workspaces\jboss-as\messaging\src\test\java\org\jboss\as\messaging\test\SubsystemParsingUnitTestCase.java:[87,56] cannot find symbol</div><div>symbol  : method newFactory()</div><div>location: class javax.xml.stream.XMLInputFactory</div>
<div><br></div><div><br></div><div>        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:613)</div><div>        at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:146)</div>
<div>        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)</div><div>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)</div><div>
        ... 19 more</div><div>[ERROR]</div><div>[ERROR]</div><div>[ERROR] For more information about the errors and possible solutions, please read the following articles:</div><div>[ERROR] [Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException">http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException</a></div>
<div>Press any key to continue . . .</div><div><br></div><div><br>-- <br>with luv,<br>GP.<br><br>
</div></div>