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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038532
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Advanced Warehouse Operationsminoralways2018-05-13 14:362019-08-19 08:22
ReporterdmiguelezView Statuspublic 
Assigned Tocollazoandy4 
PrioritynormalResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned ToSandrahuguet
Regression introduced in release
Summary

0038532: Error message not properly shown in application due to Hibernate 'Session closed error'

DescriptionError message not properly shown in application due to Hibernate 'Session closed error'

Some error messages that should be shown to the user like 'Confirm Bin To can not be empty' are not shown due to Hibernate 'Session closed error'
Steps To ReproduceNot able to provide steps.
Code in proposed solution must serve as an example of the problem.
Proposed SolutionProposed solution attached.
TagsNo tags attached.
Attached Filesdiff file icon proposedSolution38532.diff [^] (806 bytes) 2018-05-13 14:36 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0105590)
vmromanos (manager)
2018-07-04 16:33

Proposed solution is NOT right.
We should use:

    Session dalSession = OBDal.getInstance().getSession();
    try {
      // The code
    } finally {
      if (dalSession.isOpen()) {
        scroll.close();
    }
(0114059)
Sandrahuguet (developer)
2019-08-19 08:22

issue not reproducible since the new version of hibernate

- Issue History
Date Modified Username Field Change
2018-05-13 14:36 dmiguelez New Issue
2018-05-13 14:36 dmiguelez Assigned To => dmiguelez
2018-05-13 14:36 dmiguelez File Added: proposedSolution38532.diff
2018-05-24 13:25 ngarcia Issue Monitored: ngarcia
2018-05-24 13:25 ngarcia Issue Monitored: networkb
2018-07-04 16:33 vmromanos Note Added: 0105590
2018-10-16 12:54 martinsdan Issue Monitored: martinsdan
2019-08-17 07:36 collazoandy4 Status new => scheduled
2019-08-17 07:36 collazoandy4 Assigned To dmiguelez => collazoandy4
2019-08-19 08:22 Sandrahuguet Review Assigned To => Sandrahuguet
2019-08-19 08:22 Sandrahuguet Note Added: 0114059
2019-08-19 08:22 Sandrahuguet Status scheduled => closed
2019-08-19 08:22 Sandrahuguet Resolution open => no change required
2022-09-06 17:18 caristu Category Advance Warehouse Operations => Advanced Warehouse Operations


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker