BPM Workspace User view related issue

PROBLEM SUMMARY_
Unable to see filtering options like SEARCH, ASSIGNEE and STATE in User View, I am able to see this in Generic Inbox of BPM workspace
DETAILED DESCRIPTION_
I am new to BPM & need some assistance on below scenario-
TASKS INVOLVED-*
My BPM process contains 2 tasks
1.     Initiator task-[Part of Requester role in my JDev Swim lane]
2.     User Task-To review the request-[Part of Reviewer role in my JDev Swim lane]
SCENARIO-+
Flow would be something like, requester enters details in request message & says submit. If request message length is less than 6 characters a review would be required & therefore process flow would go to reviewer task. Reviewer can Approve or Reject the request, if he approves the process will write the request message contents to a file, if the reviewer Rejects the request, requester task would be created again so as to ask requester to enter a message of length>6.
If entered request message is having length greater than 6, no review would be required. It will be a direct file write.
CHALLENGE-+
The challenge is each of these tasks –Initiator task & Review task would be created with DIFFERENT task numbers in BPM workspace, which I do NOT want. I want the Requester tasks task number to be propagated to Reviewer task and I would want to populate this as task number (May be under different column, say Request Id) of Reviewer task as well.
After reading Oracle BPM docs, I studied that this can achieved using Human tasks-Mapped variable concept.
I used protected mapped variable/flex variable:*Request Id* in both the above tasks to achieve this.
PROBLEM-*
Problem is in BPM workspace’s user view, here we go-
I created a user view:*HelloWorld* to display the task details, the columns I want are the default columns+Column for mapped attribute:*Request Id*.
Now even though the Request Id column is populated as expected, I cannot filter the View entries based on Assignee, State or perform any kind of other searches.
I understand that User views are built based basically on certain filters itself. But post the view creation if user has to make a search-say based on Mapped attribute:*Request Id* in this case, he won’t be able to do so.
This defeats the entire purpose of Mapped attributes. Oracle document says (check the last bullet point)-
+"Human workflow mapped attributes (formerly referred to as flex fields) store and query use case-specific custom attributes. These custom attributes typically come from the task payload values. Storing custom attributes in mapped attributes provides the following benefits:+
+•     They can be displayed as a column in the task listing+
+•     They can filter tasks in custom views and advanced searches+
*+•     They can be used for a keyword-based search"+*
So is this a bug with user views in workspace?
One more thing that I would like to add-Reason behind using Custom user views is-
1)     Generic Inbox of BPM Workspace does not give option to make the mapped attribute get displayed/Searched
2)     I want to customize the Tasklist.
Edited by: user12183391 on Oct 3, 2011 9:57 PM

Oh well...
It seems there's a bug with the XE Database... Sometimes it freezes some components and the SOA Plataform goes crazy.
Simple system reboot solved.

