• 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

Unable to load database schema in Jboss Dev Seam Project

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using JBoss Developer Studio 4 GA to develop seam application using jboss-seam 2.2.2 Final. I successfully connected the database through hsqldb conenction and also MySQL db through MySQL connection. Either way both can be browsed from the Database Development perspective.

Now when i try to use Seam Generate Entities and use Reverse Engineer form database, I am not able to see the database schema in next dailog box. I have also checked the ds.xml file. Its content are:

Kindly help me to know why i can browse the database in database perspective but can't use it here.......
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic