int-initial-pgsql - Build # 1666 - Failure:

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


Committers since last success:

Changes for Build #1666

    Asier Lostalé <asier.lost...@openbravo.com> null
    related to issue 32512, related to issue 32366: exclude callouts from 
web.xml

  Callous are not executed as Servlets so they needn't be in web.xml. 
SimpleCallout
  do not extend servlet, so callouts extending it cannot be in web.xml.
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java
        src-wad/src/org/openbravo/wad/Wad_data.xsql

    Asier Lostalé <asier.lost...@openbravo.com> null
    related to issue 32512: temporary disable test case

  The test case that ensures all objects in ad_model_object do implement
  servlet is not valid anymore because SimpleCallout changed their hierarchy.
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes issue 33565: ability to disable linked items section
      
    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Constant names should be uppercase
        src/org/openbravo/erpCommon/utility/UsedByLink.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Use a constant for the preference name
        src/org/openbravo/erpCommon/utility/UsedByLink.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Merge with pi
      
    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Use Constants for 'Y' and 'N' preference values
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/filterexpression/AddPaymentReadOnlyLogicsHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/HeartBeatPopupActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/CoreAttachImplementation.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/NoteEventHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/process/BaseProcessActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/BaseDataSourceService.java
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DefaultDataSourceService.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
        
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorDataSourceFilter.java
        
src-test/src/org/openbravo/test/datasource/TestAllowUnpagedDatasourcePreference.java
        src/org/openbravo/base/secureApp/LoginHandler.java
        src/org/openbravo/base/secureApp/LoginUtils.java
        src/org/openbravo/costing/CostingAlgorithmAdjustmentImp.java
        src/org/openbravo/costing/CostingBackground.java
        src/org/openbravo/costing/CostingServer.java
        src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
        
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
        src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java
        src/org/openbravo/erpCommon/businessUtility/Preferences.java
        src/org/openbravo/erpCommon/businessUtility/PrinterReports.java
        src/org/openbravo/erpCommon/utility/UsedByLink.java
        src/org/openbravo/erpCommon/utility/Utility.java
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java
        src/org/openbravo/event/OrderEventHandler.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Code review improvements
        src-db/database/sourcedata/AD_MESSAGE.xml
        src/org/openbravo/erpCommon/utility/UsedByLink.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Merge with pi
      
    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Added preference description
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_LIST.xml

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-linked-items] Allow to disable linked items by preference
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_LIST.xml
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
        src/org/openbravo/erpCommon/utility/UsedByLink.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    fixed issue 32512: support WildFly 10
      
    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] reformat
        src-core/src/org/openbravo/base/ConfigParameters.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] capitalized query to be consistent
        src-wad/src/org/openbravo/wad/Wad_data.xsql

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] modified test query to match the one in wad
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] pi-merge
      
    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] removed Class-Path from MANIFEST.MF

  It's non standard and unused and it creates problems when starting WildFly
        WebContent/META-INF/MANIFEST.MF

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] don't include Weld listener in web.xml when building for weld
        src-wad/src/org/openbravo/wad/Wad.java
        src-wad/src/org/openbravo/wad/Wad_data.xsql
        src/build.xml

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] don't assert on standard ui processes
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] proper test initialization
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] don't include in web.xml standard ui processes

  The process class desn not implement Servlet.
        src-wad/src/org/openbravo/wad/Wad_data.xsql

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] do not deploy CDI implementation when application.server is 
wildfly

  This can now be configured in Openbravo.propreties through the new property
  "appliation.server".
        src/build.xml

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] standardized servlet context path to end with / in all cases

  Tomcat sets a trailing slash (/) to ServletContext.getRealPath and there is
  code that expects it to be in this format.

  Wildfly does not do it, so code relying on previous assumption failed.
        src-core/src/org/openbravo/base/ConfigParameters.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] remove in code explicit dependencies to Weld

  WildFly includes a CDI implementation with Weld, in order to prevent clashes
  due to different library versions, explicit dependencies in code should be
  avoided.
        
modules/org.openbravo.base.weld/src/org/openbravo/base/weld/WeldUtils.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] pi merge
      
    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] split test in 2
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] updated existintent model object for standard ui processes
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] std UI processes (ad_process) shouldn't be Servlets
        src-db/database/sourcedata/AD_AUXILIARINPUT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_REF_LIST.xml

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] add type of object in test log
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] removed incorrect ad_model_object entry
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] added test to ensure servlets in ad_model_object implement Servlet

  This information is used to generate web.xml, WildFly checks correctness in
  web.xml not allowing servlet definitions not implementing Servlet interface.
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java

    Asier Lostalé <asier.lost...@openbravo.com> null
    [wildfly] removed obsolete test code
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java




Last 20 lines of the console output:

[...truncated 134 lines...]
     [java] The build validation couldn't be properly executed
     [java] 

BUILD FAILED
/srv/ci/workspace/int-initial-pgsql/build.xml:394: The following error occurred 
while executing this line:
/srv/ci/workspace/int-initial-pgsql/build.xml:427: The following error occurred 
while executing this line:
/srv/ci/workspace/int-initial-pgsql/build.xml:465: The following error occurred 
while executing this line:
/srv/ci/workspace/int-initial-pgsql/src-util/buildvalidation/build.xml:103: 
Java returned: 1

Total time: 8 seconds
Build step 'Execute managed script' marked build as failure
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: Test reports were 
found but none of them are new. Did tests run? 
For example, 
/srv/ci/workspace/int-initial-pgsql/SANDBOX/automation/pi/last-results/int-initial-pgsql/logs/TEST-com.openbravo.test.integration.erp.testsuites.smoke.SmokeMasterDataSuite.xml
 is 1 day 6 hr old

Archiving artifacts
Checking \] ERROR|\] WARN
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

Reply via email to