create EAR file in Jdeveloper
I have created a SOA project in JDeveloper. not I want to create a EAR file for deploying the project in Developement.
I tried by creat开发者_运维知识库ing deployment profile, but ear option always disable for this.
and when i create simple j2ee project, then I can create ear for project.
please tell me how can I generate ear file from Jdeveloper.
Assuming that you meant a SOA project to be a SOA Composite project, you'll need to be aware of the fact that SOA Composites are not deployed in the form of EAR files. Instead, SAR (SOA archives) files are created and provided for deployment.
Details on how to create and deploy SAR files from JDeveloper can be found in the Oracle FMW Guide for SOA Suite.
精彩评论