Hi all,
I am evaluating IntelliJ IDEA 13 Ultimate for my workplace and I have come across an issue. Currently we develope using Eclipse IDE where we have an Enteprise Application (ear) deployed onto Weblogic 10.3.x which is only a matter of right-clicking on the parent module to deploy onto the server. I have succesfully imported the project into IntelliJ and activated all necessary plugins, such as Java EE, Weblogic integration etc. Initially I had a few issues with dependencies being at the wrong scope (although in eclipse it worked fine) and when I changed from Test to Provided everything worked fine.
I created a Run configuration for Weblogic server and under deployment I chose ear:exploded ear so that I can take advantage of reloading classes and resources without having to redeploy the app. Although I can succesfully deploy the app with no errors, I make some changes to an xhtml file, do Ctrl + F10 then reload my browser but I don't see the changes which led me to believe that I am missing something fundamental.
The app is spring, jsf1.1, javascript. I have attached a few screenshots but I do not how helpfull they are.
Regards,
George