<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/comxe/patches/" rel="alternate"/><link href="https://sourceforge.net/p/comxe/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/comxe/patches/</id><updated>2006-06-03T12:53:47Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Generate model only for given table.</title><link href="https://sourceforge.net/p/comxe/patches/3/" rel="alternate"/><published>2006-06-03T12:53:47Z</published><updated>2006-06-03T12:53:47Z</updated><author><name>Trifon (An ADempiere founder)</name><uri>https://sourceforge.net/u/trifonnt/</uri></author><id>https://sourceforge.netec9a930f9f5e1bd9d53db0c6cc35c7bc87257f12</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Generate model only for given table...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Minimal set of accounts US</title><link href="https://sourceforge.net/p/comxe/patches/2/" rel="alternate"/><published>2006-06-02T21:34:13Z</published><updated>2006-06-02T21:34:13Z</updated><author><name>Trifon (An ADempiere founder)</name><uri>https://sourceforge.net/u/trifonnt/</uri></author><id>https://sourceforge.netc97cfa3c2c104b14c25f399a4a0910c69f2a2dc3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This file contains only mandatory accounts.&lt;/p&gt;
&lt;p&gt;US version!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Setup allows usage of Oracle XE installed on remote server.</title><link href="https://sourceforge.net/p/comxe/patches/1/" rel="alternate"/><published>2006-05-29T15:21:06Z</published><updated>2006-05-29T15:21:06Z</updated><author><name>Trifon (An ADempiere founder)</name><uri>https://sourceforge.net/u/trifonnt/</uri></author><id>https://sourceforge.netb612fce34051c1b4e873d020fe9aef7c81460b2c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Index:&lt;br /&gt;
C:/Trifon-CD-0.2/COMAP/comap-2.5.3b/install/src/org/compiere/install/ConfigOracle.java&lt;br /&gt;
===================================================================&lt;br /&gt;
---&lt;br /&gt;
C:/Trifon-CD-0.2/COMAP/comap-2.5.3b/install/src/org/compiere/install/ConfigOracle.java&lt;br /&gt;
(revision 694)&lt;br /&gt;
+++&lt;br /&gt;
C:/Trifon-CD-0.2/COMAP/comap-2.5.3b/install/src/org/compiere/install/ConfigOracle.java&lt;br /&gt;
(working copy)&lt;br /&gt;
@@ -287,8 +287,9 @@&lt;br /&gt;
//  TNS Name Info via sqlplus - if not tomcat &lt;br /&gt;
if&lt;br /&gt;
(!p_data.getAppsServerType().equals(ConfigurationData.APPSTYPE_TOMCAT))&lt;br /&gt;
{&lt;br /&gt;
-          String sqlplus = "sqlplus system/" + systemPassword&lt;br /&gt;
+ "@" + databaseName&lt;br /&gt;
-              + " @utils/oracle/Test.sql";&lt;br /&gt;
+          //String sqlplus = "sqlplus system/" +&lt;br /&gt;
systemPassword + "@" + databaseName + "&lt;br /&gt;
@utils/oracle/Test.sql";&lt;br /&gt;
+          String sqlplus = "sqlplus system/" + systemPassword&lt;br /&gt;
+ "@" + databaseServer.getHostName() + "&lt;br /&gt;
@utils/oracle/Test.sql";&lt;br /&gt;
+        &lt;br /&gt;
log.config(sqlplus);&lt;br /&gt;
pass = testSQL(sqlplus);&lt;br /&gt;
error = "Error connecting via: " + sqlplus;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>