Similar Messages

  • Want to send Email Notification to Non-BPM Workspace user?

    I want to send an email notification to non-bpm workspace user. I don't want to do it over the human task because it is an automatic task. Should I use BPEL to send email? Please advise. I am newbie to the BPM & BPEL. And Please give me a link that I can find the step to implement it. Thank you.

    where do you keep your email list, DB or any file or any input attribute in your page?

  • BPM Application: Task access related issue

    Hi Gurus,
    I have one secure (using ADF security) Application(Simple ADF Application), which will write data in XML format into a JMS Queue.After login to application,user can use that functionality. Then that message is fetched by one BPM Application and creates one task against a BPM user. This two applications are working fine upto this level, but after login to BPM workspace using BPM user , I am not able to see the task details(but in inbox task is reflected) after clicking on the task instance and I am getting error message like this :
    ======================================================================================================
    javax.servlet.ServletException: Can not access the task details of jcooper using logged in user Sharmistha
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:201)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         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:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         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:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    ======================================================================================================
    Task owner bpm:getPerformer() is not found in application OracleBPMProcessRolesApp and realm jazn.com. This task is associated with task definition default/DemoApplicationBP!1.0/InitiateEnquiry.
    Either set a seeded owner or seed this owner who is not found.
    ORABPEL-30080
    Task owner role not seeded.
    Task owner bpm:getPerformer() is not found in application OracleBPMProcessRolesApp and realm jazn.com. This task is associated with task definition default/CustomerConnectionBP!1.0/InitiateEnquiry.
    Either set a seeded owner or seed this owner who is not found.
         at oracle.bpel.services.workflow.task.impl.TaskService.initiateTask(TaskService.java:1550)
         at oracle.bpel.services.workflow.task.impl.TaskService.initiateTask(TaskService.java:666)
         at oracle.bpel.services.workflow.task.impl.TaskService.initiateTask(TaskService.java:614)
    ======================================================================================================
    where jcooper is the BPM user and Sharmistha is user of the secured application.
    I tried to add BPM users in the secured application , but that does not work. (it is mandatory that BPM user and Secured Application's user should be different)
    How to resolve this type of problem. any type of suggestion on this would be helpful.
    Thanks is Advance
    Sharmistha

    Hi, -CHS,
    i have a query regarding the code snippet.
    FacesContext facesContext = FacesContext.getCurrentInstance();
    org.apache.myfaces.trinidad.render.ExtendedRenderKitService service =org.apache.myfaces.trinidad.util.Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
    service.addScript(facesContext, "window.close();window.opener.location.href = window.opener.location.href;");
    If a create a button in my only JSF page in a simple ADF application and use this code snippet for that button action, then will it help to close the page?
    And yeah, here i have created a bounded task flow with a wild card and task return activity and added my JSF page in the taskflow. But now it is not closing my page on the button click.
    Can you tell me if i am doing any wrong?
    Please reply.
    Edited by: Ross Mi Ron John on Jul 27, 2011 5:46 AM

  • MS14-022 and User Profile related issues

    Hi all.
    Since applying the patches in MS14-022 on Friday I've been having issues with certain aspects of two specific web applications.
    Our intranet home page will not load and generates a large number of the following entries in the ULS log...
    05/20/2014 07:53:36.54 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Server             
    General                       
    0
    Medium  
    Constructed a new async cache named Profile Property Cache
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    g11n
    High    
    UserProfileApplicationProxy.InitializePropertyCache: System.Security.Cryptography.CryptographicException: Object already exists.       at Microsoft.Office.Server.UserProfiles.MossClientBase`1.ExecuteOnChannel(String operationName,
    CodeBlock codeBlock)     at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)     at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.GetProfileProperties()    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.RefreshProperties(Guid applicationID)     at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValueNow(K key)     at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValue(K
    key, Boolean asynchronous)     at Microsoft.Office.Server.Adminis...
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60*
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    g11n
    High    
    ...tration.UserProfileApplicationProxy.InitializePropertyCache()
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    05/20/2014 07:53:36.60 
    w3wp.exe (0x146C)                       
    0x1504
    SharePoint Portal Server      
    User Profiles                 
    cm6y
    High    
    User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.    
    at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext
    serviceContext)
    0f15c23c-64b1-42bc-bdd8-f0a84cf358ba
    The same is logged when trying to view the PWA site of our Project Server 2010 web app.
    All other web apps are responding as expected and, strangely enough, other pages and sites in the intranet and PWA Site Collections are fine too.
    Has anyone any ideas as to why this problem exists and why only certain pages/sites are affected?
    The User Profile Service is responding on all 4 servers in the farm and User Profile Sync's are running on time with no issues.
    I've searched and found similar issues but there are no issues with our SharePoint Web Services site authentication settings which is proposed as a resolution in the following article even though our User Profile Services all seem fine...
    http://blogs.technet.com/b/manjesh/archive/2011/02/06/sharepoint-2010-unable-to-start-the-user-profile-synchronization-service.aspx
    Thanks in advance.

    Try below:
    http://torydouglas.com/?p=88
    http://blogs.technet.com/b/steve_chen/archive/2010/10/13/troubleshooting-user-profile-sync-issues-on-sharepoint-2010.aspx
    http://technet.microsoft.com/en-in/library/gg750254%28v=office.14%29.aspx
    http://technet.microsoft.com/en-in/library/gg750257%28v=office.14%29.aspx

  • BPM Process Creation Error While Viewing in BPM Workspaces

    Hi,
    I am working in creating workflows in BPM according the Organizational need. I just have started to do so. But, While i have create and deploy a simple Process in JDeveloper 11.1.1.6.0, the process is deployed successfully. When, I login into BPM/Workspaces User, Application which, i have developed earlier is shown there but when i open this application, there is nothing to display in Browser Only empty window is open. Can anybody provide useful suggestion to resolve this issue. I will waiting for your response. Thanks.

    See the last post in this thread (adding application URL to the composite)-
    Re: Binding ADF Components in Task Form
    Also as mentioned earlier check your logs if any other error is causing the blank page

  • BPM WorkSpace login issue

    Hello
    I was trying to login to my BPM Console: http://localhost:8001/bpm/workspace/faces/loginPage.jspx
    After logging in the page looks blank, does not show up any info in the page.
    Following is the log that has got reflected @ Weblogic level:
    Any issue with WIN7 OS on this.
    log:
    <24 Jan, 2013 2:20:35 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com
    .bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DOracleBPMWorkspac
    e%2CType%3DAppDeployment%22%29.>
    <24 Jan, 2013 2:21:54 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=AppControlPages.>
    Please help me out
    Regards
    Raj
    When Searched in Oracle Support Here is the information that they specified. But This is also not working.
    Service error.
    Internal Error; Service error occurs in IdentityService in method lookupUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.lookupUser(AbstractIdentityServiceClient.java:195)Cannot log in to workspace( BPM 11g).
    Fix
    One of the reasons this issue might happen is when the application (in this case the Workspace) was not able to connect to the Identity services.
    And the cause of bug was network configuration issues which prevented connection to IdentityService SOAP endpoint using the configured server hostname.
    So to overcome this issue, set the ServerURL property in the soa-infra config mBean to http://127.0.0.1
    This should resolve the issue.
    An alternative option is to use any other valid server IP address / port.
    In future the bug fix will have log messages which will post warnings in the logs if the host name used in the URL is not resolved.
    How to set the MBean:
    1. Login to the em console
    2. Right click on soa-infra
    3. Goto Administration ->SystemMBean Browser
    4. Goto Application Defined MBeans
    5. Find Oracle.as.soainfra.config ->Expand "Server: <your server name>"
    6. Goto SoaInfraConfig -> click on soa-infra
    7. Find the Property ServerURL, enter value as http://127.0.0.1
    8. Click on Apply
    References
    BUG:9815699 - BPM 11G:NOT ABLE TO LOGIN TO WORKSPACE
    Edited by: rajMS on Jan 24, 2013 4:18 PM

    This is related to the authentication providers you have configured in WebLogic. Check that the providers are configured property for whatever identity store you need to use - integrated WebLogic, OID, AD, etc. - and that they are in the correct order.

  • Creating Customized Views in bpm/workspace

    Hi All,
    I'm going to create a customized view in http://<host>:<port>/bpm/workspace ..
    I was able to create one view for the first user and that Human task user are defined in the 'Organization' Lane Users.
    Then next user comes based on the output of the first user.
    Human task is created and and opened the <secondUser>.task file in bpm jdeveloper project and went to the 'Assignment' section and Edit the user as below,
    Type - Single
    Build a list of participants using - Names and Expressions
    Add the user variable using Expression ..
    Once I assigned to a task for a user(2nd Level) , I can see instance in his Inbox.
    But not in his view. (Customized view.. )
    Once I remove above configurations and assign the Lane Users it populates.
    What will be the Problem ???
    Where to assign the user and how can I populate tha customized view with this scenario??
    Thanks,
    nir
    Any suggestions PLEASE ....
    Edited by: Nir on May 14, 2013 9:38 PM

    Hi 814056
    Thanks for your reply..
    Yes. The problem is all these users are belongs to same group but they should not see each others tasks.
    i.e. Managing Directors of different subsidiaries in one organization.
    They should not see each others tasks, but they are having same interface. Having separate groups for each SBU is impossible since we are having more than 50 subsidiaries.
    Thanks,
    Nir

  • Lenovo A7000 S142 Firmware After Update Users Related Issues

    Dear Lenovo Smartphone Technical Team , Lenovo A7000 New Firnware Update S142_150630 ( 46.45MB ) Recd.On 06.07.2015, After Update Users Related Issues some of Given Below. 1 ) Wi-Fi Connection not working  after update.2 ) Battery drop down at 20% to 15% immediate.3 ) Messaging Issue ( Takes Times To Response )4 ) Back Key Responding Lags Now5 ) After Update Phone Getting Little Bit Lags Now.6 ) Gameloft Mod APK Issue.7 ) Heating Issue ( While Game Play, Charging Time, Downloading Time, Camera Using Video Mode )8 ) Camera Video Portrait Mode Shooting not seen proper view while landscape Mode Watching.9 ) Phone vibrates on call connect even this feature is not enabled.10 ) Led notification lights are not working11 ) Touch Response Issues & OTG Issues.12 ) Camera Day light photos & videos superb but night or low light photos & videos not good.Guys I Had Research on each of reviews related A7000 and noticable issues mentioned above, if there any issue left by myside please you can mention it in this forum.   We all Lenovo A7000 users request to Lenovo technical team to resolve those issues and give satisfactory update as soon as poosible so every users can happy with this & feel proude to use Lenovo brand. Thanks & Regards, Bhavesh K. Patel

    yes Bhavesh i am totally disopointed its very poor support lenovo people first two days iam happy 3 day starting struggle becouse i updated s142 update. i am great fan of asphalt 8 but gameloft mod apk was not istalling.what necessary about Octocore proccessor 2 gb ram not installing mod apps totally waste of money this is not a mobile just like iron box

  • How to create/Map a User as Adminstrator in BPM Worklist to view all tasks

    Hi all,
    How to create/Map a User as Adminstrator in BPM Worklist to view all the tasks.
    Version :Jdev 11.1.1.1.0
    Regards
    C.Karukkuvel

    go to EM , right click on soa-infra -> security -> Applicaiton roles, then click on BPMWorkflowAdmin role. Add your user to this role.
    This user will be able to view all tasks in Worklist. you have to click on "Administration Tasks" tab.
    Thanks
    --Sreeny
    Edited by: sreeny on Sep 22, 2010 12:54 PM

  • How to create/Map a User as Adminstrator in BPM Worklist to view all the ta

    Hi all,
    How to create/Map a User as Adminstrator in BPM Worklist to view all the tasks.
    Version :Jdev 11.1.1.1.0
    Regards
    C.Karukkuvel

    Sounds like a great question for the [url http://forums.oracle.com/forums/forum.jspa?forumID=560]BPM Suite Forum, but then again, I see you've already posted the question there ;)
    Good luck,
    John

  • Some issue with the bpm/workspace

    Hi
    I am trying to open the localhost:8001/bpm/workspace with no success i see blank page
    in the soa_server_output log i see the next :
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Aug 31, 2012 10:51:56 AM MDT SERVER = soa_server1 MESSAGE = [ServletContext@391423646[app:OracleBPMWorkspace module:/bpm/workspace path:/bpm/workspace spec-version:2.5]] Servlet failed with Exception
    java.lang.NullPointerException
    at oracle.bpm.workspace.model.adapter.DefaultPortletPreferenceManager.getUserPreferences(DefaultPortletPreferenceManager.java:95)
    at oracle.bpm.workspace.model.adapter.DefaultPortletPreferenceManager.getPreferences(DefaultPortletPreferenceManager.java:129)
    at oracle.bpm.workspace.model.adapter.DefaultPortletPreferenceManager.loadPersistentPortlets(DefaultPortletPreferenceManager.java:116)
    at oracle.bpm.workspace.model.adapter.DefaultPortletPreferenceManager.getPreferences(DefaultPortletPreferenceManager.java:43)
    at oracle.bpm.workspace.model.common.ComponentBeanPortletManager.newComponentBean(ComponentBeanPortletManager.java:141)
    at oracle.bpm.workspace.model.common.ComponentBeanPortletManager.get(ComponentBeanPortletManager.java:82)
    at oracle.bpm.workspace.model.common.ComponentBeanPortletManager.get(ComponentBeanPortletManager.java:68)
    at oracle.bpm.workspace.model.common.ComponentBeanPortletManager.get(ComponentBeanPortletManager.java:24)
    at javax.el.MapELResolver.getValue(MapELResolver.java:196)
    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
    at org.apache.myfaces.trinidadinternal.taglib.ForEachTag.doStartTag(ForEachTag.java:117)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspx___tag22(__worklist_jspx.java:1065)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspx___tag19(__worklist_jspx.java:947)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspx___tag18(__worklist_jspx.java:896)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspx___tag17(__worklist_jspx.java:848)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspx___tag16(__worklist_jspx.java:803)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspx___tag14(__worklist_jspx.java:720)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspx___tag13(__worklist_jspx.java:673)
    at jsp_servlet._jsf._worklist.__worklist_jspx._jspService(__worklist_jspx.java:168)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    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:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:527)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
    at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
    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:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    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:301)
    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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    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:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    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.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    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:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = localhost.localdomain TXID = CONTEXTID = 11d1def534ea1be0:-3600a9ec:139780aba9b:-8000-000000000001ff90 TIMESTAMP = 1346431916022
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    Any assistance will appreciated.
    Thanks

    Hi,
    Undeploy JSF 2.0 library from the server...
    Please let me know if that works...
    Cheers,
    Vlad

  • Updating the BPM workspace view based on the number of instances in view

    Hi All,
    We are using ALBPM 6.0.5 enterprise with Weblogic 10 server. We have a requirement to update dynamically the view name in the left side panel in BPM workspace. Based on the number of instances created, the view(view name ABC) should carry something like "ABC(2)". 2 being the number of instances in the view. It's more like a mailbox client InBox. Depending on the number of mails, the Inbox changes the number highlighting new mails.
    I've tried using the Workspace API to update the cusom decorator class getRow() method to update the view CSS property. But it doesn't seem to work. All I'm able to do with the decorator class is to update the propeties of instances, but not other panels?
    Is there any API to control the panel properties in BPM workspace?
    By the way, I'm using the standard workspace without any changes.
    Any pointer will be much appreciated.
    Cheers.

    Yes, I'm hoping to fill in DataGridA with all records from dc where dc["ENTITY_ID"] = dr["ENTITY_ID"] 
    I tried your statement and received the following errors:
    Error 1
    The left-hand side of an assignment must be a variable, property or indexer
    C:\ISMG_7210\MedicalSequenceDataAnalysisProject\OTCS_Algorithm\OTCS_Algorithm\Form1.cs
    87 71
    OTCS_Algorithm
    Error 2
    Cannot implicitly convert type 'object' to 'int'. An explicit conversion exists (are you missing a cast?)
    C:\ISMG_7210\MedicalSequenceDataAnalysisProject\OTCS_Algorithm\OTCS_Algorithm\Form1.cs
    87 99
    OTCS_Algorithm
    Thank you for your help.
    Joel Fredrickson
    Yes, please follow example provided by Kristin, the error is because of missing comparison operator ==, and that the dr["ENTITY_ID"] is of type object that needs to be converted to int. I've updated my code, if you have Entity_ID in your DB as
    double use Convert.ToDouble instead.
    Fouad Roumieh

  • BPM roles not avaialable in BPM workspace

    Hi ,
    I am facing an issue with the BPM workspace. I deployed my BPM process in my SOA server. But I am not able to view the roles defined in my BPM application in BPM workspace. I can muanuaaly add the role under Application Roles in Fusion Middleware control by adding <composite_name>.<role_name> but I don't want to do this. I want the roles to be avaialable automatically when I deploy my BPM application. Can you please suggest me the cause of this issue and a probable solution?
    Thanks in advance!

    Hi Roshni,
    How did u added the roles .
    Generally You/Admin has to create the Applications Roles/ Users, Groups before developing the BPM Process.
    Once U created, For Human Activity/Task you will be assigning the roles like Manager, Supervisor, etc.
    Then you need to login to the BPM Workspace using same role and password so that you can Complete the tasks assigned to particular role...
    Hope this might help you..
    Regards,
    Pavan

  • Can't see the deployed BPM application in BPM Workspace

    Hi Guys !
    I've created a BPM application, deployed it succesfully ( the message was 'deployment finished' ) and now I want to launch it.
    I can login in BPM workspace, but in my Inbox I don't see any active application.
    I read about adding 'weblogic' to BPMWorkspaceAdmin role.
    I don't have the BPMWorkspaceAdmin role.
    I added 'weblogic' to BPMWorkflowAdmin.
    What else to do ?
    Many thanks,
    Gabi

    Hello Gabi,
    I just figured out the solution to my problem. Actually, that doesn't seem to be related to PS6. A collegue told me that something similar also was an issue in previous jDeveloper releases. The problem is that jDev is not able to save the new name if you renamed the default process role "Role" to something else, eg. "Requester". The solution is to add a new role and just delete the default process role called "Role".
    To check this, go to the Organizsation preferences of your project in jDev (jDev > BPM Project Navigator > <YourProject> > Organization > Roles) and compare the process roles to the process roles of the deployed project in the BPM Workspace (in your browser, open <yourURL>:7001/bpm/workspace > Login as administrator (usually user "weblogic" + password "welcome1") > Administration on the upper right > Organization > Roles)
    You might find the role "<YourProject>.Role" there which you thought have renamed in jDev earlier.
    I hope this helps.
    Greetz
    Knud

  • Unable to open BPM Workspace after applying 11,1.1.5 patch BPM PS4 FP

    After I login to BPM Workspace(http://<host>:<port>/bpm/workspace) , I get a blank page.
    The logs show the following error -
    javax.faces.FacesException: javax.el.PropertyNotFoundException: The class 'oracle.bpel.worklistapp.tasklist.beans.view.TaskView' does not have the property 'homePageLeftAccordion'.
    at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:261)
    at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
    We applied a patch to the 11.1.1.5 SOA installation to prevent an issue from occuring . After that we are getting this issue.
    Interesting thing is that the URL - http://<host>:<port>/integration/worklistapp/ works fine.
    Can someone please suggest what might be wrong ?

    We were able to get to the BPM workspace after implementing the Post Install steps as mentioned here - http://www.oracle.com/technetwork/middleware/soasuite/documentation/bpm-postinstall-ps4fp-487857.pdf
    But getting some DB related errors after loggin in , checking if MDS Schema migration has been done properly.

Maybe you are looking for

  • Creative Cloud is empty with "download error", what can i do? I have a Mac

    My creative clouds is empty, no apps, just presenting a "download error". I have a mac and my internet conection is good and the firewalls are off. Can someone help me?

  • ASP page hang for calling ActiveX bridge!!!

    Below are the steps I done Note: Using jdk1.5.1. 1) It is my java program, i make it as simple program public class FirstProgram{      public FirstProgram(){ public String getMessage(){ return "hello"; 2) My manifest.stub is like this: Name: FirstPro

  • Cant save as AI but can as PDF

    Using PC Windows XP Service Pack 3; CS5 Illustrator 15.1.0, 2gb Ram, 50gb Free HD space. Opening an AI file sent from Japan, not sure of its PC or MAC (is there a way to find out). All fonts are as outlines, images embedded. After making a few simple

  • Adobe Reader how to mark up PDF file

    I cannot get my highlighter, mark through or my underline tools to work when marking up PDF files. the signature, free hand, add text, and notes work fine.I am following the directions on how to use exactly as stated to. any suggestions or help would

  • Disappearing actual values in plan query

    HI, I have a problem with input ready query in Integrated Planning (BI 7.0 s.p. 23). In query I have a few key figures with actual values and two key figures ready to insert plan values. In rows I have 3 charcteristics (costcenter and two others). In