Community
Participate
Working Groups
Build Identifier: EGL: 0.7.0.v201111272101-1CT-Fiv5_LLLMAz-6K_J If a project uses a connection that uses jt400.jar to connect to a database, and that connection is set up to have a default schema, then when the EGL code is executed it fails to connect to the database, issuing the error "No suitable driver for jdbc:as400:...". The workedaround is to remove the default schema in the connection and issue a setCurrentSchema to the datasource in the EGL code. Reproducible: Always Steps to Reproduce: 1. Create a connection to an i5/OS database using the Java Toolbox 2. Set a schema in the connection 3. Try to use a datasource using that connection in your EGL
Fixed SysLib.java and IDEResourceLocator.java in org.eclipse.edt.runtime.java to load the driver class before invoking setCurrentSchema (which opens a connection).
This bug is fixed in 0.8. Please verify the fix in any recent 0.8 build, and close the bug. If you still see a problem, you can reopen the bug with additional information.