int-modules-pgsql - Build # 2026 - Fixed:

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


Committers since last success:

Changes for Build #2025

    Asier LostalĂ© <[email protected]> null
    fixed issue 20515: OBCriteria creates contention at JVM

  When using OBCriteria for same entity by several concurrent threads, there was
  contention at JVM due to locks in Class.forName(entityName).

  This Class.forName(entityName) always results in ClassNotFoundException 
because
  entityName is not an actual class name. Hibernate criteria can accept either 
an
  entity name or a class name. It has been changed to set class name instead of
  entity so that it finds the class in the classloader cache earlier removing 
contention.

  Note when criteria is used for scrolling, Hibernate's flow is different and it
  expects it to be an entity name, though in this case there's no contention 
because
  class is resolved by internal caches. This is also covered in the fix as 
exceptional
  case.
        src/org/openbravo/dal/service/OBCriteria.java
        src/org/openbravo/dal/service/OBDal.java

Changes for Build #2026

    Victor Martinez Romanos <[email protected]> null
    Fixed bug 35263: Organization filter in Best Seller widget

The Best Seller widget didn't have organization filter thus showing records 
belonging to organizations where the role doesn't have access to.

The fix introduces a new parameter to get the readable orgs, and the HQL query 
has been adapated to use it.
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBCQL_WIDGET_QUERY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBUIAPP_PARAMETER.xml




Last 20 lines of the console output:

[...truncated 3435 lines...]
Total time: 3 seconds

executing script 'Tomcat stop'
[int-modules-pgsql] $ /bin/bash /tmp/build_step_template2887306829218310762.sh 
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.

executing script 'Check openbravo log'
[int-modules-pgsql] $ /bin/bash /tmp/build_step_template4743687272809302969.sh 
ENABLE
DEBUG: Check openbravo log called with parameters: ENABLED=ENABLE
Check log: openbravo log (artifact: int-modules-pgsql.log) is clean

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to