0 Replies Latest reply on Feb 1, 2012 6:01 PM by lafr

    Warnings on deployment of JDBC-Drivers

    lafr

      I started to work with JBoss AS 7. I deployed three JDBC-drivers on a clean install by copying the jar-files to $JBOSS_HOME/standalone/deployments.

      This gives some warnings for every one of it.

       

      For MS SQLServer's sqljdbc4.jar:

      INFO  [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "sqljdbc4.jar"

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.jboss.iiop-client:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.jboss.as.ejb3:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.jboss.as.jacorb:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.jboss.as.ee:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.jboss.as.security:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.sqljdbc4.jar" is using a private module ("org.jacorb:main") which may be changed or removed in future versions without notice.

      INFO  [org.jboss.as.server] JBAS018559: Deployed "sqljdbc4.jar"

       

      For Oracle's ojdbc6.jar:

      INFO  [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "ojdbc6.jar"

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.jboss.iiop-client:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.jboss.as.ejb3:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.jboss.as.jacorb:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.jboss.as.ee:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.jboss.as.security:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ojdbc6.jar" is using a private module ("org.jacorb:main") which may be changed or removed in future versions without notice.

      INFO  [org.jboss.as.server] JBAS018559: Deployed "ojdbc6.jar"

       

      For Informix's ifxjdbc.jar:

      INFO  [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "ifxjdbc_all.jar"

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.jboss.iiop-client:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.jboss.as.ejb3:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.jboss.as.jacorb:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.jboss.as.ee:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.jboss.as.security:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.

      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ifxjdbc_all.jar" is using a private module ("org.jacorb:main") which may be changed or removed in future versions without notice.

      INFO  [org.jboss.as.server] JBAS018559: Deployed "ifxjdbc_all.jar"

       

      Is this just a problem of the deployer which has to be fixed somewhen in the future?

      Can I do something to avoid this irritating messages for me despite modifying the Logger-configuration?