How to setup JBoss server with Netbeans?

jboss, netbeans

Solution

The official support for JBoss AS 7 is not available yet for Netbeans 7.1.x.

Netbeans Bug report : Bug 200132 - Add support for JBoss AS 7

List of Netbeans supported technologies (JBoss 6.1 is the last supported version)

But according to this link, there is an unofficial plugin, that can manage server, but can't deploy application on JBoss AS 7.

Problem

I'm trying to setup jBoss 7 server with NetBeans Wizard but it says "Provide a valid jBoss Application Server 6, 5 or 4 Location". I downloaded version 6 too to give it a try and it worked fine. What is the proper way of adding jBoss 7 on netbeans IDE 7.1.2?? Any help would be appreciated...

Original source