Unsolved
This post is more than 5 years old
2 Intern
•
212 Posts
0
2007
November 16th, 2009 16:00
UploadHelper does not set objname
Hi,
When using the UploadHelper and using a listable tag (not objectpath), the obj name attribute does not get set.
However, using the UploadHelper to upload an object to an object path sets the objname property.
Binding: Java
Atmos: Atmos onLine
Thanks,
Aashish
No Events found!


aashishpatil
2 Intern
•
212 Posts
0
November 16th, 2009 16:00
Another thing -
Since the objname value was not getting set, I tried setting it using the Metadata / MetadataList object. However, this resulted in user metadata getting created also called 'objname'. Shouldn't there be some validation that prevents user metadata with the same name as the system metadata.
objname seems to be an odd system metadata. This seems to be something a caller should be able to set.
Thanks,
Aashish
JasonCwik
281 Posts
0
November 17th, 2009 08:00
Hi Aashish,
When you upload using the /object interface, you only get an ID to identify your object. Any other identification metadata you want on your object should be passed as user metadata.
aashishpatil
2 Intern
•
212 Posts
0
November 17th, 2009 10:00
Thanks for the clarification!
Regards,
Aashish