[jboss-jira] [JBoss JIRA] (AS7-5105) ConfiguredService asumes update call with not null Dictionary

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Jul 3 05:35:12 EDT 2012


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

Thomas Diesler resolved AS7-5105.
---------------------------------

         Assignee: Thomas Diesler  (was: David Bosschaert)
    Fix Version/s:     (was: 7.2.0.Alpha1)
       Resolution: Rejected


This test needs to run against an AS instance that contains the following config

     <subsystem xmlns="urn:jboss:domain:configadmin:1.0">
       <configuration pid="a.test.pid">
         <property name="testkey" value="test value"/>
         <property name="test.key.2" value="nothing"/>
       </configuration>
     </subsystem>

                
> ConfiguredService asumes update call with not null Dictionary
> -------------------------------------------------------------
>
>                 Key: AS7-5105
>                 URL: https://issues.jboss.org/browse/AS7-5105
>             Project: Application Server 7
>          Issue Type: Task
>          Components: ConfigAdmin
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>
> {code}
> 11:15:03,740 INFO  [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011000: OSGi Framework started
> 11:15:03,780 INFO  [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "example-configadmin"
> 11:15:04,327 INFO  [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (pool-3-thread-1) BeanManager not found.
> 11:15:04,369 INFO  [org.jboss.osgi.framework] (pool-3-thread-1) JBOSGI011002: Bundle started: example-configadmin:0.0.0
> 11:15:04,876 ERROR [org.jboss.arquillian.protocol.jmx.JMXTestRunner] (pool-3-thread-1) Failed: org.jboss.as.test.integration.osgi.configadmin.ConfigurationAdminTestCase.testManagedServiceConfiguredFromXML: java.lang.NullPointerException
> 	at org.jboss.as.test.integration.osgi.xservice.bundle.ConfiguredService.getValue(ConfiguredService.java:61)
> 	at org.jboss.as.test.integration.osgi.configadmin.ConfigurationAdminTestCase.testManagedServiceConfiguredFromXML(ConfigurationAdminTestCase.java:154)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list