Bug 1004720

Summary: Missing JTDS linking :)
Product: [Fedora] Fedora Reporter: Sebastien Pasche <braoru>
Component: jboss-asAssignee: Marek Goldmann <mgoldman>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: low    
Version: 19CC: mgoldman, smarlow
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-16 07:59:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Sebastien Pasche 2013-09-05 10:57:49 UTC
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>

Comment 1 Marek Goldmann 2013-10-16 07:59:06 UTC
Sebastien, I'm closing this issue as NOTABUG.