Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Inconsistent behavior of annotations on Glassfish and Wildfly #220

Open
gtudan opened this issue Dec 4, 2018 · 1 comment
Open

Inconsistent behavior of annotations on Glassfish and Wildfly #220

gtudan opened this issue Dec 4, 2018 · 1 comment
Labels

Comments

@gtudan
Copy link
Contributor

gtudan commented Dec 4, 2018

Wildfly seems to behave different than Glassfish when inheriting annotations.

The "Annotations"-Example-App contains a test case for that:

Glassfish will return an Error (HTTP 500) for this test, while wildfly renders the view with a HTTP 200. I guess WF inherits the annotation from the BaseController. This violates the annotation inheritance rules defined in part 6.4 of the MVC-Spec.

@chkal
Copy link
Contributor

chkal commented Dec 4, 2018

Just a quick note: My current guess is that this issue is related to the typical problems we get with CDI proxies. Especially the inheritance rules get very tricky if additional CDI proxy subclasses are involved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants