• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Using JBuilder with JBoss 3.2.3

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please how can I configure my DataSource(SQL Server 2000 & Oracle 9i) within JBuilder X? My App Server is JBoss 3.2.3. Can the whole process be fully done from JBuilder IDE?
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kazeem,
In general, you can configure datasources in JBuilder (I still work with JBuilder Enterprise 6), but I don't know of a way you can, for example deploy a ms-sqlserver-ds.xml to JBoss directly from JBuilder. I just get them initially from the jboss-3.2.3/docs/examples/jca folder, configure them myself, then drop them in the deploy folder.
[ March 18, 2004: Message edited by: Jason Stull ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic