1 Reply Latest reply on Mar 25, 2014 9:48 AM by beanfarmer

    how to represent no tx datasource in jboss EAP 6.1

    beanfarmer

      Hello Jboss support,

      Appreciate the support offered to developer community in jboss EAP 6.1 migration.

       

      My issue: I have one issue with migrating my old muliple datasources xml which has one local-tx-datasource(RW) and one no-tx-datasource(read only).

                So while rewriting ds xml for EAP 6, I have replaced both of them with datasource tag and due to that I get error which says "Adding multiple last resources is disallowed."

       

      and when I tried to use no-tx-datasource, server throws ParseException saying could not identify the tag.

      It seems the XSD has no support for no-tx-datasource as it does in previous versions.

      http://www.ironjacamar.org/doc/schema/datasources_1_2.xsd

       

      Please guide on how to rephrase the my datasource file for no-tx-datasource. Thanks in advance.