int-inc-pgsql - Build # 3872 - Unstable:

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


Committers since last success:

Changes for Build #3872

    Augusto Mauch <[email protected]> null
    Fixes issue 37643: OBScriptEngine can be used to evaluate javascript scripts

There were four classes that were creating a new instance of ScriptEngine each 
time they needed to evaluate a javascript script. This was not the better way
to do it, since creating a ScriptEngine instance can be expensive, and that 
class is thread safety if properly used (i.e. by setting the bindings to each
evaluation instead of to the script engine itself).

A new singleton class has been added, OBScriptEngine, that is now used by all 
the classes that need to evaluate javascript scripts.
        src/org/openbravo/base/expression/OBScriptEngine.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
        
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorDefaultFilterActionHandler.java
        src/org/openbravo/base/expression/Evaluator.java




Last 20 lines of the console output:

[...truncated 900 lines...]
  [javadoc] javadoc: warning - Error fetching URL: 
http://docs.oracle.com/javase/7/docs/api/package-list
  [javadoc] Standard Doclet version 1.7.0_151
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /srv/ci/workspace/int-inc-pgsql/docs/api/help-doc.html...
  [javadoc] 1 warning

generate.java.doc.jdk9:

BUILD SUCCESSFUL
Total time: 41 seconds

Checking console output
/srv/ci/jobs/int-inc-pgsql/builds/3872/log:
  [javadoc] javadoc: warning - Error fetching URL: 
http://docs.oracle.com/javase/7/docs/api/package-list
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

------------------------------------------------------------------------------
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