Bram de Kruijff resolved Bug AMDATUMNGMNT-13 as Won't Fix

The name is not the identifier. Try this

AceClientWorkspace workspace = new AceClient(CLIENT_ENDPOINT).createNewWorkspace();
        Feature feature = new FeatureBuilder()
            .setName(name)
            .setDescription(name)
            .build();
        String id = workspace.createResource(feature);
        Feature f = workspace.getResource(Feature.class, id);
Change By: Bram de Kruijff (23/May/12 10:36 AM)
Status: Open Resolved

        
Assignee: Ivo Ladage - van Doorn
Resolution: Won't Fix
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to