Is there a diffrence between the example giving for the MapUserPicker datasource and the OOB version. I'm in the process of creating a MapDatasource according to the datasource example listed in wfm_71_user_v01_en.pdf. The Map test works great and I'm getting the test values expected:
Map test = new HashMap();
test.put("rsk1","Moe Howard");
test.put("rsk2","Shemp Howard");
test.put("rsk3","Curly Howard");
test.put("rsk4","Larry Fine");
test.put("","");
return test;
But now I want to get the actual teamsite users names and values similar to the way the OOB Map User picker does it, but so far I'm unable to. The drop down selection isn't populating and just appears blank once I remove the test code. Is there a difference with the classes from the workflowModeler.jar(CSClientUtil.class and MapUserPicker.class) compare to the example given in wfm_71_user_v01_en.pdf? I was able to view the MapUserPicker.class using a java decompiler program and see no real diffence from the example code given and the workflowModeler.jar code. I was unable to decompile for the CSClientUtil.class.
I have both files(CSClientUtil.class, dataSourceTest.class) located in the same package: package com.interwoven.datasource.demo; and the DataSourceConfig.xml configured like this;
OOB MapUserPicker
name:Map User Picker
classname:com.interwoven.datasource.examples.MapUserPicker
servername: xiwcmw2d.companyXYZ.com
serviceBaseURL:
http://xiwcmw2d.companyXYZ.com:80 csFactory: com.interwoven.cssdk.factory.CSJavaFactory
Custom Data Source code
name

ata Source Example
classname:com.interwoven.datasource.demo.dataSourceTest
servername: xiwcmw2d.companyXYZ.com
serviceBaseURL:
http://xiwcmw2d.companyXYZ.com:80 csFactory: com.interwoven.cssdk.factory.CSJavaFactory
System details:
TS server:7.2.1
Platform:Linux
Thanks,
Mike