Andi Huber created ISIS-3270: -------------------------------- Summary: Jaxb Viewmodels not recognized by BeanTypeClassifier Key: ISIS-3270 URL: https://issues.apache.org/jira/browse/ISIS-3270 Project: Isis Issue Type: Bug Components: Isis Core Reporter: Andi Huber Assignee: Andi Huber Fix For: 2.0.0-RC1
Types (meta-)annotated with Spring's Component are scanned directly and eagerly, while classic JAXB viewmodels, that have no annotation that Spring would recognize, are not. Those are indirectly recognized during introspection of above types. Looks like we need to have our BeanTypeClassifier correctly classify them, otherwise they get ignored by the MM introspector. -- This message was sent by Atlassian Jira (v8.20.10#820010)