[jboss-jira] [JBoss JIRA] Updated: (JBAS-7934) org.jboss.test.xml.MBeanServerUnitTestCase test failure (java.net.URISyntaxException)

Scott Marlow (JIRA) jira-events at lists.jboss.org
Wed Apr 14 00:14:25 EDT 2010


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

Scott Marlow updated JBAS-7934:
-------------------------------

    Description: 
AS unit tests are getting the following failure:

java.net.URISyntaxException: Illegal character in scheme name at index 0: jboss.security:service=XMLLoginConfig

The schema for testsuite/src/resources/xml/mbeanserver/testObjFactory.xml should be fixed to not use anyURI for an object name.  The schema is at ./testsuite/src/resources/xml/mbeanserver/mbean-service_1_0.xsd

anyURI should be changed to a string value.



  was:
AS unit tests are getting the following failure:

java.net.URISyntaxException: Illegal character in scheme name at index 0: jboss.security:service=XMLLoginConfig

The schema for testsuite/src/resources/xml/mbeanserver/testObjFactory.xml should be fixed to not use anyURI for an object name.  The schema is at ./testsuite/src/resources/xml/mbeanserver/mbean-service_1_0.xsd

No, anyURI would not make sense for a object name. I'm not sure what I would have chosen that type. It should just be some string value.





> org.jboss.test.xml.MBeanServerUnitTestCase test failure (java.net.URISyntaxException)
> -------------------------------------------------------------------------------------
>
>                 Key: JBAS-7934
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7934
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Scott Marlow
>            Assignee: Scott Marlow
>             Fix For: JBossAS-6.0.0.M3
>
>
> AS unit tests are getting the following failure:
> java.net.URISyntaxException: Illegal character in scheme name at index 0: jboss.security:service=XMLLoginConfig
> The schema for testsuite/src/resources/xml/mbeanserver/testObjFactory.xml should be fixed to not use anyURI for an object name.  The schema is at ./testsuite/src/resources/xml/mbeanserver/mbean-service_1_0.xsd
> anyURI should be changed to a string value.

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

        


More information about the jboss-jira mailing list