Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012958 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2010-04-13 20:10 | 2010-05-18 21:43 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | fba8bb3038a6 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0012958: MMC recompile with deploy.mode=war does not call generate.entities -> makes compilation fails for modules adding tables | |||||||
Description | Found during install of 'UI Selector Example' module in a standalone tomcat with deploy.mode=war in this case generate.entities is not called before compileSqlc which makes the rebuild fail as some of the new modules use the (not) generated model classes Note: using deploy.mode=class works fine in this case | |||||||
Steps To Reproduce | use deploy.mode=war goto mmc: install 'UI Selector example' module Rebuild in the mmc Will fail | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() set.code.rev: code.rev: init: core.lib: init: compile: build.jar: [jar] Building jar: /home/huehner/work/ob_branches/pi/src-core/lib/openbravo-core.jar build: copy.core.lib: [copy] Copying 1 file to /home/huehner/work/ob_branches/pi/lib/runtime database.lib: init: compile: build.jar: [jar] Building jar: /home/huehner/work/ob_branches/pi/src-db/build/lib/dbmanager.jar jar: [copy] Copying 1 file to /home/huehner/work/ob_branches/pi/src-db/database/lib buildvalidation: buildvalidation: update.database.mod: update.database.mod.java: [java] 0 INFO - Database connection: jdbc:postgresql://ip6-localhost:5434/obpi. User: tadpi [java] 607 INFO - Creating submodel for application dictionary [java] 13285 INFO - Loading data from XML files [java] 20597 INFO - Loading and applying configuration scripts [java] Checking if database structure was modified locally. [java] Checking if data has changed in the application dictionary. [java] 21517 INFO - Updating module: org.openbravo.client.kernel [java] 21521 INFO - Loading submodel from database... [java] 21542 INFO - Reading tables... [java] 42840 INFO - Reading views... [java] 42850 INFO - Reading sequences... [java] 42855 INFO - Reading triggers... [java] 42885 INFO - Reading functions... [java] 42913 INFO - Sorting foreign keys, indexes and checks... [java] 42915 INFO - Starting function and trigger standardization. [java] 42920 INFO - Submodel loaded [java] 43112 INFO - Updating database model... [java] 44128 INFO - Executed 13 SQL command(s) with 0 error(s) [java] 44130 INFO - Model update complete. [java] 44133 INFO - Updating module: org.openbravo.userinterface.smartclient [java] 44137 INFO - Loading submodel from database... [java] 44145 INFO - Reading tables... [java] 65710 INFO - Reading views... [java] 65721 INFO - Reading sequences... [java] 65729 INFO - Reading triggers... [java] 65755 INFO - Reading functions... [java] 65771 INFO - Sorting foreign keys, indexes and checks... [java] 65774 INFO - Starting function and trigger standardization. [java] 65781 INFO - Submodel loaded [java] 65849 INFO - Updating database model... [java] 65984 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 65989 INFO - Model update complete. [java] 65992 INFO - Updating module: org.openbravo.service.datasource [java] 65994 INFO - Loading submodel from database... [java] 65999 INFO - Reading tables... [java] 87837 INFO - Reading views... [java] 87846 INFO - Reading sequences... [java] 87851 INFO - Reading triggers... [java] 87875 INFO - Reading functions... [java] 87887 INFO - Sorting foreign keys, indexes and checks... [java] 87889 INFO - Starting function and trigger standardization. [java] 87893 INFO - Submodel loaded [java] 87984 INFO - Updating database model... [java] 88316 INFO - Executed 14 SQL command(s) with 0 error(s) [java] 88319 INFO - Model update complete. [java] 88321 INFO - Updating module: org.openbravo.examples.userinterface.selector [java] 88326 INFO - Loading submodel from database... [java] 88334 INFO - Reading tables... [java] 110188 INFO - Reading views... [java] 110196 INFO - Reading sequences... [java] 110200 INFO - Reading triggers... [java] 110222 INFO - Reading functions... [java] 110234 INFO - Sorting foreign keys, indexes and checks... [java] 110237 INFO - Starting function and trigger standardization. [java] 110240 INFO - Submodel loaded [java] 110296 INFO - Updating database model... [java] 110361 INFO - Executed 8 SQL command(s) with 0 error(s) [java] 110363 INFO - Model update complete. [java] 110374 INFO - Updating module: org.openbravo.base.seam [java] 110377 INFO - Module doesn't have dbprefix. We will not update database model. [java] 110384 INFO - Updating database model... [java] 110386 INFO - Model update complete. [java] 110390 INFO - Updating module: org.openbravo.userinterface.selector [java] 110393 INFO - Loading submodel from database... [java] 110402 INFO - Reading tables... [java] 131820 INFO - Reading views... [java] 131829 INFO - Reading sequences... [java] 131834 INFO - Reading triggers... [java] 131858 INFO - Reading functions... [java] 131871 INFO - Sorting foreign keys, indexes and checks... [java] 131874 INFO - Starting function and trigger standardization. [java] 131877 INFO - Submodel loaded [java] 131961 INFO - Updating database model... [java] 134191 INFO - Executed 39 SQL command(s) with 0 error(s) [java] 134194 INFO - Model update complete. [java] 134197 INFO - Updating module: org.openbravo.service.json [java] 134199 INFO - Module doesn't have dbprefix. We will not update database model. [java] 134204 INFO - Updating database model... [java] 134206 INFO - Model update complete. [java] 134208 INFO - Updating module: org.openbravo.client.freemarker [java] 134211 INFO - Loading submodel from database... [java] 134215 INFO - Reading tables... [java] 155924 INFO - Reading views... [java] 155934 INFO - Reading sequences... [java] 155938 INFO - Reading triggers... [java] 155962 INFO - Reading functions... [java] 155976 INFO - Sorting foreign keys, indexes and checks... [java] 155978 INFO - Starting function and trigger standardization. [java] 155982 INFO - Submodel loaded [java] 156025 INFO - Updating database model... [java] 156045 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 156048 INFO - Model update complete. [java] 156051 INFO - Loading data from XML files [java] 156234 INFO - Comparing databases to find data differences [java] 156239 INFO - Loading data from XML files [java] 156451 INFO - Comparing databases to find data differences [java] 156456 INFO - Loading data from XML files [java] 156610 INFO - Comparing databases to find data differences [java] 156614 INFO - Loading data from XML files [java] 156740 INFO - Comparing databases to find data differences [java] 156744 INFO - Loading data from XML files [java] 156847 INFO - Comparing databases to find data differences [java] 156852 INFO - Loading data from XML files [java] 156991 INFO - Comparing databases to find data differences [java] 156995 INFO - Loading data from XML files [java] 157095 INFO - Comparing databases to find data differences [java] 157099 INFO - Loading data from XML files [java] 157196 INFO - Comparing databases to find data differences [java] 157202 INFO - Updating database data... [java] 157205 INFO - Disabling foreign keys [java] 157210 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_client" of relation "obuisel_selector" does not exist [java] 157212 WARN - ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_CLIENT [java] 157217 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_column" of relation "obuisel_selector" does not exist [java] 157221 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_COLUMN [java] 157223 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_module" of relation "obuisel_selector" does not exist [java] 157226 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_MODULE [java] 157228 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_org" of relation "obuisel_selector" does not exist [java] 157231 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_ORG [java] 157234 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_reference" of relation "obuisel_selector" does not exist [java] 157236 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_REFERENCE [java] 157239 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_table" of relation "obuisel_selector" does not exist [java] 157241 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_TABLE [java] 157244 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_displayfield" of relation "obuisel_selector" does not exist [java] 157246 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_DISPLAYFIELD [java] 157249 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obclker_t" of relation "obuisel_selector" does not exist [java] 157251 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_OBCLKER_T [java] 157254 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_ds" of relation "obuisel_selector" does not exist [java] 157257 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_OBSERDS_DS [java] 157259 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_valuefield" of relation "obuisel_selector" does not exist [java] 157262 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_VALUEFIELD [java] 157266 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_client" of relation "obserds_datasource" does not exist [java] 157268 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_CLIENT [java] 157271 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_module" of relation "obserds_datasource" does not exist [java] 157273 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_MODULE [java] 157276 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_org" of relation "obserds_datasource" does not exist [java] 157279 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_ORG [java] 157282 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_table" of relation "obserds_datasource" does not exist [java] 157285 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_TABLE [java] 157288 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_obclker_template" of relation "obserds_datasource" does not exist [java] 157291 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_OBCLKER_TEMPLATE [java] 157755 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_client" of relation "obserds_datasource_field" does not exist [java] 157762 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_CLIENT [java] 157765 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_org" of relation "obserds_datasource_field" does not exist [java] 157767 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_ORG [java] 157770 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_ref" of relation "obserds_datasource_field" does not exist [java] 157773 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_REF [java] 157776 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_table" of relation "obserds_datasource_field" does not exist [java] 157778 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_TABLE [java] 157782 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ds" of relation "obserds_datasource_field" does not exist [java] 157784 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_DS [java] 157833 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_client" of relation "obclker_template" does not exist [java] 157839 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_AD_CLIENT [java] 157842 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_module" of relation "obclker_template" does not exist [java] 157845 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_AD_MODULE [java] 157850 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_org" of relation "obclker_template" does not exist [java] 157853 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_AD_ORG [java] 157857 WARN - SQL Command failed with: ERROR: constraint "obclker_t_overrides" of relation "obclker_template" does not exist [java] 157861 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_OVERRIDES [java] 157864 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_dsf" of relation "obuisel_selector_field" does not exist [java] 157867 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_S_OBSERDS_DSF [java] 157870 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_client" of relation "obuisel_selector_field" does not exist [java] 157872 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_CLIENT [java] 157876 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_column" of relation "obuisel_selector_field" does not exist [java] 157879 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_COLUMN [java] 157882 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_module" of relation "obuisel_selector_field" does not exist [java] 157885 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_MODULE [java] 157889 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_org" of relation "obuisel_selector_field" does not exist [java] 157891 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_ORG [java] 157895 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_selector" of relation "obuisel_selector_field" does not exist [java] 157898 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_SELECTOR [java] 158151 INFO - Executed 204 SQL command(s) with 30 error(s) [java] 158157 INFO - Disabling triggers [java] 158319 INFO - Executed 144 SQL command(s) with 0 error(s) [java] 164380 INFO - Executed 5069 SQL command(s) with 0 error(s) [java] 164389 INFO - Updating database data for module User Interface Client Kernel [java] 164767 INFO - Recreating Primary Keys [java] 164776 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 164780 INFO - Updating database data for module Smartclient [java] 164881 INFO - Recreating Primary Keys [java] 164889 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 164892 INFO - Updating database data for module JSON Datasource [java] 165149 INFO - Recreating Primary Keys [java] 165165 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 165168 INFO - Updating database data for module User Interface Selector Examples [java] 165407 INFO - Recreating Primary Keys [java] 165415 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 165418 INFO - Updating database data for module Seam [java] 165455 INFO - Recreating Primary Keys [java] 165459 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 165463 INFO - Updating database data for module User Interface Selector [java] 166034 INFO - Recreating Primary Keys [java] 166041 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 166043 INFO - Updating database data for module JSON REST Webserviice [java] 166051 INFO - Recreating Primary Keys [java] 166054 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 166057 INFO - Updating database data for module User Interface Freemarker [java] 166063 INFO - Recreating Primary Keys [java] 166070 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 166072 INFO - Removing invalid rows. [java] 166531 INFO - Executed 170 SQL command(s) with 0 error(s) [java] 166534 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 167655 INFO - Executed 80 SQL command(s) with 0 error(s) [java] 167662 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 168606 INFO - Executed 72 SQL command(s) with 0 error(s) [java] 168609 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 169686 INFO - Executed 82 SQL command(s) with 0 error(s) [java] 169775 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 170871 INFO - Executed 80 SQL command(s) with 0 error(s) [java] 170878 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 170884 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 170887 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 172289 INFO - Executed 96 SQL command(s) with 0 error(s) [java] 172295 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 172300 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 172302 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 173251 INFO - Executed 72 SQL command(s) with 0 error(s) [java] 174472 INFO - Executed 119 SQL command(s) with 0 error(s) [java] 174476 INFO - Enabling Foreign Keys and Triggers [java] 188717 INFO - Executed 5545 SQL command(s) with 0 error(s) [java] 188749 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_client" for relation "obuisel_selector" already exists [java] 188755 WARN - ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 188759 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_column" for relation "obuisel_selector" already exists [java] 188763 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_COLUMN FOREIGN KEY (AD_COLUMN_ID) REFERENCES AD_COLUMN (AD_COLUMN_ID) [java] 188767 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_module" for relation "obuisel_selector" already exists [java] 188770 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 188774 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_org" for relation "obuisel_selector" already exists [java] 188779 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 188783 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_reference" for relation "obuisel_selector" already exists [java] 188786 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_REFERENCE FOREIGN KEY (AD_REFERENCE_ID) REFERENCES AD_REFERENCE (AD_REFERENCE_ID) [java] 188791 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_table" for relation "obuisel_selector" already exists [java] 188794 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_TABLE FOREIGN KEY (AD_TABLE_ID) REFERENCES AD_TABLE (AD_TABLE_ID) [java] 188799 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_displayfield" for relation "obuisel_selector" already exists [java] 188803 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_DISPLAYFIELD FOREIGN KEY (DISPLAYFIELD_ID) REFERENCES OBUISEL_SELECTOR_FIELD (OBUISEL_SELECTOR_FIELD_ID) [java] 188807 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obclker_t" for relation "obuisel_selector" already exists [java] 188810 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_OBCLKER_T FOREIGN KEY (OBCLKER_TEMPLATE_ID) REFERENCES OBCLKER_TEMPLATE (OBCLKER_TEMPLATE_ID) [java] 188815 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_ds" for relation "obuisel_selector" already exists [java] 188819 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_OBSERDS_DS FOREIGN KEY (OBSERDS_DATASOURCE_ID) REFERENCES OBSERDS_DATASOURCE (OBSERDS_DATASOURCE_ID) [java] 188825 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_valuefield" for relation "obuisel_selector" already exists [java] 188830 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_VALUEFIELD FOREIGN KEY (VALUEFIELD_ID) REFERENCES OBUISEL_SELECTOR_FIELD (OBUISEL_SELECTOR_FIELD_ID) [java] 188834 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_client" for relation "obserds_datasource" already exists [java] 188838 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 188842 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_module" for relation "obserds_datasource" already exists [java] 188846 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 188849 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_org" for relation "obserds_datasource" already exists [java] 188853 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 188857 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_table" for relation "obserds_datasource" already exists [java] 188861 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_TABLE FOREIGN KEY (AD_TABLE_ID) REFERENCES AD_TABLE (AD_TABLE_ID) [java] 188865 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_obclker_template" for relation "obserds_datasource" already exists [java] 188868 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_OBCLKER_TEMPLATE FOREIGN KEY (OBCLKER_TEMPLATE_ID) REFERENCES OBCLKER_TEMPLATE (OBCLKER_TEMPLATE_ID) [java] 189591 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_client" for relation "obserds_datasource_field" already exists [java] 189596 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 189600 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_org" for relation "obserds_datasource_field" already exists [java] 189602 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 189605 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_ref" for relation "obserds_datasource_field" already exists [java] 189608 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_REF FOREIGN KEY (AD_REFERENCE_ID) REFERENCES AD_REFERENCE (AD_REFERENCE_ID) [java] 189611 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_table" for relation "obserds_datasource_field" already exists [java] 189613 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_TABLE FOREIGN KEY (AD_TABLE_ID) REFERENCES AD_TABLE (AD_TABLE_ID) [java] 189618 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ds" for relation "obserds_datasource_field" already exists [java] 189621 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_DS FOREIGN KEY (OBSERDS_DATASOURCE_ID) REFERENCES OBSERDS_DATASOURCE (OBSERDS_DATASOURCE_ID) ON DELETE CASCADE [java] 189708 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_client" for relation "obclker_template" already exists [java] 189714 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 189717 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_module" for relation "obclker_template" already exists [java] 189719 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 189723 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_org" for relation "obclker_template" already exists [java] 189725 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 189729 WARN - SQL Command failed with: ERROR: constraint "obclker_t_overrides" for relation "obclker_template" already exists [java] 189731 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_OVERRIDES FOREIGN KEY (OVERRIDES_TEMPLATE_ID) REFERENCES OBCLKER_TEMPLATE (OBCLKER_TEMPLATE_ID) [java] 189734 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_dsf" for relation "obuisel_selector_field" already exists [java] 189737 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_S_OBSERDS_DSF FOREIGN KEY (OBSERDS_DATASOURCE_FIELD_ID) REFERENCES OBSERDS_DATASOURCE_FIELD (OBSERDS_DATASOURCE_FIELD_ID) [java] 189741 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_client" for relation "obuisel_selector_field" already exists [java] 189743 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 189746 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_column" for relation "obuisel_selector_field" already exists [java] 189749 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_COLUMN FOREIGN KEY (AD_COLUMN_ID) REFERENCES AD_COLUMN (AD_COLUMN_ID) [java] 189752 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_module" for relation "obuisel_selector_field" already exists [java] 189755 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 189758 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_org" for relation "obuisel_selector_field" already exists [java] 189761 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 189764 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_selector" for relation "obuisel_selector_field" already exists [java] 189767 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_SELECTOR FOREIGN KEY (OBUISEL_SELECTOR_ID) REFERENCES OBUISEL_SELECTOR (OBUISEL_SELECTOR_ID) ON DELETE CASCADE [java] 190300 INFO - Executed 204 SQL command(s) with 30 error(s) [java] 204842 INFO - Executed 144 SQL command(s) with 0 error(s) [java] 204861 INFO - Executing default postscript [java] 205574 INFO - Executed 22 SQL command(s) with 0 error(s) database.postupdate.POSTGRE: [sql] Executing commands [sql] 5 of 5 SQL statements executed successfully update.dbupdate.timestamp: [sql] Executing commands [sql] 1 of 1 SQL statements executed successfully apply.modules: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully apply.module: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully set.code.rev: code.rev: init: wad.lib: init: sqlc: [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 2 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 3 [main] INFO org.openbravo.data.Sqlc - directory source: ./src/org [java] 3 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/src-wad/build/javasqlc [java] 3 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 3 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 3 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 4 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: optimized [java] 4 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 217 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 336 [main] INFO org.openbravo.data.Sqlc - connect made [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 2 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 3 [main] INFO org.openbravo.data.Sqlc - directory source: /home/huehner/work/ob_branches/pi/modules [java] 3 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/src-wad/build/javasqlc/src [java] 4 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 4 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 4 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 5 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: optimized [java] 5 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 171 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 332 [main] INFO org.openbravo.data.Sqlc - connect made [java] 370 [main] INFO org.openbravo.data.Sqlc - File: /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src-wad/org/openbravo/userinterface/selector/wad/WADSelectorData.xsql processed compileSqlc: [javac] Compiling 1 source file to /home/huehner/work/ob_branches/pi/src-wad/build/classes compile: [javac] Compiling 40 source files to /home/huehner/work/ob_branches/pi/src-wad/build/classes [copy] Copying 2 files to /home/huehner/work/ob_branches/pi/src-wad/build/classes build.jar: [jar] Building jar: /home/huehner/work/ob_branches/pi/src-wad/lib/openbravo-wad.jar build: apply.modules.compile: apply.modules.compile.simple: compile.war: set.code.rev: code.rev: init: compile: init: wadvalidation: wad: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully [java] 1 [main] INFO org.openbravo.wad.WadConnection - Loading driver: org.postgresql.Driver [java] 507 [main] INFO org.openbravo.wad.WadConnection - Getting Connection: jdbc:postgresql://ip6-localhost:5434/obpi,tadpi [java] 781 [main] INFO org.openbravo.wad.Wad - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 786 [main] INFO org.openbravo.wad.Wad - jsDateFormat: %d-%m-%Y [java] 789 [main] INFO org.openbravo.wad.Wad - sqlDateFormat: DD-MM-YYYY [java] 793 [main] INFO org.openbravo.wad.Wad - File connection: /home/huehner/work/ob_branches/pi/config [java] 796 [main] INFO org.openbravo.wad.Wad - window: % [java] 800 [main] INFO org.openbravo.wad.Wad - module: 'org.openbravo.client.kernel', 'org.openbravo.userinterface.smartclient', 'org.openbravo.service.datasource', 'org.openbravo.examples.userinterface.selector', 'org.openbravo.base.seam', 'org.openbravo.userinterface.selector', 'org.openbravo.service.json', 'org.openbravo.client.freemarker' [java] 804 [main] INFO org.openbravo.wad.Wad - directory destiny: /home/huehner/work/ob_branches/pi/srcAD/org/openbravo/erpWindows [java] 807 [main] INFO org.openbravo.wad.Wad - directory reference: /home/huehner/work/ob_branches/pi/srcAD/org/openbravo/erpCommon/reference [java] 810 [main] INFO org.openbravo.wad.Wad - directory web.xml: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 814 [main] INFO org.openbravo.wad.Wad - directory ActionButtons: /home/huehner/work/ob_branches/pi/srcAD/org/openbravo/erpCommon/ad_actionButton [java] 817 [main] INFO org.openbravo.wad.Wad - generate web.xml: true [java] 820 [main] INFO org.openbravo.wad.Wad - generate web.xml cliente: /home/huehner/work/ob_branches/pi/srcClient/web.xml [java] 825 [main] INFO org.openbravo.wad.Wad - generate tabs: true [java] 830 [main] INFO org.openbravo.wad.Wad - directory Translate : /home/huehner/work/ob_branches/pi/WebContent/src-loc [java] 833 [main] INFO org.openbravo.wad.Wad - translation to : org/openbravo/erpWindows [java] 837 [main] INFO org.openbravo.wad.Wad - File separator: / [java] 840 [main] INFO org.openbravo.wad.Wad - Base path: .. [java] 843 [main] INFO org.openbravo.wad.Wad - Attach path: /opt/openbravo/attachments [java] 846 [main] INFO org.openbravo.wad.Wad - Web path: @actual_url_context@/web [java] 849 [main] INFO org.openbravo.wad.Wad - Src path: /home/huehner/work/ob_branches/pi/src [java] 852 [main] INFO org.openbravo.wad.Wad - Quick mode: false [java] 6849 [main] INFO org.openbravo.wad.Wad - 18 tabs to compile. [java] 6861 [main] INFO org.openbravo.wad.Wad - Updating table identifiers [java] 12248 [main] INFO org.openbravo.wad.Wad - Re-generating audit trail infrastructure [java] 12257 [main] INFO org.openbravo.wad.Wad - Processig combo reloads for action buttons [java] 12993 [main] INFO org.openbravo.wad.Wad - Processing ActionButton_data.xml [java] 13069 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonXml [java] 14461 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonHtml [java] 16153 [main] INFO org.openbravo.wad.Wad - Processing ActionButton_Responser.xml [java] 16455 [main] INFO org.openbravo.wad.Wad - Processing ActionButton_ResponserJava.xml [java] 16528 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonXml Generics [java] 16789 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonHtml for generics [java] 17431 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonDefault_data.xsql [java] 17452 [main] INFO org.openbravo.wad.Wad - Processing web.xml [java] 21755 [main] INFO org.openbravo.wad.Wad - Processing Window: Datasource - Tab: Datasources - id: EFA7EFCFC6E14827B109D88F236A0B6C [java] 22847 [main] INFO org.openbravo.wad.Wad - Processing Window: Datasource - Tab: Datasource field - id: D7508D810A3B438D8D6B6760E2855334 [java] 24053 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Reference - id: 102 [java] 25670 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Reference Translation - id: 171 [java] 26597 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: List Reference - id: 104 [java] 27673 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Table Reference - id: 103 [java] 28718 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Reference - id: 800174 [java] 29685 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Class - id: 800179 [java] 30881 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Defined Selector - id: 10153E4B83EC4A5E8C558FCE74071FB0 [java] 32154 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Translation - id: 172 [java] 33175 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Reference Columns - id: 800194 [java] 34115 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Mapping - id: 800180 [java] 35044 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Defined Selector Translation - id: BE8CCBD813044537A6B02CA5E7FBA413 [java] 35910 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Defined Selector Field - id: 75FEAE3FF26F49E394BDF833B1B97647 [java] 37017 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Field Translation - id: 308C5577EA73404DAF44CBA9A467E34F [java] 38050 [main] INFO org.openbravo.wad.Wad - Processing Window: SelectorExample - Tab: Selector Example - id: 2CD39B9A008143CD8D199D660F8D7DB1 [java] 39163 [main] INFO org.openbravo.wad.Wad - Processing Window: Template - Tab: Template - id: 0424D6B4F7FF46A6A4B4960F410144B6 [java] 39804 [main] INFO org.openbravo.wad.Wad - Processing Window: Template - Tab: Template Dependency - id: 9CEA7BCAB01844EEBA8D254796B9BCA3 postwad: [copy] Copying 152 files to /home/huehner/work/ob_branches/pi/WebContent/src-loc/design [copy] Copying 152 files to /home/huehner/work/ob_branches/pi/WebContent/src-loc/design copy.srcClient: sqlc: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 480 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 484 [main] INFO org.openbravo.data.Sqlc - directory source: . [java] 487 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 490 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 493 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 496 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 499 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: optimized [java] 503 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 507 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 520 [main] INFO org.openbravo.data.Sqlc - connect made [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 469 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 473 [main] INFO org.openbravo.data.Sqlc - directory source: /home/huehner/work/ob_branches/pi/modules [java] 476 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 479 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 482 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 485 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 489 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: traditional [java] 493 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 498 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 508 [main] INFO org.openbravo.data.Sqlc - connect made buildAD: [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 479 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 483 [main] INFO org.openbravo.data.Sqlc - directory source: ../srcAD [java] 486 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 489 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 493 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 496 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 504 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: traditional [java] 507 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 511 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 521 [main] INFO org.openbravo.data.Sqlc - connect made [java] 554 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/client/kernel/Template/TemplateDependency9CEA7BCAB01844EEBA8D254796B9BCA3_data.xsql processed [java] 629 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/client/kernel/Template/Template0424D6B4F7FF46A6A4B4960F410144B6_data.xsql processed [java] 714 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/service/datasource/Datasource/DatasourcesEFA7EFCFC6E14827B109D88F236A0B6C_data.xsql processed [java] 770 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/service/datasource/Datasource/DatasourcefieldD7508D810A3B438D8D6B6760E2855334_data.xsql processed [java] 825 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/examples/userinterface/selector/SelectorExample/SelectorExample2CD39B9A008143CD8D199D660F8D7DB1_data.xsql processed [java] 1064 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/Reference_data.xsql processed [java] 1117 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorReferenceColumns_data.xsql processed [java] 1169 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/ReferenceTranslation_data.xsql processed [java] 1200 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorReference_data.xsql processed [java] 1256 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/DefinedSelectorField75FEAE3FF26F49E394BDF833B1B97647_data.xsql processed [java] 1319 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/DefinedSelectorTranslationBE8CCBD813044537A6B02CA5E7FBA413_data.xsql processed [java] 1363 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/DefinedSelector10153E4B83EC4A5E8C558FCE74071FB0_data.xsql processed [java] 1429 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/Translation_data.xsql processed [java] 1456 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorFieldTranslation308C5577EA73404DAF44CBA9A467E34F_data.xsql processed [java] 1483 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/TableReference_data.xsql processed [java] 1512 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorClass_data.xsql processed [java] 1557 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/ListReference_data.xsql processed [java] 1585 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorMapping_data.xsql processed [java] 1638 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpCommon/reference/ActionButton_data.xsql processed [java] 1698 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpCommon/ad_actionButton/ActionButtonSQLDefault_data.xsql processed compileSqlc: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully [javac] Compiling 115 source files to /home/huehner/work/ob_branches/pi/build/classes [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/FreemarkerTemplateProcessor.java:37: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/FreemarkerTemplateProcessor.java:91: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.FreemarkerTemplateProcessor [javac] protected freemarker.template.Template createTemplateImplementation(Template template, [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/FreemarkerTemplateProcessor.java:107: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.FreemarkerTemplateProcessor [javac] public void validate(Template template) throws ValidationException { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateProcessor.java:47: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateProcessor<T> [javac] public String process(Template template, Map<String, Object> data) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateProcessor.java:75: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateProcessor<T> [javac] protected synchronized T getTemplateImplementation(Template template) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateProcessor.java:97: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateProcessor<T> [javac] protected String createTemplateSource(Template template) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateProcessor.java:120: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateProcessor<T> [javac] protected synchronized T createSetFreeMarkerTemplateInCache(Template template, String source) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateProcessor.java:146: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateProcessor<T> [javac] protected abstract T createTemplateImplementation(Template template, String source); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateProcessor.java:40: cannot find symbol [javac] symbol : class Template [javac] location: interface org.openbravo.client.kernel.TemplateProcessor [javac] public void validate(Template template) throws ValidationException; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateProcessor.java:51: cannot find symbol [javac] symbol : class Template [javac] location: interface org.openbravo.client.kernel.TemplateProcessor [javac] public String process(Template template, Map<String, Object> data); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:37: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:38: cannot find symbol [javac] symbol : class TemplateDependency [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.TemplateDependency; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:54: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] private static final List<Template> EMPTY_LIST = Collections.emptyList(); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:126: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] private Template createSaveTemplates(String prefix) throws Exception { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:134: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] private Template createSaveTemplate(String name) throws Exception { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:138: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] private Template createSaveTemplate(String name, List<Template> dependencies) throws Exception { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:138: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] private Template createSaveTemplate(String name, List<Template> dependencies) throws Exception { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ApplicationComponent.java:36: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.ApplicationComponent [javac] protected Template getComponentTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateComponent.java:36: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateComponent [javac] private Template componentTemplate; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateComponent.java:55: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateComponent [javac] protected Template getComponentTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateComponent.java:59: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateComponent [javac] public void setComponentTemplate(Template componentTemplate) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/I18NComponent.java:43: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.I18NComponent [javac] protected Template getComponentTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:70: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] public List<Template> resolve(Template template) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:70: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] public List<Template> resolve(Template template) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:78: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] private void addDependsOnTemplates(Template template, List<Template> result) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:78: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] private void addDependsOnTemplates(Template template, List<Template> result) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:92: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] private Template getOverridingTemplate(Template template) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:92: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] private Template getOverridingTemplate(Template template) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/test/TemplateResolverTest.java:30: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/test/TemplateResolverTest.java:31: cannot find symbol [javac] symbol : class TemplateDependency [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.TemplateDependency; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/test/TemplateResolverTest.java:47: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.test.TemplateResolverTest [javac] private static final List<Template> EMPTY_LIST = Collections.emptyList(); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/test/TemplateResolverTest.java:164: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.test.TemplateResolverTest [javac] private void check(List<Template> templates, String[] names) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/test/TemplateResolverTest.java:172: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.test.TemplateResolverTest [javac] private Template createSaveTemplate(String name) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/test/TemplateResolverTest.java:176: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.test.TemplateResolverTest [javac] private Template createSaveTemplate(String name, List<Template> dependencies) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/test/TemplateResolverTest.java:176: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.test.TemplateResolverTest [javac] private Template createSaveTemplate(String name, List<Template> dependencies) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/BaseDataSourceService.java:28: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceService.java:25: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/BaseDataSourceService.java:43: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.service.datasource.BaseDataSourceService [javac] private Template template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/BaseDataSourceService.java:50: cannot find symbol [javac] symbol : class DataSource [javac] location: class org.openbravo.service.datasource.BaseDataSourceService [javac] private DataSource dataSource; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/BaseDataSourceService.java:58: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.service.datasource.BaseDataSourceService [javac] public Template getTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/BaseDataSourceService.java:97: cannot find symbol [javac] symbol : class DataSource [javac] location: class org.openbravo.service.datasource.BaseDataSourceService [javac] public DataSource getDataSource() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/BaseDataSourceService.java:101: cannot find symbol [javac] symbol : class DataSource [javac] location: class org.openbravo.service.datasource.BaseDataSourceService [javac] public void setDataSource(DataSource dataSource) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceService.java:49: cannot find symbol [javac] symbol : class Template [javac] location: interface org.openbravo.service.datasource.DataSourceService [javac] public Template getTemplate(); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceService.java:136: cannot find symbol [javac] symbol : class DataSource [javac] location: interface org.openbravo.service.datasource.DataSourceService [javac] public DataSource getDataSource(); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceService.java:145: cannot find symbol [javac] symbol : class DataSource [javac] location: interface org.openbravo.service.datasource.DataSourceService [javac] public void setDataSource(DataSource dataSource); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceProperty.java:82: cannot find symbol [javac] symbol : class DatasourceField [javac] location: class org.openbravo.service.datasource.DataSourceProperty [javac] public static DataSourceProperty createFromDataSourceField(DatasourceField dsField) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceComponent.java:24: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceComponent.java:36: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.service.datasource.DataSourceComponent [javac] protected Template getComponentTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/test/DataSourceJavaScriptTest.java:30: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/test/DataSourceJavaScriptTest.java:34: cannot find symbol [javac] symbol : class DataSource [javac] location: package org.openbravo.service.datasource [javac] import org.openbravo.service.datasource.DataSource; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/test/DataSourceServiceProviderTest.java:26: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/test/DataSourceServiceProviderTest.java:30: cannot find symbol [javac] symbol : class DataSource [javac] location: package org.openbravo.service.datasource [javac] import org.openbravo.service.datasource.DataSource; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:41: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:47: cannot find symbol [javac] symbol : class DataSource [javac] location: package org.openbravo.service.datasource [javac] import org.openbravo.service.datasource.DataSource; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:49: cannot find symbol [javac] symbol : class DatasourceField [javac] location: package org.openbravo.service.datasource [javac] import org.openbravo.service.datasource.DatasourceField; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:68: cannot find symbol [javac] symbol : class Selector [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private Selector selector; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:69: cannot find symbol [javac] symbol : class SelectorFieldTrl [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private List<SelectorFieldTrl> selectorFieldTrls; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:72: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] protected Template getComponentTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:113: cannot find symbol [javac] symbol : class Selector [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] public Selector getSelector() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:173: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private String getPropertyOrDataSourceField(SelectorField selectorField) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:184: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private boolean isBoolean(SelectorField selectorField) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:392: cannot find symbol [javac] symbol : class SelectorFieldTrl [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private List<SelectorFieldTrl> getTranslatedFields() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:412: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private String getTranslatedName(SelectorField selectorField) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:420: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private SelectorFieldTrl getTranslation(SelectorField selectorField) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:420: cannot find symbol [javac] symbol : class SelectorFieldTrl [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private SelectorFieldTrl getTranslation(SelectorField selectorField) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:552: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private DomainType getDomainType(SelectorField selectorField) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:543: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent [javac] private class SelectorFieldComparator implements Comparator<SelectorField> { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:546: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent.SelectorFieldComparator [javac] public int compare(SelectorField field0, SelectorField field1) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java:546: cannot find symbol [javac] symbol : class SelectorField [javac] location: class org.openbravo.userinterface.selector.SelectorComponent.SelectorFieldComparator [javac] public int compare(SelectorField field0, SelectorField field1) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/reference/SelectorUIReference.java:44: cannot find symbol [javac] symbol : class Selector [javac] location: package org.openbravo.userinterface.selector [javac] import org.openbravo.userinterface.selector.Selector; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.smartclient/src/org/openbravo/userinterface/smartclient/ApplicationComponent.java:23: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.smartclient/src/org/openbravo/userinterface/smartclient/ApplicationComponent.java:35: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.userinterface.smartclient.ApplicationComponent [javac] protected Template getComponentTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.smartclient/src/org/openbravo/userinterface/smartclient/TypesComponent.java:41: cannot find symbol [javac] symbol : class Template [javac] location: package org.openbravo.client.kernel [javac] import org.openbravo.client.kernel.Template; [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.smartclient/src/org/openbravo/userinterface/smartclient/TypesComponent.java:57: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.userinterface.smartclient.TypesComponent [javac] protected Template getComponentTemplate() { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateProcessor.java:98: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateProcessor<T> [javac] final List<Template> resolvedTemplates = TemplateResolver.getInstance().resolve(template); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateProcessor.java:100: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateProcessor<T> [javac] for (Template resolvedTemplate : resolvedTemplates) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/FreemarkerTemplateProcessor.java:112: cannot find symbol [javac] symbol : variable Template [javac] location: class org.openbravo.client.freemarker.FreemarkerTemplateProcessor [javac] final Entity entity = ModelProvider.getInstance().getEntity(Template.ENTITY_NAME); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/FreemarkerTemplateProcessor.java:113: cannot find symbol [javac] symbol : variable Template [javac] location: class org.openbravo.client.freemarker.FreemarkerTemplateProcessor [javac] final Property templateProperty = entity.getProperty(Template.PROPERTY_TEMPLATE); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:60: cannot find symbol [javac] symbol : variable Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Entity entity = ModelProvider.getInstance().getEntity(Template.ENTITY_NAME); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:61: cannot find symbol [javac] symbol : variable Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Property componentTypeProperty = entity.getProperty(Template.PROPERTY_COMPONENTTYPE); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:81: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template template = createSaveTemplates(""); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:100: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template template = createSaveTemplate("invalid_test"); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:119: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template template = createSaveTemplate("lenient_test"); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:127: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template templateOne = createSaveTemplate(prefix + "test1"); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:128: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template templateTwo = createSaveTemplate(prefix + "test2"); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:129: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template templateThree = createSaveTemplate(prefix + "test3", Arrays [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:130: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] .asList(new Template[] { templateOne, templateTwo })); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:139: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template template = OBProvider.getInstance().get(Template.class); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:139: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final Template template = OBProvider.getInstance().get(Template.class); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:146: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] for (Template dependency : dependencies) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:147: cannot find symbol [javac] symbol : class TemplateDependency [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] final TemplateDependency templateDependency = OBProvider.getInstance().get( [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.freemarker/src/org/openbravo/client/freemarker/test/FreemarkerTemplateProcessorTest.java:148: cannot find symbol [javac] symbol : class TemplateDependency [javac] location: class org.openbravo.client.freemarker.test.FreemarkerTemplateProcessorTest [javac] TemplateDependency.class); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseTemplateComponent.java:46: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.BaseTemplateComponent [javac] final Template template = getComponentTemplate(); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ApplicationComponent.java:37: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.ApplicationComponent [javac] return OBDal.getInstance().get(Template.class, KernelConstants.APPLICATION_TEMPLATE_ID); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/I18NComponent.java:44: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.I18NComponent [javac] return OBDal.getInstance().get(Template.class, KernelConstants.I18N_TEMPLATE_ID); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:71: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] final List<Template> result = new ArrayList<Template>(); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:71: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] final List<Template> result = new ArrayList<Template>(); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:72: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] final Template realTemplate = getOverridingTemplate(template); [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:82: cannot find symbol [javac] symbol : class TemplateDependency [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] for (TemplateDependency dependency : template.getOBCLKERTemplateDependencyList()) { [javac] ^ [javac] /home/huehner/work/ob_branches/pi/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/TemplateResolver.java:83: cannot find symbol [javac] symbol : class Template [javac] location: class org.openbravo.client.kernel.TemplateResolver [javac] final Template realDependency = getOverridingTemplate(dependency.getDependsOnTemplate()); [javac] ^ [javac] 100 errors ![]() set.code.rev: code.rev: init: core.lib: init: compile: build.jar: [jar] Building jar: /home/huehner/work/ob_branches/pi/src-core/lib/openbravo-core.jar build: copy.core.lib: [copy] Copying 1 file to /home/huehner/work/ob_branches/pi/lib/runtime database.lib: init: compile: build.jar: [jar] Building jar: /home/huehner/work/ob_branches/pi/src-db/build/lib/dbmanager.jar jar: [copy] Copying 1 file to /home/huehner/work/ob_branches/pi/src-db/database/lib buildvalidation: buildvalidation: update.database.mod: update.database.mod.java: [java] 0 INFO - Database connection: jdbc:postgresql://ip6-localhost:5434/obpi. User: tadpi [java] 843 INFO - Creating submodel for application dictionary [java] 13760 INFO - Loading data from XML files [java] 21600 INFO - Loading and applying configuration scripts [java] Checking if database structure was modified locally. [java] Checking if data has changed in the application dictionary. [java] 23490 INFO - Updating module: org.openbravo.examples.userinterface.selector [java] 23495 INFO - Loading submodel from database... [java] 23580 INFO - Reading tables... [java] 45680 INFO - Reading views... [java] 45712 INFO - Reading sequences... [java] 45718 INFO - Reading triggers... [java] 45748 INFO - Reading functions... [java] 45769 INFO - Sorting foreign keys, indexes and checks... [java] 45772 INFO - Starting function and trigger standardization. [java] 45786 INFO - Submodel loaded [java] 45969 INFO - Updating database model... [java] 46507 INFO - Executed 8 SQL command(s) with 0 error(s) [java] 46510 INFO - Model update complete. [java] 46513 INFO - Updating module: org.openbravo.base.seam [java] 46515 INFO - Module doesn't have dbprefix. We will not update database model. [java] 46521 INFO - Updating database model... [java] 46523 INFO - Model update complete. [java] 46526 INFO - Updating module: org.openbravo.client.kernel [java] 46529 INFO - Loading submodel from database... [java] 46545 INFO - Reading tables... [java] 68619 INFO - Reading views... [java] 68628 INFO - Reading sequences... [java] 68634 INFO - Reading triggers... [java] 68660 INFO - Reading functions... [java] 68677 INFO - Sorting foreign keys, indexes and checks... [java] 68685 INFO - Starting function and trigger standardization. [java] 68689 INFO - Submodel loaded [java] 68818 INFO - Updating database model... [java] 69465 INFO - Executed 13 SQL command(s) with 0 error(s) [java] 69470 INFO - Model update complete. [java] 69472 INFO - Updating module: org.openbravo.userinterface.smartclient [java] 69475 INFO - Loading submodel from database... [java] 69480 INFO - Reading tables... [java] 90970 INFO - Reading views... [java] 90980 INFO - Reading sequences... [java] 90984 INFO - Reading triggers... [java] 91003 INFO - Reading functions... [java] 91019 INFO - Sorting foreign keys, indexes and checks... [java] 91021 INFO - Starting function and trigger standardization. [java] 91025 INFO - Submodel loaded [java] 91081 INFO - Updating database model... [java] 91108 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 91111 INFO - Model update complete. [java] 91114 INFO - Updating module: org.openbravo.userinterface.selector [java] 91124 INFO - Loading submodel from database... [java] 91134 INFO - Reading tables... [java] 112387 INFO - Reading views... [java] 112396 INFO - Reading sequences... [java] 112401 INFO - Reading triggers... [java] 112420 INFO - Reading functions... [java] 112443 INFO - Sorting foreign keys, indexes and checks... [java] 112445 INFO - Starting function and trigger standardization. [java] 112458 INFO - Submodel loaded [java] 112546 INFO - Updating database model... [java] 114884 INFO - Executed 39 SQL command(s) with 0 error(s) [java] 114888 INFO - Model update complete. [java] 114890 INFO - Updating module: org.openbravo.service.datasource [java] 114893 INFO - Loading submodel from database... [java] 114899 INFO - Reading tables... [java] 136760 INFO - Reading views... [java] 136770 INFO - Reading sequences... [java] 136776 INFO - Reading triggers... [java] 136795 INFO - Reading functions... [java] 136811 INFO - Sorting foreign keys, indexes and checks... [java] 136813 INFO - Starting function and trigger standardization. [java] 136817 INFO - Submodel loaded [java] 136925 INFO - Updating database model... [java] 137119 INFO - Executed 14 SQL command(s) with 0 error(s) [java] 137123 INFO - Model update complete. [java] 137126 INFO - Updating module: org.openbravo.service.json [java] 137128 INFO - Module doesn't have dbprefix. We will not update database model. [java] 137133 INFO - Updating database model... [java] 137135 INFO - Model update complete. [java] 137138 INFO - Updating module: org.openbravo.client.freemarker [java] 137141 INFO - Loading submodel from database... [java] 137146 INFO - Reading tables... [java] 159108 INFO - Reading views... [java] 159133 INFO - Reading sequences... [java] 159138 INFO - Reading triggers... [java] 159158 INFO - Reading functions... [java] 159176 INFO - Sorting foreign keys, indexes and checks... [java] 159179 INFO - Starting function and trigger standardization. [java] 159184 INFO - Submodel loaded [java] 159227 INFO - Updating database model... [java] 159254 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 159257 INFO - Model update complete. [java] 159260 INFO - Loading data from XML files [java] 159643 INFO - Comparing databases to find data differences [java] 159646 INFO - Loading data from XML files [java] 159814 INFO - Comparing databases to find data differences [java] 159816 INFO - Loading data from XML files [java] 159951 INFO - Comparing databases to find data differences [java] 159954 INFO - Loading data from XML files [java] 160067 INFO - Comparing databases to find data differences [java] 160070 INFO - Loading data from XML files [java] 160218 INFO - Comparing databases to find data differences [java] 160222 INFO - Loading data from XML files [java] 160354 INFO - Comparing databases to find data differences [java] 160358 INFO - Loading data from XML files [java] 160469 INFO - Comparing databases to find data differences [java] 160473 INFO - Loading data from XML files [java] 160581 INFO - Comparing databases to find data differences [java] 160588 INFO - Updating database data... [java] 160590 INFO - Disabling foreign keys [java] 160596 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_client" of relation "obuisel_selector" does not exist [java] 160599 WARN - ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_CLIENT [java] 160602 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_column" of relation "obuisel_selector" does not exist [java] 160604 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_COLUMN [java] 160607 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_module" of relation "obuisel_selector" does not exist [java] 160609 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_MODULE [java] 160613 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_org" of relation "obuisel_selector" does not exist [java] 160616 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_ORG [java] 160619 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_reference" of relation "obuisel_selector" does not exist [java] 160622 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_REFERENCE [java] 160624 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_table" of relation "obuisel_selector" does not exist [java] 160627 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_AD_TABLE [java] 160630 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_displayfield" of relation "obuisel_selector" does not exist [java] 160633 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_DISPLAYFIELD [java] 160636 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obclker_t" of relation "obuisel_selector" does not exist [java] 160638 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_OBCLKER_T [java] 160642 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_ds" of relation "obuisel_selector" does not exist [java] 160645 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_OBSERDS_DS [java] 160648 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_valuefield" of relation "obuisel_selector" does not exist [java] 160651 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] DROP CONSTRAINT OBUISEL_S_VALUEFIELD [java] 160654 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_client" of relation "obserds_datasource" does not exist [java] 160656 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_CLIENT [java] 160660 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_module" of relation "obserds_datasource" does not exist [java] 160663 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_MODULE [java] 160666 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_org" of relation "obserds_datasource" does not exist [java] 160669 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_ORG [java] 160673 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_table" of relation "obserds_datasource" does not exist [java] 160675 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_AD_TABLE [java] 160679 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_obclker_template" of relation "obserds_datasource" does not exist [java] 160681 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] DROP CONSTRAINT OBSERDS_DS_OBCLKER_TEMPLATE [java] 161328 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_client" of relation "obserds_datasource_field" does not exist [java] 161335 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_CLIENT [java] 161338 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_org" of relation "obserds_datasource_field" does not exist [java] 161341 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_ORG [java] 161345 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_ref" of relation "obserds_datasource_field" does not exist [java] 161348 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_REF [java] 161352 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_table" of relation "obserds_datasource_field" does not exist [java] 161355 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_AD_TABLE [java] 161358 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ds" of relation "obserds_datasource_field" does not exist [java] 161362 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] DROP CONSTRAINT OBSERDS_DSF_DS [java] 161429 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_client" of relation "obclker_template" does not exist [java] 161436 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_AD_CLIENT [java] 161440 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_module" of relation "obclker_template" does not exist [java] 161443 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_AD_MODULE [java] 161446 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_org" of relation "obclker_template" does not exist [java] 161449 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_AD_ORG [java] 161453 WARN - SQL Command failed with: ERROR: constraint "obclker_t_overrides" of relation "obclker_template" does not exist [java] 161456 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] DROP CONSTRAINT OBCLKER_T_OVERRIDES [java] 161460 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_dsf" of relation "obuisel_selector_field" does not exist [java] 161463 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_S_OBSERDS_DSF [java] 161467 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_client" of relation "obuisel_selector_field" does not exist [java] 161470 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_CLIENT [java] 161474 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_column" of relation "obuisel_selector_field" does not exist [java] 161477 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_COLUMN [java] 161481 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_module" of relation "obuisel_selector_field" does not exist [java] 161484 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_MODULE [java] 161488 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_org" of relation "obuisel_selector_field" does not exist [java] 161491 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_AD_ORG [java] 161495 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_selector" of relation "obuisel_selector_field" does not exist [java] 161498 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] DROP CONSTRAINT OBUISEL_SF_SELECTOR [java] 161821 INFO - Executed 204 SQL command(s) with 30 error(s) [java] 161828 INFO - Disabling triggers [java] 162108 INFO - Executed 144 SQL command(s) with 0 error(s) [java] 169122 INFO - Executed 5069 SQL command(s) with 0 error(s) [java] 169131 INFO - Updating database data for module User Interface Selector Examples [java] 169863 INFO - Recreating Primary Keys [java] 169872 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 169876 INFO - Updating database data for module Seam [java] 169966 INFO - Recreating Primary Keys [java] 169970 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 169973 INFO - Updating database data for module User Interface Client Kernel [java] 170439 INFO - Recreating Primary Keys [java] 170447 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 170451 INFO - Updating database data for module Smartclient [java] 170547 INFO - Recreating Primary Keys [java] 170555 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 170558 INFO - Updating database data for module User Interface Selector [java] 171295 INFO - Recreating Primary Keys [java] 171303 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 171307 INFO - Updating database data for module JSON Datasource [java] 171528 INFO - Recreating Primary Keys [java] 171535 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 171538 INFO - Updating database data for module JSON REST Webserviice [java] 171546 INFO - Recreating Primary Keys [java] 171550 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 171553 INFO - Updating database data for module User Interface Freemarker [java] 171560 INFO - Recreating Primary Keys [java] 171568 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 171571 INFO - Removing invalid rows. [java] 174077 INFO - Executed 170 SQL command(s) with 0 error(s) [java] 174082 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 176134 INFO - Executed 80 SQL command(s) with 0 error(s) [java] 176141 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 176151 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 176154 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 177251 INFO - Executed 80 SQL command(s) with 0 error(s) [java] 177257 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 178371 INFO - Executed 72 SQL command(s) with 0 error(s) [java] 178374 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 179618 INFO - Executed 96 SQL command(s) with 0 error(s) [java] 179624 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 180717 INFO - Executed 82 SQL command(s) with 0 error(s) [java] 180723 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 180728 INFO - Executed 0 SQL command(s) with 0 error(s) [java] 180730 INFO - Executing update final script (NOT NULLs and dropping temporary tables) [java] 181689 INFO - Executed 72 SQL command(s) with 0 error(s) [java] 183512 INFO - Executed 119 SQL command(s) with 0 error(s) [java] 183516 INFO - Enabling Foreign Keys and Triggers [java] 198339 INFO - Executed 5545 SQL command(s) with 0 error(s) [java] 198390 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_client" for relation "obuisel_selector" already exists [java] 198397 WARN - ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 198401 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_column" for relation "obuisel_selector" already exists [java] 198405 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_COLUMN FOREIGN KEY (AD_COLUMN_ID) REFERENCES AD_COLUMN (AD_COLUMN_ID) [java] 198409 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_module" for relation "obuisel_selector" already exists [java] 198414 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 198419 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_org" for relation "obuisel_selector" already exists [java] 198423 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 198428 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_reference" for relation "obuisel_selector" already exists [java] 198434 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_REFERENCE FOREIGN KEY (AD_REFERENCE_ID) REFERENCES AD_REFERENCE (AD_REFERENCE_ID) [java] 198438 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_ad_table" for relation "obuisel_selector" already exists [java] 198443 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_AD_TABLE FOREIGN KEY (AD_TABLE_ID) REFERENCES AD_TABLE (AD_TABLE_ID) [java] 198447 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_displayfield" for relation "obuisel_selector" already exists [java] 198450 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_DISPLAYFIELD FOREIGN KEY (DISPLAYFIELD_ID) REFERENCES OBUISEL_SELECTOR_FIELD (OBUISEL_SELECTOR_FIELD_ID) [java] 198454 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obclker_t" for relation "obuisel_selector" already exists [java] 198458 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_OBCLKER_T FOREIGN KEY (OBCLKER_TEMPLATE_ID) REFERENCES OBCLKER_TEMPLATE (OBCLKER_TEMPLATE_ID) [java] 198463 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_ds" for relation "obuisel_selector" already exists [java] 198466 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_OBSERDS_DS FOREIGN KEY (OBSERDS_DATASOURCE_ID) REFERENCES OBSERDS_DATASOURCE (OBSERDS_DATASOURCE_ID) [java] 198472 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_valuefield" for relation "obuisel_selector" already exists [java] 198476 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR [java] ADD CONSTRAINT OBUISEL_S_VALUEFIELD FOREIGN KEY (VALUEFIELD_ID) REFERENCES OBUISEL_SELECTOR_FIELD (OBUISEL_SELECTOR_FIELD_ID) [java] 198480 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_client" for relation "obserds_datasource" already exists [java] 198484 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 198488 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_module" for relation "obserds_datasource" already exists [java] 198491 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 198495 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_org" for relation "obserds_datasource" already exists [java] 198498 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 198503 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_ad_table" for relation "obserds_datasource" already exists [java] 198510 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_AD_TABLE FOREIGN KEY (AD_TABLE_ID) REFERENCES AD_TABLE (AD_TABLE_ID) [java] 198514 WARN - SQL Command failed with: ERROR: constraint "obserds_ds_obclker_template" for relation "obserds_datasource" already exists [java] 198518 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE [java] ADD CONSTRAINT OBSERDS_DS_OBCLKER_TEMPLATE FOREIGN KEY (OBCLKER_TEMPLATE_ID) REFERENCES OBCLKER_TEMPLATE (OBCLKER_TEMPLATE_ID) [java] 199425 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_client" for relation "obserds_datasource_field" already exists [java] 199431 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 199434 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_org" for relation "obserds_datasource_field" already exists [java] 199437 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 199440 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_ref" for relation "obserds_datasource_field" already exists [java] 199443 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_REF FOREIGN KEY (AD_REFERENCE_ID) REFERENCES AD_REFERENCE (AD_REFERENCE_ID) [java] 199447 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ad_table" for relation "obserds_datasource_field" already exists [java] 199449 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_AD_TABLE FOREIGN KEY (AD_TABLE_ID) REFERENCES AD_TABLE (AD_TABLE_ID) [java] 199452 WARN - SQL Command failed with: ERROR: constraint "obserds_dsf_ds" for relation "obserds_datasource_field" already exists [java] 199455 WARN - -- END [java] ALTER TABLE OBSERDS_DATASOURCE_FIELD [java] ADD CONSTRAINT OBSERDS_DSF_DS FOREIGN KEY (OBSERDS_DATASOURCE_ID) REFERENCES OBSERDS_DATASOURCE (OBSERDS_DATASOURCE_ID) ON DELETE CASCADE [java] 199557 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_client" for relation "obclker_template" already exists [java] 199563 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 199566 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_module" for relation "obclker_template" already exists [java] 199569 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 199572 WARN - SQL Command failed with: ERROR: constraint "obclker_t_ad_org" for relation "obclker_template" already exists [java] 199575 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 199578 WARN - SQL Command failed with: ERROR: constraint "obclker_t_overrides" for relation "obclker_template" already exists [java] 199580 WARN - -- END [java] ALTER TABLE OBCLKER_TEMPLATE [java] ADD CONSTRAINT OBCLKER_T_OVERRIDES FOREIGN KEY (OVERRIDES_TEMPLATE_ID) REFERENCES OBCLKER_TEMPLATE (OBCLKER_TEMPLATE_ID) [java] 199584 WARN - SQL Command failed with: ERROR: constraint "obuisel_s_obserds_dsf" for relation "obuisel_selector_field" already exists [java] 199587 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_S_OBSERDS_DSF FOREIGN KEY (OBSERDS_DATASOURCE_FIELD_ID) REFERENCES OBSERDS_DATASOURCE_FIELD (OBSERDS_DATASOURCE_FIELD_ID) [java] 199590 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_client" for relation "obuisel_selector_field" already exists [java] 199594 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_CLIENT FOREIGN KEY (AD_CLIENT_ID) REFERENCES AD_CLIENT (AD_CLIENT_ID) [java] 199597 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_column" for relation "obuisel_selector_field" already exists [java] 199599 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_COLUMN FOREIGN KEY (AD_COLUMN_ID) REFERENCES AD_COLUMN (AD_COLUMN_ID) [java] 199603 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_module" for relation "obuisel_selector_field" already exists [java] 199605 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_MODULE FOREIGN KEY (AD_MODULE_ID) REFERENCES AD_MODULE (AD_MODULE_ID) [java] 199609 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_ad_org" for relation "obuisel_selector_field" already exists [java] 199611 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_AD_ORG FOREIGN KEY (AD_ORG_ID) REFERENCES AD_ORG (AD_ORG_ID) [java] 199615 WARN - SQL Command failed with: ERROR: constraint "obuisel_sf_selector" for relation "obuisel_selector_field" already exists [java] 199617 WARN - -- END [java] ALTER TABLE OBUISEL_SELECTOR_FIELD [java] ADD CONSTRAINT OBUISEL_SF_SELECTOR FOREIGN KEY (OBUISEL_SELECTOR_ID) REFERENCES OBUISEL_SELECTOR (OBUISEL_SELECTOR_ID) ON DELETE CASCADE [java] 200171 INFO - Executed 204 SQL command(s) with 30 error(s) [java] 215673 INFO - Executed 144 SQL command(s) with 0 error(s) [java] 215678 INFO - Executing default postscript [java] 216549 INFO - Executed 22 SQL command(s) with 0 error(s) database.postupdate.POSTGRE: [sql] Executing commands [sql] 5 of 5 SQL statements executed successfully update.dbupdate.timestamp: [sql] Executing commands [sql] 1 of 1 SQL statements executed successfully apply.modules: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully apply.module: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully set.code.rev: code.rev: init: wad.lib: init: sqlc: [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 2 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 3 [main] INFO org.openbravo.data.Sqlc - directory source: ./src/org [java] 4 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/src-wad/build/javasqlc [java] 4 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 4 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 4 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 4 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: optimized [java] 5 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 206 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 313 [main] INFO org.openbravo.data.Sqlc - connect made [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 1 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 2 [main] INFO org.openbravo.data.Sqlc - directory source: /home/huehner/work/ob_branches/pi/modules [java] 3 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/src-wad/build/javasqlc/src [java] 3 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 3 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 3 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 4 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: optimized [java] 4 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 207 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 359 [main] INFO org.openbravo.data.Sqlc - connect made [java] 424 [main] INFO org.openbravo.data.Sqlc - File: /home/huehner/work/ob_branches/pi/modules/org.openbravo.userinterface.selector/src-wad/org/openbravo/userinterface/selector/wad/WADSelectorData.xsql processed compileSqlc: [javac] Compiling 1 source file to /home/huehner/work/ob_branches/pi/src-wad/build/classes compile: [javac] Compiling 40 source files to /home/huehner/work/ob_branches/pi/src-wad/build/classes [copy] Copying 2 files to /home/huehner/work/ob_branches/pi/src-wad/build/classes build.jar: [jar] Building jar: /home/huehner/work/ob_branches/pi/src-wad/lib/openbravo-wad.jar build: apply.modules.compile: apply.modules.compile.simple: compile.war: set.code.rev: code.rev: init: compile.development: init: compile.src.gen: [javac] Compiling 4 source files to /home/huehner/work/ob_branches/pi/build/classes [copy] Copying 15 files to /home/huehner/work/ob_branches/pi/build/classes [copy] Copied 49 empty directories to 11 empty directories under /home/huehner/work/ob_branches/pi/build/classes clean.src.gen: generate.entities: [workflow] Adding param: /home/huehner/work/ob_branches/pi/src/org/openbravo/base/gen/gen_entity.oaw [workflow] Adding param: -pob.properties.location=/home/huehner/work/ob_branches/pi/config/Openbravo.properties [workflow] Adding param: -pbase.src.gen=/home/huehner/work/ob_branches/pi/src-gen [workflow] Adding param: --ant [javac] Compiling 467 source files to /home/huehner/work/ob_branches/pi/build/classes [javac] Compiling 1 source file to /home/huehner/work/ob_branches/pi/build/classes wadvalidation: wad: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully [java] 0 [main] INFO org.openbravo.wad.WadConnection - Loading driver: org.postgresql.Driver [java] 461 [main] INFO org.openbravo.wad.WadConnection - Getting Connection: jdbc:postgresql://ip6-localhost:5434/obpi,tadpi [java] 765 [main] INFO org.openbravo.wad.Wad - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 768 [main] INFO org.openbravo.wad.Wad - jsDateFormat: %d-%m-%Y [java] 772 [main] INFO org.openbravo.wad.Wad - sqlDateFormat: DD-MM-YYYY [java] 776 [main] INFO org.openbravo.wad.Wad - File connection: /home/huehner/work/ob_branches/pi/config [java] 779 [main] INFO org.openbravo.wad.Wad - window: % [java] 783 [main] INFO org.openbravo.wad.Wad - module: 'org.openbravo.examples.userinterface.selector', 'org.openbravo.base.seam', 'org.openbravo.client.kernel', 'org.openbravo.userinterface.smartclient', 'org.openbravo.userinterface.selector', 'org.openbravo.service.datasource', 'org.openbravo.service.json', 'org.openbravo.client.freemarker' [java] 786 [main] INFO org.openbravo.wad.Wad - directory destiny: /home/huehner/work/ob_branches/pi/srcAD/org/openbravo/erpWindows [java] 789 [main] INFO org.openbravo.wad.Wad - directory reference: /home/huehner/work/ob_branches/pi/srcAD/org/openbravo/erpCommon/reference [java] 792 [main] INFO org.openbravo.wad.Wad - directory web.xml: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 797 [main] INFO org.openbravo.wad.Wad - directory ActionButtons: /home/huehner/work/ob_branches/pi/srcAD/org/openbravo/erpCommon/ad_actionButton [java] 800 [main] INFO org.openbravo.wad.Wad - generate web.xml: true [java] 803 [main] INFO org.openbravo.wad.Wad - generate web.xml cliente: /home/huehner/work/ob_branches/pi/srcClient/web.xml [java] 807 [main] INFO org.openbravo.wad.Wad - generate tabs: true [java] 810 [main] INFO org.openbravo.wad.Wad - directory Translate : /home/huehner/work/ob_branches/pi/WebContent/src-loc [java] 813 [main] INFO org.openbravo.wad.Wad - translation to : org/openbravo/erpWindows [java] 816 [main] INFO org.openbravo.wad.Wad - File separator: / [java] 827 [main] INFO org.openbravo.wad.Wad - Base path: .. [java] 831 [main] INFO org.openbravo.wad.Wad - Attach path: /opt/openbravo/attachments [java] 835 [main] INFO org.openbravo.wad.Wad - Web path: @actual_url_context@/web [java] 839 [main] INFO org.openbravo.wad.Wad - Src path: /home/huehner/work/ob_branches/pi/src [java] 843 [main] INFO org.openbravo.wad.Wad - Quick mode: false [java] 6842 [main] INFO org.openbravo.wad.Wad - 18 tabs to compile. [java] 6857 [main] INFO org.openbravo.wad.Wad - Updating table identifiers [java] 12216 [main] INFO org.openbravo.wad.Wad - Re-generating audit trail infrastructure [java] 12222 [main] INFO org.openbravo.wad.Wad - Processig combo reloads for action buttons [java] 12928 [main] INFO org.openbravo.wad.Wad - Processing ActionButton_data.xml [java] 12998 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonXml [java] 14444 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonHtml [java] 16013 [main] INFO org.openbravo.wad.Wad - Processing ActionButton_Responser.xml [java] 16315 [main] INFO org.openbravo.wad.Wad - Processing ActionButton_ResponserJava.xml [java] 16384 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonXml Generics [java] 16616 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonHtml for generics [java] 17204 [main] INFO org.openbravo.wad.Wad - Processing ActionButtonDefault_data.xsql [java] 17216 [main] INFO org.openbravo.wad.Wad - Processing web.xml [java] 21321 [main] INFO org.openbravo.wad.Wad - Processing Window: Datasource - Tab: Datasources - id: EFA7EFCFC6E14827B109D88F236A0B6C [java] 22433 [main] INFO org.openbravo.wad.Wad - Processing Window: Datasource - Tab: Datasource field - id: D7508D810A3B438D8D6B6760E2855334 [java] 24012 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Reference - id: 102 [java] 25548 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Reference Translation - id: 171 [java] 26456 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: List Reference - id: 104 [java] 27510 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Table Reference - id: 103 [java] 28598 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Reference - id: 800174 [java] 29483 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Class - id: 800179 [java] 30509 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Defined Selector - id: 10153E4B83EC4A5E8C558FCE74071FB0 [java] 31633 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Translation - id: 172 [java] 32572 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Reference Columns - id: 800194 [java] 33493 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Mapping - id: 800180 [java] 34340 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Defined Selector Translation - id: BE8CCBD813044537A6B02CA5E7FBA413 [java] 35177 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Defined Selector Field - id: 75FEAE3FF26F49E394BDF833B1B97647 [java] 36280 [main] INFO org.openbravo.wad.Wad - Processing Window: Reference - Tab: Selector Field Translation - id: 308C5577EA73404DAF44CBA9A467E34F [java] 37204 [main] INFO org.openbravo.wad.Wad - Processing Window: SelectorExample - Tab: Selector Example - id: 2CD39B9A008143CD8D199D660F8D7DB1 [java] 38011 [main] INFO org.openbravo.wad.Wad - Processing Window: Template - Tab: Template - id: 0424D6B4F7FF46A6A4B4960F410144B6 [java] 38656 [main] INFO org.openbravo.wad.Wad - Processing Window: Template - Tab: Template Dependency - id: 9CEA7BCAB01844EEBA8D254796B9BCA3 postwad: [copy] Copying 152 files to /home/huehner/work/ob_branches/pi/WebContent/src-loc/design [copy] Copying 152 files to /home/huehner/work/ob_branches/pi/WebContent/src-loc/design copy.srcClient: sqlc: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 483 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 487 [main] INFO org.openbravo.data.Sqlc - directory source: . [java] 491 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 494 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 497 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 501 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 505 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: optimized [java] 508 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 511 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 520 [main] INFO org.openbravo.data.Sqlc - connect made [java] 1 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 442 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 447 [main] INFO org.openbravo.data.Sqlc - directory source: /home/huehner/work/ob_branches/pi/modules [java] 451 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 453 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 456 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 460 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 474 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: traditional [java] 477 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 481 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 490 [main] INFO org.openbravo.data.Sqlc - connect made buildAD: [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 551 [main] INFO org.openbravo.data.Sqlc - javaDateFormat: dd-MM-yyyy [java] 556 [main] INFO org.openbravo.data.Sqlc - directory source: ../srcAD [java] 560 [main] INFO org.openbravo.data.Sqlc - directory destiny: /home/huehner/work/ob_branches/pi/build/javasqlc/src [java] 564 [main] INFO org.openbravo.data.Sqlc - file termination: .xsql [java] 568 [main] INFO org.openbravo.data.Sqlc - file connection: /home/huehner/work/ob_branches/pi/config/Openbravo.properties [java] 572 [main] INFO org.openbravo.data.Sqlc - Write TXT Files: false [java] 577 [main] INFO org.openbravo.data.Sqlc - QueryExecutionStrategy: traditional [java] 581 [main] INFO org.openbravo.data.Sqlc - Loading driver: org.postgresql.Driver [java] 586 [main] INFO org.openbravo.data.Sqlc - Driver loaded [java] 595 [main] INFO org.openbravo.data.Sqlc - connect made [java] 632 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/client/kernel/Template/TemplateDependency9CEA7BCAB01844EEBA8D254796B9BCA3_data.xsql processed [java] 720 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/client/kernel/Template/Template0424D6B4F7FF46A6A4B4960F410144B6_data.xsql processed [java] 800 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/service/datasource/Datasource/DatasourcesEFA7EFCFC6E14827B109D88F236A0B6C_data.xsql processed [java] 855 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/service/datasource/Datasource/DatasourcefieldD7508D810A3B438D8D6B6760E2855334_data.xsql processed [java] 929 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/org/openbravo/examples/userinterface/selector/SelectorExample/SelectorExample2CD39B9A008143CD8D199D660F8D7DB1_data.xsql processed [java] 1320 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/Reference_data.xsql processed [java] 1350 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorReferenceColumns_data.xsql processed [java] 1399 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/ReferenceTranslation_data.xsql processed [java] 1427 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorReference_data.xsql processed [java] 1463 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/DefinedSelectorField75FEAE3FF26F49E394BDF833B1B97647_data.xsql processed [java] 1501 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/DefinedSelectorTranslationBE8CCBD813044537A6B02CA5E7FBA413_data.xsql processed [java] 1529 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/DefinedSelector10153E4B83EC4A5E8C558FCE74071FB0_data.xsql processed [java] 1578 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/Translation_data.xsql processed [java] 1604 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorFieldTranslation308C5577EA73404DAF44CBA9A467E34F_data.xsql processed [java] 1635 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/TableReference_data.xsql processed [java] 1663 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorClass_data.xsql processed [java] 1692 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/ListReference_data.xsql processed [java] 1719 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpWindows/Reference/SelectorMapping_data.xsql processed [java] 1793 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpCommon/reference/ActionButton_data.xsql processed [java] 1854 [main] INFO org.openbravo.data.Sqlc - File: ../srcAD/org/openbravo/erpCommon/ad_actionButton/ActionButtonSQLDefault_data.xsql processed compileSqlc: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully [javac] Compiling 115 source files to /home/huehner/work/ob_branches/pi/build/classes [javac] Compiling 39 source files to /home/huehner/work/ob_branches/pi/build/classes init: calculate.version: calculate.version.from.hg: calculate.version.from.file: calculate.instance.version: [sql] Executing commands [sql] 1 of 1 SQL statements executed successfully postsrc.modules: [copy] Copying 3 files to /home/huehner/work/ob_branches/pi/WebContent/src-loc/design [copy] Copying 15 files to /home/huehner/work/ob_branches/pi/build/classes postsrc: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully build.local.context: [copy] Copying 1 file to /home/huehner/work/ob_branches/pi/WebContent/WEB-INF [copy] Copying 3 files to /home/huehner/work/ob_branches/pi/WebContent/WEB-INF [copy] Copying 2 files to /home/huehner/work/ob_branches/pi/WebContent/WEB-INF/lib [copy] Copying 27 files to /home/huehner/work/ob_branches/pi/WebContent/WEB-INF/lib build.web.folder: build.web.folder.skins: [delete] Deleting directory /home/huehner/work/ob_branches/pi/WebContent/web/skins [mkdir] Created dir: /home/huehner/work/ob_branches/pi/WebContent/web/skins [mkdir] Created dir: /home/huehner/work/ob_branches/pi/WebContent/web/skins/ltr [copy] Copying 581 files to /home/huehner/work/ob_branches/pi/WebContent/web/skins/ltr [mkdir] Created dir: /home/huehner/work/ob_branches/pi/WebContent/web/skins/rtl [copy] Copying 581 files to /home/huehner/work/ob_branches/pi/WebContent/web/skins/rtl [copy] Copying 2450 files to /home/huehner/work/ob_branches/pi/WebContent/web [java] 0 [main] INFO org.openbravo.translate.Translate - RTL Skin directory source: /home/huehner/work/ob_branches/pi/WebContent/web/skins/rtl [java] 460 [main] INFO org.openbravo.translate.Translate - LTR Skin directory source: /home/huehner/work/ob_branches/pi/WebContent/web/skins/ltr [java] 464 [main] INFO org.openbravo.translate.Translate - Processing RTL skin Default [java] 2911 [main] INFO org.openbravo.translate.Translate - Processing LTR skin Default [java] 3026 [main] INFO org.openbravo.translate.Translate - Modified files: 1162 generate.sprites: minimizeJSandCSS: [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/images/Logos.css to /home/huehner/work/ob_branches/pi/WebContent/web/images/Logos.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/DHTMLgoodies/context-menu.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/DHTMLgoodies/context-menu.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/DHTMLgoodies/drag-drop-folder-tree.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/DHTMLgoodies/drag-drop-folder-tree.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/ajax.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/ajax.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/appStatus.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/appStatus.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/calculator.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/calculator.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/callOut.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/callOut.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/CheckBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/CheckBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/DateTextBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/DateTextBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/MessageBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/MessageBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/TimeTextBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/TimeTextBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/UrlTextBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/UrlTextBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/ValidationIntegerBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/ValidationIntegerBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/ValidationNumberBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/ValidationNumberBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/ValidationTextArea.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/ValidationTextArea.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/default/ValidationTextBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/default/ValidationTextBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/djConfig.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/djConfig.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/djDependencies.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/djDependencies.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/dojoConfig.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/dojoConfig.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/error.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/error.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/genericTree.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/genericTree.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-blue.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-blue.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-brown.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-brown.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-green.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-green.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-setup.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-setup.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-setup_stripped.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-setup_stripped.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-system.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-system.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-tas.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-tas.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-win2k-1.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-win2k-1.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-win2k-2.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-win2k-2.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-win2k-cold-1.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-win2k-cold-1.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar-win2k-cold-2.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar-win2k-cold-2.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/calendar_stripped.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/calendar_stripped.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/doc/html/reference-Z-S.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/doc/html/reference-Z-S.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/doc/html/reference.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/doc/html/reference.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-af.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-af.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-bg.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-bg.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-big5-utf8.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-big5-utf8.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-big5.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-big5.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-br.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-br.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-ca.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-ca.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-cs-utf8.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-cs-utf8.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-cs-win.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-cs-win.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-da.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-da.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-de.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-de.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-du.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-du.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-el.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-el.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-en.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-en.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-es.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-es.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-fi.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-fi.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-fr.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-fr.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-hr-utf8.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-hr-utf8.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-hu.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-hu.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-it.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-it.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-jp.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-jp.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-ko-utf8.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-ko-utf8.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-ko.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-ko.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-lt-utf8.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-lt-utf8.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-lt.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-lt.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-lv.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-lv.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-nl.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-nl.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-no.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-no.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-pl-utf8.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-pl-utf8.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-pl.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-pl.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-pt.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-pt.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-ro.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-ro.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-ru.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-ru.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-ru_win_.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-ru_win_.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-si.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-si.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-sk.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-sk.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-sp.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-sp.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-sv.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-sv.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-tr.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-tr.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/calendar-zh.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/calendar-zh.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/lang/cn_utf8.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/lang/cn_utf8.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/skins/Default/theme.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/skins/Default/theme.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/jscalendar/skins/aqua/theme.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/jscalendar/skins/aqua/theme.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/menuKeyboard.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/menuKeyboard.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/messages.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/messages.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/multilinea.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/multilinea.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/multilineaOculto.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/multilineaOculto.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/openbravo/widget/DataGrid.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/openbravo/widget/DataGrid.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/openbravo/widget/ValidationTextBox.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/openbravo/widget/ValidationTextBox.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/searchs.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/searchs.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/shortcuts.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/shortcuts.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/utils.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/utils.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/windowKeyboard.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/windowKeyboard.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/dialog.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/dialog.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/examples/custom.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/examples/custom.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/examples/dynamic.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/examples/dynamic.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/examples/ext_example.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/examples/ext_example.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/examples/full_example.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/examples/full_example.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/examples/full_example.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/examples/full_example.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/examples/stylist.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/examples/stylist.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/htmlarea.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/htmlarea.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/htmlarea.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/htmlarea.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/inline-dialog.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/inline-dialog.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/panel-dialog.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/panel-dialog.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/popupdiv.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/popupdiv.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/popups/color_picker.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/popups/color_picker.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/popups/popup.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/popups/popup.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/popups/popup.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/popups/popup.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/popupwin.js to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/popupwin.js [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/skins/blue-look/skin.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/skins/blue-look/skin.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/skins/blue-metallic/skin.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/skins/blue-metallic/skin.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/skins/green-look/skin.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/skins/green-look/skin.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/skins/inditreuse/skin.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/skins/inditreuse/skin.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/skins/titan/skin.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/skins/titan/skin.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/skins/xp-blue/skin.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/skins/xp-blue/skin.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/js/xinha/skins/xp-green/skin.css to /home/huehner/work/ob_branches/pi/WebContent/web/js/xinha/skins/xp-green/skin.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Excel/Excel.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Excel/Excel.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Login/Login.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Login/Login.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Main/Main_Edition.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Main/Main_Edition.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Main/Main_Manual.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Main/Main_Manual.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Main/Main_Popup.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Main/Main_Popup.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Main/Main_Relation.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Main/Main_Relation.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Main/Main_Report.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Main/Main_Report.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Menu/Menu.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Menu/Menu.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Openbravo_ERP.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Openbravo_ERP.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Openbravo_ERP_240.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Openbravo_ERP_240.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Openbravo_ERP_240_print.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Openbravo_ERP_240_print.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Openbravo_ERP_250.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Openbravo_ERP_250.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Openbravo_ERP_250_print.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Openbravo_ERP_250_print.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Openbravo_ERP_print.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Openbravo_ERP_print.css [yuicompress] Compressing /home/huehner/work/ob_branches/pi/web/skins/Default/Popup/Popup.css to /home/huehner/work/ob_branches/pi/WebContent/web/skins/Default/Popup/Popup.css translate: compile: copy.files: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully [mkdir] Created dir: /home/huehner/work/ob_branches/pi/${env.CATALINA_HOME}/webapps/openbravo [copy] Copying 12767 files to /home/huehner/work/ob_branches/pi/${env.CATALINA_HOME}/webapps/openbravo [copy] Copying 3531 files to /home/huehner/work/ob_branches/pi/${env.CATALINA_HOME}/webapps/openbravo/WEB-INF/classes compile.development: compile.deploy: apply.modules.compile.complete: setApplied: [sql] Executing commands [sql] 2 of 2 SQL statements executed successfully | |||||||
![]() |
||||||||
|
![]() |
|
(0026158) shuehner (administrator) 2010-04-13 20:11 |
Attached apply.log for failed build |
(0026159) shuehner (administrator) 2010-04-13 20:11 |
apply.log for working build |
(0026813) hgbot (developer) 2010-04-30 13:24 |
Repository: erp/devel/pi Changeset: fba8bb3038a682b8851616021284858e042e6fdc Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Fri Apr 30 13:23:53 2010 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/fba8bb3038a682b8851616021284858e042e6fdc [^] fixed bug 12958: comple with deploy.mode=war does not call generate.entities --- M build.xml --- |
(0027207) shuehner (administrator) 2010-05-13 16:45 |
Tested in pi/pgsql working fine now. |
(0027461) hudsonbot (viewer) 2010-05-18 21:43 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/fba8bb3038a6 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/aa11838d5f80 [^] Tests: http://builds.openbravo.com/view/devel-int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17380.obx [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2010-04-13 20:10 | shuehner | New Issue | |
2010-04-13 20:10 | shuehner | Assigned To | => alostale |
2010-04-13 20:10 | shuehner | OBNetwork customer | => No |
2010-04-13 20:10 | shuehner | File Added: apply-log-deploy.mode.war.txt | |
2010-04-13 20:11 | shuehner | Note Added: 0026158 | |
2010-04-13 20:11 | shuehner | File Added: apply-log-deploy.mode.class.txt | |
2010-04-13 20:11 | shuehner | Note Added: 0026159 | |
2010-04-19 08:30 | alostale | Status | new => scheduled |
2010-04-19 08:30 | alostale | fix_in_branch | => pi |
2010-04-30 13:13 | alostale | Relationship added | related to 0012175 |
2010-04-30 13:24 | hgbot | Checkin | |
2010-04-30 13:24 | hgbot | Note Added: 0026813 | |
2010-04-30 13:24 | hgbot | Status | scheduled => resolved |
2010-04-30 13:24 | hgbot | Resolution | open => fixed |
2010-04-30 13:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fba8bb3038a682b8851616021284858e042e6fdc [^] |
2010-05-13 16:45 | shuehner | Note Added: 0027207 | |
2010-05-13 16:45 | shuehner | Status | resolved => closed |
2010-05-14 00:00 | anonymous | sf_bug_id | 0 => 3001310 |
2010-05-18 21:43 | hudsonbot | Checkin | |
2010-05-18 21:43 | hudsonbot | Note Added: 0027461 |
Copyright © 2000 - 2009 MantisBT Group |