int-basic-pgsql - Build # 2084 - Failure:

Check console output at https://ci.openbravo.com/job/int-basic-pgsql/2084/ to 
view the results.


Committers since last success:

Changes for Build #2084

    Inigo Sanchez <[email protected]> null
    Fixed issue 36902: Update.database+configScript fails under some 
circumstances

The problem was that update.database task fails under some circumstances if a 
model change
is defined in a configScript file. The problem has been found trying to update 
the database
in an instance with a columnSizeChange defined in the configScript file.

The problem was introduced in these improvements of DBSM sources (0036137). 
Before these
changesets on update.database task, the ModelChanges had been applied before 
and after the
platform.alterTables method was invoked. After these improvements were 
introduced into the
distribution, the ModelChanges had only applied after the platform.alterTables 
method was
invoked. (Only once)

The problem has been resolved by take into account this situation. Now the 
model changes are
applied (Data changes too) before platform.alterTables method is invoked in 
order to ensures
that when any table is recreated, all the model changes are applied properly.
        src-db/database/lib/dbsourcemanager.jar

    Asier LostalĂ© <[email protected]> null
    fixed bug 36862: update.database throws NPE in PG 6

  It was casued because starting from PG 9.6 a new version of pg_trgm extension
  is used which includes new functions that shouldn't be tried to be processed 
by
  dbsm.

  Those functions are now excluded.
        src-db/database/model/excludeFilter.xml

    Carlos Aristu <[email protected]> null
    fixes issue 36882: JSExpressionCallout extends SimpleCallout
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/FixedValueExpressionCallout.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/JSExpressionCallout.java
        
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/DefaultExpressionCallout.java

    Atul Gaware <[email protected]> null
    Fixes issue 36746: Tax Register Header print button fails when docno is 
alphanumeric

Changed class for field name DOCNUM to String. BigDecimal is not applicable when
documentno are alphanumeric.
        src/org/openbravo/erpReports/ReportRegisterLineJR.jrxml




Last 20 lines of the console output:

[...truncated 1334 lines...]
+ (( i=0 ))
+ (( i<12 ))
++ jps
++ grep Bootstrap
++ true
+ '[' '' = '' ']'
+ break
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
+ true
+ '[' 0 '!=' 0 ']'
+ echo

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to