up-2.50topi-pgsql - Build # 91 - Fixed:

Check console output at https://ci.openbravo.com/job/up-2.50topi-pgsql/91/ to 
view the results.


Committers since last success:

Changes for Build #90

Changes for Build #91

    David Miguelez <[email protected]> null
    Fixes issue 30419. Fixes problem in a Query condition.
The = comparasion must be changed with >
        src/org/openbravo/costing/CostAdjustmentUtils.java

    David Miguelez <[email protected]> null
    Fixes issue 30416. Initialize global variable each time to
make sure it does not uses values from a previous execution.
        src/org/openbravo/costing/AverageCostAdjustment.java

    David Miguelez <[email protected]> null
    Fixes Issue 30413. Refreshes Transaction Object before accessing to it
again to fix a LazyInitializationException Hibernate exception.
Also removes unnecessary save, since flush is done afterwards.
        src/org/openbravo/costing/CostingServer.java

    Carlos Aristu <[email protected]> null
    Related to issue 30204: applied correct format to DefaultJsonDataService
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java

    Carlos Aristu <[email protected]> null
    Related to issue 30403: Removed unused getFirstProperty method
        
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/reference/FKSelectorUIDefinition.java

    Carlos Aristu <[email protected]> null
    Fixes issue 30403: selectors not working in grid view when display field is 
set

When setting the display field for a selector with FKSelectorUIDefinition as 
its UI Definition class, if the display field was referencing to a property of 
the main entity of the selector, the display field name returned as part of the 
gridProps in the view definition was 'entity'.
The _extraProperties in the datasource used by the selector does not contain 
the entity name if they are referencing to the main entity. That is the root of 
the problem: when trying to set the selected value of the selector picklist in 
grid view, the display field name was never found as we were using 'entity' 
instead of looking directly for 'property'.
This problem does not affect when setting as display field a field that 
references a property which does not belong to the main entity of the selector.
To solve this problem, now in FKSelectorUIDefinition we return 'property' as 
the display field name instead of 'entity' when the property belongs to the 
main entity.
        
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/reference/FKSelectorUIDefinition.java

    Asier LostalĂ© <[email protected]> null
    fixed bug 30406: NPE when stopping Tomcat if no ImportEntry service 
available

  Check if ImportEntry service is present before trying to shutdown it
        src/org/openbravo/service/importprocess/ImportEntryArchiveManager.java
        src/org/openbravo/service/importprocess/ImportEntryManager.java

    Carlos Aristu <[email protected]> null
    Related to issue 30286: Modulescript ERP Version Update Expose Project
        src-core/src/org/openbravo/modulescript/ModuleScriptExecutionLimits.java
        src-core/src/org/openbravo/modulescript/OpenbravoVersion.java
        src-test/src/org/openbravo/test/modularity/ModuleScriptsVersions.java
        src-core/src/org/openbravo/modulescript/ModuleScript.java
        src-core/src/org/openbravo/modulescript/ModuleScriptHandler.java
        src-db/database/lib/dbsourcemanager.jar
        src-test/src/org/openbravo/test/AllAntTaskTests.java
        
src-util/modulescript/src/org/openbravo/modulescript/OpenbravoVersion.java




Last 20 lines of the console output:

[...truncated 4529 lines...]
BUILD SUCCESSFUL
Total time: 2 minutes 28 seconds
+ run_pg_command 'update ad_module set isindevelopment='\''N'\'' where 
ad_module_id<>'\''0138E7A89B5E4DC3932462252801FFBC'\'';'
+ echo 'update ad_module set isindevelopment='\''N'\'' where 
ad_module_id<>'\''0138E7A89B5E4DC3932462252801FFBC'\'';'
update ad_module set isindevelopment='N' where 
ad_module_id<>'0138E7A89B5E4DC3932462252801FFBC';
+ PGPASSWORD=up_250topi_pgsql
+ psql -d up_250topi_pgsql -U up_250topi_pgsql -h 10.0.3.10 -c 'update 
ad_module set isindevelopment='\''N'\'' where 
ad_module_id<>'\''0138E7A89B5E4DC3932462252801FFBC'\'';'
UPDATE 21
+ patch -p1 -R
patching file src-db/database/model/tables/AD_FIELD.xml
patching file src-db/database/model/tables/C_ACCTSCHEMA_DEFAULT.xml
++ hg diff
++ grep '^[-+][^-+]'
++ grep -v -E '(IGNOREINWAD|PROPERTY)'
+ '[' '' '!=' '' ']'
Checking console output
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to