Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1111493

Summary: Typo in cdi-interceptors README files
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: QuickstartsAssignee: sgilda
Status: CLOSED DUPLICATE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: low Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.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: 2014-06-23 15:50:22 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:
Embargoed:

Description Nikoleta Hlavickova 2014-06-20 07:50:08 UTC
You can now comment out classes in the WEB-INF/beans.xlm file to disable one or both of the interceptors and view the results.

there is a typo "xlm", it should be "xml"

Comment 1 sgilda 2014-06-23 15:50:22 UTC

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

Comment 2 Nikoleta Hlavickova 2014-06-24 07:45:59 UTC
Yes, it is the same issue as BZ 1029320. 

However BZ 1029320 was about 2 quickstarts: cdi-stereotype and cdi-interceptors. Only cdi-stereotype was fixed, see [1]. The issue in cdi-interceptors is still present.

Would you prefer reopening BZ 1029320 or this one?

[1] https://github.com/jboss-developer/jboss-eap-quickstarts/commit/b0d3abd3053ceb61043388b11a643bd8acc48e74

Comment 3 sgilda 2014-06-24 10:54:37 UTC
Nikoleta,

It was fixed, the quickstarts just haven't been rebuilt. 

This was the commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/cbce758c31777836f6d1df41184485e73c321ab9

Please see the source file here: https://github.com/jboss-developer/jboss-eap-quickstarts/blob/6.3.x/cdi-interceptors/README.md

It should be correct in the next build. Let me know if you see a problem in the source file. If you do, please explain and just open this bug again.

Thanks,
Sande

Comment 4 Nikoleta Hlavickova 2014-06-24 11:01:26 UTC
(In reply to sgilda from comment #3)
> This was the commit:
> https://github.com/jboss-developer/jboss-eap-quickstarts/commit/
> cbce758c31777836f6d1df41184485e73c321ab9

I didn't know about this commit, it's OK now. Thank you.