Menu

#4176 [HHQ-4028] Unsupported method usage at ApplicationManagerImp

Bug
open
None
1
2012-10-09
2010-06-10
No

http://jira.hyperic.com/browse/HHQ-4028
The ApplicationManagerImpl's createApplication() method uses following line of code while adding services to application:



            for (ServiceValue aService : services) {



                log.debug("Adding service: " + aService + " to application");


                application.addService(aService.getId());


            }



The application.addService() method seems to be not supported now.

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.