int-upgrade-pgsql - Build # 956 - Failure:

Check console output at http://builds.openbravo.com/job/int-upgrade-pgsql/956/ 
to view the results.


Committers since last success:

Changes for Build #956

    Asier Lostalé <[email protected]> 
    related to bug 20649: Fix existent data
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

    Asier Lostalé <[email protected]> 
    fixed bug 20649: Some selector fields were not translated

 Forcing fields of custom query selectors to be set as not centrally maintained
        
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorFieldHandler.java
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_FIELD.xml

    Javier Etxarri [email protected]_ 
    Fixes issue 20706: To clone sales order is missing the list price value
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/businesslogic/CloneOrderActionHandler.java

    Naiara Martinez [email protected]_ 
    fixed bug 20708 Add a text interface for Payment
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TEXTINTERFACES.xml

    Asier Lostalé <[email protected]> 
    fixed bug 20668: Translate xmlEngine docuemnts without parameters
        src-core/src/org/openbravo/xmlEngine/XmlDocument.java

    David Baz Fayos <[email protected]> 
    Related to issue 19728: Do more JS code formatting
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-yesno.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalization-treegrid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js

    Martin Taal [email protected]_ 
    Fixes issue 20683: JS error in "Window Personalization" window
The case that the form personalization was opened from the window 
personalization window hammer icon
was not taken into account, also solve the issue that deleting and then saving 
a new form personalization
record results in an error
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js

    David Miguelez [email protected]_ 
    Fixes issue 20685: Fixed Typo.
        src-db/database/sourcedata/AD_MESSAGE.xml

    Iván Perdomo <[email protected]> 
    Issue 20704: Restore removed code
- The template of Openbravo.properties has the property authentication.class=
  that is not the same of null (not defined)
- If we remove this code, every instance using the default template will get an
  exception when login since it will try to create a new instance of an empty 
string
        src/org/openbravo/authentication/AuthenticationManager.java

    Mikel Irurita <[email protected]> 
    Fixes issue 20703: Orphan line: don't support products with attributes
        src-db/database/sourcedata/AD_PROCESS_PARA.xml
        src-db/database/sourcedata/AD_REFERENCE.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
        src/org/openbravo/erpCommon/ad_actionButton/RMInsertOrphanLine.java

    Iván Perdomo <[email protected]> 
    Fixes issue 20704: Added missing init() call
- When handling the exception of, the flow falls back to the 
DefaultAuthenticationManager,
  we need to always call the init method to ensure proper initialization
        src/org/openbravo/authentication/AuthenticationManager.java

    Iván Perdomo <[email protected]> 
    Fixes issue 20704: Improvements in AuthenticationManger
- The authenticate() method of the DefaultAuthenticationManager will check if a
  "loginURL" attribute is present in the request and use if for redirecting the 
user,
  otherwise it will use the default login url
        src/org/openbravo/authentication/AuthenticationManager.java

    Iván Perdomo <[email protected]> 
    Issue 20704: Code improvements in authentication header
- There is no need to create a HttpBaseServlet object as the jsp itself has the
  required methods used by the AuthenticationManager
- There is no need to call the init, since getAuthenticationManager calls it 
implicitly
        src/index.jsp

    Egoitz Castillo <[email protected]> 
    Related to issue 20551. Improve the for onload and getSnashot
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.java

    Martin Taal [email protected]_ 
    Fixes issue 20580: DalBaseProcess always closes the connection
Close connection can be controlled explicitly
        src/org/openbravo/scheduling/ProcessBundle.java
        src/org/openbravo/service/db/DalBaseProcess.java

    Martin Taal [email protected]_ 
    Revert change in log4j.properties
        src/log4j.properties

    Martin Taal [email protected]_ 
    Added example code for a wiki page
        src-test/org/openbravo/test/dal/DalPerformanceExampleTest.java
        src/log4j.properties
        src/org/openbravo/dal/service/OBQuery.java

    Javier Etxarri [email protected]_ 
    Fixes issue 20660: Error adding payment to a purchase invoice
without configuration of Multiples currencies in payment method
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.java

    Javier Etxarri [email protected]_ 
    issue 20692: Error 'Out of range' in invoices with two or more orders 
related
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html

    Javier Etxarri [email protected]_ 
    Fixes issue 20692: Error 'Out of range' in invoices with two or more orders 
related
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java

    Pablo Lujan <[email protected]> 
    Adds TestRegistry element for Pick and Execute pop up
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js

    Mikel Irurita <[email protected]> 
    Related to issue 19427: missing flow. Fixed issue 20041.
        
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/FIN_Utilities.js

    Sandra Huguet <[email protected]> 
    Fixed bug 19427 Change behavior in multiple Payment Plan lines and negative 
values
Change behavior in multiple Payment Plan lines and negative values
in Add Payment process.
        
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/FIN_Utilities.js

    Carlos Aristu <[email protected]> 
    fixes issue 20639: gettax database function's selects order by Id
        src-db/database/model/functions/C_GETTAX.xml

 


Last 20 lines of the console output:

[...truncated 58724 lines...]
    [junit] Jun 8, 2012 11:01:20 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: screenshot
    [junit] Jun 8, 2012 11:01:20 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: quit
    [junit] 

BUILD FAILED
/srv/hudson/workspace/int-upgrade-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/modules/ci/build.xml:34:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-upgrade-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/modules/ci/build.xml:67:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-upgrade-pgsql/SANDBOX/automation/pi/build.xml:69: 
Test com.openbravo.test.integration.erp.modules.ci.Upgrade_FS failed

Total time: 69 minutes 12 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to