Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RA Descriptor for 6.2.0 is invalid #1431

Closed
dmatej opened this issue Apr 3, 2022 · 5 comments · Fixed by #1432
Closed

RA Descriptor for 6.2.0 is invalid #1431

dmatej opened this issue Apr 3, 2022 · 5 comments · Fixed by #1432
Labels
bug Something isn't working
Milestone

Comments

@dmatej
Copy link

dmatej commented Apr 3, 2022

@pzygielo
Copy link
Contributor

pzygielo commented Apr 3, 2022

Invalid - perhaps as in

@pzygielo pzygielo linked a pull request Apr 3, 2022 that will close this issue
@dmatej
Copy link
Author

dmatej commented Apr 3, 2022

Yeah, but 6.3.0 is targeting JEE 10, right?

@pzygielo
Copy link
Contributor

pzygielo commented Apr 3, 2022

Yeah, but 6.3.0 is targeting JEE 10, right?

Right.

To clarify: my adjective "invalid" in #1431 (comment) was the reference to the title, not the status of the issue itself.
As the original report here does not mention any details what is invalid in RA DD, and enabled some tests does not help me much - I linked the one that I think has it described.

@pzygielo pzygielo added the bug Something isn't working label Apr 3, 2022
@dmatej
Copy link
Author

dmatej commented Apr 3, 2022

Invalid are those jakarta.* packages, as the XSD uses enumeration of classes. They were changed from java to jakarta, but that goes against the XSD 1.5.

@dmatej
Copy link
Author

dmatej commented Apr 3, 2022

Example from the XSD of 2.0:

<xsd:restriction base="jakartaee:fully-qualified-classType">
<xsd:enumeration value="jakarta.resource.spi.security.PasswordCredential"/>
<xsd:enumeration value="org.ietf.jgss.GSSCredential"/>
<xsd:enumeration value="jakarta.resource.spi.security.GenericCredential"/>
</xsd:restriction>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants