int-dbcons-pgsql - Build # 1102 - Still Failing:

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


Committers since last success:

Changes for Build #1101

    Iván Perdomo <[email protected]> 
    Fixes location of common popups, fixes Menu call
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-classic-compatibility.js

    Iván Perdomo <[email protected]> 
    Solves form submission with Webkit based browser
        src/org/openbravo/erpCommon/utility/VerticalMenu.java
        web/js/utils.js

    Mikel Irurita <[email protected]> 
    [PAYPRI] Order by (sql/hql) added and changed the reference to Text
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_TAB.xml

    Stefan Hühner <[email protected]> 
    Simplify/fix definition of password type fields
Current model contains both an 'isecnrypted' flag in ad_column & ad_field
however the only working combination is the one where both values coincide.
New style definition: use one of the new references:
- Password (decryptable)
- Password (not-decryptable)
No need to set any of the older/special boolean flags
changes:
- Change wad to only use ad_column.isencrypted and ignore ad_field.isencrypted
- Hide ad_field.isencrypted and marks it as deprecated
- Mark old ad_column.{isencrypted,isdesencryptable) as read-only
- set old boolean flags automatically when using the new references
        src-db/database/model/triggers/AD_COLUMN_MOD_TRG.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-wad/src/org/openbravo/wad/EditionFields_data.xsql
        src-wad/src/org/openbravo/wad/Fields_data.xsql

    Gorka Gil <[email protected]> 
    Update STARTVERSION of org.openbravo.advpaymentmngt module
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml

    Gorka Ion Damián <[email protected]> 
    [OBCQL] Allow fixed parameters returning Collection<?> or Object[].
        
modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListDataSource.java

    Gorka Ion Damián <[email protected]> 
    [OBUIAPP] getParameterFixedValue public method must return an Object 
instead of String.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java

    Adrián Romero <[email protected]> 
    Fixed popups of Create Lines processes
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.html

Changes for Build #1102

    David Baz Fayos <[email protected]> 
    [tab][style] Added button images for tabs overflow case
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonChild_OverflowIconPicker_Down_top.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonChild_OverflowIconPicker_top.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonChild_OverflowIcon_Down_top_back.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonChild_OverflowIcon_Down_top_forward.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonChild_OverflowIcon_top_back.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonChild_OverflowIcon_top_forward.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonMain_OverflowIconPicker_Down_top.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonMain_OverflowIconPicker_top.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonMain_OverflowIcon_Down_top_back.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonMain_OverflowIcon_Down_top_forward.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonMain_OverflowIcon_top_back.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/tab/tabBarButtonMain_OverflowIcon_top_forward.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-tab-styles.js

    Stefan Hühner <[email protected]> 
    Add validation on export to tell devs to use new-style password references
If a column is defined using one of the old-style boolean properties to define
password fields and does not use one of the new reference types -> add warning
on module validation (during export.database).
        src/org/openbravo/service/system/DatabaseValidator.java
        src/org/openbravo/service/system/SystemValidationResult.java

    Iván Perdomo <[email protected]> 
    Fixes issue 15380: Removed CacheFilter for web/* resources
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_PARA.xml

 


Last 20 lines of the console output:

[...truncated 1189 lines...]
 <!--169-->  <AD_TAB_ID><![CDATA[101]]></AD_TAB_ID>
 <!--169-->  <AD_COLUMN_ID><![CDATA[128]]></AD_COLUMN_ID>
@@ -61068,7 +61068,7 @@
 <!--4584-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
 <!--4584-->  <NAME><![CDATA[Display Encription]]></NAME>
 <!--4584-->  <DESCRIPTION><![CDATA[An indication noting if the input box of a 
field will present full text or just asterisks.]]></DESCRIPTION>
-<!--4584-->  <HELP><![CDATA[This option is deprecated. One of the new 
references "Password (decryptable)" or "Password (not-decryptable)" should be 
used instead.]]></HELP>
+<!--4584-->  <HELP><![CDATA[Thi options is deprecated. One of the new 
references "Password (decryptable)" or "Password (not-decryptable)" should be 
used instead.]]></HELP>
 <!--4584-->  <ISCENTRALLYMAINTAINED><![CDATA[Y]]></ISCENTRALLYMAINTAINED>
 <!--4584-->  <AD_TAB_ID><![CDATA[364]]></AD_TAB_ID>
 <!--4584-->  <AD_COLUMN_ID><![CDATA[128]]></AD_COLUMN_ID>
+ hg revert -a --no-backup
reverting src-db/database/sourcedata/AD_COLUMN.xml
reverting src-db/database/sourcedata/AD_FIELD.xml
+ 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


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to