This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes configure jboss-5.0.0.CR2 in eclipse helios Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "configure jboss-5.0.0.CR2 in eclipse helios" Watch "configure jboss-5.0.0.CR2 in eclipse helios" New topic
Author

configure jboss-5.0.0.CR2 in eclipse helios

shriram iyer
Ranch Hand

Joined: Dec 10, 2003
Posts: 43
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

Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

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.)


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: configure jboss-5.0.0.CR2 in eclipse helios
 
Similar Threads
deploy ejb in jboss
Unable to use El in custom tags
Run as Junit Test case
Which Eclipse realise to develop JSF?
Injection of EJB in POJO class not working..