details: /erp/devel/pi/rev/3a938573e0b7
changeset: 10767:3a938573e0b7
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Fri Feb 18 10:47:16 2011 +0100
summary: Show log related to callouts as info instead of error
diffstat:
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
| 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 40f43d8ca07b -r 3a938573e0b7
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
a/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Fri Feb 18 09:23:24 2011 +0100
+++
b/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Fri Feb 18 10:47:16 2011 +0100
@@ -785,7 +785,7 @@
}
if (method == null || init == null || service == null) {
- log.error("Couldn't find method in Callout " + calloutClassName);
+ log.info("Couldn't find method in Callout " + calloutClassName);
} else {
RequestContext rq = RequestContext.get();
@@ -919,7 +919,7 @@
List<String> lastFieldChangedList) {
if (col.getCallout().getADModelImplementationList() == null
|| col.getCallout().getADModelImplementationList().size() == 0) {
- log.error("The callout of the column " + col.getDBColumnName()
+ log.info("The callout of the column " + col.getDBColumnName()
+ " doesn't have a corresponding model object, and therefore cannot
be executed.");
} else {
String calloutClassNameToCall =
col.getCallout().getADModelImplementationList().get(0)
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits