ako / OracleConnector

Mendix oracle connector
Apache License 2.0
2 stars 0 forks source link

Oracle Connector with Mendix 8 #2

Open AseelMohHun opened 4 years ago

AseelMohHun commented 4 years ago

Dear All,

Oracle connector is not working with Mendix 8, I have tried to export the module from a lower version and imported to 8 version, I faced a compilation java error as you can see below:

Buildfile: C:\Users\aa\Documents\Mendix\Asset Manager-main\deployment\build_core.xml

compile: [javac] Compiling 80 source files to C:\Users\aa\Documents\Mendix\Asset Manager-main\deployment\run\bin [javac] C:\Users\aa\Documents\Mendix\Asset Manager-main\javasource\oracleconnector\impl\JdbcConnector.java:69: error: cannot find symbol [javac] ((MendixHashString) obj.getMember(context, name)).setInitialHash((String) convertedValue); [javac] ^ [javac] symbol: method setInitialHash(String) [javac] location: interface MendixHashString [javac] C:\Users\aa\Documents\Mendix\Asset Manager-main\javasource\oracleconnector\impl\ResultSetReader.java:72: error: an enum switch case label must be the unqualified name of an enumeration constant [javac] case Float: [javac] ^ [javac] C:\Users\aa\Documents\Mendix\Asset Manager-main\javasource\oracleconnector\impl\ResultSetReader.java:73: error: an enum switch case label must be the unqualified name of an enumeration constant [javac] case Currency: [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 errors

BUILD FAILED C:\Users\aa\Documents\Mendix\Asset Manager-main\deployment\build_core.xml:30: Compile failed; see the compiler error output for details

Any help, Thanks in advance

robertdirosa commented 3 years ago

Same here but there seems to be another package : https://docs.mendix.com/appstore/connectors/database-connector https://github.com/mendix/database-connector