Programmatic validation of work item attributes from client
I have a plain java client application that creates a work item, sets some of its values and saves the work item. After setting each value, I am calling the IAttribute.validate(IAuditableCommon, IWorkItem, IProgressMonitor) method to validate the attribute just set. The method returns a status of OK even if I knowingly set an invalid value. I noticed that the ccm.log has several "SEVERE: Validator not found" messages in it after running the application.
Why can't the validator be found? The attributes in question definitely have validators defined in the process configuration. Is there something I need to do in order to make this work, or can you simply not validate attribute values from the client?
Why can't the validator be found? The attributes in question definitely have validators defined in the process configuration. Is there something I need to do in order to make this work, or can you simply not validate attribute values from the client?
4 answers
sounds like a bug..
and as I understand it, there is NO commitment to anyone answering anything on this site. This is a community effort.
If you have a licensed copy of the runtime, and have purchased support, then you would go thru your support channel. Least that is what my company does.. I participate here voluntarily, and personally.
Sam
and as I understand it, there is NO commitment to anyone answering anything on this site. This is a community effort.
If you have a licensed copy of the runtime, and have purchased support, then you would go thru your support channel. Least that is what my company does.. I participate here voluntarily, and personally.
Sam