[jboss-jira] [JBoss JIRA] Resolved: (JBAS-8602) Unexpected null wiring for JAXBContext

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Nov 3 11:31:01 EDT 2010


     [ https://jira.jboss.org/browse/JBAS-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler resolved JBAS-8602.
----------------------------------

    Resolution: Done


Done

The framework mode had an unfiltered dependency on the system module. This has now changed to 

        <module name="system" export="true">
            <exports>
                <include path="org/jboss/modules"/>
                <exclude path="**"/>
            </exports>
        </module>

Additionally,  BundleManagerService now calls SystemPackagesPlugin.getExportedPaths() to setup the export paths on the system module



> Unexpected null wiring for JAXBContext
> --------------------------------------
>
>                 Key: JBAS-8602
>                 URL: https://jira.jboss.org/browse/JBAS-8602
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: OSGi integration
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: 7.0.0.Alpha2
>
>
> For target.container jboss700, jboss701 
> testWiring(org.jboss.test.osgi.example.xml.jaxb.JAXBTestCase)  Time elapsed: 0.166 sec  <<< FAILURE!
> java.lang.AssertionError: jboss-osgi-jaxb expected:<jboss-osgi-jaxb:2.1.10.SP5> but was:<null>
> 	at org.junit.Assert.fail(Assert.java:91)
> 	at org.junit.Assert.failNotEquals(Assert.java:645)
> 	at org.junit.Assert.assertEquals(Assert.java:126)
> 	at org.jboss.test.osgi.example.xml.jaxb.JAXBTestCase.testWiring(JAXBTestCase.java:99)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list