I am using Spring 3.0.7 and Jboss 7.1.1. My unit tests pass since i am not running in a container. When i run in the container i get dumped:
Caused by: java.lang.IllegalStateException: Could not initialize JBossNativeJdbcExtractor because JBoss API classes are not available: java.lang.ClassNotFoundException: org.jboss.resource.adapter.jdbc.WrappedConnection
Anyone have any ideas as to what dependency(s) i need to add to my Maven POM to have my application find what is needed?