int-basic-oracle - Build # 2407 - Still Failing:
Check console output at https://ci.openbravo.com/job/int-basic-oracle/2407/ to
view the results.
Committers since last success:
Changes for Build #2406
Asier Lostalé <asier.lost...@openbravo.com> null
[license] pi merge
Asier Lostalé <asier.lost...@openbravo.com> null
fixes 38679: remove obsolete License features
Removed:
- On demand license
- Named users restrictions
- Commercial module tiers
Asier Lostalé <asier.lost...@openbravo.com> null
[license] removed some clutter
src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] trying to refresh with a broken license
This can happen in case of old Basic licenses that were singed with a now
invalid key. Refreshing the license from Butler will fix the problem.
src/org/openbravo/erpCommon/obps/ActivationKey.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] pi merge
Asier Lostalé <asier.lost...@openbravo.com> null
[license] removed openInstanceManagementForm as out of demand platform was
its only user
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
Asier Lostalé <asier.lost...@openbravo.com> null
[license] use set for better perfomance
src/org/openbravo/erpCommon/obps/ActivationKey.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] pi merge
Asier Lostalé <asier.lost...@openbravo.com> null
[license] removed already deprecated ad_module.commercial_tier column
This information was set to support Basic instances which now are no longer
supported in Central Repository, so they can be removed.
src-db/database/model/tables/AD_MODULE.xml
src-db/database/model/tables/AD_MODULE_INSTALL.xml
src-db/database/model/triggers/AD_MODULE_TRG2.xml
src-db/database/model/triggers/AD_MODULE_VERSION_TRG.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_MESSAGE.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/AD_REF_LIST.xml
Asier Lostalé <asier.lost...@openbravo.com> null
[license] Removed concurrent named user restrictions
Now it is no longer possible to define in Openbravo.properties concurrent
named
user restriction.
config/Openbravo.properties.template
src-db/database/sourcedata/AD_MESSAGE.xml
src/org/openbravo/base/secureApp/LoginHandler.java
src/org/openbravo/erpCommon/obps/ActivationKey.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] limit named users only if set in properties
src/org/openbravo/erpCommon/obps/ActivationKey.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] moved HTML license visualization to Instance Activation Servlet
src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java
src/org/openbravo/erpCommon/obps/ActivationKey.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] Instance Activation form: removed 2.50 UI components
src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java
src/org/openbravo/erpCommon/ad_forms/InstanceManagement.xml
src/org/openbravo/erpCommon/ad_forms/InstanceManagementActivateOnline.xml
Asier Lostalé <asier.lost...@openbravo.com> null
[license] don't use HSAS as ConnectionProvider in InstanceManagement form
src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] removed support for On Demand licenses
modules/org.openbravo.client.application/src/org/openbravo/client/application/HeartBeatPopUpComponent.java
src-db/database/sourcedata/AD_MESSAGE.xml
src/org/openbravo/base/secureApp/LoginHandler.java
src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java
src/org/openbravo/erpCommon/ad_forms/InstancePurpose.java
src/org/openbravo/erpCommon/ad_process/HeartbeatProcess.java
src/org/openbravo/erpCommon/obps/ActivationKey.java
src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java
Asier Lostalé <asier.lost...@openbravo.com> null
[license] remove obsolete public key
src/org/openbravo/erpCommon/obps/ActivationKey.java
Iñaki Garcia <inaki.gar...@openbravo.com> null
Adding product of RTVa002 to QA Admin client sample data
referencedata/sampledata/QA_Testing/AD_SEQUENCE.xml
referencedata/sampledata/QA_Testing/AD_USER.xml
referencedata/sampledata/QA_Testing/AD_WINDOW_ACCESS.xml
referencedata/sampledata/QA_Testing/C_BPARTNER.xml
referencedata/sampledata/QA_Testing/M_PRODUCT.xml
referencedata/sampledata/QA_Testing/M_PRODUCTPRICE.xml
referencedata/sampledata/QA_Testing/M_PRODUCT_ACCT.xml
referencedata/sampledata/QA_Testing/OBUIAPP_PROCESS_ACCESS.xml
Changes for Build #2407
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes bug 38661: False form change detection due to blur event of 'Time'
fields
When a blur was performed on time fields, false changes were being detected
in the form. This was happening because the comparison done by SC between the
value of the field and the value returned with the mapDisplayToValue() function
were different.
Changes were detected because time fields stores also the date, and when
getting/setting the value todays date is set as date. This change was not being
done in the mapDisplayToValue() function. So, now we are setting todays date in
the value returned by mapDisplayToValue() in order to be consistent. This
avoids the false change detection in the form.
Note that we are extracting the setTodaysDate as a class method of
OBTimeItem, this is because how SC TimeItem is invoking the mapDisplayToValue()
function[1]. This way we ensure that the function can always be found.
[1]
https://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient.dev/file/tip/web/org.openbravo.userinterface.smartclient/isomorphic/client/widgets/form/TimeItem.js#l281
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-time.js
Carlos Aristu <carlos.ari...@openbravo.com> null
related to issue 38661: initial code clean up
Removed some unused variables
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-time.js
Last 20 lines of the console output:
[...truncated 8514 lines...]
+ (( i=0 ))
+ (( i<12 ))
++ jps
++ grep Bootstrap
++ true
+ '[' '' = '' ']'
+ break
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
+ true
+ '[' 0 '!=' 0 ']'
+ echo
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
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