Matt Drees wrote:
I'm wondering if I can change a flag somewhere in the AS7 build config and have it pull in my custom ironjacamar version. I don't know how to do that, though.
Ok, figured out how to do that. In jboss-as/build, I ran "mvn package -Dversion.org.jboss.ironjacamar=1.0.0.Beta7.jta-patch-SNAPSHOT" and it pulled in my patched ironjacamar jars. Cool.