Jdeveloper SOA archive

Hi All
Where is the location where jdeveloper put the soa archive after it compiles and package the project ?
Thanks

under the project source folder, there will be a folder called deploy, in that folder you will be having the jar file.
mark the question as answered if u get the answer and assign points to the people who help you
HTH
Naresh

Similar Messages

  • Deploying bpel sensors as part of SOA archive

    Oracle documentation (http://docs.oracle.com/cd/E25054_01/dev.1111/e10224/bp_sensors.htm) mentions about adding custom sensors as part of bpel project to have it deployed as part of SOA archive. However on following steps I am getting java.lang.ClassNotFoundException exception.
    Can anyone guide me what I am missing ?
    Please note that by following instructions as mentioned in http://mazanatti.info/index.php?/archives/71-SOA-Suite-11g-fabric-logging-with-BPEL-sensors.html I am able to get sensors working but it is separate offline deployment for sensors.
    Thanks.

    Hi Ravi,
    I used the below script to deploy the ear.
    <wldeploy action="deploy" name="${application}" source="${apps.root}/${application}/deploy/${application}-${apps.version}.ear"
         user="${deploy.user}" upload="true"
         password="${deploy.password}" nostage="true" verbose="true"
         adminurl="t3://${deploy.host}:${deploy.port}" targets="${deploy.target}" />
    and below target to generate ear file.
    <target name="ear" >
         <echo>Building the ear file</echo>
         <ear destfile="${apps.root}/${application}/deploy/${application}-${apps.version}.ear" appxml="${apps.root}/${application}/adfmsrc/META-INF/application.xml">
         <fileset dir="${apps.root}/${application}/deploy" includes="*.war" />
    </ear>
    But I am getting the error
    Target state: deploy failed on Server AdminServer
    java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    I get the same error ih JDeveloper, If i try to deploy the war from project. But if i deploy it from Application view then there will be no error.
    There are lots of libraries, if I had to manually add it to the classpath in Ant script.
    Any idea to solve this issue from Ant scripts.
    Regards,
    Subhashini

  • Missing connectors in the ..Oracle/Middleware/jdeveloper/soa/connectors ?

    I have my soa 11g 1.1.1.3.0 development setup on Linux 64-bit and apparently working (tested with a simple SOA bpel composite deployment to weblogic).
    However I see these errors in the soa server log which indicate some missing connectors? What install was meant to put the rar files in the ../jdeveloper/soa/connectors ?
    ####<17/08/2010 5:17:09 PM NZST> <Error> <Deployer> <ea-dat-u> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1282022229915> <BEA-149205> <Failed to initialize the application 'FileAdapter' due to error weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/home/davidti/Oracle/Middleware/jdeveloper/soa/connectors/FileAdapter.rar' for application 'FileAdapter'. The specific error is: [Deployer:149158]No application files exist at '/home/davidti/Oracle/Middleware/jdeveloper/soa/connectors/FileAdapter.rar'...
    weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/home/davidti/Oracle/Middleware/jdeveloper/soa/connectors/FileAdapter.rar' for application 'FileAdapter'. The specific error is: [Deployer:149158]No application files exist at '/home/davidti/Oracle/Middleware/jdeveloper/soa/connectors/FileAdapter.rar'

    Hi Anuj,
    Thanks for your reply. I believe I chose the ORACLE_HOME template for creating the domain, however when I have taken a look at the config log file, it appears that it couldn't find a particular template jar file (as per log "wlsc_*.log below) although it regarded the domain setup as successful .
    I am now wondering whether the DISK1, DISK 2, DISK3 installation distribution should have been combined before installing the soa components? (I had assumed the install script would automate this as there was no error message).
    Regards,
    David.
    2010-08-17 13:51:21,925 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - /home/davidti/Oracle/Middleware/wlserver_10.3/common/lib/components.xml does not contain component elements and will be skipped
    2010-08-17 13:51:21,926 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.3.0 [home/davidti/Oracle/Middleware/wlserver_10.3/common/templates/domains/wls.jar]
    2010-08-17 13:52:03,163 ERROR [AWT-EventQueue-0] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Unable to select template Oracle SOA Suite:11.1.1.0 [home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar]
    com.oracle.cie.domain.template.dependency.UndeterministicSelectionException: Unresolved ORs: OR for Oracle SOA Suite:11.1.1.0 [home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar] Multiple dependency matches: Oracle SOA Management Extension:11.1.1.0 [home/davidti/Oracle/Middleware/jdeveloper/common/templates/applications/oracle.soa.mgmt_template_11.1.1.jar] Oracle SOA Management Extension:11.1.1.0 [home/davidti/Oracle/Middleware/oracle_common/common/templates/applications/oracle.soa.mgmt_template_11.1.1.jar]
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectVertex(TemplateSelectionTarget.java:949)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:263)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:223)
    ... truncated to save space     
    2010-08-17 13:52:26,442 ERROR [AWT-EventQueue-0] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Unable to select template Oracle SOA Suite:11.1.1.0 [home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar]
    com.oracle.cie.domain.template.dependency.UndeterministicSelectionException: Unresolved ORs: OR for Oracle SOA Suite:11.1.1.0 [home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar] Multiple dependency matches: Oracle SOA Management Extension:11.1.1.0 [home/davidti/Oracle/Middleware/jdeveloper/common/templates/applications/oracle.soa.mgmt_template_11.1.1.jar] Oracle SOA Management Extension:11.1.1.0 [home/davidti/Oracle/Middleware/oracle_common/common/templates/applications/oracle.soa.mgmt_template_11.1.1.jar]
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectVertex(TemplateSelectionTarget.java:949)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:263)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:223)
    .... truncated to save space
    2010-08-17 13:52:38,859 INFO [AWT-EventQueue-0] com.oracle.cie.domain.template.dependency.UncondPrereqsSelector - Selecting previous conflict VKey type [TINFO] domainState [NOTINSTALLED] selectionState [CONFLICTS] details [Oracle SOA Suite:11.1.1.0 [/home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar] ]
    2010-08-17 13:52:38,866 ERROR [AWT-EventQueue-0] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Unable to select template Oracle SOA Suite:11.1.1.0 [home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar]
    com.oracle.cie.domain.template.dependency.UndeterministicSelectionException: Unresolved ORs: OR for Oracle SOA Suite:11.1.1.0 [home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar] Multiple dependency matches: Oracle SOA Management Extension:11.1.1.0 [home/davidti/Oracle/Middleware/jdeveloper/common/templates/applications/oracle.soa.mgmt_template_11.1.1.jar] Oracle SOA Management Extension:11.1.1.0 [home/davidti/Oracle/Middleware/oracle_common/common/templates/applications/oracle.soa.mgmt_template_11.1.1.jar]
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectVertex(TemplateSelectionTarget.java:949)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:263)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:223)
    ... truncated to save space
    2010-08-17 13:52:49,994 ERROR [AWT-EventQueue-0] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Unable to select template Oracle Service Bus OWSM Extension:11.1.1.3 [home/davidti/Oracle/Middleware/Oracle_OSB1/common/templates/applications/wlsb_owsm.jar]
    com.oracle.cie.domain.template.dependency.UndeterministicSelectionException: Unresolved ORs: OR for Oracle Service Bus OWSM Extension:11.1.1.3 [home/davidti/Oracle/Middleware/Oracle_OSB1/common/templates/applications/wlsb_owsm.jar] <xml-fragment xmlns:fo="http://www.w3.org/1999/XSL/Format"> <dom:requires name="Oracle Service Bus Extension - All Domain Topologies" version="11.1.1.3" colocated="true" xmlns:dom="http://xmlns.oracle.com/weblogic/domain-template"/> <dom:requires name="Oracle Service Bus Extension - Single Server Domain Topology" version="11.1.1.3" colocated="true" xmlns:dom="http://xmlns.oracle.com/weblogic/domain-template"/> </xml-fragment>
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectVertex(TemplateSelectionTarget.java:949)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:263)
         at com.oracle.cie.domain.template.dependency.TemplateSelectionTarget.selectWithPrerequisites(TemplateSelectionTarget.java:223)
    ... truncated to save space
    2010-08-17 13:53:07,896 INFO [AWT-EventQueue-0] com.oracle.cie.domain.template.dependency.UncondPrereqsSelector - Selecting previous conflict VKey type [TINFO] domainState [NOTINSTALLED] selectionState [CONFLICTS] details [Oracle SOA Suite:11.1.1.0 [/home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar] ]
    2010-08-17 13:53:35,749 INFO [AWT-EventQueue-0] com.oracle.cie.domain.template.dependency.UncondPrereqsSelector - Selecting previous conflict VKey type [TINFO] domainState [NOTINSTALLED] selectionState [CONFLICTS] details [Oracle SOA Suite:11.1.1.0 [/home/davidti/Oracle/Middleware/jdeveloper/common/templates/applications/oracle.soa_template_11.1.1.jar] ]
    2010-08-17 13:53:43,172 INFO [AWT-EventQueue-0] com.oracle.cie.domain.template.dependency.UncondPrereqsSelector - Selecting previous conflict VKey type [TINFO] domainState [NOTINSTALLED] selectionState [CONFLICTS] details [Oracle SOA Suite:11.1.1.0 [/home/davidti/Oracle/Middleware/Oracle_SOA1/common/templates/applications/oracle.soa_template_11.1.1.jar] ]
    2010-08-17 13:54:01,578 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No config-groups.xml found in template
    2010-08-17 13:54:01,578 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,191 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: WebLogic Server version 10.3.3.0
    2010-08-17 13:54:02,192 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.3.0 to WebLogic_Server_10.3.3.0_wlserver_10.3_ORACLE_HOME
    2010-08-17 13:54:02,263 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,298 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,317 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,501 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,514 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,527 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,539 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,551 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,566 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,724 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,917 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,929 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,942 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:02,955 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-17 13:54:03,183 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.as.jrf version 11.1.1.3.0 to oracle.as.jrf_11.1.1.3.0_oracle_common_ORACLE_HOME
    2010-08-17 13:54:03,330 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.rules version 11.1.1.2.0 to oracle.rules_11.1.1.2.0_Oracle_SOA1_ORACLE_HOME
    2010-08-17 13:54:03,379 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: JDeveloper and ADF version 11.1.1.3.0
    2010-08-17 13:54:03,379 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component JDeveloper and ADF version 11.1.1.3.0 to JDeveloper_and_ADF_11.1.1.3.0_jdeveloper_ORACLE_HOME
    2010-08-17 13:54:03,437 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.jrf.j2ee version 11.1.1.3.0 to oracle.jrf.j2ee_11.1.1.3.0_oracle_common_ORACLE_HOME
    2010-08-17 13:54:03,491 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'oracle.as.webcenter.top' version 'null'
    2010-08-17 13:54:03,491 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference oracle.as.webcenter.top version null with top-level component reference: Dummy Top Component version 11.1.1.2.0
    2010-08-17 13:54:03,491 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component Dummy Top Component version 11.1.1.2.0 to Dummy_Top_Component_11.1.1.2.0_oracle_common_ORACLE_HOME
    2010-08-17 13:54:03,542 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: oracle.as.soa.top version 11.1.1.2.0
    2010-08-17 13:54:03,543 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.as.soa.top version 11.1.1.2.0 to oracle.as.soa.top_11.1.1.2.0_Oracle_SOA1_ORACLE_HOME
    2010-08-17 13:54:03,764 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: oracle.as.soa.top version 11.1.1.2.0
    2010-08-17 13:54:03,765 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.as.soa.top version 11.1.1.2.0 to oracle.as.soa.top_11.1.1.2.0_Oracle_SOA1_ORACLE_HOME
    2010-08-17 13:54:03,811 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.bpm.mgmt version 11.1.1.4.0 to oracle.bpm.mgmt_11.1.1.4.0_oracle_common_ORACLE_HOME
    2010-08-17 13:54:03,852 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: JDeveloper and ADF version 11.1.1.3.0
    2010-08-17 13:54:03,852 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component JDeveloper and ADF version 11.1.1.3.0 to JDeveloper_and_ADF_11.1.1.3.0_jdeveloper_ORACLE_HOME
    2010-08-17 13:54:03,890 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sysman.plugin.ai.main.oms version 11.1.1.3.0 to oracle.sysman.plugin.ai.main.oms_11.1.1.3.0_oracle_common_ORACLE_HOME
    2010-08-17 13:54:03,929 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sdp.messaging version 11.1.1.2.0 to oracle.sdp.messaging_11.1.1.2.0_Oracle_SOA1_ORACLE_HOME
    2010-08-17 13:54:04,052 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: WebLogic Server version 10.3.3.0
    2010-08-17 13:54:04,052 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.3.0 to WebLogic_Server_10.3.3.0_wlserver_10.3_ORACLE_HOME
    2010-08-17 13:54:04,171 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: oracle.osb.top version 11.1.1.3.0
    2010-08-17 13:54:04,172 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.osb.top version 11.1.1.3.0 to oracle.osb.top_11.1.1.3.0_Oracle_OSB1_ORACLE_HOME
    2010-08-17 13:54:04,524 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.integration.bam version 11.1.1.2.0 to oracle.integration.bam_11.1.1.2.0_Oracle_SOA1_ORACLE_HOME
    2010-08-17 13:54:04,543 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.MachineTypeImpl
    2010-08-17 13:54:04,546 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.ServerTypeImpl
    2010-08-17 13:54:05,386 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: oracle.osb.top version 11.1.1.3.0
    2010-08-17 13:54:05,386 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.osb.top version 11.1.1.3.0 to oracle.osb.top_11.1.1.3.0_Oracle_OSB1_ORACLE_HOME
    2010-08-17 13:54:05,392 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.ServerTypeImpl
    2010-08-17 13:54:06,511 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sdp.messaging version 11.1.1.2.0 to oracle.sdp.messaging_11.1.1.2.0_Oracle_SOA1_ORACLE_HOME
    2010-08-17 13:54:07,576 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sysman.plugin.as.main.oms.uias version 11.1.1.3.0 to oracle.sysman.plugin.as.main.oms.uias_11.1.1.3.0_oracle_common_ORACLE_HOME
    2010-08-17 13:54:08,506 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sysman.oms.core version 11.1.1.3.0 to oracle.sysman.oms.core_11.1.1.3.0_oracle_common_ORACLE_HOME
    2010-08-17 13:54:09,567 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.integration.soainfra version 11.1.1.2.0 to oracle.integration.soainfra_11.1.1.2.0_Oracle_SOA1_ORACLE_HOME
    2010-08-17 13:54:09,696 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.MachineTypeImpl
    2010-08-17 13:54:09,703 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.ServerTypeImpl
    2010-08-17 13:54:11,143 WARN [WizardController] com.oracle.cie.domain.ConfigGroupsDeployer - Unable to locate AppDeployment with the name JPD Transport Provider
    2010-08-17 13:54:11,186 WARN [WizardController] com.oracle.cie.domain.ConfigGroupsDeployer - Unable to locate AppDeployment with the name JPD Transport Provider
    2010-08-17 13:57:35,269 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort internal Validation result= [null]
    2010-08-17 13:57:35,269 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2010-08-17 13:57:36,974 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "AdminServer" as obj0
    2010-08-17 13:57:36,983 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "AdminServer" as obj0
    2010-08-17 13:57:37,031 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "bam_server1" as obj1
    2010-08-17 13:57:37,036 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "bam_server1" as obj1
    2010-08-17 13:57:37,036 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "osb_server1" as obj2
    2010-08-17 13:57:37,044 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "osb_server1" as obj2
    2010-08-17 13:57:37,044 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "soa_server1" as obj3
    2010-08-17 13:57:37,048 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "soa_server1" as obj3
    2010-08-17 13:57:37,880 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find SecurityConfiguration "domain1" as obj4
    2010-08-17 13:57:37,883 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find SecurityConfiguration "domain1" as obj4
    2010-08-17 13:57:37,916 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Realm "myrealm" as obj5
    2010-08-17 13:57:37,918 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Realm "myrealm" as obj5
    2010-08-17 13:57:37,949 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find SecurityConfiguration!Realm "domain1!myrealm" as obj6
    2010-08-17 13:57:37,952 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find SecurityConfiguration!Realm "domain1!myrealm" as obj6
    2010-08-17 13:57:38,010 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find SecurityConfiguration!Realm!AuthenticationProvider "domain1!myrealm!Provider" as obj7
    2010-08-17 13:57:38,012 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find SecurityConfiguration!Realm!AuthenticationProvider "domain1!myrealm!Provider" as obj7
    2010-08-17 13:57:38,032 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - set obj7 attribute UseRetrievedUserNameAsPrincipal to "true"
    2010-08-17 13:57:38,036 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj7 attribute UseRetrievedUserNameAsPrincipal to "true"
    2010-08-17 13:57:38,037 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - create Server!ServerDiagnosticConfig "AdminServer!AdminServer" as obj8
    2010-08-17 13:57:38,055 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Server!ServerDiagnosticConfig "AdminServer!AdminServer" as obj8
    2010-08-17 13:57:38,067 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - set obj8 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,071 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj8 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,072 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - create Server!ServerDiagnosticConfig "bam_server1!bam_server1" as obj9
    2010-08-17 13:57:38,075 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Server!ServerDiagnosticConfig "bam_server1!bam_server1" as obj9
    2010-08-17 13:57:38,076 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - set obj9 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,079 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj9 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,081 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - create Server!ServerDiagnosticConfig "osb_server1!osb_server1" as obj10
    2010-08-17 13:57:38,084 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Server!ServerDiagnosticConfig "osb_server1!osb_server1" as obj10
    2010-08-17 13:57:38,085 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - set obj10 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,088 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj10 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,089 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - create Server!ServerDiagnosticConfig "soa_server1!soa_server1" as obj11
    2010-08-17 13:57:38,093 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Server!ServerDiagnosticConfig "soa_server1!soa_server1" as obj11
    2010-08-17 13:57:38,094 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - set obj11 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,097 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj11 attribute DiagnosticContextEnabled to "true"
    2010-08-17 13:57:38,239 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find AppDeployment "XBus Kernel" as obj12
    2010-08-17 13:57:38,242 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find AppDeployment "XBus Kernel" as obj12
    2010-08-17 13:57:38,257 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Cluster "AdminServer" as obj13
    2010-08-17 13:57:38,260 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - fail: find Cluster "AdminServer" as obj13
    2010-08-17 13:57:38,261 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "AdminServer" as obj13
    2010-08-17 13:57:38,266 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "AdminServer" as obj13
    2010-08-17 13:57:38,266 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Cluster "osb_server1" as obj14
    2010-08-17 13:57:38,269 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - fail: find Cluster "osb_server1" as obj14
    2010-08-17 13:57:38,269 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "osb_server1" as obj14
    2010-08-17 13:57:38,273 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "osb_server1" as obj14
    2010-08-17 13:57:38,276 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - assign AppDeployment.SubDeployment "FTP Transport Provider.ftp_transport.jar" to Target "osb_server1"
    2010-08-17 13:57:38,342 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: assign AppDeployment.SubDeployment "FTP Transport Provider.ftp_transport.jar" to Target "osb_server1"
    2010-08-17 13:57:38,342 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - assign AppDeployment.SubDeployment "SFTP Transport Provider.sftp_transport.jar" to Target "osb_server1"
    2010-08-17 13:57:38,344 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: assign AppDeployment.SubDeployment "SFTP Transport Provider.sftp_transport.jar" to Target "osb_server1"
    2010-08-17 13:57:38,344 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - assign AppDeployment.SubDeployment "Email Transport Provider.emailtransport.jar" to Target "osb_server1"
    2010-08-17 13:57:38,346 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: assign AppDeployment.SubDeployment "Email Transport Provider.emailtransport.jar" to Target "osb_server1"
    2010-08-17 13:57:38,346 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - assign AppDeployment.SubDeployment "File Transport Provider.filepoll.jar" to Target "osb_server1"
    2010-08-17 13:57:38,348 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: assign AppDeployment.SubDeployment "File Transport Provider.filepoll.jar" to Target "osb_server1"
    2010-08-17 13:57:38,635 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "AdminServer" as obj15
    2010-08-17 13:57:38,640 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "AdminServer" as obj15
    2010-08-17 13:57:38,640 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "bam_server1" as obj16
    2010-08-17 13:57:38,645 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "bam_server1" as obj16
    2010-08-17 13:57:38,646 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "osb_server1" as obj17
    2010-08-17 13:57:38,650 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "osb_server1" as obj17
    2010-08-17 13:57:38,650 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - find Server "soa_server1" as obj18
    2010-08-17 13:57:38,654 INFO [Thread-16] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "soa_server1" as obj18
    2010-08-17 13:58:26,786 WARN [Thread-16] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:CredentialEncrypted on type:class com.oracle.cie.domain.xml.configxb.impl.DefaultAuthenticatorTypeImpl
    2010-08-17 13:58:26,786 WARN [Thread-16] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:CredentialEncrypted on type:class com.oracle.cie.domain.xml.configxb.impl.DefaultIdentityAsserterTypeImpl
    2010-08-17 13:58:29,507 INFO [Thread-16] com.oracle.cie.domain.DomainRegistryWrapper - need to initialize domainRegistrydocument object
    2010-08-17 13:58:29,515 INFO [Thread-16] com.oracle.cie.domain.DomainGenerator - Domain Generation Successful!

  • Problem Deploying a JDeveloper SOA Application (Task details application)

    Hi, I am unable to access Taskdetails through worklist application
    I was able to deploy the sample composite for VacationRequest on soa server, and the same is visible in Oracle BPM worklist, but when the taskflow application for human task for the same is deployed on soa server following error is shown on server logs
    Access to internal workflow context is denied.
    Requested access to internal workflow context is not allowed according to security policy.
    Ensure that correct security policy is used. If the error persists, contact Oracle Support Services. at oracle.bpel.services.workflow.verification.impl.VerificationService.createTaskDisplayInternalWorkflowContext(VerificationService.java:1007) at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread$1.run(TaskFlowDeployerThread.java:318) at java.security.AccessController.doPrivileged(Native Method) at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.getInternalWorkflowContext(TaskFlowDeployerThread.java:311) at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:232)... 2 more
    Caused by: java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission VerificationService.createInternalWorkflowContext) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
    Similar error is displayed on SOA server startup
    The Taskflow application gets deployed, but when we click on the task in tasklist its displays message
    ‘Details not available for this task’.
    I had also checked the system-jazn-data.xml file located at <MIDDLEWARE_HOME>user_projects\domains\SOADomain\config\fmwconfig
    which contains following grant entries for bpm-services.jar
    <permission>
    <class>oracle.security.jps.JpsPermission</class>
    <name>VerificationService.createInternalWorkflowContext</name>
    </permission>
    The problem seems to be due to some policy setting, Appreciate your help on the same
    Technologies used:
    Oracle SOA Suite 11g Release 1 (11.1.1)
    Jdeveloper:
    Studio Edition Version 11.1.1.1.0 Build JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407

    hari wrote:
    My question is does a desktop application need an application server as well if it's using adf? In other words, I'd like to create an application in jdeveloper that I can deploy as a simple executable jar file and send to a user for them to use on their desktop, is this possible? Is web logic required to run on that other users desktop?The answer to your question is No. You don't need an application server to run a Java client ADF application. You should be able to execute the application packaged on the jar file as is. I haven't developed myself anything like it, but as long as your necessary ADF libraries are accessible you shouldn't have any problems running it.
    hari wrote:
    I've tried doing this using a "Java Desktop Application (adf)" which creates two projects one for the model and one for the view controller. I created a simple prototype form that connects to my database and everything looks great when I hit the green play button. However when I try and deploy it as an executable jar with the entry point being the one and only form I can't run it. A jar file is created and it says its an executable jar file but when I double click it, the OS simply beeps (I'm using Windows XP).
    You won't be able to run the jar file that way - unless you package a manifest file with it and set its Main-Class attribute to point to your class containing the main() method. Try instead executing java -jar yourJarFile.jar from the command line.

  • Get Realm Jdeveloper Soa 11g PS3

    Hi
    I've a problem with jdeveloper authentication with a Oracle SOA 11g PS3.
    I've successfully installed the DemoSeed Community into the server, i've checked into "secutiry realm->myrealm->users and groups" and i found all the seed users.
    During the developing of a simple BPM composite with a Human Task, i try to edit the Roles tab into the Organization function and ad a new role "Productor" but when i've tried to associate Members to this new role jdeveloper does not show any realm or any user form the "Identity Lookup" pop-up window.
    I've checked the server log and found an exception referenced to this case, the exception was:
    <OWS-04086> <oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved.
    at oracle.integration.platform.common.InterceptorChainImpl.createPolicyEnforcementException(InterceptorChainImpl.java:282)
    at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:128)
    at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:235)
    at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:155)
    at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:563)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:921)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:230)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:192)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:459)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    <Feb 22, 2011 11:55:07 AM CET> <Error> <oracle.webservices.service>
    <OWS-04086> <oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved.
    at oracle.integration.platform.common.InterceptorChainImpl.createPolicyEnforcementException(InterceptorChainImpl.java:282)
    at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:128)
    at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:235)
    at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:155)
    at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:563)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:921)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:230)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:192)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:459)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    <Feb 22, 2011 11:55:07 AM CET> <Error> <oracle.webservices.service>
    <OWS-04115> <An error occurred for port:
    {http://xmlns.oracle.com/bpel/services/IdentityService}IdentityConfigServicePort:
    oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid:WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved. .>
    <Feb 22, 2011 11:55:07 AM CET> <Error> <oracle.webservices.service>
    <OWS-04115> <An error occurred for port:{http://xmlns.oracle.com/bpel/services/IdentityService}IdentityConfigServicePort:
    oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid:WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved. .>
    <Feb 22, 2011 11:55:07 AM CET> <Error> <oracle.webservices.service>
    <OWS-04086> <oracle.fabric.common.PolicyEnforcementException: PolicySet
    Invalid: WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved.
    at oracle.integration.platform.common.InterceptorChainImpl.createPolicyEnforcementException(InterceptorChainImpl.java:282)
    at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:128)
    at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:235)
    at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:155)
    at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:563)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:921)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:230)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:192)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:459)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    <Feb 22, 2011 11:55:07 AM CET> <Error> <oracle.webservices.service>
    <OWS-04115> <An error occurred for port:{http://xmlns.oracle.com/bpel/services/IdentityService}IdentityConfigServicePort:
    oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid:WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved. .>
    <Feb 22, 2011 11:55:07 AM CET> <Error> <oracle.webservices.service>
    <OWS-04086> <oracle.fabric.common.PolicyEnforcementException: PolicySet
    Invalid: WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved.
    at oracle.integration.platform.common.InterceptorChainImpl.createPolicyEnforcementException(InterceptorChainImpl.java:282)
    at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:128)
    at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:235)
    at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:155)
    at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:563)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:921)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:230)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:192)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:459)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    <Feb 22, 2011 11:55:07 AM CET> <Error> <oracle.webservices.service>
    <OWS-04115> <An error occurred for port: {http://xmlns.oracle.com/bpel/services/IdentityService}IdentityConfigServicePort:
    oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy referenced by URI
    "oracle/no_authentication_service_policy" could not be retrieved. .>
    I've configured 2 different application server connection, one to the admin server and one to the managed server, but both of them gave me that error.
    During my searches for an answer i've found a Oracle Documentation PDF which reports a SOAP endpoint for this IdentityService (the url of the soap endpoint is http://hostname:port/integration/services/IdentityService/configuration?WSDL ) but when i invoked it using the IdentityConfigServicePort and the operation "getConfiguration" i got this error:
    <env:Fault xmlns:owspe="http://schemas.oracle.com/ws/policy-enforcement-2007-06">
    <faultcode>owspe:PolicyAccess</faultcode>
    <faultstring>PolicySet Invalid: WSM-06102 PolicyReference The policy referenced by URI "oracle/no_authentication_service_policy" could not be retrieved. </faultstring>
    <faultactor/>
    </env:Fault>
    I've searched this policy all over the web but i wasn't able to find any clue to solve my problem
    Thanks in advice
    Stefano

    Stefano,
    You may have better luck asking on one of the SOA Suite forums.
    Best,
    John

  • JDeveloper SOA Suite App Server connection issue

    I am having an issue in JDeveloper connecting to SOA Suite deployed on an Amazon EC2 instance. From the application server tab, I can successfully create a new app server connection to SOA Suite (all 9 tests in the "Test Connection" run successfully). However, after that when I try to expand the SOA folder under the app server tab, I get a "javax.naming.CommunicationException", shown below. All the other folders (Clusters, Servers, Deployments, Web Services) expand and show the proper information without error.
    One thing I notice is that an explicit IP of 10.80.47.145 using T3 protocol is listed in the error, as opposed to the host name of the Amazon EC2 instance over http. But I am not sure how to change that in JDeveloper's configuration for the app server. And it doesn't make sense why that is the only folder that errors out.
    Thanks in advance for any help.
    Jim.
    JDeveloper Studio Edition Version 11.1.1.4.0
    Enterprise Manager Version     11.1.1.4.0
    javax.naming.NamingException: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination] [Root exception is java.lang.RuntimeException: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]]
         at oracle.tip.tools.ide.fabric.asbrowser.SOAServerProvider.listBindingsImpl(SOAServerProvider.java:35)
         at oracle.rc.asadapter.context.spi.AbstractContextProvider.listBindings(AbstractContextProvider.java:133)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport$3.method(DefaultMutableAppServerContext.java:384)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport$MethodCall.invoke(DefaultMutableAppServerContext.java:421)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport.listBindings(DefaultMutableAppServerContext.java:381)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport.access$500(DefaultMutableAppServerContext.java:314)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext.localListBindings(DefaultMutableAppServerContext.java:207)
         at oracle.rc.asadapter.context.spi.AbstractEventDirContext.listBindings(AbstractEventDirContext.java:185)
         at oracle.adf.rc.spi.jndi.AbstractDirContext.listBindings(AbstractDirContext.java:214)
         at oracle.rc.asadapter.context.spi.DefaultAppServerManageableContext.getManageables(DefaultAppServerManageableContext.java:58)
         at oracle.jdeveloper.asnav.nodes.DefaultManageableFolder.loadChildren(DefaultManageableFolder.java:327)
         at oracle.jdeveloper.asnav.nodes.DefaultManageableFolder$4.run(DefaultManageableFolder.java:288)
    Caused by: java.lang.RuntimeException: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:89)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.<init>(WeblogicSOAServer.java:68)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listWeblogicSOAServers(ASBrowserHelper.java:266)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listSOAServers(ASBrowserHelper.java:199)
         at oracle.tip.tools.ide.fabric.asbrowser.SOAServerProvider.listUserObjects(SOAServerProvider.java:54)
         at oracle.tip.tools.ide.fabric.asbrowser.SOAServerProvider.listBindingsImpl(SOAServerProvider.java:21)
         ... 11 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at oracle.soa.management.internal.facade.ServerManagerImpl.<init>(ServerManagerImpl.java:76)
         at oracle.soa.management.internal.facade.ServerManagerFactoryImpl.createServerManager(ServerManagerFactoryImpl.java:28)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:85)
         ... 16 more
    Caused by: java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
         ... 26 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         ... 29 more

    We are having the same issue here. We have added an SSL certificate to our soa server, and now when we connect with JDEV 11.1.1.4 it gives us this error. Those that are on 11.1.1.3 have imported the certificate to their keystore in JDEV and it works fine for them, but for those of us on 11.1.1.4, we still receive the same error.
    Thanks,
    Mike

  • JDeveloper SOA Expression Builder

    Hi
    I am not sure if this is the appropiate forum for this question or not but its the only forum related to JDeveloper.
    I am using JDeveloper 11.1.1.5.0 with the soa extension pack installed. When I access the Expression Builder from an assign activity, it takes at least a minute
    for the expression part of the windows to return and become editable. This is true regardless of whether it is a new expression I am creating or editing an
    existing expression.
    JDeveloper is installed on windows 7 64-bit edition and is configured to use 64-bit Java. Below are the options that are turned on from ide.conf
    AddVMOption -Xmx4000M
    AddVMOption -Xms1024M
    AddVMOption -Xverify:none
    and below are the options for jdev.conf
    AddVMOption -XX:MaxPermSize=768M
    AddVMOption -Xbootclasspath/p:../lib/lwawt.jar
    AddVMOption -Dsun.awt.keepWorkingSetOnMinimize=true
    AddVMOption -Dsun.java2d.noddraw=true
    AddVMOption -XX:+HeapDumpOnOutOfMemoryError
    AddVMOption -Doracle.jdeveloper.webservice.showAllOwsmPolicyTypes=false
    AddVMOption -Doracle.jdeveloper.webservice.hidePropertyOverride=false
    AddVMOption -Dsun.awt.disablegrab=true
    AddVMOption -XX:+UseCompressedOops
    Thanks
    Damien

    Hi,
    this part of the product is added as an extension by the SOA team. I suggest to try the SOA forum SOA Suite to see if someone ran into the same issue
    Frank

  • Approval Workflow deploy in Jdeveloper - SOA Server not showing up in list

    Trying to deploy an OIM approval workflow. Added my weblogic server, and tried to deploy. When it comes to selecting a SOA server, no soa servers show up in the list. Any ideas? Thanks.

    For sca deploy are you need to specify few other properties; are you putting those correctly?
    <ant antfile="${oracle.home}/bin/ant-sca-deploy.xml">
        <property name="serverURL" value="?" />
        <property name="sarLocation" value="?" />
        <property name="overwrite" value="?" />
        <property name="user" value="?" />
        <property name="password" value="?" />
        <property name="partition" value="?" />
    </ant>HTH,
    BB

  • Not able to edit JCA Adapter, with import "SOA ARCHIVE INTO SOA PROJECT"

    Hi
    i took one of my project composite from server EM and i exported it with option "with all changes after deployemnt"
    and once i import that SOA Project, with option SOA ARCHIEVE INTO SOA PROJECT, im not able to edit any of the JCA adapter inside the project.
    I have tried by restarting my jdev
    Please someone help me
    Thanks in advance
    Sujan

    Hi,
    I've never used that option, but I know that is normally used to do customization... If you have "import for customization" checked, it will only let you edit what's been set to customizable...
    Hope this helps...
    Cheers,
    Vlad

  • OIM 11g SOA archive

    We recently discovered that approver information is only kept in soainfra tables and not in OIM request tables. For example, I use the following query to get the specific approver for a request:
    select
    req.request_id,
    usr.usr_login Beneficiary,
    wfassign.assignee,
    rbe.rbe_entity_name,
    req.request_model_name,
    wfprod.outcome,
    wfprod.username Approved_Rejected_By,
    req.request_creation_date,
    req.request_status
    from
    lab_oim.request req,lab_oim.request_approvals,lab_oim.request_beneficiary rb,lab_oim.request_beneficiary_entities rbe,
    lab_soainfra.wfproductivity_view wfprod,
    lab_soainfra.wfassignee wfassign, lab_oim.usr usr
    where
    usr.usr_key = rb.beneficiary_key
    and req.request_key = wfprod.identificationkey
    and wfprod.taskid = wfassign.taskid
    and req.request_key = rb.request_key
    and req.request_key = request_approvals.request_approvals_key(+)
    and req.request_key = rbe.rbe_request_key
    and req.request_creation_date >= to_date('02/11/2013 09:30:00','MM/dd/yyyy HH24:MI:SS')
    order by req.request_id
    We also need to archive this information but it appears that oim_request_archival only archives the OIM request tables and not anything from soainfra.
    Do we need to develop a custom archiving solution to include the soainfra tables?
    This seems to be a big hole in the archiving tool because SOX audits require information about the specific person who approved the request.

    Weblogic username and password

  • Error while registering ESB using Jdeveloper , SOA SUITE,XE on XP

    I get the following error while registering the ESB.
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-08T15:48:18.940-05:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>usolpathak</HOST_ID>
    <HOST_NWADDR>10.100.3.47</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>15</THREAD_ID>
    <USER_ID>apathak</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.100.3.47:97616:1210277752560:1348</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Pinging URL "http://null:null/esb/ESBConsoleMain.html" to test completion of application server startup</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>

    Hi,
    The ESB server tests its connection to the ESB console at startup. If you look at the MSG_TEXT, you will see the hostname and port of the URL the ESB server is using are both set to null. I haven't seen this before, but it looks like your installation isn't quite right.
    Does the BPEL server work or the Application Server console ?
    Regards,
    Ben

  • How to set debug mode in jdeveloper for SOA Suite

    Hello,
    Is possible to use jdeveloper, soa suite and debug mode? I can debug my web application with oc4j embendded server. But when i want to deploy on oracle application server and debug, doesnt work.
    How can i fix that?
    I saw that tutorials for jdeveloper and weblogic server, but not for oracle server.

    see :
    http://weblogs.asp.net/gsusx/archive/2006/06/01/WS_2D00_Addressing-interoperability-between-Oracle-BPEL-Process-Manager-and-Microsoft-Windows-Communication-Foundation.aspx
    http://dlimiter.wordpress.com/2009/11/16/manipulating-ws-addressing-headers-in-oracle-bpel/
    on how to populate the ws-addressing elements yourself
    basically you need to add the ws-addressing xsd, create a new variable of it, populate the elements and add it to your partnerlink

  • Simple java archive type deployment is invalid in Jdeveloper  9031

    Hi All,
    If I choose a Simple Java archive type of deployment of a jsp tag lib project in Jdeveloper the archive does not include the directory layout recursively. Ex. I get this.
    c:\> jar tvf test.jar
    64 Sat Jan 01 23:53:48 PST 2000 META-INF/MANIFEST.MF
    1300 Sat Jan 01 23:53:48 PST 2000 META-INF/autodate.tld
    5772 Sat Jan 01 23:53:48 PST 2000 test/autodate.class
    Where if I do it the archiving from the comman line. i.e
    c:\> jar cvf test.jar META-INF test
    I get
    0 Wed Feb 26 20:52:42 PST 2003 META-INF/
    68 Wed Feb 26 20:52:42 PST 2003 META-INF/MANIFEST.MF
    1300 Wed Feb 26 20:12:42 PST 2003 META-INF/autodate.tld
    0 Wed Feb 26 20:12:42 PST 2003 test/
    5772 Wed Feb 26 20:12:42 PST 2003 test/autodate.class
    The latter is a valid archive that I can use for taglib deployment. The former, i.e the Jdev deployed archive does not work. The jsp does not find the tag library.
    What is the archiving tool that jdeveloper uses??
    Why is it different from doing a command line archive??
    Is there anyway I can instruct the deployment tool to include the directory tree in the archive??
    - Manish

    Hi Lynn,
    The Archive looks exactly the same and the jsp fails to find the tld from the classpath.
    64 Fri Apr 04 13:53:48 PST 2000 META-INF/MANIFEST.MF
    1300 Fri Apr 04 13:36:48 PST 2000 META-INF/autodate.tld
    5772 Fri Apr 04 13:42:48 PST 2000 test/autodate.class
    Note, this is a problem only when using the Tag lib autodiscovery mechanism of JSP 1.2 where the tld can exist anywhere in the classpath under META-INF and the path is not explicitly specified in the jsp.
    - Manish
    - Manish

  • How to import existing BPM project in jDeveloper

    Hi,
    I am new to oracle BPM.
    I have imported oracle BPM+SOA project in jedeveloper using (file->import->soa archive into soa project). I am able to see SOA composite in jdeveloper but not BPM processes. instead of BPM process it showing "unknown project object"
    I have also used other way like unzip jar file and copy paste all files from jar to jedeveloper project but no use.
    Restarted jdeveloper but still showing error.
    please help me.

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • SOA Bundle deployment

    Hi,
    I followed the instructions in http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#CACFEAJJ to deploy shared metadata, i.e. I created a JAR File deployment profile on my SOA Project with the xsd that I wanted to share and then a SOA Bundle deployment profile on the application with a dependency to the Jar File deployment profile. I was then able to deploy it to our development server from jdeveloper using the "Deploy to Application Server" option, and everything went fine, the xsd are on the MDS and other composites are able to reference them.
    However now I'm trying to deploy it using the enterprise manager, I generated the .zip using the same deployment profile, but the enterprise manager says "Failed to retrieve the composite details from the archive. Invalid SOA archive file.", which makes sense because there's no composite in the .zip only the metadata that I want to share. What's the correct way of doing it?
    JDeveloper and the SOA Suite are both 11.1.1.3.
    thanks in advance,
    Diogo Henriques
    Edited by: Diogo Henriques on Dec 23, 2010 8:49 PM

    Enterprise manager currently is looking for composite in zip file, ideally this should not be the case.
    Use JDEV or WLST sca_deployComposite command(for production env) to deploy soabundle.

