Bug 911483

Summary: Quickstart ejb-security-interceptors has several issues
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Josef Cacek <jcacek>
Component: QuickstartsAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: jpai, rsvoboda
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: 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 Josef Cacek 2013-02-15 07:13:03 UTC
Look at https://issues.jboss.org/browse/AS7-6453 for details.

PR sent already: https://github.com/jboss-jdf/jboss-as-quickstart/pull/425

Comment 1 sgilda 2013-02-15 12:05:12 UTC
Jaikiran has a comment in the pull request: This isn't right. Why was this change required?

-<jboss xmlns="http://www.jboss.com/xml/ns/javaee"
+<ejb-jar xmlns="http://www.jboss.com/xml/ns/javaee"

Waiting for a response.

Comment 2 sgilda 2013-02-15 13:22:00 UTC
Adding Jaikiran to this discussion.

Comment 3 Josef Cacek 2013-02-15 16:55:44 UTC
Changed back in the pull request, but ...

Jaikiran, when I look into:
https://github.com/jboss/metadata/blob/master/ejb/src/main/resources/schema/jboss-ejb3-2_0.xsd
then there is no "jboss" element. I see only the "ejb-jar" defined there.

Could you comment?

(So one of the XMLs is wrong, but both works. The parser should provide at least some warning, that a wrong root element is used.)

Comment 4 sgilda 2013-02-20 19:34:21 UTC
The fix was merged. 

Josef, are you still waiting for a response from Jaikiran on this one?

If not, I'll mark it ON_QA.

Comment 5 Josef Cacek 2013-02-21 06:59:44 UTC
Yes, I'm still waiting for the Jaikiran's answer. But I could create new BZ with this, because it looks like a wider problem.

Comment 6 sgilda 2013-02-21 12:35:22 UTC
Josef, that sounds like a good idea. It is a separate issue. Could you link the new bug to this one for tracking purposes?

Thanks!

Comment 7 Josef Cacek 2013-02-22 09:34:45 UTC
jboss-ejb3.xml issue created: https://bugzilla.redhat.com/show_bug.cgi?id=914082

Setting this one ON_QA.

Comment 9 Josef Cacek 2013-03-19 13:55:25 UTC
Verified in EAP 6.1.0.ER2 quickstarts.