• 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

Seam In Action - Question to Dan Allen

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to install and run chapter03 open18 using eclipse. I am getting console error messages on startup of the server. I think the problem is that I am not using a vanilla eclipse. I am using JBoss Developer Studio. Am I OK in using JDS??
 
Author
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would not expect there to be any conflicts with using JDS. The project that seam-gen creates is nothing special and those tools should recognize it fine. Could you show the error messages?
 
Wayne Hatayama
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dan,

I got it working!!. I expanded the size of the eclipse console window and found I was running JBoss EAP which comes with JBDS. I fixed that by creating a new server in the server view. The next problem was not connecting with the H2 database. I had made the url connection 'jdbc:h2:file:c:/twoputt/databases/open19-db/h2' instead of 'jdbc:h2:c:/twoputt/databases/open19-db/h2'. After correcting, it worked!!

Thanks,

Wayne

P.S. Downloading Seam and JBoss AP through the ant command was very cool. I am impressed.
 
Dan Allen
Author
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I got it working!!



Great!

Downloading Seam and JBoss AP through the ant command was very cool. I am impressed.



I'm so glad you appreciate it. After recommending it to more people, I thought to myself that I should make this a part of Seam. I will likely end up doing that.

 
Always! Wait. Never. Shut up. Look at this tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic