int-api - Build # 724 - Still Failing:

Check console output at http://builds.openbravo.com/job/int-api/724/ to view 
the results.


Committers since last success:

Changes for Build #719

    Martin Taal <[email protected]> 
    Fixes issue 15542: API Change: the script tags in manual windows using the 
selector have changed
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/classic-skin-variable.js
        
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoComponentProvider.java
        
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListComponentProvider.java
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceComponentProvider.java
        
modules/org.openbravo.userinterface.selector/src-wad/org/openbravo/userinterface/selector/wad/WADSelector.java
        
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponentProvider.java
        
modules/org.openbravo.userinterface.smartclient/src/org/openbravo/userinterface/smartclient/SmartClientComponentProvider.java
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-default-settings.js

    Martin Taal <[email protected]> 
    Fixes issue 15542: API Change: the script tags in manual windows using the 
selector have changed
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseComponentProvider.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ComponentProvider.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelComponentProvider.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelConstants.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelServlet.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StaticResourceComponent.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StyleSheetResourceComponent.java

    Martin Taal <[email protected]> 
    Fixes issue 15542: API Change: the script tags in manual windows using the 
selector have changed
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/index.html

Changes for Build #720

Changes for Build #721

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Changed links on example query list widgets.
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/OBCQL_QUERY_COLUMN.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/OBCQL_WIDGET_QUERY.xml

    Martin Taal <[email protected]> 
    Removed system.err.println
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelServlet.java

Changes for Build #722

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Temporarily remove rows filter on maximized view.
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-widget.js

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Only open once each widget instance.Disable drag and drop.
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-view.js

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Properly set the widgetInstanceId.
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-widget.js

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Set widget title.
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-view.js

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Show widget and grid with filter row in QueryListView.
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-view.js
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-widget.js

    Gorka Ion Damián <[email protected]> 
    [OBQMO] Fixed typo on javadoc.
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-widget.js

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Override maximize function of QueryList widget to open 
QueryListView.
        
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListWidgetProvider.java
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-widget.js

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Added QueryListWidgetView first implementation.
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-view.js
        
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListComponentProvider.java

Changes for Build #723

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Removed unneeded code. Set showAll option. Use parameter 
DBColumnName instead of name.
        
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
        
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListDataSource.java
        
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListWidgetProvider.java
        
modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-widget.js

    Gorka Ion Damián <[email protected]> 
    [OBKMO] Get parameter values using ParameterUtils method.
        
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java

    Gorka Ion Damián <[email protected]> 
    [OBUIAPP] Move methods to ParameterUtils, improvements on getParameterValue 
method.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationUtils.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/JSExpressionCallout.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java

    Pablo Sarobe <[email protected]> 
    [v3 template][clean up]Added fields Schedule delivery date for orders
        modules/org.openbravo.v3/src-db/database/configScript.xml

Changes for Build #724

 


Last 20 lines of the console output:

[...truncated 445 lines...]

org.openbravo.client.application:
Missing
method 
org.openbravo.client.application.ApplicationUtils.getJSExpressionResult(java.util.Map<java.lang.String,
 java.lang.String>, javax.servlet.http.HttpSession, java.lang.String): missing 
in /srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/724
method 
org.openbravo.client.application.ApplicationUtils.getParameterFixedValue(java.util.Map<java.lang.String,
 java.lang.String>, org.openbravo.client.application.Parameter): missing in 
/srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/724
method 
org.openbravo.client.application.ApplicationUtils.getParameterValue(org.openbravo.client.application.ParameterValue):
 missing in /srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/724

org.openbravo.client.kernel:
Bad
method org.openbravo.client.kernel.ComponentProvider.getGlobalResources(): type 
java.util.List<org.openbravo.client.kernel.BaseComponentProvider.ComponentResource>
 in SANDBOX/api-checks/java/reference/java, but type 
java.util.List<java.lang.String> in 
/srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/724
Abs.add
method 
org.openbravo.client.kernel.ComponentProvider.getGlobalComponentResources(): 
new interface method in 
/srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/724
+ failure=1
+ scp -P 19198 
/srv/hudson/workspace/int-full-oracle/SANDBOX/api-checks/output/724.japi.gz 
[email protected]:/var/www/localhost/htdocs/japi/int/
+ exit 1
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Email was triggered for: Failure
Sending email for trigger: Failure


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to