jax-ws-api icon indicating copy to clipboard operation
jax-ws-api copied to clipboard

@WebFault documentation errors in JSR-224 JAX-WS 2.2 rev a Maintenance Release 4 specification

Open Tomas-Kraus opened this issue 2 years ago • 0 comments

Figure 3.4 on page 46 has several errors:

  • @XmlRootElement has no attribute targetNamespace, but namespace
  • Sting should be corrected to String
  • UnknownTicker::getTicker() should return UnknownTickerBean
  • AccessType.FIELD should be XmlAccessType.FIELD
  • Comma missing in @XmlRootElement(name="UnknownTickerFault" targetNamespace="...") -etc

Source: https://github.com/javaee/metro-jax-ws/issues/1185 Author: glassfishrobot

Tomas-Kraus avatar Jun 02 '22 17:06 Tomas-Kraus