int-smoke-oracle-test - Build # 598 - Fixed:
Check console output at
http://builds.openbravo.com/job/int-smoke-oracle-test/598/ to view the results.
Committers since last success:
Changes for Build #597
Martin Taal [email protected]_
Related to issue 20732: Implement property/computed fields
Also export ignoreinwad for module ad_field records
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_FIELD.xml
Martin Taal [email protected]_
Related to issue 20732: Implement property/computed fields
Made wad generation more efficient
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/FieldHandler.java
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_FIELD.xml
src-db/database/model/tables/AD_FIELD.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
src-wad/src/org/openbravo/wad/EditionFields_data.xsql
src-wad/src/org/openbravo/wad/Fields_data.xsql
src-wad/src/org/openbravo/wad/ProcessRelation_data.xsql
Martin Taal [email protected]_
Related to issue 20733: Json serialization: always the identifier
properties of associated entities are serialized also, resulting in extra
queries
Solve alias issue when filtering in grid
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
Martin Taal [email protected]_
Fixes issue 20740: Property column is empty in selector field grid
Renamed model property to property which is the default column name
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ModelDataSourceService.java
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/OBSERDS_DATASOURCE_FIELD.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
Martin Taal [email protected]_
Related to issue 20732: Implement property/computed fields
Add the field handler which sets the column in the ad_field
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/FieldHandler.java
Martin Taal [email protected]_
Fixes issue 20732: Implement property/computed fields
Join the property paths in the query to prevent extra queries because of
property paths
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
Martin Taal [email protected]_
Fixes issue 20733: Json serialization: always the identifier properties of
associated entities are serialized also, resulting in
Join the associated objects in the query so that the identifier can be read
without extra queries
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
src-test/org/openbravo/test/dal/IssuesTest.java
Martin Taal [email protected]_
Related to issue 20742: Many-to-one references to language are always
eagerly fetched using a separate query
Commented lines, reversing changes for this issue, issue is invalid
src/org/openbravo/dal/core/DalMappingGenerator.java
Martin Taal [email protected]_
Related to issue 20742: Many-to-one references to language are always
eagerly fetched using a separate query
Remove commented lines
src/org/openbravo/dal/core/DalMappingGenerator.java
Martin Taal [email protected]_
Fixes issue 20742: Many-to-one references to language are always eagerly
fetched using a separate query
To join fetching for many-to-one references to Language
src/org/openbravo/dal/core/DalMappingGenerator.java
Martin Taal [email protected]_
Related to issue 20732: Implement property/computed fields
Solve issue that right click in grid cell does not work for multi-step
properties
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Martin Taal [email protected]_
Fixes issue 20732: Implement property/computed fields
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelUtils.java
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DefaultDataSourceService.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
src-db/database/model/tables/AD_FIELD.xml
src-db/database/model/triggers/AD_FIELD_MOD_TRG.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_FIELD.xml
src-wad/src/org/openbravo/wad/EditionFields_data.xsql
src-wad/src/org/openbravo/wad/Fields_data.xsql
src-wad/src/org/openbravo/wad/ProcessRelation_data.xsql
src/org/openbravo/dal/core/DalUtil.java
Carlos Aristu <[email protected]>
related to issue 20639: removed unnecessary ordenation
src-db/database/model/functions/C_GETTAX.xml
Changes for Build #598
Martin Taal [email protected]_
Related to issue 20831: Filters in all transactional windows are not present
Removed system.err
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
Martin Taal [email protected]_
Fixes issue 20831 : Filters in all transactional windows are not present
Removed unneeded clear of filter parameters, restructured code a bit
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
Last 20 lines of the console output:
[...truncated 60944 lines...]
report:
[echo] Generating test report.
[junitreport] Processing
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/last-results/int-smoke-oracle-inc/report/TESTS-TestSuites.xml
to /tmp/null379744339
[junitreport] Loading stylesheet
jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 44344ms
[junitreport] Deleting: /tmp/null379744339
BUILD SUCCESSFUL
Total time: 46 seconds
[int-smoke-oracle-test] $ /bin/sh -xe /tmp/hudson1022001695280825890.sh
+ /srv/hudson/bin/run no-screenshot.sh
SANDBOX/automation/pi/last-results/int-smoke-oracle-inc/screenshots
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds