i am trying to use the DBJoin node in a graph i am building in java but i need to use the left outer join but the only way to set the value is in the fromXML method. could the setLeftOuterJoin method be changed to public?
Of course :? I’m giving it to SVN.
I have not changed to the SVN version of the DBJoin class so i am just leaving it as an inner join. but when i run the graph i get an error in the check config:
Exception in thread “main” java.lang.NoClassDefFoundError: org/jetel/lookup/DBLookupTable
at org.jetel.component.DBJoin.checkConfig(DBJoin.java:262)
at org.jetel.graph.Phase.checkConfig(Phase.java:190)
at org.jetel.graph.TransformationGraph.checkConfig(TransformationGraph.java:891)
the DBLookupTable class is in the lookup plugin folder but i cant even import any of the lookup classes in my eclipse project
Where is problem with importing the lookup plugin classes? The component plugin requires the lookup plugin, check plugin.xml in the component plugin.
Can you send me your example code, where you are trying to instantiate the DBJoin component? Please use direct my email address martin.zatopek@javlinconsulting.cz
sorry i did not have the build path correct in eclipse because i never used a lookup class before
i was going to try to modify my graph so that i would not net to update the DBJoin class but now i must. what is the best way to to get the updated DBJoin . i know you build the entire project with ant but i have never used it.