Bug 1004720 - Missing JTDS linking :)
Summary: Missing JTDS linking :)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: jboss-as
Version: 19
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
Assignee: Marek Goldmann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-05 10:57 UTC by Sebastien Pasche
Modified: 2013-10-16 07:59 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-10-16 07:59:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.