facebook

table cannot be resolved

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #320531 Reply

    I’m admittedly new to this, but I think I have everything correct. I’ve used the wizard to generate DAO classes from my database, and everything works fine, but I get this error in the editor. The table name is correct, it exists and is populated in the database, and the path to the databse is obviously correct because the application can interact with the database as programmed. So why do I get this error? Any help would be appreciated. Thanks.

    Attachments:
    You must be logged in to view attached files.
    #320535 Reply

    support-swapna
    Moderator

    RKRVenturesLLC ,

    Sorry that you are seeing this issue with MyEclipse.

    Can you answer some more questions for us to understand the issue better ?

    1) Can you share your Build ID from Help > About MyEclipse Enterprise Workbench > Build ID ?

    2) Can you switch to a new workspace, replicate the issue and check the .log file which is located at <workspace dir>/.metadata/.log for any specific errors of interest? Paste them here for us.

    3) Also elaborate on the steps you are following for us to replicate the issue at our end.

    #320546 Reply

    1) Can you share your Build ID from Help > About MyEclipse Enterprise Workbench > Build ID ?

    MyEclipse for Spring
    Version: 9.1.0
    Build ID: 9.1.0 Build 10 (110630_1845)

    2) Can you switch to a new workspace, replicate the issue and check the .log file which is located at <workspace dir>/.metadata/.log for any specific errors of interest? Paste them here for us.

    Considering I have dozens of EJBs all showing this issue, along with dozens of jsps and servlets, that seems like a lot of work replicating the issue. I really don’t have time to build a new project from the database if that’s what you’re suggesting. If not, and if there’s an easy way to do this, let me know and i’ll try.

    3) Also elaborate on the steps you are following for us to replicate the issue at our end
    I simply followed your tutorial online for using the wizard that ties in an existing database. I’d have to dig to find it, but it came off your website. It’s been a few weeks since I did that, so I don’t recall the exact steps. I have mysql database, tomcat 6.0, and myeclipse for spring. If there’s something specific I cant tell you other than that, let me know what you need.

    thanks for your help.

    #320562 Reply

    support-tony
    Keymaster

    RKRVenturesLLC,

    What is your operating system and release, the release of MySQL and is MySQL running locally? This will help us try to replicate it. We’ve tried it on Windows XP with MySQL 5.1 and couldn’t replicate it.

    One issue we’ve come across in the past, with MySQL, is the case of the table or column name. Is the table name mixed case or lowercase in MySQL and was the table created with DDL that consistently referred to the table with exactly the same name? This may sound like an odd question but we have seen issues (not the same as yours) related to this.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: table cannot be resolved

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