I know the output is wrong. The actual resource adapter I'm creating contains only the libraries necessary for it to run, not including the ironjacamar-* or jboss-* jars per the documentation. THAT resource adapter deploys successfully into a running JBoss AS 7.0.2.Final instance with IronJacamar 1.0.3.Final and (to the best of my knowledge) works as it should.
The problem I'm having is that I am unable to perform automated integration tests using embedded IronJacamar with Arquillian. All my tests thus far have consisted of "eyeball checks" against a WAR containing different test cases triggered by manually accessing web pages.
To confirm that the problem wasn't related to MY code, I used the code generator to create a skeleton adapter and then performed the integration test with it. I have the EXACT SAME error in MY resource adapter, as well as the one created with the code generator.