Bug 460050

Summary: Change in the signature of the API call setChildChannel
Product: [Community] Spacewalk Reporter: Sayli Karmarkar <skarmark>
Component: APIAssignee: Sayli Karmarkar <skarmark>
Status: CLOSED CURRENTRELEASE QA Contact: Brad Buckingham <bbuckingham>
Severity: medium Docs Contact:
Priority: medium    
Version: 0.1CC: bbuckingham, bperkins, cperry, jason.dobies, skarmark
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-22 16:29:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 456552    

Description Sayli Karmarkar 2008-08-25 19:21:06 UTC
Description of problem:
Changes in the signature of the API call setChildChannel

Version-Release number of selected component (if applicable):
0.1

Signature of setChildChannel is changed from 
setChildChannel(String sessionKey, String kslabel, channelLabels[]) 
to 
setChildChannel(String sessionKey, String kslabel, List<String> channelLabel)

Comment 1 Sayli Karmarkar 2008-11-04 16:47:34 UTC
Just to clarify this is:

kickstart.profile.setChildChannels(String sessionKey, String kslabel,                                         
                                   List<String> channelLabels)

as there are more than one setChildChannels apis.

~SayliK

Comment 2 Brad Buckingham 2008-11-04 18:59:25 UTC
This one is failing on space03 spacewalk-java-0.3.7-1.el5.sw.

The data is not being persisted in the DB during the api execution.  Based on the overall severity/priority, we'll move this to space04.

Comment 3 Sayli Karmarkar 2008-11-25 19:11:55 UTC
This can be fixed in spacewalk0.4. Minor fix need to be added.

~SayliK