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

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


Committers since last success:

Changes for Build #1495

    RM packaging bot <[email protected]> null
    CI: merge back from main
      
    RM packaging bot <[email protected]> null
    CI: update AD_MODULE to version 26552
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        src-db/database/sourcedata/AD_MODULE.xml

    Víctor Martínez Romanos <[email protected]> null
    Fixed bug 28850: Stocked products in Physical Inventory

The product selector at Physical Inventory | Lines tab displayed by default 
stocked products. However you could also remove the filter and select non 
stocked products too, which has no sense.

A new reference called "Product Complete (Stocked only)" has been created from 
the original "Product Complete" reference inside this window. The filter clause 
has been removed and the where clause includes only active stocked products.
Finally the Stock column in the selector has been set as not 
filterable/sortable to avoid confusions while displaying the grid view.
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
        src-db/database/sourcedata/AD_REFERENCE.xml
        src-db/database/sourcedata/AD_REF_SEARCH.xml
        src-db/database/sourcedata/AD_REF_SEARCH_COLUMN.xml
        src-db/database/sourcedata/OBCLKER_UIDEFINITION.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

    Unai Martirena <[email protected]> null
    Related to bug 28908: Fix copyright and format
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/RemoveImagesEventHandler.java

    Jorge Garcia <[email protected]> null
    Fixed issue 28908: Not possible to delete a variant if has an image

Not possible to delete a variant if the generic product has an image.

The problem was that the image is shared among the generic product and
its variants.

The solution is to check if other products has the same image_id when deleting
 a record. In case that this check is true, the image isn't deleted from the
database, otherwise, the image is deleted from the database.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/RemoveImagesEventHandler.java

    Gorka Ion Damián <[email protected]> null
    Fixed issue 29785. Merged access by field development branch.

3 new hooks have been added to core
* ExtraWindowSettingsInjector in WindowSettingsActionHandler
* FICExtension in FormInitializationComponent
* JsonDataServiceExtraActions in DefaultJsonDataService
      
    Gorka Ion Damián <[email protected]> null
    Merge with pi efe0becb4ae9
      
    Gorka Ion Damián <[email protected]> null
    Merge latest commit from pi-accessbyfield
      
    Gorka Ion Damián <[email protected]> null
    [accessByField] Several fixes on the new Interfaces

- ExtraSettingsInjector renamed to ExtraWindowSettingsInjector
- All methods to implement on the interfaces explicity defined as public.
- Improved the javadoc of the interfaces.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ExtraWindowSettingsInjector.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FICExtension.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonDataServiceExtraActions.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ExtraSettingsInjector.java

    Gorka Ion Damián <[email protected]> null
    Fixed issue 29782. Added needed hooks.

WindowSettingsActionHandler:
- Add a java hook and the possibility to include javascript functions to be
  executed by the callback.
FormInitializationComponent:
- Add a java hook just before the creation of the response JSONObject.
DefaultJsonDataService:
- Add 2 java hook to be executed after the pre actions and the post actions.
      
    Gorka Ion Damián <[email protected]> null
    [AccessByField]Remove unneeded code.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ExtraSettingsInjector.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java

    Gorka Ion Damián <[email protected]> null
    [AccessByField]Javadoc improvements.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ExtraSettingsInjector.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonDataServiceExtraActions.java

    Gorka Ion Damián <[email protected]> null
    [AccessByField]Javadoc and other code improvements.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ExtraSettingsInjector.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FICExtension.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java

    Gorka Ion Damián <[email protected]> null
    [AccessByField]Use smartclient expressionToFunction
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js

    Ander Iraceburu [email protected]_ null
    [AccessByField] Dependency injection bugfix
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java

    Gorka Ion Damián <[email protected]> null
    [AccessByField]Return extraCallbacks as a JSONString instead of List
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java

    Gorka Ion Damián <[email protected]> null
    [AccessByField]Add FICExtension hook.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FICExtension.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java

    Gorka Ion Damián <[email protected]> null
    [AccessByField]Changes in executeFunctionByName.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js

    Ander Iraceburu [email protected]_ null
    [AccessByField] Added parameters parameter to ExtraSettingsInjector & 
ExtraCallbacks execution procedure change
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ExtraSettingsInjector.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js

    Gorka Ion Damián <[email protected]> null
    [AccessByField] Execute extraCallbacks on ob-standar-window

Add the needed code to execute the extraCallbacks list returned by the
WindowSettingActionHandler class. The callbacks to be executed need to be
functions with 2 arguments the window instance and the data returned by the
ActionHandler
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js

    Gorka Ion Damián <[email protected]> null
    [AccessByField] Add hooks to doPreAction and doPostAction.

2 hooks added at the end of doPreAction and doPostAction methods. Both hooks
  are included by implementing the JsonDataServiceExtraActions interface.
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonDataServiceExtraActions.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java

    Gorka Ion Damián <[email protected]> null
    [AccessByField] Execute doPreAction for any operation.

* Fetch operation also calls the doPreAction method.
* Add a doPreFetch method.
* Remove operation calls doPreAction instead of doPreRemove which is called by
the doPreAction.
* Instance generated using WeldUtils so it can be used by Weld to inject
  classes.
* DataSourceAction set to public to be available in hooks.
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java

    Guillermo Gil <[email protected]> null
    [AccessByField] Added injector on WindowSettingsActionHandler

Created structure to allow the injection of properties to WSAH json
Added also structure to add extraCallbacks property
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ExtraSettingsInjector.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java

    Sandra Huguet <[email protected]> null
    Fixed bug 29532 The done button appears disabled when it should not

null parameter when it should be the view in recalcDisplayLogicOrReadOnlyLogic
call in updateDifference function
        
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addPayment.js

Changes for Build #1496

    Víctor Martínez Romanos <[email protected]> null
    Related to issue 28850: fixed ad_model_object classname
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml




Last 20 lines of the console output:

[...truncated 11832 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/hudson3235747655157885379.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
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to