不要使用 JBoss 專用字串文字

部分 JBoss 相依關係字串存在特定規則。 使用此規則來偵測是否使用了任何這類未由這些規則涵蓋的字串。 必須復查這些參照,並進行適當的轉換,才能在 WebSphere® Application Server 上使用。 規則將標示開頭為的任何字串 org.jboss. 字串除外 org.jboss.ws.timeout org.jboss.webservice.client.timeout 其他移轉規則所標示的。

例如,對於行...

props.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");

props.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");


...規則將會標示 org.jboss.naming:org.jnp.interfaces;