Story #2255
Metacat fails to register a node via the D1Admin class
Status:
Closed
Priority:
Normal
Assignee:
Category:
Metacat
Target version:
Start date:
2012-01-23
Due date:
% Done:
100%
Story Points:
Sprint:
Description
Upon filling out the registration form and submitting it to the CN, the CN returns with the following exception:
"[\n]" [org.apache.http.wire]
" ContactSubjectList may not be null or empty[\n]" [org.apache.http.wire]
"[\n]" [org.apache.http.wire]
The contact subject field needs to be added to the node instance document prior to sending it.
History
#1 Updated by Chris Jones almost 13 years ago
- Status changed from New to Closed
I've added the contact subject into MNodeService.getCapabilities() so that it's returned with the node document. Also changed the D1Admin class in Metacat to set the contactSubject property in metacat.properties. For now, the Node.subject is being used to set Node.contactSubject in the Metacat registration form.