Maybe you are looking for

  • This is making my head spin...  Please help!

    I've been an Apple convert for a little over a year now and I love the devices and the simplicity of the apps...  Until now.  It seems that some things just aren't a intuitive as they appear.  I was unable to find an answer to my multi-pointed questi

  • Screen Pop a View in New Query Mode

    I am doing a Siebel screen pop customization and am having trouble figuring out how to open my desired view in query mode when the call comes in. I have specified my BusComp and BusObj as well as my SingleView in the custom EventResponse but am not s

  • Geotagging with Google plugin.  Does it work?

    I've just bought a little gps receiver, and I'm trying to geotag some pix. I've loaded up the Google LR geotagger plugin (http://code.google.com/p/geotag-lightroom-plugin/), and I have a gpx file with the coordinates. I tell it to geotag the photos,

  • TABSTRIP Control - Input event

    Hi, I'm quite naive to GUI based programming. My question reg. Tabstrip control is, <i>'Does selecting a Tab trigger the PAI modules?'</i>.  It doesn't seem to and the Active Tab, value is not stored correctly in the Global variables (I used wizard t

  • Informatica Parameter Name in text file

    Hello All, We have a mapping variable $$LAST_EXPRACT_DATE and set it as SETMAXVARIABLE($$LAST_EXTRACT_DATE,TIME_ID), it's working fine and having max value in $$LAST_EXTRACT_DATE variable. Now we want to generate parameter file like $$LAST_EXTRACT_DA