10 Replies Latest reply on Jun 13, 2013 5:04 AM by bmajsak

    Embedded datasources on AS 7 with Arquillian?

    atijms

      Hi,

       

      It seems that JBoss wants to move away from allowing data sources to be embedded in an EAR starting with AS 7 (atleast for the initial release of AS 7). This is however a very important feature in combination with Arquillian.

       

      I typically create an EnterpriseArchive with ShrinkWrap and then use addResource to add data sources to test DBs, as well as test services, test queues, test security, etc.

       

      If AS 7 would really stop supporting embedded data sources (and JMS queues, services, etc), what would be the best approach to supply this information anyway when using Arquillian?