- Create an EJB SU.
- In the libraries to use for the WSDL generation, add javax.wsdl or WSDL4j.
An error occurs at the generation.
When enabling the logs, we got the following message.
"WSDLElement"'s signer information does not match signer information of other classes in the same package.
This seems to be due to the presence of the same package in CXF.
This can be workaround by removing the JAR from the EJB's wizard page.
However, it might lead to troubles if the
javax.wsdl packages are not in the same versions.