14 Replies Latest reply on Oct 5, 2012 9:34 AM by yse4

    Deployment is using a private module which may be changed or removed in future versions without notice

    kristjan273

      Hi,

       

      switching my project from as7.1 CR1b to 7.1 nightly 509 was nearly flawless but I started to see some annoying WARNs on startup of a deploy:

       

       

      ...
      16:10,142 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.acme-core-ear.ear.acme-core-ejb.jar" is using a private m
      le ("org.jboss.iiop-client:main") which may be changed or removed in future versions without notice.
      16:10,152 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.acme-core-ear.ear.acme-core-ejb.jar" is using a private m
      le ("org.jboss.as.ejb3:main") which may be changed or removed in future versions without notice.
      16:10,152 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) JBAS018567: Deployment "deployment.acme-core-ear.ear.acme-core-war.war" is using a private m
      le ("org.jboss.iiop-client:main") which may be changed or removed in future versions without notice.
      16:10,152 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) JBAS018567: Deployment "deployment.acme-core-ear.ear.acme-core-war.war" is using a private m
      le ("org.jboss.as.ejb3:main") which may be changed or removed in future versions without notice.
      16:10,162 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) JBAS018567: Deployment "deployment.acme-core-ear.ear.acme-core-war.war" is using a private m
      le ("org.jboss.as.ee:main") which may be changed or removed in future versions without notice.
      16:10,152 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.acme-core-ear.ear" is using a private module ("org.jboss.iiop-
      ent:main") which may be changed or removed in future versions without notice.
      ...
      and lots more of those lines
      

       

      Deploy finishes successfuly but I find no idea what am I missing to do to get rid of those.