svn commit: r563022 - /ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r563022 - /ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java

jonesde
Author: jonesde
Date: Sun Aug  5 21:04:00 2007
New Revision: 563022

URL: http://svn.apache.org/viewvc?view=rev&rev=563022
Log:
Small change, added comment

Modified:
    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java

Modified: ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java?view=diff&rev=563022&r1=563021&r2=563022
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java (original)
+++ ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java Sun Aug  5 21:04:00 2007
@@ -301,6 +301,8 @@
                 Element dataAreaConfirmMsgElement = (Element) dataAreaConfirmMsgListItr.next();
                 String description = UtilXml.childElementValue(dataAreaConfirmMsgElement, "of:DESCRIPTN");
                 String reasonCode = UtilXml.childElementValue(dataAreaConfirmMsgElement, "of:REASONCODE");
+                
+                // TODO: should we attach these to the Confirm BOD message instead of the original, and then have the Confirm BOD record point to the original record? this was is fine for now
                 originalOagisMsgCtx.put("reasonCode", reasonCode);
                 originalOagisMsgCtx.put("description", description);
             
@@ -330,7 +332,7 @@
         result.put("referenceId", referenceId);
         result.put("userLogin", userLogin);
         
-        if (errorMapList.size()>0){
+        if (errorMapList.size() > 0) {
             String errMsg = "Error Processing Received Message";
             result.put("errorMapList", errorMapList);
             //result.putAll(ServiceUtil.returnError(errMsg));