You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Svatopluk Dedic (Jira)" <ji...@apache.org> on 2020/09/23 09:51:00 UTC

[jira] [Created] (NETBEANS-4837) Nondeterministic load of j2ee DeploymentFactory

Svatopluk Dedic created NETBEANS-4837:
-----------------------------------------

             Summary: Nondeterministic load of j2ee DeploymentFactory
                 Key: NETBEANS-4837
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4837
             Project: NetBeans
          Issue Type: Bug
            Reporter: Svatopluk Dedic


The following warning was printed during run of *DeploymentFactory*:

{code:java}
    [junit] WARNING [org.netbeans.ProxyClassLoader]: Will not load class javax.enterprise.deploy.spi.factories.DeploymentFactory arbitrarily from one of ModuleCL@10eabaeb[org.netbeans.modules.j2ee.dd] and ModuleCL@53c6b37a[org.netbeans.modules.j2eeapis] starting from SystemClassLoader[792 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE
{code}

Both modules include (different) JARs that cover this package. Possibly the use of SystemClassLoader should be revisited.

Not sure what component this should be assigned to, may be produced by the scanning process.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists