Hi, Has anyone run the mahout on JBoss before? I'm trying to configure a mahout module on JBoss, but configuration fails. I write the following module.xml: == <?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.0" name="org.apache.mahout"> <resources> <resource-root path="mahout-core-0.8.jar"/> </resources> <dependencies> </dependencies> </module> ==
I don't know what are the dependencies jars. And I'm not clear if mahout can run on JBoss. Thank you!
