-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.2.0
-
None
-
JBoss EAP 5.2.0 + CXF + JBPAPP-10628 + JBPAPP-10927 (one off patches for EAP 5.2.0)
-
Workaround Exists
-
-
-
Documented as Resolved Issue
-
NEW
With an environment with both fixes for JBPAPP-10458 and JBPAPP-10926 applied, the below does not work and throws an exception as if JBPAPP-10458 was not there.
Unable to find source-code formatter for language: title:usedinws.java. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
@XmlType(name = "TestDto") @XmlAccessorType(XmlAccessType.FIELD) public class TestDto { private List<TestRef> refs; private TestRef refObj; public List<TestRef> getRefs() { return refs; } public TestRef getRefObj() { return refObj; } }
If you remove the use of Generics from this example everything works as expected.
This is a regression caused by JBPAPP-10926.
- is incorporated by
-
JBPAPP-10335 Upgrade Apache CXF to 2.2.12-patch-08
- Resolved
-
JBPAPP-11096 Upgrade JbossWS CXF to3.1.2.SP16
- Closed
- relates to
-
CXF-5219 Loading...