0 Replies Latest reply on Feb 28, 2017 6:48 PM by mbreed

    Swarm + Arquillian + a Datasource

    mbreed

      I'm <version>2017.2.0</version> of swarm. I've got it connected to a postgres datasource with hibernate and it works.
      I had Arquillian setup to work with it, but now Arquillian fails.

       

      The cause appears to be:

      2017-02-28 10:41:07,425 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 26) WFLYCTL0013: Operation ("add") failed - address: ([

          ("subsystem" => "datasources"),

          ("jdbc-driver" => "org.postgresql")

      ]) - failure description: "WFLYJCA0041: Failed to load module for driver [org.postgresql]"

       

      I've tried adding the datasource fraction in the a method marked with @CreateSwarm, I've tried packaging a modules.xml, etc... nothing seems work.
      Anyone have some direction?