Not able to Run ADF jspx Pages in BPM Application using JDev Integrated WLS
Hi
JDeveloper 11.1.1.6, BPM 11.1.1.6, WLS 10.3.6, Model : BC4J
I have created a BPM Application in JDeveloper, with a process and an ADF ViewController Project for the UI, and a Model project
The application is deployed to the WLS and is working when I test in the BPM Workspace.
But the ADF UI is based on custom data from the database and is a bit heavy UI with a lot of data and functionality.
I am trying to create the whole UI in seperate taskflows and use them as regions in the auto generated pages created by the BPM plugin in JDev.
I can deploy the whole application and test it in BPM Workspace, but it is taking a lot of time for the build and deployment process.
So I tried to create a standalone page in the ADF ViewController project and use the ADF taskflows in the page to test it in JDev Integrated WLS.
So in this way I can concentrate on testing only the ADF UI related code and not worry about the BPM Process for testing the UI. (Assuming the process is working fine).
Please note that I do not want to test the BPM Process (at this stage), but I want to test only the ADF UI from Integrated WLS.
When I try to run the standalone page in WLS, it is giving me the error below.
Has anyone tried to run the ADF UI pages in a BPM Application using JDeveloper ?
Is there any other way to test only the UI pages instead of deploying whole BPM project to WLS ?
Is there any setting etc, we can change and make it run the page in JDeveloper ?
Thanks for any help
Regards
Sameer
Error in JDeveloper IWLS
-----------------------------------
[10:13:59 AM] Deploying Application...
<Jun 13, 2012 10:13:59 AM EDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1339596839457' for task '0'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.soa.workflow.wc, exact-match: false].'
weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.soa.workflow.wc, exact-match: false].
at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
Truncated. see log file for complete stacktrace
>
<Jun 13, 2012 10:14:00 AM EDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'XXXComboApplication'.>
<Jun 13, 2012 10:14:00 AM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.soa.workflow.wc, exact-match: false].
at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
Truncated. see log file for complete stacktrace
>
#### Cannot run application XXXComboApplication due to error deploying to IntegratedWebLogicServer.
[10:14:00 AM] #### Deployment incomplete. ####
[10:14:00 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
[Application XXXComboApplication stopped and undeployed from Server Instance IntegratedWebLogicServer]
-----------------------------------