Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037559
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2017-12-27 18:442018-01-19 12:13
ReporterJONHMView Statuspublic 
Assigned ToJONHM 
PriorityhighResolutionopenFixed in Version
StatusfeedbackFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037559: OBDal cannot be extended anymore

DescriptionIn previous versions, OBDal can be extended but in the newer version of OBDal it doesn't.
Steps To ReproduceWhen creating a new class which extends OBDal, the poolName parameter is always set as NULL and it creates errors when saving objects in DAL
Proposed SolutionAdd a new method to set the poolName parameter:

protected void setPoolName(String poolName) {
    poolName = poolName;
  }

And then call it in the new extended class:
instance.setPoolName("default");
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0101784)
alostale (manager)
2018-01-19 12:13

OBDal shouldn't be extended. Which is the use case you're trying to cover?

- Issue History
Date Modified Username Field Change
2017-12-27 18:44 JONHM New Issue
2017-12-27 18:44 JONHM Assigned To => platform
2017-12-27 18:44 JONHM Modules => Core
2017-12-27 18:44 JONHM Triggers an Emergency Pack => No
2017-12-27 18:45 JONHM Assigned To platform => AugustoMauch
2018-01-19 12:12 alostale Assigned To AugustoMauch => JONHM
2018-01-19 12:13 alostale Note Added: 0101784
2018-01-19 12:13 alostale Status new => feedback


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker