2

I want to configure Jboss 7.1.1 final in Netbeans 7.0.1. But I am getting an error "Provide a JBoss application server 6,5,4 Location". How can I add the latest JBoss AS?

Please help me. Thanks in advance.

Rounak
  • 181
  • 2
  • 2
  • 19

2 Answers2

3

Unfortunately, NetBeans doesn't support JBoss AS 7 at least as of NetBeans 7.2. A patch adding support has existed for some time, but was unfortunately not merged for the 7.2 release. There seems to be relatively little interest in AS7 in the NetBeans community.

I eventually gave up on NetBeans supporting AS 7 and moved to JBoss Developer Studio - basically a roll-up of Eclipse and JBoss Tools with preinstalled AS7 support, some bug fixes and polish.

There are a few NetBeans features I miss and it took a little learning, but overall I'm happy and there's enough really good stuff that I'm not going to bother going back.

Craig Ringer
  • 307,061
  • 76
  • 688
  • 778
0

I was stuck with JBoss 6.1 until I coded my own solution to deploy my projects.

Check the ant script here: https://stackoverflow.com/a/13372389/980442

Community
  • 1
  • 1
Daniel De León
  • 13,196
  • 5
  • 87
  • 72