-
Bug
-
Resolution: Done
-
Major
-
2.5.0.CR1
The rule created for JAX-RPC (WINDUPRULE-63) is insufficient. It only detects the presence of a XML file containing /webservices/webservice-description/jaxrpc-mapping-file (webservices.xml, but the rule doesn't constrain that), which covers the server-side part of JAX-RPC. However, an EJB can work as a JAX-RPC client, refering to JAX-RPC mapping file in ejb-jar.xml as well.
I think it would be better if the rule just detected all JAX-RPC mapping files, i.e. XML files whose root element is <java-wsdl-mapping>.
- relates to
-
JBEAP-3141 Migration Guide: JAX-RPC can be identified by other means than just webservices.xml
- Closed