Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038578Retail ModulesWeb POSpublic2018-05-18 08:592018-06-08 12:59
caristu 
caristu 
urgentminorhave not tried
closedfixed 
5
 
 
alostale
No
0038578: API change: OBPOSApplicationInitializer is no longer needed
With the changes introduced with 0038520 the SQL functions to be registered in Hibernate should be registered with a class implementing the SQLFunctionRegister interface instead of using the OBDal.registerSQLFunction() method.

The OBPOSApplicationInitializer clss is intended to register some SQL functions and it is making use of that method. This class is going to be replaced with a SQLFunctionRegister class and therefore is no longer needed.
In description
Approved
related to defect 0038520 closed caristu Openbravo ERP Deprecate OBDal.registerSQLFunction 
Issue History
2018-05-18 08:59caristuNew Issue
2018-05-18 08:59caristuAssigned To => platform
2018-05-18 08:59caristuModules => Core
2018-05-18 08:59caristuTriggers an Emergency Pack => No
2018-05-18 08:59caristuIssue generated from0038559
2018-05-18 08:59caristuProjectOpenbravo ERP => Retail Modules
2018-05-18 09:00caristuCategoryA. Platform => Web POS
2018-05-18 09:00caristuRelationship addedrelated to 0038520
2018-05-18 11:28caristuAssigned Toplatform => caristu
2018-05-18 13:42dmitry_mezentsevTag Attached: Approved
2018-05-21 09:20hgbotCheckin
2018-05-21 09:20hgbotNote Added: 0104599
2018-05-21 09:20hgbotStatusnew => resolved
2018-05-21 09:20hgbotResolutionopen => fixed
2018-05-21 09:20hgbotFixed in SCM revision => http://code.openbravo.com/retail/api-checks-retail/rev/580077f850978fa4540ee95281f9cb0244f14a6e [^]
2018-05-21 12:37caristuReview Assigned To => alostale
2018-06-08 12:59alostaleStatusresolved => closed

Notes
(0104599)
hgbot   
2018-05-21 09:20   
Repository: retail/api-checks-retail
Changeset: 580077f850978fa4540ee95281f9cb0244f14a6e
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon May 21 09:15:25 2018 +0200
URL: http://code.openbravo.com/retail/api-checks-retail/rev/580077f850978fa4540ee95281f9cb0244f14a6e [^]

fixes issue 38578: OBPOSApplicationInitializer is no longer needed

---
M java/reference/java.japi.gz
---