|
From: Bob K. <bob...@us...> - 2004-10-21 10:37:35
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/transport In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17371/src/hk/hku/cecid/phoenix/message/transport Modified Files: Mail.java Log Message: Fix the problem that the msh log file will not make new file when file size exist. The problem is due to log config on both "hk.hku.cecid.phoenix.message" and "hk.hku.cecid.phoenix.pki" umbrella. It is fixed by config only "hk.hku.cecid.phoenix" umbrella. Index: Mail.java =================================================================== RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/transport/Mail.java,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** Mail.java 1 Apr 2004 08:10:09 -0000 1.49 --- Mail.java 21 Oct 2004 10:37:20 -0000 1.50 *************** *** 351,355 **** if (isConfigured) return; ! Utility.configureLogger(prop, "hk.hku.cecid.phoenix.message"); try { --- 351,355 ---- if (isConfigured) return; ! Utility.configureLogger(prop, "hk.hku.cecid.phoenix"); try { *************** *** 627,631 **** try { String type = messages[i].getContentType(); - System.out.println(type); int index = type.toUpperCase().indexOf(WRONG_TYPE); final String[] soapAction = --- 627,630 ---- |