up-2.50topi-oracle - Build # 298 - Failure:

Check console output at https://ci.openbravo.com/job/up-2.50topi-oracle/298/ to 
view the results.


Committers since last success:

Changes for Build #298

    Víctor Martínez Romanos <victor.marti...@openbravo.com> null
    Related to issue 40523: code review improvements
Centralize localStrLine definition in just one line, when it's used.
Change parameter names to make more difficult to have conflicts with user 
defined params.
Remove 'if' for corner case. This creates a very small change in this scenario:
  select 'RecordId: ' || @RecordId@ || ', Line: ' || @Line@ from dual
  When Line is null then:
    Before: NULL
    After: RecordId: 3232199ED4824EE3A07BCC1E580ABFE7, Line: NULL
        src/org/openbravo/erpCommon/ad_forms/FactLine.java

    Nono Carballo <nono...@gmail.com> null
    Fixes issue 40523: Uses bind parameters in query

Instead of using string concatenation to form the query, bind parameters are
used.
        src/org/openbravo/erpCommon/ad_forms/FactLine.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    related to issue 40642: do not use constants

  Replace constants with their own value in order to avoid problems related 
with library collisions. This can happens when certain versions of the XML 
APIs[1] library are present in the classpath

  [1] https://mvnrepository.com/artifact/xml-apis/xml-apis
        src/org/openbravo/dal/xml/XMLUtil.java




Last 20 lines of the console output:

[...truncated 5099 lines...]
show.info:
     [echo] openbravoPath = /srv/ci/workspace/up-2.50topi-oracle
     [echo] connection string = jdbc:oracle:thin:@10.0.3.12:1521:oborcl
     [echo] user = up_250topi_oracle

run.sql:
     [echo] query = SELECT object_id, object_name, object_type FROM 
user_objects WHERE status<>'VALID' AND object_type IN('VIEW', 'PACKAGE', 
'PACKAGE BODY', 'FUNCTION', 'PROCEDURE', 'TRIGGER', 'JAVA CLASS') ORDER BY 
object_type, object_name
      [sql] Executing commands
      [sql] OBJECT_ID,OBJECT_NAME,OBJECT_TYPE
      [sql] 
      [sql] 0 rows affected
      [sql] 1 of 1 SQL statements executed successfully

BUILD SUCCESSFUL
Total time: 0 seconds
Build step 'Execute shell' marked build as failure
Checking console output
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
_______________________________________________
Openbravo-builds mailing list
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to