svn commit: r1488736 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/job/JobPoller.java

2013-06-02 Thread adrianc
Author: adrianc Date: Sun Jun 2 16:25:09 2013 New Revision: 1488736 URL: http://svn.apache.org/r1488736 Log: JobPoller improvement - make it a ServiceConfigListener so service config file changes can be made at run-time. One attribute doesn't get updated: "jobs" (the queue size) - which would

svn commit: r1488727 - in /ofbiz/trunk/framework/service/src/org/ofbiz/service/config: ServiceConfigListener.java ServiceConfigUtil.java

2013-06-02 Thread adrianc
Author: adrianc Date: Sun Jun 2 15:03:41 2013 New Revision: 1488727 URL: http://svn.apache.org/r1488727 Log: ServiceConfigUtil improvement - notify listeners when the config file is reloaded. Added: ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigListener.java (w

svn commit: r1488715 - in /ofbiz/trunk/framework/service/src/org/ofbiz/service: config/model/ThreadPool.java job/JobPoller.java

2013-06-02 Thread adrianc
Author: adrianc Date: Sun Jun 2 14:25:25 2013 New Revision: 1488715 URL: http://svn.apache.org/r1488715 Log: Small improvement to the new service config models: move thread pool constants to the ThreadPool model, and initialize instances from the constant values. Modified: ofbiz/trunk/fram

svn commit: r1488695 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/config/model/ThreadPool.java

2013-06-02 Thread adrianc
Author: adrianc Date: Sun Jun 2 12:19:58 2013 New Revision: 1488695 URL: http://svn.apache.org/r1488695 Log: Improved attribute value validation in ThreadPool.java. Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/config/model/ThreadPool.java Modified: ofbiz/trunk/framework/s

svn commit: r1488694 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.java

2013-06-02 Thread adrianc
Author: adrianc Date: Sun Jun 2 12:19:02 2013 New Revision: 1488694 URL: http://svn.apache.org/r1488694 Log: Bug fix in new ServiceConfigUtil code - do not use cached DOM object when creating models. Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.jav

svn commit: r1488671 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/job/JobPoller.java

2013-06-02 Thread adrianc
Author: adrianc Date: Sun Jun 2 11:32:30 2013 New Revision: 1488671 URL: http://svn.apache.org/r1488671 Log: Converted JobPoller.java over to the new service config design. https://issues.apache.org/jira/browse/OFBIZ-5204 Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/job/Job

svn commit: r1488659 - /ofbiz/trunk/applications/accounting/widget/PaymentForms.xml

2013-06-02 Thread hansbak
Author: hansbak Date: Sun Jun 2 10:40:07 2013 New Revision: 1488659 URL: http://svn.apache.org/r1488659 Log: payment edit screen actual currency not correct, reordered the fields, removed the actions Modified: ofbiz/trunk/applications/accounting/widget/PaymentForms.xml Modified: ofbiz/trun

svn commit: r1488656 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml

2013-06-02 Thread hansbak
Author: hansbak Date: Sun Jun 2 09:57:32 2013 New Revision: 1488656 URL: http://svn.apache.org/r1488656 Log: create payment in home currency when order was in foreign currency Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml Modified: o