Customer Portal

no left outer join for DBJoin in Java

Comments 5

  • Avatar
    avackova
    0
    Comment actions Permalink
    Of course :? I'm giving it to SVN.
  • Avatar
    ntmoyer
    0
    Comment actions Permalink
    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
  • Avatar
    mzatopek
    0
    Comment actions Permalink
    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
  • Avatar
    ntmoyer
    0
    Comment actions Permalink
    sorry i did not have the build path correct in eclipse because i never used a lookup class before
  • Avatar
    ntmoyer
    0
    Comment actions Permalink
    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.

Please sign in to leave a comment.