Hello,
I have created simple application JSF page. Here I have created a form by dragging and dropping Employee data(which I am getting from the connection to the database cloud service instance).
Now when I right click on JSF page and run it, It runs well at local integrated web logic server.
But when I try to create EAR file and try to install it on WebLogic server at JCS It throws following error.
weblogic.common.ResourceException: No credential mapper entry found for password indirection user=C##DHRUVAL for data source MyJcsDBConnection
Now, I read somewhere that I need to uncheck "Auto generate synchronize WebLogic JDBC descriptor " from application property in JDeveloper.
I did that and install again, This time it installed successfully but I am not able to open it in Browser. It throws 404 code.