Process Composer - node mapping

Hello,
I have a table (ie ID, Name) in my first Web Dynpro application, and i want to pass it to another Web Dynpro application using Process Composer. Everything works fine, when there is only one record (row) in table, but when i add another, click submitt button, error in my log file appears, and process is not delegated to second Web Dynpro application.
I created mapping in xsd, mapped output from 1st application to process context, and input of 2nd application to that context.
Error in log looks like that:
#2.0 #2009 01 28 16:41:13:015#+0100#Error#com.sap.engine.session.data.share.HashtableFactory#
#BC-JAS-COR-SES#kernel.sda#02004C4F4F50C2B00000000000000BE0#21434350000000004#sap.com/tckmcbc.uwl.ui~wd_ui#com.sap.engine.session.data.share.HashtableFactory#userA#41575##5FF4B600ED3711DD850A02004C4F4F50#12abe7e0ed5211ddc4ad02004c4f4f50#12abe7e0ed5211ddc4ad02004c4f4f50#0#Thread[HTTP Worker [@5716384],5,Dedicated_Application_Thread]#Plain##
There is no hashtable registered for java.lang.String class. Maybe there is a classloader problem.#
It seems like i'm trying to map list from 1st application to string into 2nd application or data structure in process context.
Can anyone please tell me how i'm supposed to map one node (table) from one application to another? Is there any pdf/ebook  file about advanced building a composite business process (excpecially how to create xsd file) ?
thanks in advance,
Lukas

Hello,
When I map node from context of 1st application do the node of the 2nd application and check the expression editor for certain attribute of the node there is an error message like:
"xsd:String excepceted ... Found list of String".
In my both web dynpro applications nodes have cardinality 0..n
Do you think there is a problem in my xsd file ?
I also tried to map both nodes directly from one application context to another (not using process context) but i still get this error. Can anyone please help me with this issue.
Here is part of my xsd source file, where i'm trying to create data strucute for process context, to map my node from application (node in my application has only one attribute String):
    <complexType name="myNode">
         <sequence>
              <element ref="tns:myAttribute" />
         </sequence>
    </complexType>
   <complexType name="InvestmentApprovalProcess">
         <sequence>
              <element name="myNode" type="tns:myNode"/>
         </sequence>
    </complexType>
<element name="myAttribute" type="string"/>
Thanks,
Lukasz

