Bug 1028567 - Username and password admin/admin not needed in helloworld-jms quickstart
Summary: Username and password admin/admin not needed in helloworld-jms quickstart
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Quickstarts
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: CR1
: EAP 6.2.0
Assignee: sgilda
QA Contact: Jitka Kozana
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-08 19:19 UTC by Jitka Kozana
Modified: 2017-10-10 00:18 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:55:21 UTC
Type: Bug


Attachments (Terms of Use)

Description Jitka Kozana 2013-11-08 19:19:46 UTC
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>

Comment 1 sgilda 2013-11-08 20:17:19 UTC
Fixed in this commit: http://github.com/jboss-developer/jboss-eap-quickstarts/commit/93c5b4d43

Comment 2 Jitka Kozana 2013-11-15 08:18:23 UTC
Verified using 6.2.0.CR1 bits.


Note You need to log in before you can comment on or make changes to this bug.