|
From: Bob K. <bob...@us...> - 2004-10-20 09:46:15
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5234/src/hk/hku/cecid/phoenix/message/handler Modified Files: Export.java Log Message: Fix bug on calling archive, which the checking for whether the messag resource existence is incorrect Index: Export.java =================================================================== RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler/Export.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Export.java 16 Jan 2004 04:26:34 -0000 1.27 --- Export.java 20 Oct 2004 09:46:05 -0000 1.28 *************** *** 1462,1466 **** reasonMap.put(msgId, "The message is not in final state"); ! } else if (dataSource != null) { Set set = (Set) rejectedMap.get(appContext); if (set == null) { --- 1462,1466 ---- reasonMap.put(msgId, "The message is not in final state"); ! } else if (dataSource == null) { Set set = (Set) rejectedMap.get(appContext); if (set == null) { |