}
- @POST
- public Response createAuthority(String xmlPayload) {
+ @POST //FIXME: REM - 5/1/2012 - We can probably remove this method.
+ public Response createAuthority(String xmlPayload) { //REM - This method is never reached by the JAX-RS client -instead the "create" method in ResourceBase.java is getting called.
try {
PoxPayloadIn input = new PoxPayloadIn(xmlPayload);
ServiceContext<PoxPayloadIn, PoxPayloadOut> ctx = createServiceContext(input);
person.setNameNote(value);\r
\r
// Set values in the Term Information Group\r
- /*\r
PersonTermGroupList termList = new PersonTermGroupList();\r
termList.getPersonTermGroup().addAll(terms);\r
person.setPersonTermGroupList(termList);\r
- * \r
- */\r
\r
\r
if (personRepeatablesInfo != null) {\r