0 Replies Latest reply on Jan 29, 2016 11:57 AM by mykelbrooks

    fully qualified resources in Windows 10 environment

    mykelbrooks

      I am trying to use CLI to add a jdbc driver in Wildfly 10.

      I have copied the appropriate driver to \Wildfly\drivers.

      When I try:

      module add --name=com,microsoft.sqlserver

                 --resources=/Wildfly/drivers/sqljdbc42.jar

                 --dependencies=javax.api,javax.transaction.api

      It keeps telling me it can't find my driver because it is appending my current location to the "resources" value.

      Using CLI in a windows environment, how can I tell CLI that I am using a fully qualified name.