up-2.50topi-oracle - Build # 202 - Fixed:
Check console output at https://ci.openbravo.com/job/up-2.50topi-oracle/202/ to
view the results.
Committers since last success:
Changes for Build #201
David Baz Fayos <david....@openbravo.com> null
Fixed issue 36724: 'quotes' css property now is properly minimized
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/CSSMinimizer.java
Alvaro Ferraz <alvaro.fer...@openbravo.com> null
Related to issue 34915: Set Organization field mandatory in UI
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
Mark <markm...@gmail.com> null
Fixes issue 34915: Dimensional Reports does not show values if Org is empty
When Dimensional Reports were executed did not show any value if Organization
field
was empty. When no organization was selected the session's organization and it
childs
were taken by default to filter results. It implies that if you had selected a
non
legal organization in the session, then reports were ignoring records from it
parent
and brothers.
To set homogeneous the behaviour in all these reports, the organization field
has been
set as required and different than blank.
When any organization is selected then an error message is shown explaining it.
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
Mark <markm...@gmail.com> null
Fixes issue 36681: Insufficient stock in Create Standards Process of Work
Effort
The problem was that in M_GET_STOCK_PARAM function v_Quantity variable does not
accept decimals and when quantity is decreased on iterations decimals are
ignored
and the next records from M_STOCK_PROPOSED table are deleted.
To fix that, the v_Quantity variable has been declared as NUMBER to accept
decimals.
src-db/database/model/functions/M_GET_STOCK_PARAM.xml
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes issue 36683: CSS minifier breaks @font-face directives
Apply the CSSMin library[1] original solution to handle url expressions
properly on the CSSMinimizer java class. This way the pre-processing to replace
the single quotes with double quotes done before passing the CSS content to the
minimizer is no longer needed
[1]
https://github.com/barryvan/CSSMin/commit/fc2f1305d9624cc71725522be3b61c0a84b18d95
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/CSSMinimizer.java
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StyleSheetResourceComponent.java
Mark <markm...@gmail.com> null
Fixes issue 36684: Performance problem in Goods Receipt selector
Performance problem in Goods Receipt selector of Landed Cost window.
Selector whereclause was refactored using exists and avoid cross joins to
improve performance.
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
Mark <markm...@gmail.com> null
Fixes issue 33397: Reactivate a reservation doesn't work in Oracle
When you try to reactivate a reservation that is not linked to an order, the
process
fails with the error message. Problem is that procedure is always expecting an
order
linked to the reservation, and this doesn't happen always.
src-db/database/model/functions/M_RESERVATION_POST.xml
Mark <markm...@gmail.com> null
Fixes issue 35427: Conversion of Valuation not correct in Pareto Product
Report
The conversion of the currencies in Pareto Product Report is not the same as in
the
Valued Stock Report. The problem is that the total valuation is converted to the
currency for today, instead of converting each Transaction in the day it
happened.
This fix uses the transaction's date instead of the current date to convert
the valuation. Also is grouped by transaction's accounting date to have an
homegeneous
behaviour like in CostingUtils.getCurrentValuedStock() and CostAdjustmentUtils.
getValuedStockOnTransactionDate() methods.
src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct_data.xsql
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes bug 36706: Unreadable error if lose Internet connection on module
install
Now a readable error message is displayed to the user if the Internet
connection is lost when trying to install a module.
src-db/database/sourcedata/AD_MESSAGE.xml
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes issue 36697: connection leak when using Utility.showImage in a
subreport
Ensure that the showImage method, which is part of the API used by the reports
to retrieve an image from the database, closes the DAL transaction after using
it so that the connection is returned back to the pool. Thus, we avoid
connection leaks when it is used in a subreport.
src/org/openbravo/erpCommon/utility/Utility.java
David Baz Fayos <david....@openbravo.com> null
Fixed issue 36710: 'background-size' css property now is properly minimized
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/CSSMinimizer.java
Armaignac <collazoan...@gmail.com> null
Fixes issue 36650: Reversed Invoice document type not available in USA for
QA
The organization of Reversed Sales/Purchase Invoice document type was changed
to * in QA sampledata.
referencedata/sampledata/QA_Testing/C_DOCTYPE.xml
David Baz Fayos <david....@openbravo.com> null
Fixed issue 36708: 'transform-origin' css property now is properly minimized
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/CSSMinimizer.java
Mark <markm...@gmail.com> null
Fixes issue 36207: EntityPersistenceEventObserver validations has high log
Entity validations created extending EntityPersistenceEventObserver, when the
validation fails an exception is thrown, and it is registered in the openbravo
log file. These kind of exceptions are functional validations and should not be
registered in the openbravo log with a high level.
The problem is some of observers are throwing OBException, which by default log
stack traces.
Since 3.0PR17Q4 OBExceptions doesn't logs exceptions with stack trace by default
when a new OBException is thrown, this fix specify the second parameter of
OBException constructor as true to just logs not functional validations.
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/event/FIN_FinaccTransactionEventListener.java
src/org/openbravo/event/ServiceOrderLineEventHandler.java
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes issue 36683: CSS minifier breaks @font-face directives
CSSMinimizer have problems dealing with selectors like url('data:image/....').
The url content need to be surrounded with double quotes in order to minimize
it properly. For this reason a regular expression is used in order to replace
the single quotes of the url definition with double quotes.
The problem here was that if additional single quotes appeared after the url
definition, like for example:
src: url('./../font/Roboto-Condensed/Roboto-Condensed-Bold.woff')
format('woff');
the replacement was not being done properly.
To fix the problem the regular expression has been changed in order to look for
the closing quote of the url content. Thus, we ensure that we are replacing
just the single quotes of the url value.
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StyleSheetResourceComponent.java
Mark <markm...@gmail.com> null
Fixes issue 36670: Process failed during execution when posting
reconciliation
When does not exist currency conversion a "Process failed during execution"
message
was shown instead of "Document currency cannot be converted to the Accounting
Schema
currency." during execution when posting a reconciliation.
Problem was that FactLine.convertByRate() and FactLine.convert() methods return
was not checked when calling them from FactLine.createLine() method.
Now, when they return false, document is set to not convertible status.
src/org/openbravo/erpCommon/ad_forms/Fact.java
src/org/openbravo/erpCommon/ad_forms/FactLine.java
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes bug 36459: error when refresh after discard changes before FIC
response
This problem was solved with the code that fixes issue #31434 just for the case
of cancelling a record which does not contain any change. Otherwise, the issue
could be still reproduced because of the fact of having an if statement with
two code branches inside the discardEdits function. That code was forgotten to
be included also in the first branch.
That if statement was created in order to identify if the record being
cancelled contained changes. In that case, a dialog was being shown to the user
in order to ask for confirmation to discard the changes.
After some time, that dialog was removed (see revision 92ecb7ac760a). That
means that since that point the if statement is no longer needed. For this
reason, the two branches have been merged.
Note that this change also fixes completely issues #31434 and #33626, as they
were partially fixed (fix only present in one of the branches).
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Armaignac <collazoan...@gmail.com> null
Fixes issue 36637: Include in QA client dataset a new payment term
A new payment term was include in the QA Client sampledata wich splits the
payment into just one more line.
referencedata/sampledata/QA_Testing/C_PAYMENTTERMLINE.xml
referencedata/sampledata/QA_Testing/C_PAYMENTTERM.xml
referencedata/sampledata/QA_Testing/C_PAYMENTTERM_TRL.xml
Changes for Build #202
Carlos Aristu <carlos.ari...@openbravo.com> null
related to issue 36755: avoid nested if
src-trl/src/org/openbravo/translate/Translate.java
Inigo Sanchez <inigo.sanc...@openbravo.com> null
Fixed issue 36598: Multirecord Process sets only one organization in
parameters
A standard process can be defined as multi record process to be able to execute
it for more than one
record. In this case it can be selected records belonging to different
organizations. The reported
problem was that in this situation it was take into account only the first
organization sending it
as "_org" parameter.
This problem has been fixed by managing this situation properly. Now, when a
multirecord process is
launched and more than one record is selected, the natural tree of writable
organizations of the
current context is calculated instead of the natural tree of the first
organization of the first
selected record.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
Asier Lostalé <asier.lost...@openbravo.com> null
fixed bug 36755: inefficient translate task
Several improvements applied:
* A single invocation is performed instead one per file extension.
* Look for labels just once regardless number of installed translations.
* Cache all labels in memory so that a single query is performed to look for
them up instead of one per each label found in files.
* Execute all DB updates in a single transaction
* Reduced log vebosity (specially when no modules in development)
build.xml
src-trl/src/org/openbravo/translate/Translate.java
src-trl/src/org/openbravo/translate/Translate_data.xsql
src/build.xml
Carlos Aristu <carlos.ari...@openbravo.com> null
related to issue 36728: improved test to check that properties are not empty
src-test/src/org/openbravo/test/datasource/SelectorPickListFieldsDataSourceTest.java
Carlos Aristu <carlos.ari...@openbravo.com> null
related to issue 36728: added test case
src-test/src/org/openbravo/test/datasource/SelectorPickListFieldsDataSourceTest.java
Augusto Mauch <augusto.ma...@openbravo.com> null
Fixes issue 36678: Where clause can be customized by query generator
subclass
Classes that extend DataSetTableQueryGenerator can now customize the where
clause by overwriting the customizeExtraProperties method. The customization is
done by adding WhereClauseSimpleExpression to the
DataSetTableQueryGeneratorExtraProperties passed as parameter.
Classes that extend DataSetTableQueryGenerator sometimes need to know the name
of the table being exported in order to know how to transform its query. For
instance, depending on the table being exported sometimes a clause to exclude
the records defined for client 0.
Now that table name is passed as a parameter to transformWhereClause. It is an
API change, but it does not have any consequences, I checked that no one else
is invoking that method.
The way the WhereClauseSimpleExpression where iterated to build a where clause
was wrong, as if there were more than one the query would be built without
joining each where clause with an 'AND' keyword.
src-db/database/lib/dbsourcemanager.jar
Alvaro Ferraz <alvaro.fer...@openbravo.com> null
Related to issue 36675: Fix some logs
src/org/openbravo/costing/CostingMigrationProcess.java
Mark <markm...@gmail.com> null
Fixes issue 36675: Transaction Cost not created for closing inventory lines
After cost was assigned to closing inventory lines transactions,
when calling to insertTrxCosts() from calculateCosts() method (second call),
CostingUtilsData.countTrxCosts(conn) was getting 0 in countTrx.
It was caused because closing inventory lines cost calculation
was done by OBDal connection, and methods invoked in CostingUtilsData are done
using different connection provided by SQLC, and the transactions are not
available
at this moment. See:
http://wiki.openbravo.com/wiki/Data_Access_Layer#Transaction_and_Session
To find the best solution for this issue and don't affect the performance (see
issue 35959),
different solutions were tested to always use DAL and make process use the same
connection.
1.- Doing a single insert-select query with limits is not supported in DAL. We
tried it in two different ways (see attached TestCosting_v1.diff):
- Use setMaxResults(). It only works for selects but not for inserts/updates.
- Use setMaxResults() in select query and append it to insert query using
getQueryString(). It appends the select without any limit.
2.- Another option could be to refactor insertTrxCosts() method to do a
multiple insert query:
We can create the select query with limits using setMaxResults(), iterate it
using an scroll
and create and save in each iteration a new TransactionCost. Flush won't be
done in every iteration.
When flush is done, it raises every insert in multiple single-row inserts
instead of only one multiple-row insert.
Single-row inserts performs worst than multiple-row insert, at least with not
many rows (see attached TestCosting_v2.diff).
3.- Finally, we have refactor the process to avoid insertTrxCosts() method:
Our solution makes an insertion in M_Transaction_Cost table each
time we make the updation of related transaction cost in M_Transaction table.
We will do single-row inserts in two methods: updateTrxLegacyCosts() and
calculateCosts(),
and multiple-row insert in one method: updateWithZeroCostRemainingTrx().
Thus, we split the number of TransactionCost records to be created in three
different steps.
src/org/openbravo/costing/CostingMigrationProcess.java
src/org/openbravo/costing/CostingUtils_data.xsql
Alvaro Ferraz <alvaro.fer...@openbravo.com> null
Related to issue 36736: Revert changes in reports launched after creating a
document
(post document, print document, etc.)
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
src/org/openbravo/erpCommon/ad_reports/ReportBudgetExportExcel.java
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.java
src/org/openbravo/erpReports/ReportRegisterLineJR.jrxml
src/org/openbravo/erpReports/ReportTaxPaymentJR.java
src/org/openbravo/erpReports/ReportVatRegisterJR.java
src/org/openbravo/erpReports/RptC_Bpartner.java
src/org/openbravo/erpReports/RptMA_CCP_Group.java
src/org/openbravo/erpReports/RptMA_CCP_Measures.java
src/org/openbravo/erpReports/RptMA_ProcessPlan.java
src/org/openbravo/erpReports/RptM_Requisition.java
Alvaro Ferraz <alvaro.fer...@openbravo.com> null
Related to issue 36736: Use read only pool also in Aging reports
src/org/openbravo/common/actionhandler/AgingBalanceReportActionHandler.java
Atul Gaware <atul.gaw...@openbravo.com> null
Fixes issue 36736: Adapt read only pool connection provider in ob reports
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReport.java
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportDao.java
modules/org.openbravo.reports.ordersawaitingdelivery/src/org/openbravo/reports/ordersawaitingdelivery/erpCommon/ad_reports/ReportOrderNotShipped.java
src/org/openbravo/common/actionhandler/CashflowForecastReportActionHandler.java
src/org/openbravo/erpCommon/ad_reports/AgingDao.java
src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.java
src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.java
src/org/openbravo/erpCommon/ad_reports/ReportAssetDepreciationSchedule.java
src/org/openbravo/erpCommon/ad_reports/ReportBudgetExportExcel.java
src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.java
src/org/openbravo/erpCommon/ad_reports/ReportExpense.java
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.java
src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.java
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerJR.java
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.java
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesJR.java
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.java
src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.java
src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesJR.java
src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.java
src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.java
src/org/openbravo/erpCommon/ad_reports/ReportOffer.java
src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceJR.java
src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.java
src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionJr.java
src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java
src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.java
src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.java
src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.java
src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.java
src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
src/org/openbravo/erpCommon/ad_reports/ReportProjectProgress.java
src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesJR.java
src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR.java
src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.java
src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderJR.java
src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.java
src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR.java
src/org/openbravo/erpCommon/ad_reports/ReportShipmentEditionJR.java
src/org/openbravo/erpCommon/ad_reports/ReportShipper.java
src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJR.java
src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java
src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.java
src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.java
src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.java
src/org/openbravo/erpReports/ReportRegisterLineJR.jrxml
src/org/openbravo/erpReports/ReportTaxPaymentJR.java
src/org/openbravo/erpReports/ReportVatRegisterJR.java
src/org/openbravo/erpReports/RptC_Bpartner.java
src/org/openbravo/erpReports/RptMA_CCP_Group.java
src/org/openbravo/erpReports/RptMA_CCP_Measures.java
src/org/openbravo/erpReports/RptMA_ProcessPlan.java
src/org/openbravo/erpReports/RptM_Requisition.java
Asier Lostalé <asier.lost...@openbravo.com> null
fixes 36741: generate xml report for individual test execution with run.test
XML report will be generated in src directory with named like the executed
test.
src-test/build.xml
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes bug 36728: Can't use fields based on some properties in selector
picklist
With the fix for issue #36268 the selector fields based on derived properties
that are shown in the picklist are sent as 'extra properties' in order to
calculate them properly.
The problem is that the fix was not complete when the derived properties were
not primitive. In that case the DataToJsonConverter class was not calculating
properly the referenced property.
Now that kind of properties are calculated properly.
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
Carlos Aristu <carlos.ari...@openbravo.com> null
fixes bug 36716: Tree view stops working when returning back from form view
When opening the form view of a tree view node, Smartclient copies the values
of the node properties into the form but skipping the properties involved in
the tree management (these properties the child nodes are also not copied).
When returning back from the form view, the tree node is refreshed with the
values of the properties stored in the form. This caused the lost of the tree
information of the child nodes because, as mentioned before, the tree
properties were not copied when opening the form view.
Apart from the skipped properties, the tree information of the child nodes
should not have changed in form view. Therefore, to fix the problem now we do
not override the children information when returning from the form view.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
Armaignac <collazoan...@gmail.com> null
Fixes issue 36732: In the USA organization of QA Client the RFC Order and
RFC Receipt Transaction Document is not available
The organization of RFC Order and RFC Receipt document type was changed
to * in QA sampledata.
referencedata/sampledata/QA_Testing/C_DOCTYPE.xml
Armaignac <collazoan...@gmail.com> null
Fixes issue 36729: In the USA organization of QA Client the RTV Shipment and
RTV Order Transaction Document is not available
The organization of RTV Shipment and RTV Order document type was changed
to * in QA sampledata.
referencedata/sampledata/QA_Testing/C_DOCTYPE.xml
Stefan Hühner <stefan.hueh...@openbravo.com> null
Fixed 36735. Remove obsolete jslint related build.xml file.
That file only checks a now non-existent ftl template.
The content of that template will be indirectly checked anyway by the jslint
run done on generated js when modules are in development.
modules/org.openbravo.client.kernel/build.xml
Asier Lostalé <asier.lost...@openbravo.com> null
related to bug 36706: show error msg just after detecting CR is unreacheable
Other way, it was displayed after a long time out.
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
Stefan Hühner <stefan.hueh...@openbravo.com> null
Related to issue 33544. Remove obsolete module+junit specific build.xml file
The test-classes have been moved to normal pi repository and each test can
be run alone by using the normal ant run.test -Dtest=<javapackage call>
The 'aprm.run.all.tests' target is obsolete and already broken as the module
specific AllTests java has been removed.
This removes the special build.xml from the module folder as it does no longer
contain any useful parts.
modules/org.openbravo.advpaymentmngt/build.xml
Last 20 lines of the console output:
[...truncated 4342 lines...]
Connected to:
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
SQL>
Call completed.
SQL> Disconnected from Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
+ run_ora_command 'column object_name format a32
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;'
+ ssh oracle@10.0.3.11
Pseudo-terminal will not be allocated because stdin is not a terminal.
+ grep -q OBJECT_ID /tmp/int-dbcons-oracle_objects
+ true
+ exit 0
Checking console output
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
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