Do not use Apache XMLBeans packages

This rule detects the use of Apache XMLBeans classes in the org.apache.xmlbeans.* package. This rule is flagged once per file. XMLBeans is not provided as part of WebSphere traditional or Liberty.

If as part of your migration you are migrating to JAX-WS and JAXB, you may no longer need XMLBeans in your application. After regenerating the client code, the org.apache.xmlbeans package should no longer be needed.

If you want to continue to use XMLBeans in WebSphere traditional or Liberty, you will need to download the XMLBeans Jar file.

The Rational Application Developer web services wizard can assist in regenerating the client web services code.

For more information,