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.
I have set "jta=false" for the datasource which is only meant for SELECTs.
Hope this helps.