Hi folks,
I had developed a demo application using ADF technologies/ Jdev 12.1.3.0 which had its own Integrated WLS. Now, the appln is to be deployed to a standalone server so it can be accessed from Oracle eBS. Using Jdev 12.1.3.0, I created a new connection to a standalone WLS using JDev 12.1.3.0 and deployed the application. The standalone WLS has the data source defined for the application to access the EBS database. When deploying there were multiple messages from the deployment log as below.
[03:58:55 PM] ---- Deployment started. ----
[03:58:55 PM] Target platform is (Weblogic 12.x).
[03:58:58 PM] Retrieving existing application information
[03:58:58 PM] Running dependency analysis...
[03:58:58 PM] Building...
[03:58:59 PM] Deploying profile...
[03:58:59 PM] Wrote Web Application Module to C:\.~.\ViewController\deploy\EqptMoveAppModule_ViewController_webapp.war
[03:58:59 PM] Deploying Application...
[03:59:07 PM] [Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
[03:59:57 PM] [Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
[04:00:57 PM] [Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
...
[04:25:00 PM] [Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
[04:26:00 PM] [Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
[04:27:00 PM] [Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
I had followed steps explained here: How-To: ADF Deployment Guide
Could you please show some pointers where I am wrong?
From the admin console of the WLS, I could see that the application is deployed. But not sure if it is complete. Pl share your thoughts.

Thanks