• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EclipseLink can't discover all the SQL 2005 tables

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I having problem to create entities from tables. The problem is I can create for some of them, but around 10% of tables can't be created automatically (Via Eclipse) or manually. Here is the details:
Environment:
Mac Pro with i7 processor, with java 1.6 & Eclipse Helios installed.
Connector: sqljdbc4.jar, EclipseLink: 2.1.1
SQL 2005 server on remote machine in same network.

The error message:
Column "xxx" can't be resolved on table "xxxxxxxxxxxxx", even Data Source Explorer can't see the columns. But query via Sql Scrapbook(Eclipse build-in) is fine.
That table have around 25 columns, with around 200 records in that.

Please help..


Thanks.....
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic