int-transaction-oracle - Build # 4 - Fixed:

Check console output at https://ci.openbravo.com/job/int-transaction-oracle/4/ 
to view the results.


Committers since last success:

Changes for Build #2

    Mark <markm...@gmail.com> null
    Fixes issue 37823: Sales tax selected in Return To Vendor if the returned 
goods
receipt does not have a purchase order related

A wrong sales tax was selected in Return To Vendor if the returned goods receipt
does not have a purchase order related.

The Tax field has the Tax Id value of the receipt line being copied, in case
that the good receipt line was created from an order then it will have the tax 
id
used on the order line. But in case the goods receipt line was created 
manually, as
it lines aren't related to any order lines, the tax received will be NULL, so 
it is
needed to get the default Tax to be used in the new generated returned line.

In the case of a Return to Vendor is needed to return the default Purchase Tax 
of the
product. In the case of Return from Customer is neede to use the default Sales 
tax
of the product. It was fixed passing this parameter taking into account the 
processed
order is sales transaction or not.
        src/org/openbravo/common/actionhandler/SRMOPickEditLines.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    related to bug 37857: minor optimizations

  * FIC uses multiple ids only for attachemnts, we can initialize it only in 
that case
  * In convertJSONArray use more generic variable name
  * In convertJSONArray we know which will be the array size, so it can be 
initialized
    using it
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes bug 37857: Wrong FIC request after selecting hundreds of records

  The MULTIPLE_ROW_IDS parameter contains the ids of the selected records that 
are sent to the FIC. They are used to check if there exists attachments within 
the selection and in that case enable the attachment button of the toolbar or 
display the number of attachments of the current record in case we are in form 
view.

  This information was being sent as part of the request URL in the HTTP header 
which in case of having hundreds of records, the maximum size allowed for the 
request URL was being exceeded.

  To fix this problem, now the MULTIPLE_ROW_IDS parameter is sent within the 
body of the FIC request.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js

    Víctor Martínez Romanos <victor.marti...@openbravo.com> null
    Fixed issue 37827: [ri] Added message to Application Dictionary
        src-db/database/sourcedata/AD_MESSAGE.xml
        src/org/openbravo/materialmgmt/refinventory/UnboxProcessor.java

    Armaignac <collazoan...@gmail.com> null
    Fixes issue 37763: Trial Balance Report sometimes returns null pointer 
exception
when include zero figures is checked.

When zero figures is checked the matches accounts are skipped from vector list
causing null entries when the vector values are copied with different sizes

Now the dataZeroFigures size is equal to the vector size to avoid null entries
        src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    realted to issue 37849: remove system key hash in log files

  Restored ActivationKey.getOpsLogId method as it is public and used
        src/org/openbravo/erpCommon/obps/ActivationKey.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    fixed issue 37849: remove system key hash in log files

  This hash has been removed as it is not useful and complicates log parsing
        src/org/openbravo/erpCommon/obps/ActivationKey.java

Changes for Build #3

    Augusto Mauch <augusto.ma...@openbravo.com> null
    Related with issue 37867: Commented out code meant for debug has been 
restored
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/HQLDataSourceService.java

    David Miguelez <david.migue...@openbravo.com> null
    fixed bug 36829: can't display long process execution logs

  Even in database is defined as an arbitary lenght text, logs were truncated
  to 4K characters. This artificial restriction has been removed, so that logs
  can now be longer.
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src/org/openbravo/scheduling/ProcessMonitor.java

    Augusto Mauch <augusto.ma...@openbravo.com> null
    Fixes issue 37867: Adds missing admin mode
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/HQLDataSourceService.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    fixed bug 37648: slow junit ViewTest test cases

  testViews (renamed to viewsCanBeQueried)
    * Queries all the visible records for all views in system loading those 
records
      in memory. Now, record is limited to just one and we stop querying views 
once
      one record is retrieved.

  test14914
    * All invoices in the instance were loaded in memory loading for those all 
their
      payments and making a copy. Now only one invoice is loaded.
        src-test/src/org/openbravo/test/dal/ViewTest.java

Changes for Build #4
No changes




Last 20 lines of the console output:

[...truncated 16098 lines...]
  [ "$(jps | grep Bootstrap || true)" = "" ] && break
  sleep 5
done
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop" 
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs 
for tomcat to stop"

echo
fi

[int-transaction-oracle] $ /bin/bash -xe /tmp/hudson5201443380770462125.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
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
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to