-
Task
-
Resolution: Done
-
Major
-
5.12.6.Final
-
None
-
None
There are some constants used, e.g. javax.xml.ws.handler.MessageContext, which during compile time appear to be strings in the byte code. Entries should be added for these constants in the jakarta-direct.properties so they can be correctly transformed.
The following are the constants being transformed in WildFly:
Entry | Transformed |
---|---|
javax.xml.ws.servlet.request | jakarta.xml.ws.servlet.request |
javax.xml.ws.handler.message.outbound | jakarta.xml.ws.handler.message.outbound |
javax.xml.ws.service.endpoint.address | jakarta.xml.ws.service.endpoint.address |
javax.xml.ws.soap.http.soapaction.uri | jakarta.xml.ws.soap.http.soapaction.uri |
There are also 2 XML files being transformed due to namespaces.
- ws-t-rpc_handlers.xml
- ws-t_handlers.xml
Both of these include the following and can likely be ignored.
<handler-chains xmlns="http://java.sun.com/xml/ns/javaee" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee">
- blocks
-
WFLY-16496 Upgrade Narayana from 5.12.6.Final to 5.12.7.Final
- Closed