Hello all.
I am attemping to create a global module for use in JBoss AS7 but it is not working and I am not sure why.
A tiny JSP test web-app is here: https://github.com/rurounijones/jmupdf-jboss-test-app
The module itself is here: https://github.com/rurounijones/jmupdf-jboss-module
For information on the errors and log output look at the JSP test web-app.
(The error message on the module README is from a jruby app which is out of scope of this at the moment, I am now trying to get a native jsp app running before worrying about the jruby side)
I have been trying to figure this out for a while, a previous post on the matter can be found here https://community.jboss.org/thread/177478 but I was recently told that this forum would be more appropriate than the beginner's forum.
Any help would be much apprciated.