facebook

@joinColumn const error

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #295693 Reply

    bhostalery
    Member

    I’ve an strong error :

    When i put in my class :

    @JoinColumn(name = “societe”)

    myeclipse don’t show any error.

    When i put :

    @JoinColumn(name = LibTable.TAB_SOCIETE_N_societe)

    and in LibTable :
    public static final String TAB_SOCIETE_N_societe = “societe” ;

    myeclipse show an error :
    The join column societe_societe cannot be found on the table Menu

    Is someone have the same problem ?

    I forgot :
    sun java jdk 6
    myeclipse 7.1 (no problem with 7.0)
    connexion with mysql server
    both linux and windows

    #295735

    Loyal Water
    Member

    bhostalery,
    I have asked the dev team to look into this issue. They will get back to you with a reply asap.

    #295740

    Brian Fernandes
    Moderator

    I could easily reproduce this problem in 7.1 and have filed a bug report against this.
    I was also able to replicate this in 7.0, MyEclipse has never supported this. Perhaps you had validation off or you were not connected to a database when you were testing in 7.0?

    Sorry for the inconvenience caused.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: @joinColumn const error

You must be logged in to post in the forum log in