Community
Participate
Working Groups
Build Identifier: v201008232021N After connect, nothing happens. After while, connect become disabled After closing wizard and opening again, connect is unavailable No message there, no information what is happening. Very strange usage. Reproducible: Always Steps to Reproduce: 1.New JPA Project 2.On JPA Facet wizard page select some HSQL connection 3.Click on Connect
What should be happening is: Click "Connect" link -> certain UI controls may become enabled (such as default catalog/schema selection) -> "Connect" becomes disabled (because you are already connected) -> "Connect" will remain disabled while you are connected Adding a progress dialog of some sort would be a nice addition, but a conformation dialog is probably overkill. When disabled, perhaps the label should be changed to "Connected".
Changed the behavior so that anytime you select a connection profile that is already connected (or you connect to a disconnected profile), the "Connect" link changes text to "Connected" and is disabled. The next step would be to make this UI consistent with other Dali UI that uses buttons for these actions instead of links. I have created bug 324136 to address this.
Verified using build I-3.3.0-20101021033934 on both Linux and Windows. Verified when you click on Connect for the DB connection it works per comments.