]
George Gastaldi resolved JBIDE-18224.
-------------------------------------
Resolution: Done
Table Selection has poor performance if "Verify Database
Connection" is checked in previous step
------------------------------------------------------------------------------------------------
Key: JBIDE-18224
URL:
https://issues.jboss.org/browse/JBIDE-18224
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.2.0.CR1
Reporter: Pavol Srna
Assignee: Koen Aers
Priority: Critical
Labels: respin-b
Fix For: 4.2.0.CR2
If the "Verify Database Connection" *is checked* then there is very *poor
performance* in the next step during tables selection on JPA: Generate Entities From
Tables wizard.
I don't understand what is going on behind the scenes - but there is for sure some
communication with DB happening. Not sure if this is necessary as the list of tables is
read correctly and imho the list should be just checked if there is at least one table
selected.
It works *without performance problems* if "Verify Database Connection" was
*not checked* in previous step.