nadment opened a new issue, #2528:
URL: https://github.com/apache/hop/issues/2528

   ### Apache Hop version?
   
   2.4.0-SNAPSHOT
   
   ### Java version?
   
   Java 11
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Derby JDBC driver has two  different modes:
   
   ### 1. Embedded Driver Class, 
   
   - Class Name: org.apache.derby.jdbc.EmbeddedDriver
   - Connection URL: jdbc:derby:<database>
   - JAR File: derby.jar (this file is very large, should probably not be 
included)
   
   ### 2. Client Driver Class running in Network Server mode. 
   
   - Class Name: org.apache.derby.client.ClientAutoloadedDriver
   - Connection URL: jdbc:derby://<host>:<port>/<database>
   - JAR File: derbyclient.jar
   
   Note that the Derby JDBC driver class name has been changed. In older Derby 
versions, it was called as, org.apache.derby.jdbc.ClientDriver.
   
   **What to do in Hop:**
   
   1. Fix class name: org.apache.derby.jdbc.ClientDriver >> 
org.apache.derby.client.ClientAutoloadedDriver
   2. Create 2 database types or indicate in the doc that the derbyclient.jar 
file must be replaced by derby.jar
   
   -  Derby 
   -  Derby Embedded
   
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Database


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to