Similar Messages

  • Process Composer - Mapping from a unbounded node

    Hello
    I´m following the documentation Workflow Pattern Coverage in SAP NetWeaver BPM 7.11 (http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8026f177-f32f-2c10-b7b0-9cc31d92984d) to create a Process Composer with a "While" Loop.
    According to page 23, I should use 2 variables to call my tasks: the "Batch" and the "Index". According to the document, I should "extract next line item from batch and increment the index". Incrementing the index its easy, I can make a simple data mapping. The problem is that I dont know how to extract a line from batch to call my task with this line.
    I have the following source structure:
    Node (0...n)
       myString (string)
    the target is strucutre:
    inString (string)
    I already tried many expressions but all are invalid:
    Batch/Node[1]/myString
    Batch/Node/myString
    Batch/Node(1)/myString
    How can I map that ?
    Thanks ?

    Hi Kirill
    There is some basic information available at SDN:
    http://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/cea1b4d8-0701-0010-1b89-b4542c524281 [original link is broken]
    Hope this helps for the moment.
    Best regards,
    Martin

  • Process composer application does not runing activities

    Hello all,
    I have installed SAP NW CE with EHP1 on Windows server java stack.
    I have made a project using process composer in SAP Developer Studio. Once I built it and deploy it, still it does not show me activities in the SAP portal UWL even it is configured and shows connection to backend system successful. I think there is a problem in my BPM  application which I tried to bebug after making break points. But in debug environment process does have further activities to follow, it has disabled options of
    - step into
    - step over
    - step return
    - resume
    I guess process is runing but not activities are available in this process on run time.
    Does any one has an idea what to do??
    Secondly, I also check the deployed process and tasks from NWA environment. It has no in run time.
    Regards,
    Naeem

    An error occurred while executing transition START_TASKFLOW_Enter_Request(Token_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false),2), Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false), View_2_Requester_ExcludedOwners_ba0d53a87f86bc9df82b137aab2b3d8e(Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false),Scope_5_Purchae_Request_Approval_ba0d53a87f86bc9df82b137aab2b3d8e(Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false)),0,false)): com.sap.glx.core.kernel.api.TransitionRollbackException: Exception during prepare, rolling back
    at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.rollback(AbstractTransactionBase.java:538)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:174)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.commit(AbstractTransaction.java:77)
    at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:120)
    at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:116)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:337)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:114)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:169)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:266)
    Caused by: com.sap.glx.core.kernel.api.KernelException: javax.ejb.EJBTransactionRolledbackException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmearannotation|bpemtmejb.jarannotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified; nested exception is: javax.ejb.EJBException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmear*annotation|bpemtmejb.jar*annotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified
    at com.sap.glx.core.kernel.mmtx.PrimaryTransaction.inPrepare(PrimaryTransaction.java:150)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:172)
    ... 11 more
    Caused by: javax.ejb.EJBTransactionRolledbackException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmearannotation|bpemtmejb.jarannotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified; nested exception is: javax.ejb.EJBException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmear*annotation|bpemtmejb.jar*annotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified
    at com.sap.engine.services.ejb3.runtime.impl.TransactionAttributeHandler$Required.error(TransactionAttributeHandler.java:307)
    at com.sap.engine.services.ejb3.runtime.impl.TransactionAttributeHandler$TransactionAttributeErrorsHandler.error(TransactionAttributeHandler.java:130)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:40)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy215.createTaskInstance(Unknown Source)
    at com.sap.bpem.tm.adapter.invocation.CreateTaskManagmentObject.persist(CreateTaskManagmentObject.java:144)
    at com.sap.glx.core.kernel.mmtx.PrimaryTransaction.inPrepare(PrimaryTransaction.java:145)
    ... 12 more
    Caused by: javax.ejb.EJBException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmearannotation|bpemtmejb.jarannotation|GalaxyTaskProviderBean in application sap.com/tcbpemtm~ear.; nested exception is: java.lang.IllegalArgumentException: language is not specified
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:83)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    ... 26 more
    Caused by: java.lang.IllegalArgumentException: language is not specified
    at com.sap.glx.handler.text.TextManager.createLocaleFallback(TextManager.java:341)
    at com.sap.glx.handler.text.TextManager.getTexts(TextManager.java:149)
    at com.sap.glx.handler.text.TextManager.initializeTextCache(TextManager.java:299)
    at com.sap.bpem.tm.impl.TaskManagerImpl.createTaskInstance(TaskManagerImpl.java:139)
    at com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(GalaxyTaskProviderBean.java:40)
    at sun.reflect.GeneratedMethodAccessor302.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    ... 32 more
    Date: 2009-07-24
    Time: 15:36:48:244
    Category: com.sap.glx.core.kernel.execution.LeaderWorkerPool
    Location: com.sap.glx.core.kernel.execution.LeaderWorkerPool.Follower.run()
    Application: 
    Thread: Galaxy 1623 / Follower Worker
    Data Source: j2ee\cluster\server0\log\defaultTrace_00.trc
    Arguments: 
    DSR Transaction: 4ac2f1f8778111de843f0023ae89a55e
    Message Code: 
    Session: 0
    Transaction: 
    User: SAP_BPM_Service
    Time Zone: +0200
    CSN Component: BC-BMT-BPM-SRV
    DC Component: com.sap.glx.core.svc
    Correlation ID: 3835450000000874
    DSR Root Context ID: 4AC2F1F8778111DE843F0023AE89A55E
    DSR Connection: 4ac2f1f8778111de843f0023ae89a55e
    DSR Counter: 0
    Log ID: 0023AE89A55E0E4A0000000100000AB4
    Host: MGSP49I
    System: CE1
    Instance: J00
    Node: server0

  • Data node mapped to  Adobe Form empty - Web Dynpro ABAP

    Hi,
    I've created a web dynpro component in ABAP. One of the view contains an interactive Adobe form.
    Form properties : Data source and pdf source are mapped
    Enabled checked
    Submit action mapped to a method. This method reads the node mapped to the form.
    Form Layout: Used ZCI Layout and Inserted web dynpro script (XML interface)
    Dragged attributes from data view to create text fields.
    Submit button used from Web dynpro native group
    I could not read data from the form.
    When I submit the form, data is not captured in the context.
    I have used the same context for view and could save the data from the view. But from the adobe form, I cannot read the data.
    Is there anything I missed. I have been on this since 2 days with no solution. I dont see any mistake but the form doesnt work.
    Version: Adobe Designer : 8.1 (from market place)
    SAP Netweaver 2004s SP18
    Any help on this is appreciated.
    P.S. Used all possible help from SDN existing posts and SAP notes.
    Thanks in advance,
    Srinivas

    Hi Srinivas,
    place a button on webdynpro view it self then try.
    make sure your form is working in interactive mode.
    else keep this conde in modifyview method.
    method WDDOMODIFYVIEW.
    data: LR_INTERACTIVE_FORM type ref to CL_WD_INTERACTIVE_FORM,
    LR_METHOD_HANDLER type ref to IF_WD_IACTIVE_FORM_METHOD_HNDL.
    check first_time = abap_true.
    LR_INTERACTIVE_FORM ?= VIEW->GET_ELEMENT(u2018<<ID_OF_YOUR_UIELEMENT>>u2019).
    LR_METHOD_HANDLER ?= LR_INTERACTIVE_FORM->_METHOD_HANDLER.
    LR_METHOD_HANDLER->SET_LEGACY_EDITING_ENABLED( abap_true ).
    endmethod.
    or try these links
    For More Information look at the link below.
    http://help.sap.com/saphelp_nw70/helpdata/en/2c/241a427ff6db2ce10000000a1550b0/frameset.htm
    Please look into SAP Notes: 1229392
    You can also look at the elearning below:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78cd059b3
    Regards,
    Mahesh

  • Error while Deploying Composite using Process Composer

    We are using 11g and have a BPM project which has been successfully deployed using BPM Studio. We have now published the same project to the MDS and using Process composer, we try to deploy the same composite with a different version to the BPM run time. Validation is successful but encountering deployment error.
    "Deployment Failed : Error occured during deployment of composite: <humantaskname> to service engine:implementation workflow for composite:<compositename>. ORABPEL - 30124."
    Can anyone suggest what could be wrong here.

    You may have deployed QuoteProcessLab from JDeveloper before while you had followed the instructions in the previous chapter.
    You should publish its template only for Composer.
    Log onto EM console and unploy it.
    Then, do publish on Composer and it will work.
    That's how I made it.
    Edited by: user6152942 on Dec 19, 2011 1:48 PM

  • Error after import external webservice(RFC) wsdl url to Process Composer

    Hi all,
    I try to use RFC webservice in my BPM as below:
    1. Expose RFC as webservice using CAF (import external service RFC and then create application service use this external service)
    2. Define Destination in NWA.
    3. Create a Process Composer project, and import the external webservice(RFC) wsdl file as service interface in the project.
    After importing, i get error : the port type specified for the ...binding is undefined. Check port type name and ensure it is defined.
    If i import another external service, not RFC (such as business object), there is no error.
    My system is NWCE 7.11
    Thanks in advance,
    Sinh.
    Edited by: Sinh Nguyen Van on Jul 20, 2009 8:29 AM

    Hi Bharath,
    Below is content of wsdl url and error message, thanks
    Error message:
    The 'zfm_rfc_caf_as' port type specified for the 'zfm_rfc_caf_asBinding' binding is undefined. Check the 'zfm_rfc_caf_as' port type name and ensure it is defined.
    wsdl url :
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" xmlns:b0="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as">
      <import namespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl?wsdl=binding&mode=ws_policy" />
    - <service name="zfm_rfc_caf_as">
    - <port name="zfm_rfc_caf_asBindingPort" binding="b0:zfm_rfc_caf_asBinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl" />
      </port>
      </service>
      </definitions>
    Edited by: Sinh Nguyen Van on Jul 22, 2009 4:18 AM

  • Consuming a standard web service in process composer

    Hi,
    I want to consume a web service for ex: create purchase requisition available on es workplace from process composer. I have tried to use logical destination created from nwa->SOA Management -> Destination Template Management and provided the WSDL and ABAP system details including the login credentials for user authentication. But this is not working. Can someone help me out with this?
    Thanks,
    Pooja

    1) create a new service interface in process composer by importing the WSDL (Remote location/File System).
    2) create destination template at NWA -> SOA Management -> Technical Configuration -> Destination Template Management. Assign the destination type (WSDL), name, URL, host, system, username, password etc
    3) create an automated task, assign the created destination/service interface accordingly.
    Optionally, for step 1), you may import your web service to the service registry via the WSDL URL and create the new service interface by importing it via service registry. Then, in the step 2, use the destination type (Service Registry).
    Hope it helps.
    - julius

  • Getting error in BPM webservice created in process composer service Interfc

    Hi All,
    I am getting fooowing  error while creating iwebservice n process composer Service Interface
    "Web service returned error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "
    The Result after testing webservice in WS navigator is as below:-
    <?xml version="1.0" encoding="utf-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
          <faultcode>SOAP-ENV:Server</faultcode>
          <faultstring>Process start has been triggered.</faultstring>
          <detail>
            <yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException xmlns:yq1="http://sap-j2ee-engine/error">Process start has been triggered.</yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException>
          </detail>
        </SOAP-ENV:Fault>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Please let me know if i need to add something.

    Hi Arafat,
    Thanks for your reply.
    Indeed it is triggering the Process if i execute the Webservice from WS navigator.
    But if i call this webservice from Webdynpro application i am getting following exception and cannot proceed to BPM process.
    The exception is :-
    "Exception on execution of web service with WSDL URL 'http://demo:50000/bpem/demosapcom2Fprocess1012FPool2FNewPool001e0ceacfcc129528842b82507396e7f?wsdl' with operation 'NewOperation' in interface 'StartProcess'
    I am using following code in Webdynpro
          wdContext.currentRequest_NewOperationElement().modelObject().execute();
        catch(Exception e)
          wdComponentAPI.getMessageManager().reportException(e.getMessage());
    Please let me know if i miss out something in configuring the webservice in CE 7.11

  • Can't login to BPM PRocess Composer

    Hi guys,
    having installed SOA Suite 11.1.1.3, I am trying to login to to the BPM Composer web-app. On first attempt my browser times out after a few minutes of waiting. Then I try to login again and see the following exception in the log:
    ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277831242357> <BEA-101020> <[ServletContext@584939487[app:BPMComposer module:/bpm/composer path:/bpm/composer spec-version:2.5]] Servlet failed with Exception
    java.util.ConcurrentModificationException
         at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
         at java.util.AbstractList$Itr.next(AbstractList.java:343)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:428)
         at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:69)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:153)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2567)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1071)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1515)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:785)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         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.help.web.rich.OHWFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpm.web.security.filter.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:56)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    there doesn't seem to be much on the forum about BPM Composer, is anyone using it successfully?

    latest error when trying to login to BPM Process Composer:
    <30-Jun-2010 15:49:20 o'clock BST> <Error> <oracle.soa.services.workflow.verification> <BEA-000000> <<.> hasPermission: error: Cannot find application "{0}".
    Cannot find specified application name "soa-infra" in policy store.
    Check if the specified application "soa-infra" exists in policy store. Contact oracle support if error is not fixable.
    <30-Jun-2010 15:49:20 o'clock BST> <Error> <oracle.soa.services.workflow.query> <BEA-000000> <<.> Internal Error in Verification Service.
    Internal Error in Verification Service for user weblogic. hasPermission.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    ORABPEL-30504
    Internal Error in Verification Service.
    Internal Error in Verification Service for user weblogic. hasPermission.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
         at oracle.bpel.services.workflow.verification.impl.VerificationService.hasPermission(VerificationService.java:3409)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createContextS(VerificationService.java:891)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createWorkflowContextFromSessionContext(VerificationService.java:1111)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createContextFromRequestObject(VerificationService.java:580)
         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:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy195.createContextFromRequestObject(Unknown Source)
         at oracle.bpm.services.authentication.ejb.BPMUserAuthenticationServiceBean.getBPMContextForAuthenticatedUser(BPMUserAuthenticationServiceBean.java:148)
         at
    anyone?

  • URL for process composer of 11g

    How do I get Process composer URL ..
    I have Jdev installed and upadted withh SOA & BPM package...
    Regrds,
    Biltu

    i am confusing a bit when i open EM throw application deployed -OracleBPMComposerRolesApp the given URL is http://WeblogicServer:8001/OracleBPMComposer and its give me
    Error 403--Forbidden but the URL http://WeblogicServer:8001/bpm/composer , i dont know reason ??

  • Data objects supported in the BPM Process Composer by Activity ?

    Hi,
    In BPMN 2.0 normalization, data objects are artefacts which show the reader which data is required or produced in an activity.
    How is the data objects supported in the BPM Process Composer?
    Thanks,
    Grégoire.

    Select the activity and then select the Data Associations button. You can associate existing data objects and create new ones.
    Heidi.

  • Other technologies for Process Composer applications

    Hi,
    as I found out, the most appropriate technologies applications built with Process Composer are WebDynpro for Java and enterprise service invocation. I have to queations regarding other technologies:
    1. Is it possible to use other UI technologies like WebDynpro for ABAP, Visual Composer or Adobe Forms?
    2. Is it possible to make direct function calls like RFCs instead of indirect enterprise service calls?
    Thanks for your help
    Felix

    Hi Felix,
    Regarding your questions, below are the answers:
    1. Is it possible to use other UI technologies like WebDynpro for ABAP, Visual Composer or Adobe Forms?
    No, with current version (7.1.1) only Adobe Forms (online scenario) from above are supported. Some Others will be supported in 7.2
    2. Is it possible to make direct function calls like RFCs instead of indirect enterprise service calls?
    No, not possible to make direct RFC calls. You need to use Services for this.
    Hope this helps!!
    Cheers,
    Arafat

  • The "J2EE process table" node not visible  in the SAP MMC

    For Netweaver 7.0 - The "J2EE process table" node not visible  in the SAP MMC.
    Details for below
    SAP Systems Manager
    SAP AG
    Version: 7100.109.15.8983
    Window Xp
    Any suggestions would be apperecited.
    Thanks
    Srini

    It's hard to say without seeing the code for TreeTable. But they probably have something like an addNode mothod for the TreeTableNode which will take care of all the updates for you. If you want to do it youself, you will probably have to get the data Model (tree.getModel()???)behind the TreeTable and use one of the fire... methods on it like fireRowChanged(???) or fireTableChanged(???). I would suspect Sun would do it this way.

  • Import process flow in the Process Composer

    Hello BPX'ers
    I've got a question about the Process Composer, is it possible to import work flows that where created in tools like for example Bizagi, this is a lite bpm tool (takes about 5 minutes to install) and you do not need any heavy pc requirements.
    It would be nice to export Process Flows from such a lite tool, and import them with Netweaver.
    Or are there future plans to develop a lite version of the Process Composer.
    Because if i want to model a process with a customer the first step is to validate the process, not to deploy or build it (yet) ,but just to draw it sow that I get a nice overview, then I don't want the whole Netweaver CE environment to be installed on my laptop.
    But it would be nice if these modeled processes could be imported in Netweaver CE..
    Are there future plans for this...
    Thanks,

    As far as I know, the support of import/export interfaces depends on the adoption of BPMN 2.0, as this version of the standard will introduce a serialization format. BPMN 2.0 is to be finalized in 2009 by the OMG group, and for this reason can be adopted by SAP NetWeaver BPM only beyond the release in 2009.
    Unfortunately, I didnu2019t find any externally available additional information.
    Regards, Preslav

  • Dynamic node mapping

    Hi everyone,
    I have a scenario in which the source structure contains an indicator A and 1 or 2 source nodes (X & Y, both 0..unbounded). Node X will always be in there where Y will only be in there if A = true. Target node is T (0..unbounded). Now, they way I like it to work is if A = true then map Y -> T, else if A = false map X -> T.
    However, the if function doesn't seem to work well with nodes.
    To illustrate, in this scenario the mapping would produce 4 target nodes T, because A = true and occurence of Node Y is 4.
    Any help appreciated. Thanks.
    <A>true</A>
    <X>
      <X1>bla</X1>
      <X1>bla</X1>
      <X1>bla</X1>
    </X>
    <X>
      <X1>bla</X1>
      <X1>bla</X1>
    </X>
    <Y>
      <Y1>bla</Y1>
      <Y1>bla</Y1>
      <Y1>bla</Y1>
    </Y>
    <Y>
      <Y1>bla</Y1>
      <Y1>bla</Y1>
    </Y>
    <Y>
      <Y1>bla</Y1>
      <Y1>bla</Y1>
    </Y>
    <Y>
      <Y1>bla</Y1>
      <Y1>bla</Y1>
    </Y>

    Hi jp,
    createif based on A = true/false will only create the target node once but I want it to be there n times based on the occurence of the source node X or Y.
    I've uploaded a screenshot to further illustrate the problem
    http://www.flickr.com/photos/24514021@N04/3118023808/
    ihFsmType is the indicator, if empty I'd like to use InvoiceHistory for the node mapping, if ihFsmType != empty then sfh_hist.

