I am trying to migrate my Seam 2.3 application to use Infinispan for caching within JBoss AS7. I\'ve looked at the Blog example within the Seam 2.3 distribution, and have copie
For anyone else having this issue, I've finally gotten all of the necessary pieces in place. Here's what I had to do...
Do NOT declare the Infinispan module in your JBoss deployment structure file. Instead, use the JARs that are part of the Seam 2.3 distribution
The WstxIOException itself is due to the fact that it was unable to locate my infinispan.xml configuration file. Place this in the Java source directory so it becomes a direct part of your classpath, not in your META-INF or WEB-INF directories (unless you declare it as such in your components.xml file)
Make sure you have all of the XML parsing JARs (stax, etc.) from the Seam 2.3 distribution in your EAR