Hide Forgot
EAP 6.2.0.ER7, quickstart helloworld-jms. In the pom.xml, on line 126, there is a unnecessary username and password admin/admin in the configuration of the jboss-as-maven-plugin: <plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>${version.jboss.maven.plugin}</version> <configuration> <username>admin</username> <password>admin</password> </configuration> </plugin>
Fixed in this commit: http://github.com/jboss-developer/jboss-eap-quickstarts/commit/93c5b4d43
Verified using 6.2.0.CR1 bits.