Re: [I] [Bug]: GEOMETRY not supported by Oracle plugin (hop)

2026-04-23 Thread via GitHub


rdubois-mel commented on issue #2747:
URL: https://github.com/apache/hop/issues/2747#issuecomment-4304699793

   If anyone is interested, we have proposed a pull request to fix the problem.
   
   https://github.com/atolcd/hop-gis-plugins/pull/33


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Bug]: GEOMETRY not supported by Oracle plugin (hop)

2025-02-12 Thread via GitHub


rdubois-mel commented on issue #2747:
URL: https://github.com/apache/hop/issues/2747#issuecomment-2653024534

   
   I'm trying to make the AtolCD GIS plugin work with an Oracle connection.
   
   I modified the code, as I explain here: 
https://github.com/atolcd/hop-gis-plugins/issues/16, and I can now do SELECTs.
   
   But I'm stuck on INSERT/UPDATE, I always have the following error:
   ```
   class oracle.jdbc.driver.T4CConnection cannot be cast to class 
oracle.jdbc.OracleConnection (oracle.jdbc.driver.T4CConnection is in unnamed 
module of loader org.apache.hop.core.plugins.HopURLClassLoader @313193f6; 
oracle.jdbc.OracleConnection is in unnamed module of loader 
org.apache.hop.core.plugins.HopURLClassLoader @3dcf6026)
   ```
   
   and I can't find a solution.
   
   I'm not a Java expert, does anyone know how to solve this damn **"is in 
unnamed module of loader"** error? :)
   
   Thanks!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]