Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Wrong version of jts.jar for tOracleInput #27

Open
fpouget opened this issue Feb 22, 2013 · 9 comments
Open

Wrong version of jts.jar for tOracleInput #27

fpouget opened this issue Feb 22, 2013 · 9 comments

Comments

@fpouget
Copy link

fpouget commented Feb 22, 2013

Talend DI 5.2.0
TOS 5.2.1

tOracleInput required jts-1.9.jar ... instead of jts-1.12.jar

@mcoudert
Copy link
Member

This issue also applies to the tPostgresqlInput component.

@fpouget
Copy link
Author

fpouget commented Feb 25, 2013

And probably too tPostgresqlOutput component if I refer to the content of tPostgresqlOutput_java.xml.

How can I solve this issue before a new release ?

@mcoudert
Copy link
Member

You're right, it is the same for tPostgresqlOutput...

In order to solve this issue before next release you should replace the following line :

by this one :

in the "_java.xml" file of each concerned component....
Then, If TOS is already open, refresh components lists with Ctrl + Shift + F3 or restart TOS.

@mcoudert
Copy link
Member

oops, odd things with github chars...here are the lines :
IMPORT NAME="jts" MODULE="jts-1.9.jar" REQUIRED="false"
by this one :
IMPORT NAME="jts" MODULE="jts-1.12.jar" REQUIRED="false"

@fpouget
Copy link
Author

fpouget commented Feb 25, 2013

I dont' have such line for tOracleInput
in: \plugins\org.talend.designer.components.localprovider_5.2.1.r95165\components\tOracleInput\tOracleInput_java.xml

How can I solve this?

@mcoudert
Copy link
Member

Unfortunately, no more hints from my side on Oracle components.
Maybe @yjacolin or anyone else should provide you more advices...

@yjacolin
Copy link
Contributor

@fpouget you should change this line:
http://www.talendforge.org/trac/tos/browser/trunk/org.talend.designer.core/src/main/java/org/talend/designer/core/model/components/EmfComponent.java#L2830

@mcoudert: we need to propose a patch to Talend in order to upgrade jts there.
see comment line 2818:

// TODO to remove later, need to find another way to do this (for feature 18686)
// adds manually all definitions to avoid to modify the component

Y.

@fxprunayre
Copy link
Member

I added a task for TDI https://jira.talendforge.org/browse/TDI-25149 on postgres. I let you add one for Oracle components.

@yjacolin
Copy link
Contributor

yjacolin commented Apr 4, 2013

@fxprunayre : see https://jira.talendforge.org/browse/TDI-25386 (not sure my patch is correct, I hope so).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants