int-checks-oracle - Build # 2555 - Fixed:

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


Committers since last success:

Changes for Build #2554

    Carlos Aristu <[email protected]> null
    fixes issue 34499: CachedPreference feature does not support clustering

The CachedPreference was being used as a singleton which was keeping a set of 
preferences defined at System Level in a cache. Those values can be refreshed 
with the PreferenceEventHandler every time it detects a change. This mechanism 
was not valid for clustered environments because changes were being detected 
just on the node (JVM) where the event handler was executed.

To fix this problem we have modified the scope of the class from application to 
session. Thus, the cache will be initialized on every new session created on 
each node of the cluster.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/CachedPreference.java

Changes for Build #2555

    Carlos Aristu <[email protected]> null
    fixes issue 34514: CachedPreference should implement Serializable
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/CachedPreference.java




Last 20 lines of the console output:

[...truncated 26978 lines...]
[ "$(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-checks-oracle] $ /bin/bash -xe /tmp/hudson8682190119706012144.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 1
Archiving artifacts
Checking ERROR|syntax error at or near|SQL error in query
Recording test results
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to