Maybe you are looking for

  • New features for IPhone 3.0?

    When the iphone 3.0 or 4.0 comes out "next" year, i hope it is solar powered and water proof. Why cant the iphone screen itself act as a solar cell that recharges the battery? If the iphone could do that, then it will truly change the world. Message

  • Import ABAP error during ECC 6.0 installation on Win2003 with Oracle

    Dear friends, I am trying to install ECC 6.0 IDES version on Windows 2003 server with oracle 10g. In fact I had tried few days before and I was getting the same error message. I had posted a separate thread for this and after few suggestions I have m

  • Bought a Quadro K2000 Video Card, After Effects CC Won't detect it?

    I recently bought a Quadro K2000 for some simple 1080p video editing and rendering. Now there comes the problem, It seems like After Effects is not detecting the card, CUDA is enabled and the card is supported in the list. I have tried many solutions

  • Help about changing the email of my security questions recovery

    good day to all. i have a problem, i can access all details on my apple id, buy apps on appstore, redeem appstore card change password and other stuff. now, i want to buy in game purchases such as moba coins but it is asking for a security question t

  • Error Code 142016

    I have a NXT 2.0 and a Dell Inspiron 1545 Laptop running Windows 7.  When I try to connect I get the error code (most of the time) and no connection.  I have read the explanation posted in 2009, but don't know how to find the virtual serial ports men