JBoss proprietary connection and response timeout constants such as org.jboss.ws.timeout need to be migrated for use on WebSphere traditional and Liberty.
Depending on whether the application is JAX-RPC or JAX-WS, the constants for the timeouts need to be migrated accordingly.
Solution
Currently, for JBoss JAX-WS, the following strings are being flagged:
"javax.xml.ws.client.receiveTimeout"
"javax.xml.ws.client.connectionTimeout"
Refer to the JAX-WS Timeout Constants article for more information on how to migrate these strings.
For JBoss JAX-RPC, the following strings are being flagged:
"org.jboss.ws.timeout"
"org.jboss.webservice.client.timeout"
Refer to the JAX-RPC Timeout Constants article for more information on how to migrate these strings.