svn commit: r1534517 - in /ofbiz/trunk: applications/content/src/org/ofbiz/content/survey/ framework/webapp/src/org/ofbiz/webapp/control/ framework/webapp/src/org/ofbiz/webapp/event/ framework/webapp/

2013-10-21 Thread adrianc
Author: adrianc Date: Tue Oct 22 06:50:05 2013 New Revision: 1534517 URL: http://svn.apache.org/r1534517 Log: Refactored ConfigXMLReader.java - added exception handling. The class swallowed exceptions like controller.xml file is missing or invalid - making debugging difficult. This commit introd

svn commit: r1534488 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ConfigXMLReader.java

2013-10-21 Thread adrianc
Author: adrianc Date: Tue Oct 22 04:17:55 2013 New Revision: 1534488 URL: http://svn.apache.org/r1534488 Log: Reformatted ConfigXMLReader.java - no functional change. This is in preparation for some refactoring. Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ConfigXMLRe

svn commit: r1534478 - in /ofbiz/trunk/applications/accounting: script/org/ofbiz/accounting/payment/PaymentServices.xml servicedef/services_payment.xml

2013-10-21 Thread hansbak
Author: hansbak Date: Tue Oct 22 03:58:16 2013 New Revision: 1534478 URL: http://svn.apache.org/r1534478 Log: make status an optional field in the creation of a payment and provide a default value of 'not paid' Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/paymen

svn commit: r1534404 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ControlServlet.java

2013-10-21 Thread jleroux
Author: jleroux Date: Mon Oct 21 22:48:29 2013 New Revision: 1534404 URL: http://svn.apache.org/r1534404 Log: No functional change, fixes this message in Eclipse "The method getContextPath() is undefined for the type ServletContext" which does not prevent to compile though. Compiled with Oracle

svn commit: r1534343 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/component/ComponentConfig.java

2013-10-21 Thread adrianc
Author: adrianc Date: Mon Oct 21 19:41:27 2013 New Revision: 1534343 URL: http://svn.apache.org/r1534343 Log: ComponentConfig.java refactor - JavaDocs, no functional change. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/component/ComponentConfig.java Modified: ofbiz/trunk/framewor

svn commit: r1534331 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/component/ComponentConfig.java catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java

2013-10-21 Thread adrianc
Author: adrianc Date: Mon Oct 21 19:22:21 2013 New Revision: 1534331 URL: http://svn.apache.org/r1534331 Log: ComponentConfig.java refactor - improved thread-safety for the WebappInfo inner class. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/component/ComponentConfig.java ofb

svn commit: r1534276 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ControlServlet.java

2013-10-21 Thread jleroux
Author: jleroux Date: Mon Oct 21 17:01:03 2013 New Revision: 1534276 URL: http://svn.apache.org/r1534276 Log: No functional change, fixes this message in Eclipse "The method getContextPath() is undefined for the type ServletContext" which does not prevent to compile though. Compiled with Oracle

svn commit: r1534264 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/component/ComponentConfig.java testtools/src/org/ofbiz/testtools/TestListContainer.java

2013-10-21 Thread adrianc
Author: adrianc Date: Mon Oct 21 16:17:26 2013 New Revision: 1534264 URL: http://svn.apache.org/r1534264 Log: ComponentConfig.java refactor - thread-safety for the ComponentConfig inner classes. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/component/ComponentConfig.java ofbiz

svn commit: r1534178 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/component/ComponentConfig.java

2013-10-21 Thread adrianc
Author: adrianc Date: Mon Oct 21 14:23:29 2013 New Revision: 1534178 URL: http://svn.apache.org/r1534178 Log: ComponentConfig.java refactor - thread-safety for the ComponentConfig instance. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/component/ComponentConfig.java Modified: ofbi

svn commit: r1534062 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java

2013-10-21 Thread hansbak
Author: hansbak Date: Mon Oct 21 08:28:07 2013 New Revision: 1534062 URL: http://svn.apache.org/r1534062 Log: optional service parameter is still parsed in the service iteself Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java Modified: ofb