diff --git a/JasperReports/build.xml b/JasperReports/build.xml
index f989b6fce7..97e2f8b5f3 100644
--- a/JasperReports/build.xml
+++ b/JasperReports/build.xml
@@ -66,11 +66,11 @@
-
-
+
+
-
-
+
+
@@ -137,19 +137,19 @@
-
+
-
+
-
+
-
+
diff --git a/JasperReports/src/org/compiere/report/ReportStarter.java b/JasperReports/src/org/compiere/report/ReportStarter.java
index 2c7ed09b1b..6ddad7b23a 100644
--- a/JasperReports/src/org/compiere/report/ReportStarter.java
+++ b/JasperReports/src/org/compiere/report/ReportStarter.java
@@ -347,7 +347,7 @@ public class ReportStarter implements ProcessCall, ClientProcess {
*/
protected Connection getConnection()
{
- if (DB.isRemoteObjects() && CConnection.get().isAppsServerOK(false))
+ if (DB.isRemoteObjects())
{
return new ServerConnection();
}