• 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

configure jboss-5.0.0.CR2 in eclipse helios

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have three questions

1. how to connect jboss and eclipse helios

2. which version of jboss supports jdk1.6.0_22

3. i have created a stateful session bean,i want to run it on eclipse helios with jboss server

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) You should not be using JBoss AS 5.0.0.CR2, you should be using 5.1.0.GA or 6.0.0.FINAL instead. Both of those will work with Eclipse Helios, assuming you also load the JBoss Tools plugin into Eclipse.

2) Both 5.1.0.GA and 6.0.0.FINAL support JDK 6. If you use 5.1.0.GA, make sure you download the file that has "jdk6" in its name (jboss-5.1.0.GA-jdk6.zip). 6.0.0.FINAL required JDK 6 (it won't run with JDK 5).

3) Within Eclipse, create a server and add the EJB project to it. Start the server. (Actually, if you are new to this, you really should manually start the server from the command line and manually deploy the EJB. If you need more help on this, ask in the JBoss forum.)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic