int-api - Build # 3264 - Still Failing:

Check console output at https://ci.openbravo.com/job/int-api/3264/ to view the 
results.


Committers since last success:

Changes for Build #3262

    Augusto Mauch <augusto.ma...@openbravo.com> null
    Fixes issue 37681: Dont create ad_context_info if audit trail not active

Records are only read/written from the ad_context_info if audit trail is 
enabled (if any ad_table is fully audited). If audit trail is disabled when
Tomcat is started, there is no need to create the ad_context_info table each 
time that a new connection is created. From now on it will no be possible
to enable the audit trail while Tomcat is active, enabling it will require to 
rebuild Openbravo and to restart Tomcat. Now:
- The Update Audit Trail Infrastructure has been removed
- When a new table is set to be audited in the AD, 
SessionInfo.setAuditTrailActive(true) will not be invoked, so that the 
isAuditTrailActive flag can
only be set to true when Tomcat starts.
        
modules/org.openbravo.apachejdbcconnectionpool/src/org/openbravo/apachejdbcconnectionpool/ConnectionInitializerInterceptor.java
        src-core/src/org/openbravo/database/SessionInfo.java
        src-db/database/sourcedata/AD_MENU.xml
        src-db/database/sourcedata/AD_MESSAGE.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_PROCESS.xml
        src-db/database/sourcedata/AD_TREENODE.xml
        src/org/openbravo/erpCommon/ad_callouts/SL_TableAudit.java
        src/org/openbravo/erpCommon/ad_process/UpdateAuditTrail.java

    Augusto Mauch <augusto.ma...@openbravo.com> null
    Fixes issue 37677: Dont check if ad_context_info table exists before 
creating it

Now, if the pool is used, the query to check if the ad_context_info table 
already exists will not be done. This check can be skipped because
if the pool is used, the initDB method will only be called when a new physical 
connection is created, and in that case the temporary table is
garanteed not to exist.

This pool instance check is needed to keep supporting using pools other than 
org.openbravo.apachejdbcconnectionpool.JdbcExternalConnectionPool (or none at 
al),
but in those cases the query to check if the ad_context_info table exists will 
still be performed.
        src-core/src/org/openbravo/database/SessionInfo.java

Changes for Build #3263

    Javier Armendáriz <javier.armenda...@openbravo.com> null
    Related to bug 37700.

Added a test case where a node has a single non-active children. The parent 
node should have the _hasChildren field set as true.
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/LinkToParentTreeDatasourceService.java
        
src-test/src/org/openbravo/test/datasource/LinkToParentTreeDataSourceTest.java

    Inigo Sanchez <inigo.sanc...@openbravo.com> null
    Fixed issue 37689: Update copyright in legal/Licensing.txt
        legal/Licensing.txt

Changes for Build #3264

    Javier Armendáriz <javier.armenda...@openbravo.com> null
    Fixed bug 37627: Web services does not handle CORS properly.

Web service servlet does not handle CORS so cross-domain request would fail. 
Adding the CORS handler in the base servlet for web services.
        src/org/openbravo/service/web/BaseWebServiceServlet.java

    David Miguelez <david.migue...@openbravo.com> null
    Fixes Issue 37796. Selector for Product in Work Effort and Production Run 
Windows
does not filter Products by non stocked. It is possible to select a product
regardless of having stock of it. If there is stock, it is possible to select
the specific stock.
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml

    Asier Lostalé <asier.lost...@openbravo.com> null
    related to issue 37667: Cookie should be regenerated when logging

  -removed uncommented param in javadoc
  -updated copyright
        src/org/openbravo/base/secureApp/LoginHandler.java




Last 20 lines of the console output:

[...truncated 533 lines...]
Error Summary:

Errors:
+ exit 1
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script  : cp 
/srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
[int-api] $ /bin/bash -xe /tmp/hudson7941527211945788883.sh
+ cp /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Checking console output
/srv/ci/jobs/int-api/builds/3264/log:
 [checkAPI] 11251 ERROR - 
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
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to