Bug 1027350

Summary: EAP quickstarts pom.xml files reference "JBoss AS 7"
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: QuickstartsAssignee: sgilda
Status: CLOSED DUPLICATE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bsutter, jkudrnac, pmuir
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-06 16:11:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nikoleta Hlavickova 2013-11-06 15:47:54 UTC
Description of problem:
EAP quickstarts pom.xml files reference "JBoss AS 7" instead of "JBoss EAP 6".

Version-Release number of selected component (if applicable):
EAP 6.2.0 ER7

How reproducible:
always

Steps to Reproduce:
1. unzip jboss-eap-6.2.0.ER7-quickstarts.zip
2. grep "JBoss AS 7" . -R

Actual results:
Several lines with string "JBoss AS 7".
For example, in jboss-eap-6.2.0.GA-quickstarts/ejb-security/pom.xml:
<!-- Import the CDI API, we use provided scope as the API is included in JBoss AS 7 -->

Expected results:
No "JBoss AS 7" references. "JBoss EAP 6" references instead.

Additional info:
Some files reference both "JBoss AS 7" and "EAP 6", like jboss-eap-6.2.0.GA-quickstarts/kitchensink/pom.xml:
<description>A starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6, generated from the jboss-javaee6-webapp archetype</description>
These should be changed too to "JBoss EAP 6" and not mention "JBoss AS 7"

Comment 1 sgilda 2013-11-06 16:11:50 UTC
This is a duplicate of bug 1025766.

These were fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/612324764846ea3f9d50977b4ffc0e8b9addac02

*** This bug has been marked as a duplicate of bug 1025766 ***