Deploy task form without jdeveloper ?

i'm using soa suite 10.1.3.1
my question is how to deploy task form without using jdeveloper ?

There are multiple options
Human tasks are compiled into .ear files.
1. take .ear file (generated after compiling your project) and deploy using EM console
2. you can use admin_client utility (which comes with installation) to deploy human task .ear file
3. even you can use ant to deploy
Thanks,
Praveen

Similar Messages

  • Wbe deployment of forms without JInitiator

    Hi,
    Can anyone please send me the document that explains how to run
    Oracle Developer 6.0 Applications in IE 6.0., without JInitiator.
    at [email protected]
    If that also has a sample html page that would be great
    Regards
    Sumita

    Duplicate post - please see Web deployment of forms without JInitiator

  • Deploy Task form for Human Task gives Exception

    Hi,
    I created a simple asynchronous process having just a human task to test the features of JDeveloper.
    This project compiled successfully.However at the time of deployment I am facing a java.lang.SecurityException.
    I am using :
    JDeveloper :10.1.3.4
    Ant Build O/p:
    Buildfile: E:\BPEL\Examples\handson\SampleHumanTask\build.xml
    [java] Java Result: 1
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/E:/BPEL/Installables/JDeveloper/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process SampleHumanTask on localhost, port 8888
    [deployProcess] Deploying process E:\BPEL\Examples\handson\SampleHumanTask\output\bpel_SampleHumanTask_1.0.jar
    [deployProcess] Successfully deployed the process "SampleHumanTask" on server "localhost" and port "8888"
    deployTaskForm:
    [echo]
    | Deploying workflow form for SampleHumanTask on localhost, port 8888
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Application Deployer for default_SampleHumanTask_1_0_Approver STARTS.
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Copy the archive to E:\BPEL\Installables\OracleAS_1\j2ee\home\applications\default_SampleHumanTask_1_0_Approver.ear
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Initialize E:\BPEL\Installables\OracleAS_1\j2ee\home\applications\default_SampleHumanTask_1_0_Approver.ear begins...
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Unpacking default_SampleHumanTask_1_0_Approver.ear
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Done unpacking default_SampleHumanTask_1_0_Approver.ear
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Done unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Initialize E:\BPEL\Installables\OracleAS_1\j2ee\home\applications\default_SampleHumanTask_1_0_Approver.ear ends...
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Starting application : default_SampleHumanTask_1_0_Approver
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Initializing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Initializing EJB container
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Loading connector(s)
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Starting up resource adapters
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Initializing EJB sessions
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Committing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Initialize workflowform begins...
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Initialize workflowform ends...
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Started application : default_SampleHumanTask_1_0_Approver
    [deployTaskForm]
    [deployTaskForm] 08/09/16 09:45:54 Notification ==>Application Deployer for default_SampleHumanTask_1_0_Approver COMPLETES. Operation time: 188 msecs
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] BindWebApp error: javax.management.ReflectionException
    [deployTaskForm]
    BUILD FAILED
    E:\BPEL\Examples\handson\SampleHumanTask\build.xml:97: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
    at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:868)
    at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:141)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:818)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:578)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:849)
    at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:875)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 17 seconds
    Can anybody point out where I am going wrong?
    Thanks
    Dileep

    Hi,
    I tried that but did not work.
    Build.properties file:
    platform = ias_10g
    hostname = localhost
    http.hostname = localhost
    http.port = 8888
    cluster = false
    oc4jinstancename = home
    j2ee.hostname = localhost
    rmi.port = 12401
    opmn.requestport = 6003
    admin.user = oc4jadmin
    admin.password = welcome1
    jndi.user = ${admin.user}
    jndi.password = ${admin.password}
    asinstancename =
    domain = default
    rev = 2.0
    verbose = false
    apps = E:/BPEL/Installables/OracleAS_1/j2ee/home/applications
    default-web-app.dir = E:/BPEL/Installables/OracleAS_1/j2ee/home/applications/../default-web-app
    bpeltest.minCoverage = 100%
    bpeltest.timeout = 90
    bpeltest.numWorkers = 1
    bpeltest.package =
    bpeltest.results.dir = ${default-web-app.dir}${file.separator}results
    bpel.version = 10.1.3.1.0
    bpel.build = PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    bpel.home = E:/BPEL/Installables/OracleAS_1/bpel
    oracle.home = E:/BPEL/Installables/OracleAS_1/bpel/..
    j2ee.home = E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home
    jndi.url = opmn:ormi://HTIPL-40130:6003:home
    jndi.InitialContextFactory = com.evermind.server.rmi.RMIInitialContextFactory
    soapServerUrl = http://LOCALHOST:8888
    client.classpath = E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/oc4jclient.jar;E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/../../lib/xml.jar;E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/rmic.jar;E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/../../lib/dms.jar;E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/oc4j.jar;E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/lib/jmxri.jar;E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/lib/javax77.jar;E:/BPEL/Installables/OracleAS_1/bpel/../j2ee/home/admin_client.jar;E:/BPEL/Installables/OracleAS_1/bpel/lib/orabpel.jar;E:/BPEL/Installables/OracleAS_1/bpel/lib/orabpel-common.jar;E:/BPEL/Installables/OracleAS_1/bpel/lib/orabpel-thirdparty.jar
    Is there some other thing I should take care of?
    Thanks
    Dileep
    Edited by: user10230482 on Sep 18, 2008 1:44 AM

  • Error deploying task form - java.lang.ClassNotFoundException

    Hello,
    I' am trying to deploy a task form to my soa server (JDeveloper 11.1.1, WebLogic Server 10.3.1, SOA Suite 11.1.1) and get the following error message:
    [05:05:26 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application MyTask on soa_server1.: Failed to load webapp: 'MyTask.war'.
    [05:05:26 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'MyTask.war'
    [05:05:26 PM] Caused by: java.lang.ClassNotFoundException: oracle.bpel.services.workflow.client.worklist.servlet.IntegrateTaskFlowWithTask
    [05:05:26 PM] See server logs or server console for more details.
    [05:05:26 PM] weblogic.application.ModuleException: Failed to load webapp: 'MyTask.war'
    I've already tried to set the classpath for "bpm-services.jar" in "setDomainEnv.cmd", but afterwards I couldn't deploy the whole soa-infra.
    Does anybody have an idea?
    Thank's a lot.

    Hi,
    The two projects are part of same application right.
    In your application navigator, you will be seeing those two projects. But there will be a drop down in the application navigator to select/open different applications.
    You have right click on that application name. You will get a deploy option. Deploy it now. The thing is, task form app is a EAR application. You will get EAR option only from Application level not from Project level.
    Application 1
    +
    +
    ----> CompositeProject
    -----> TaskformProject
    You should deploy the Application to deploy the task form. To deploy the composite, deploy the composite. No need to deploy the Taskform project seperately.
    Edited by: Baskar Mookkan on Sep 9, 2009 5:54 PM

  • Auto-Generate Task Form in Jdeveloper 11.1.1.4.0

    Greetings!
    I am studying SOA Suite from some books like "WS-BPEL 2.0 for SOA Composite Applications with Oracle SOA Suite 11g" and "Getting Started with Oracle SOA Suite 11g R1 – A Hands-On Tutorial". These books say that in order to generate a task form using a human task in Bpel you have to right click the human task and should appear a menu option called "Auto-generate Task Form" however this option doesn't show up in my Jdeveloper. Anybody kwnows why?
    I am using Jdeveloper 11.1.1.4 with SOA Composite Editor     11.1.1.4.0.56.82.
    My platform is Windows 7 Professional 64 bits.
    Any help would be appreciated
    Thanks!
    Ramiro Ortiz

    Hi Ramiro
    In JDeveloper, on left side, in Application Navigator tab, select and double clikck your .task file. On right side, in the central window, you will see that Task Details in different tabs. Like on right side, you will see General, Data like. On right side, at the TOP of the central window, there will be a drop down box. Just click on that drop down box, you should see an option like Create or Generate Form something like that. You select that, and it will open a dialog to select a new Project. There give a new Project Name instead of selecting the existing project. Enter the new project name and it will generate the taskDetails.jsp with all other files in that new project.
    If you do not see this option to auto generate form, in the central window. Since you already created human task, I am assuming you updated your JDeveloper with 2 Plugins from help -> Update menu like for SOA Composite Editor and BPM Editor (BPM Only if you want BPM specific stuff).
    Thanks
    Ravi Jegga

  • Deploy 9i Forms without Application Server ?

    I wonder, whether I could deploy a Forms 9i Application without the use of the Application Server. Can anybody tell me, whether it is necessary to purchase any Oracle 9i Application Server licences, just because I want to deploy a simple Forms 9i application ?
    - Markus

    I am developing forms 9i and reports 9i applications WITHOUT APPLICATION SERVER. I HAVE ONLY DEVELOPER SUITE 9i.
    I have installed Dev suite 9i on middle tier. Forms services and Reports services are installed with Dev suite 9i.
    I develop applications on my desktop and Install them on client machines where no Dev suite or AS installed.
    Please mention what is the trouble you are having and I might serve you, if you are having the same problem that I HAD.
    Prasad.

  • SPD Workflow consolidate comments displays as blank/empty task form and also comments not getting saved

    Hi,
    I have SharePoint 2010 designer workflow in SP 2013. 
    I have task approval process activity / custom task process activity. Once task opened in browser, it does not show consolidated comments as well as response comments didnt saved  though task marks as 'Complete' after mark it as Approve.
    This is appearing for OOB xsn task form without customization and does not have clue what is problem in fetching data.
    Kindly provide suggestions or troubleshooting steps if have any idea.

    You should first start by formatting the code before
    posting. I lost my interest as I browsed thorugh the
    code.
    Read here -
    http://forum.java.sun.com/help.jspa?sec=formatting
    ...and its way too much code to expect anyone to read. Post a short excerpt of the part you are having trouble with.

  • Human Task form deployment issue

    Dear Experts,
    How to deploy Human Task form WAR file to the BPEL OC4J container through SOA em console. I have viewed through em console but i cant see any option for (war or ear ) work flow deployment. Please suggest.
    Thanks
    Rajesh A

    That i understood, depends upon client's request we are going to deploy. But i'm concerning my case here. To run a sample application whether it is enough to deploy both bpel process & Human task work floe form from JDeveloper or I have to use SOA server suite.
    Even I'm trying to deploy the whole Bpel process (includes both process & form) from JDeveloper to BPEL PM Server. I am getting following errors.
    | Deploying bpel process VR on anne, port 9700
    [deployProcess] Deploying process E:\jdev\work\VR\output\bpel_VR_1.0.jar
    [deployProcess] Successfully deployed the process "VR" on server "anne" and port "9700"
    deployTaskForm:
    [echo]
    | Deploying workflow form for VR on anne, port 9700
    [deployTaskForm] Exception occurred during event dispatching:
    [deployTaskForm] java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
    [deployTaskForm]      at java.awt.Dialog$1.run(Dialog.java:515)
    [deployTaskForm]      at java.awt.Dialog.show(Dialog.java:536)
    [deployTaskForm]      at java.awt.Component.show(Component.java:1300)
    [deployTaskForm]      at java.awt.Component.setVisible(Component.java:1253)
    [deployTaskForm]      at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    [deployTaskForm]      at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.reallyShowExceptionDialog(ExceptionDialog.java:306)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:229)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:323)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:342)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:355)
    [deployTaskForm]      at oracle.ide.cmd.OpenCommand.openWithNoProject(OpenCommand.java:281)
    [deployTaskForm]      at oracle.ide.cmd.OpenCommand.mav$openWithNoProject(OpenCommand.java:51)
    [deployTaskForm]      at oracle.ide.cmd.OpenCommand$1.run(OpenCommand.java:206)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] java.io.FileNotFoundException: E:\jdev\work\UserTasks\bpel\bpel\bpel.xml (The system cannot find the path specified)
    [deployTaskForm]      at java.io.FileInputStream.open(Native Method)
    [deployTaskForm]      at java.io.FileInputStream.<init>(FileInputStream.java:106)
    [deployTaskForm]      at java.io.FileInputStream.<init>(FileInputStream.java:66)
    [deployTaskForm]      at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
    [deployTaskForm]      at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
    [deployTaskForm]      at java.net.URL.openStream(URL.java:1007)
    [deployTaskForm]      at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2551)
    [deployTaskForm]      at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:285)
    [deployTaskForm]      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:260)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.ide.bpel.jdeveloper.JDevBPELProject.getDeploymentFile(JDevBPELProject.java:242)
    [deployTaskForm]      at oracle.tip.tools.ide.common.ide.bpel.BPELProjectUtil.setPartnerLinkWSDLLocations(BPELProjectUtil.java:636)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.ide.bpel.jdeveloper.JDevBPELProject.setPartnerLinkWSDLLocations(JDevBPELProject.java:354)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.addin.PMModel.createProcessFromDocument(PMModel.java:227)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.addin.JDevBPELEditor$4.run(JDevBPELEditor.java:394)
    [deployTaskForm]      at java.lang.Thread.run(Thread.java:595)

  • Deploying EBF with a Human Task and Task Forms usingAIA Deployment Plan

    Hi All,
    I have a set of composites for an invoice interface - File Adapter, Req ABCS, EBS, Prov ABCS, DB Adapter, Resp EBS and an EBF. If my invoice doesnt go through due to some validation errors, I let the user edit the invoice using a Human Task called from my EBF.
    When I deploy the EBF from the jdeveloper, it deploys the Task Form as well, and they get deployed correctly. For the test and production instances, we use AID scripts, and they work fine for all the AIA components. I am looking for suggestions on how to deploy the Task form (ADF) linked to the Human Task of an AIA component.
    Thanks for the help.
    Regards
    Anish.

    Anish,
    tasks forms are not really different from other applications when it comes to deployment via an AIA deployment plan. There are some examples available for this in FP's own deployment plan, e.g. like this:
    <Application name="ActorNotNull_FYINull"
    filelocation="${AIA_HOME}/Infrastructure/Install/applications/ActorNotNull_FYINull.ear"
    wlserver="fp" failonerror="false" action="deploy"/>
    So these task forms can simply be deployed like any other ear, you just need to explicitly call it out in the deployment plan.
    Gerhard

  • Task form deployment error

    when i try to deploy even with a simple payload task the apache ant shows that
    [deployTaskForm] BindWebApp error: javax.management.ReflectionException
    [deployTaskForm]
    BUILD FAILED
    F:\BpelApp\attachMail\build.xml:100: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:141)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:818)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:578)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:849)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:875)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    the process still get deployed and when i initiate an instance and open worklist to response the human task it says
    404 Not Found
    JSP Error:
    Request URI:/default/attachMail/1.0/testOrderApproval/testOrderApproval.jsp
    Exception:
    OracleJSP:java.io.FileNotFoundException: F:\BPEL\bpel\system\appserver\oc4j\j2ee\home\default-web-app\default\attachMail\1.0\testOrderApproval\testOrderApproval.jsp (The system cannot find the path specified)
    I've searched and find that it has a file at
    F:\BPEL\bpel\system\appserver\oc4j\j2ee\home\applications\default_attachMail_1_0_testOrderApproval\workflowform\testOrderApproval.jsp
    i'm using bpel designer 10.1.3.4(build 080718.0645) bpel pm10.1.3.1.0
    how to solve it.

    when i try to deploy even with a simple payload task the apache ant shows that
    [deployTaskForm] BindWebApp error: javax.management.ReflectionException
    [deployTaskForm]
    BUILD FAILED
    F:\BpelApp\attachMail\build.xml:100: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:141)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:818)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:578)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:849)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:875)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    the process still get deployed and when i initiate an instance and open worklist to response the human task it says
    404 Not Found
    JSP Error:
    Request URI:/default/attachMail/1.0/testOrderApproval/testOrderApproval.jsp
    Exception:
    OracleJSP:java.io.FileNotFoundException: F:\BPEL\bpel\system\appserver\oc4j\j2ee\home\default-web-app\default\attachMail\1.0\testOrderApproval\testOrderApproval.jsp (The system cannot find the path specified)
    I've searched and find that it has a file at
    F:\BPEL\bpel\system\appserver\oc4j\j2ee\home\applications\default_attachMail_1_0_testOrderApproval\workflowform\testOrderApproval.jsp
    i'm using bpel designer 10.1.3.4(build 080718.0645) bpel pm10.1.3.1.0
    how to solve it.

  • Instructions to deploy human task forms into production environments

    What is the easiest way to deploy BPEL human task forms into a production environment? Can we use ant? Where can I find the document?

    What do you mean by "a while"? I gave it quite a bit of time, at least 10 minutes. I'm not quite sure how to reference the different views, so we are talking about the same thing. So let me try to explain what I did.
    From the Console home I click on the project I am interested in which gets me to the
    project home with components listed (BPELProcess and Humantask) and instance IDs below. I click on the instance I want to see and get the
    Flow Trace page. I then click on the BPELProcess to get the
    Instance Detail page.
    The first time I went thru this sequence BPELProcess and Humantask where both "running" on the Flow Trace page and on the Instance Detail page I get what I expect "waiting for 'onTaskCompleted'
    After responding to the task:
    I get "Completed Successfully" for the BPELProcess on the Flow Trace page. Even after several minutes and starting up the console from the start again, when I went to the Instance Detail page it still showed "waiting for 'onTaskCompleted' both on the Audit tab and the Flow-Debug tab. The Instance Detail for the Humantask showed Intitated, Outcome Updated and Completed.
    Hope this is clearer.
    Interestingly enough, I just went back to be sure I was naming everything correctly for this reply and found that the BPELProcess detail for that same instance now shows detail to completion. Now this is a few hours later and the server has gone down and restarted 2 or 3 times with errors. I'll start another thread with the errors so any response doesn't get lost within human task.

  • Error while deploying to WebLogic from Jdeveloper 11.1.1.4

    Hello,
    For some reasons, suddenly Jdeveloper gives some problems when trying to deploy an application to the internal WebLogic. It used to deploy the app without any problems in the past. I must have done something wrong and I would like to know what it is happening other than a solution to the problem.
    [12:23:43 PM] Deploying Application...
    <9-mar-2011 12.23.47 CET> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Documents and Settings\me\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\MyApp\ViewControllerWebApp.war. Please make sure that the annotations are valid. The error is javax.faces.webapp.Faces>
    <9-mar-2011 12.23.47 CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1299669823346' for task '7'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'Myapp-ViewController-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'Myapp-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: javax.faces.webapp.Faces
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace

    I did not touch any jars. They should be in their place. What I see from the project properties is that JSF 1.2 libraries are attached as before..
    Any idea? I am stuck.
    Do anyone have any idea about this matter? I really don't know where to look at.
    Edited by: user10047839 on 9-mar-2011 6.51

  • How to edit task form generated from human task (.jspx)???

    I created simple SOA application with simple Human task (from this tutorial http://redstack.wordpress.com/2010/01/08/human-workflow-in-11g/ but it doesnt matter) in JDeveloper. Then I generated standard form from human task (Human task -> Auto-Generate Task Form).
    The question is, how to make own form? Not the generated default, but with my own logic...That form is jspx, not jsp, and thats the main problem, in this JDeveloper everything is a bit complicated.
    I tried delete whole generated content, and just import my created file.jsp into jspx like below, but without result. How to import jsp into jspx? I dont want to completely rewrite my existing jsp into jspx and copy it over default...
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:trh="http://myfaces.apache.org/trinidad/html"
    xmlns:wf="http://xmlns.oracle.com/bpel/workflow/workflow-taglib.tld"
    xmlns:wlc="http://xmlns.oracle.com/bpel/workflow/worklist">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    *<jsp:directive.include file="file.jsp"/>*
    </jsp:root>
    Edited by: [email protected] on 8.6.2010 9:47
    Edited by: [email protected] on 8.6.2010 9:47
    Edited by: [email protected] on 8.6.2010 9:48

    Hi,
    Try
    FacesContext context = FacesContext.getCurrentInstance();
    NavigationHandler handler = context.getApplication().getNavigationHandler();
    handler.handleNavigation(context, null, outcome);
    context.renderResponse();Regards,
    ~ Simon

  • Payload on Human Task and Task Form

    Hi all,
    I have implemented a simple BPM process on Oracle BPM 11g suite, that it calls a human task activity. The payload, for this activity, is a Data Object (related to external XSD) and it is editable via worklist. The user interface for this Human Task implementation is generated automatically through Auto-Generate actions without any customization.
    The application has been deployed successfully from JDev, but when I open the task by Workspace, I see all fields of payload in read-only mode, so I cannot edit nothing in the task form.
    Please let me know what could be the problem.
    Thanks,
    Paolo

    Are you using ps2 (11.1.1.3)? There was an issue where initiator human task activities that had parameters that were complex types needed to have the Data Object initialized via a script activity, or the fields could not be edited in the task from.
    There's an example of how to use the script in the SalesQuoteDemo. Basically you use the oraext:parseXML() function to create an initialized version of the Data Object and assign it to the Data Object in a script activity that's placed before the Initiator Human Activity. It can also be used to set defaults if needed. Here's a snippet of the expression from the SalesQuoteDemo.
    oraext:parseXML('<ns1:QuoteRequest xmlns:ns1="http://www.mycompany.com/ns/salesquote"><ns1:Summary>....</ns1:Summary<ns1:QuoteRequestStatus/></ns1:QuoteRequest>')

  • Managed Bean in Task Form

    Hi!Oracle Fusion Middleware 11.1.1.5.0, Oracle JDeveloper 11g.
    I post this thread in this section because of the type of project I am working in (SOA Application).
    I am trying to customize a BPEL Task Form.
    After I made a project using Fusion Web Application, I could confirm that the managed beans for some ADF Faces components were working and the form (an .jspx page that I would run on Integrated Web Logic Server) was functional.
    I made a project using SOA Application.
    I made a BPEL Process with a Human Tak and using the Launch Task Form Wizard I made a form.
    Then I started adding ADF Faces components that are using managed beans, just like in the other project.
    When I deploy the project, all the components using the beans just dont show up. If I dont use the components with the managed beans the form appears normally.
    Is there some additional requirement to make the bindings with the managed beans in the Task Form?
    To clarify the question below I have some printscreens:
    1. SelectOneChoice "Rubrica" component with value binding from the ActionListenerOK java class;
    http://i43.tinypic.com/x4j0ol.jpg
    2. Showing the Expression Builder for the above value binding;
    http://i42.tinypic.com/14mdxqq.jpg
    3. Method Expression Builder for a Button Component;
    http://i41.tinypic.com/2r38tw2.jpg
    4. The managed beans list for the form page;
    http://i41.tinypic.com/rbjqt2.jpg
    5. How the form appears when using the components with java bean bindings;
    http://i39.tinypic.com/34pghh0.jpg
    6. How the form appears when delete the components with tha java bindings;
    http://i41.tinypic.com/2mwwkuo.jpg

    &lt;af:outputText value="Authenticated User: #{securityContext.userName}" id="ot2"/>
    or via standard j2se apis (Subject.getSubject(..))
    hth clemens (http://blogs.oracle.com/soabpm)

Maybe you are looking for

  • Setting up a new server - terminology and set up

    I have a new mac OS X snow leopard mac mini server. The set up is a follows: The modem goes into the Time capsule router and from the time capsule there is the mac mini server and also a network printer. There are 4 other computers wirelessly 'attach

  • Goods Mvnt without PO number?

    Hi, Please provide me Link or Doc's for "Goods Movement without Purchase order number/ with reference ?" Thanx

  • MacMini, miniDisplayPort-VGA Adapter, iTunes(HD)-Video

    Hello, I just bought a new MacMini (model last 2009) I connected trough original Apple miniDisplayPort-VGA adapter to a FullHD-Display. iTunes or Front-row tell me i must connect a HDCP capable Display (via Analog VGA, that make no sense for me) EDIT

  • Purchase Order Approval email confirmation

    hello i am trying to do a workflow that look like already exist in the SRM module WS14000089 , This workflow requires approval of the PO / PO-CV by the manager of the relevant purchasing organization. If the manager approves, the PO/ PO-CV is release

  • Unable to use Hauppauge HVR-1600 in PC to record TV shows

    I'm not sure who this will go to, hopefully someone at Verizon who can shed some light on this. I ordered the FIOS equipment (HS set-top boxes, etc.) and scheduled an installation for Thursday the 10th of March. Everything went well until we got to t