Bug 879020 - The com.sun.xml.bind module needs to include the istack-commons-runtime.jar file
Summary: The com.sun.xml.bind module needs to include the istack-commons-runtime.jar file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: jboss-as
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Goldmann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-21 20:22 UTC by Juan Hernández
Modified: 2012-12-20 15:24 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-20 15:24:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Juan Hernández 2012-11-21 20:22:51 UTC
The com.sun.xml.bind module doesn't include the istack-commons-runtime.jar file in its resources, and it is needed because in Fedora this is not bundled into the other .jar files used by the module. The descriptor of the module should be something like this:

<module xmlns="urn:jboss:module:1.1" name="com.sun.xml.bind">
    <properties>
        <property name="jboss.api" value="private"/>
    </properties>

    <resources>
        <resource-root path="jaxb-impl.jar"/>
        <resource-root path="jaxb-xjc.jar"/>
        <resource-root path="istack-commons-runtime.jar"/>
    </resources>

    <dependencies>
        <module name="javax.api" />
        <module name="javax.xml.bind.api" />
        <module name="javax.xml.stream.api" />
    </dependencies>
</module>

And the symlink should be like this:

istack-commons-runtime.jar -> /usr/share/java/istack-commons-runtime.jar

Comment 1 Fedora Update System 2012-11-27 14:43:24 UTC
jboss-as-7.1.1-9.1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/jboss-as-7.1.1-9.1.fc17

Comment 2 Fedora Update System 2012-11-28 11:38:55 UTC
Package jboss-as-7.1.1-9.1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing jboss-as-7.1.1-9.1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-19232/jboss-as-7.1.1-9.1.fc17
then log in and leave karma (feedback).

Comment 3 Juan Hernández 2012-11-28 11:49:51 UTC
I just installed jobss-as-7.1.1-9.1.fc17 and the module includes two new jar files:

<resource-root path="istack-commons-runtime.jar"/>
<resource-root path="txw2.jar"/>

But the links are missing:

# rpm -q jboss-as
jboss-as-7.1.1-9.1.fc17.noarch
# rpm -ql jboss-as | grep /usr/share/jboss-as/modules/com/sun/xml/bind
/usr/share/jboss-as/modules/com/sun/xml/bind
/usr/share/jboss-as/modules/com/sun/xml/bind/main
/usr/share/jboss-as/modules/com/sun/xml/bind/main/jaxb-impl.jar
/usr/share/jboss-as/modules/com/sun/xml/bind/main/jaxb-xjc.jar
/usr/share/jboss-as/modules/com/sun/xml/bind/main/module.xml

Comment 4 Fedora Update System 2012-11-29 10:37:51 UTC
jboss-as-7.1.1-9.3.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/jboss-as-7.1.1-9.3.fc17

Comment 5 Fedora Update System 2012-12-01 08:38:25 UTC
Package jboss-as-7.1.1-9.3.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing jboss-as-7.1.1-9.3.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-19482/jboss-as-7.1.1-9.3.fc17
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2012-12-20 15:24:11 UTC
jboss-as-7.1.1-9.1.fc17 has been pushed to the Fedora 17 obsolete repository.  If problems still persist, please make note of it in this bug report.


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