Description of problem: [root@ecudehe ~]# ll /usr/share/jboss-as/modules/net/sourceforge/jtds/main ls: cannot access /usr/share/jboss-as/modules/net/sourceforge/jtds/main: No such file or directory so .. can't use JTDS in software which want to communicate with creepy Sybase :) Version-Release number of selected component (if applicable): jboss-as-7.1.1-21.fc19.noarch How reproducible: yum install jtds jboss-as then ll /usr/share/jboss-as/modules/net/sourceforge/jtds/main Expected results: Installed link to jtds Additional info: What I do to deploy it (I have a directory ready for the deployment with similar path) install -v -d -m 0755 /usr/share/jboss-as/modules/net/sourceforge/jtds/main ln -s /usr/share/java/jtds.jar /usr/share/jboss-as/modules/net/sourceforge/jtds/main/jtds.jar install -v -m0644 deploy/usr/share/jboss-as/modules/net/sourceforge/jtds/main/module.xml /usr/share/jboss-as/modules/net/sourceforge/jtds/main/module.xml And my module.xml file <module xmlns="urn:jboss:module:1.0" name="net.sourceforge.jtds"> <resources> <resource-root path="jtds.jar"/> </resources> <dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> </dependencies> </module>
Sebastien, I'm closing this issue as NOTABUG.