• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

WSAD with oracle, not able to retrieve meta data

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i am using WSAD4.0.3 and oracle 8.1.7.
i am using CMP entity beans in my application and i have some custom finder methods defined in my home interface.
The mapping of the beans to the tables in oracle happens with no problem using top dowm approach.
But when i try to generate deploy code i get error ----> "cant get metadata for column TestName"
TestName is one of the fields in a table.
The same works fine for db2 database.
plss help
 
reply
    Bookmark Topic Watch Topic
  • New Topic