I am migrating an application from JBOSS EAP 6 to JBOSS EAP 7. When attempting to run the application the from the IDEA in JBOSS 6, the application is able to deploy it from the IDE.
However, when I try to do the same in JBOSS 7, the artifact keeps saying "waiting for server connection to start deployment"
When the JBOSS 7 server is running from the IDEA ide, I can access the management console, and deploy the application from web browser. And from there the application can deploy, Though it has separate issue there.
But I can't get it to deploy from the IDE, which is going to make debugging a problem.
Note: I am using the Intellij Idea Ultimate Edition.