Query about the ADF task flows call using URL

ADF Version: 12.1.3 and 11.1.7

We have a scenario where we want to implement a Home Application and product Application deployed as separate web applications.

Now the House must have the ability to call the Application of product using call URL delimited task flow.

My query is whether the return of a stubborn workflow will work in this scenario, because it works with the delimited call task normal flow.

What are the other alternatives if it won't?

Also anyone provides me with examples of applications for the above scenario.

Kind regards

Nikhil

Here's a nice article on this topic

http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/43-remote-task-flow-169185.PDF

Tags: Java

Similar Questions

  • ADF task flows and parameters WITHOUT data controls

    Hello world.

    In a previous post, I asked him about the best way to call the workflow "at a distance" by a "local" application Frank Nimphius suggested me to use the JAR ADF libraries between projects for this. I'll apply, but I have a small/big problem:

    As I said in my previous post, I exclusively use the EJB 3.0 - JPA technology in all my projects. The components business or data controls are used. Just a lot of Java-based components.

    Now, supossed that I have a (based in the HR schema) application with 3 projects:

    -L' one with all things EJB: entities from tables, session bean, and an example of a Java client.
    -The second as a 'local' point of view, with a JSPX (viewLocations.jspx) page that contains the table of communities (table_locations).
    -The third view "at a distance", with a JSPX too (viewCountries.jspx) page that contains the table of countries (table_countries).

    I have a button in views the remote, and one to switch from local to remote display and the other for the opposite.

    The goal is: pass a location of choice of table of locations for the project where I need to see the country for the selected location.

    In the table of locations, I use a variable currentLocation (declared as: private location currentLocation = new Locations() ;) to store the selected location and a SelectionListener process, called selectLocation_listener() with this code in the)
    backing.viewLocations.ViewLocations.java:

    + ' public void selectLocation_listener (SelectionEvent selectionEvent) {+
    + / / Add code from the event here... +.
    currentLocation = (rentals) table_locations.getSelectedRowData ();
    +}+

    If the selected location is stored in the variable currentLocation.

    Both in projects the and remote, in that I store the task flow JSPX pages. I have the taskLocal.xml as an unlimited workflow with the viewLocations.jspx as the main view and the taskRemote.xml as a workflow bounded with the viewCountries.jspx as the main view.

    I have deployed the project remotely in a library JAR ADF and imported to the local project, then I get it as a special activity Flow call.

    The question is: How can I pass the variable currentLocation as a workflow setting to my project remotely? I don't have any data control to bind to a workflow parameter.
    Should I really have some control of data to store my currentLocation variable and bind it to a parameter? Or there is another way without data controls?

    Another fact: local and remote project have a dependency with the EJB project.
    What about dependencies? Have a role in call task workflow activities?

    Thanks in advance.

    If you would like more information or a more detailed explanation please ask me.

    Hello

    a data control is needed for this. If you only want to use ADF task Flow and manage the component UI lie yourself, then you are good to go with this approach. To add parameters to a call from bounded task flows, have a look here

    http://download.Oracle.com/docs/CD/E15523_01/Web.1111/b31974/TOC.htm (Chapter 15, activities of view URL using 15.3)

    You can make the local variable that is accessible from an accessor method Set/getter bean managed so that you can use EL when you set the value of the parameter.

    Frank

  • Info by exception display JDev 11.1.2.1 ADF task flows activity

    Article 22.4 of the 11.1.2.1 Fusion developer's guide tells me how to designate an activity as the exception handler for a workflow. I followed the directions; created a page error, placed in the workflow, marked as the exception handler. I force an exception and indeed the page.

    What I don't know is how to extract the data of the exception, so I can filter, format and display it. How is the exception page receives the exception data?

    This level of exception is adequate handling? All my treatment in the workflow. If each of them has an exception handler is something more, what I should do to catch exceptions alll?

    Thank you, Steve

    You can use

    #{controllerContext.currentRootViewPort.exceptionData.message}
    

    also chk
    ADF task flows of exception handling

  • How can we change the labels of fields in the query of the adf please?

    Hello, I would like to change the labels field in a query of the adf, as they were created by default by oracle.

    The only found code is:

    <af:query id="qryId1" rows="6" headerText="Search" disclosed="true" maxColumns="2"
                                value="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                                model="#{bindings.ImplicitViewCriteriaQuery.queryModel}"
                                queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                                queryOperationListener="#{bindings.ImplicitViewCriteriaQuery.processQueryOperation}">
                        <af:inputText value="#{bindings.PrtDesc.inputValue}" label="Desc"
                                      required="#{bindings.PrtDesc.hints.mandatory}"
                                      columns="#{bindings.PrtDesc.hints.displayWidth}"
                                      maximumLength="#{bindings.PrtDesc.hints.precision}"
                                      shortDesc="#{bindings.PrtDesc.hints.tooltip}" id="it3">
                          <f:validator binding="#{bindings.PrtDesc.validator}"/>
                        </af:inputText>
                      </af:query>
    

    Hello

    If you use ADF BC, set flags of the UI on the attributes of the View object for attributes and these will make labels

    Frank

  • Is it possible to change the number of lines to display in the query of the adf?

    Hello

    is it possible to change the number of lines that appear in a query of the adf that is similar to a form of the adf?

    I need about 5 lines per column rather than display all the fields in a single column to display? Thank you.

    Hello

    What do you mean that it didn't work? Attributes of how you have in the Panel of the query? Maybe you have fewer number than the combination or lines and the properties of the argument maxColumns attributes.

    Try again with

    and see if you are able to get everything under a single column. If you get, play with these two properties to get the desired result.

    Arun-

  • Train ADF task flows of value name complete bundel comonent

    Hello

    I've got som problem with train of delimited adf task flows.

    I'm building a workflow bounded as the fragment and the train and I add the component display name for each view, but how do I give the value of the display name of a bundel of view controller.

    cordially mohammad.j.yaseen

    Hello

    It works as John says. Here is a write are:

    http://blogs.Oracle.com/jdevotnharvest/entry/reading_train_stop_display_names

    Frank

  • Method call as default activity in ADF task flows

    Hello

    I have a workflow to execute a method on the page loading to set cookie values.
    I added a control method of data as the default activity in the workflow. But it is not called immediately, it is executed only if it is called from another view.

    Any help will be appreciated.

    WebCenter Portal App 11.1.1.6


    Code workflow task:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < adfc-config xmlns = "http://xmlns.oracle.com/adf/controller" version = "1.2".
    ID = "___5" >
    < task-flow-definition = id "cookie-task-flow" >
    < default activity id = "__17" > addEmpNoCookie < / default activity >
    < transaction id = "__38" >
    < new-transaction / >
    < / transaction >
    < data-control-scope id = "__39" >
    < shared / >
    < / data-control-scope >
    < managed-bean id = "__1" >
    < id managed-bean-name = "__4" > cookieBean < / managed-bean-name >
    < managed-bean-class id = "__3" > tr.com.signum.roketsan.utils.CookieBean < / managed-bean-class >
    < managed-bean-scope id = "__2" > pageFlow < / managed-bean-scope >
    < / managed-bean >
    <-l' call the method id = "addEmpNoCookie" >
    < method id '__8' = > #{bindings.addEmpNoCookie.execute} < / method >
    < result id = "__16" >
    < id fixed-result = "__7" > addEmpNoCookie < / fixed-results >
    < / results >
    < / method >
    < use-page-fragments / >
    < / task-flow-definition >
    < / adfc-config >

    Def of the activity of the Middle page of

    <? XML version = "1.0" encoding = "UTF-8"? >
    < pageDefinition xmlns = "http://xmlns.oracle.com/adfm/uimodel."
    version = "11.1.1.61.92".
    ID = "cookie_task_flow_cookie_task_flow_addEmpNoCookiePageDef".
    Package = "TR.com.Signum.roketsan.pageDefs" SkipValidation = "true" > "
    < Settings / >
    < executables / >
    < links >
    < methodAction id = "addEmpNoCookie" RequiresUpdateModel = "true".
    Action = 'invokeMethod' MethodName = "addEmpNoCookie."
    IsViewObjectMethod = 'false' DataControl = "CookieBean."
    InstanceName = "CookieBean.dataProvider" > "
    < NamedData NDName = 'cookieValue.
    NDValue = "#{webCenterProfile [securityContext.userName] .employeeNumber} '"
    NDType = "java.lang.String" NDOption = "3" / > "
    < / methodAction >
    < / links >
    < / pageDefinition >

    Hello

    It contains only the activity of the method, and if so, why is he launched with the help of a new transaction? Note that navigation always is an ID of the view and the workflow will not run if there is no view to navigate to. So either the calling flow calls this workflow and workflow returns immediately after execution of the activity of default method then it refers to a display of flow tasks calling or you add a view. Note that cookies are set on the response of a call and it is not issued before coming to a view. For this reason, using a method call activity could be a bad approach to try this so a phase listener is better suited

    Frank

  • VMware service manager - query about the customer approval task

    Hi team,

    I have a question about the customer approval task. In the workflow, there are two approval tasks: customer approval task (shown available for common to approve client portal) and the task (see sm9 for officer to approve). We wonder when opening a session a request and attach an object, the object could be shown on the customer approval task in the Web page of the portal? And how?

    Any help would be appreciated. Thank you in advance.

    Hello

    You can easily change the approval control model (LiteApprovalReview.htm) by adding a code of extra table row in the table of information request:

    
        
            

    Objects

    Then you should be able to display the list of attachments of application in the customer portal approval form.

    Is a little more difficult for the approver to open the attachment - it must have permissions to view the query. You can do this by configuring the roles system (preferred method) or by changing the query .

    Gytis

  • the problem working with adf task flows...

    Hi all I m tries to run the jsf page uses the adf workflow it is giving me error belove and does not not the page I need to do now?



    Target URL - http://localhost:7101/Myapp-ViewController-context-root/faces/head.jsf
    < ViewHandlerImpl > < _checkTimestamp > Apache Trinidad runs with control of activated timestamp. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    < LifecycleImpl > < _handleException > ADF_FACES - 60098:Faces life cycle receives exceptions that are unhandled in the phase 1 RESTORE_VIEW
    javax.faces.view.facelets.FaceletException: Error Parsing / / C:/JDeveloper/system11.1.2.2.39.61.83.1/o.j2ee/drs/Myapp/ViewControllerWebApp.war/head.jsf: detected default [line: 21] < Line 21, column 26 >: XML-20121: end tag (Fatal Error) does not match the start tag 'af:panelSplitter '.
    at com.sun.faces.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:394)
    at com.sun.faces.facelets.compiler.SAXCompiler.doMetadataCompile(SAXCompiler.java:377)
    at com.sun.faces.facelets.compiler.Compiler.metadataCompile(Compiler.java:130)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.createMetadataFacelet(DefaultFaceletFactory.java:319)
    at $200 (DefaultFaceletFactory.java:92) com.sun.faces.facelets.impl.DefaultFaceletFactory.access
    to com.sun.faces.facelets.impl.DefaultFaceletFactory$ 2.newInstance(DefaultFaceletFactory.java:168)
    to com.sun.faces.facelets.impl.DefaultFaceletFactory$ 2.newInstance(DefaultFaceletFactory.java:166)
    to com.sun.faces.facelets.impl.DefaultFaceletCache$ 2.newInstance(DefaultFaceletCache.java:94)
    to com.sun.faces.facelets.impl.DefaultFaceletCache$ 2.newInstance(DefaultFaceletCache.java:89)
    to com.sun.faces.util.ExpiringConcurrentCache$ 1.call(ExpiringConcurrentCache.java:99)
    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at com.sun.faces.util.ExpiringConcurrentCache.get(ExpiringConcurrentCache.java:114)
    at com.sun.faces.facelets.impl.DefaultFaceletCache.getMetadataFacelet(DefaultFaceletCache.java:135)
    at com.sun.faces.facelets.impl.DefaultFaceletCache.getMetadataFacelet(DefaultFaceletCache.java:62)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.getMetadataFacelet(DefaultFaceletFactory.java:252)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.getMetadataFacelet(DefaultFaceletFactory.java:201)
    at com.sun.faces.application.view.ViewMetadataImpl.createMetadataView(ViewMetadataImpl.java:114)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:749)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:346)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
    to 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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    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 weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    < LifecycleImpl > < _reportFailureForMissingViewRoot > ADF_FACES-30179: for more information, see the error log of the server for an entry beginning with: The UIViewRoot is null. Fatal error during PhaseId: RESTORE_VIEW 1.
    javax.faces.view.facelets.FaceletException: Error Parsing / / C:/JDeveloper/system11.1.2.2.39.61.83.1/o.j2ee/drs/Myapp/ViewControllerWebApp.war/head.jsf: detected default [line: 21] < Line 21, column 26 >: XML-20121: end tag (Fatal Error) does not match the start tag 'af:panelSplitter '.
    at com.sun.faces.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:394)
    at com.sun.faces.facelets.compiler.SAXCompiler.doMetadataCompile(SAXCompiler.java:377)
    at com.sun.faces.facelets.compiler.Compiler.metadataCompile(Compiler.java:130)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.createMetadataFacelet(DefaultFaceletFactory.java:319)
    at $200 (DefaultFaceletFactory.java:92) com.sun.faces.facelets.impl.DefaultFaceletFactory.access
    to com.sun.faces.facelets.impl.DefaultFaceletFactory$ 2.newInstance(DefaultFaceletFactory.java:168)
    to com.sun.faces.facelets.impl.DefaultFaceletFactory$ 2.newInstance(DefaultFaceletFactory.java:166)
    to com.sun.faces.facelets.impl.DefaultFaceletCache$ 2.newInstance(DefaultFaceletCache.java:94)
    to com.sun.faces.facelets.impl.DefaultFaceletCache$ 2.newInstance(DefaultFaceletCache.java:89)
    to com.sun.faces.util.ExpiringConcurrentCache$ 1.call(ExpiringConcurrentCache.java:99)
    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at com.sun.faces.util.ExpiringConcurrentCache.get(ExpiringConcurrentCache.java:114)
    at com.sun.faces.facelets.impl.DefaultFaceletCache.getMetadataFacelet(DefaultFaceletCache.java:135)
    at com.sun.faces.facelets.impl.DefaultFaceletCache.getMetadataFacelet(DefaultFaceletCache.java:62)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.getMetadataFacelet(DefaultFaceletFactory.java:252)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.getMetadataFacelet(DefaultFaceletFactory.java:201)
    at com.sun.faces.application.view.ViewMetadataImpl.createMetadataView(ViewMetadataImpl.java:114)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:749)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:346)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
    to 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.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    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 weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Hello

    Do you see that?

    javax.faces.view.facelets.FaceletException: Error Parsing / / C:/JDeveloper/system11.1.2.2.39.61.83.1/o.j2ee/drs/Myapp/ViewControllerWebApp.war/head.jsf: detected default [line: 21] : XML-20121: end tag (Fatal Error) does not match the start tag 'af:panelSplitter '.

    Check out the code and put an end to af:panelSplitter.

    Arun-

  • Trying to deploy the WebCenter task flow in WLS Service

    Hello-

    I have a simple application of JDEV where I added the 'Paper - Document Manager' task flow to jspx page. I also created a file of content repository connection. (pointing to a disk on the server). I deploy this application as an EAR and that you want to import in the WLS server instance. When you try to start the application, I get the following error.

    : oracle.mds.config.MDSConfigurationException:MDS - 01335: namespace "/ oracle/webcenter/content/models/registry" mapped to the metadata-store-use "WebCenterFileMetadataStore", but its definition was not found in the configuration of MDS.

    Can someone help with this error?

    Thank you-

    Hello

    Your store default MDS when running Jdeveloper is core file. When deploying to WebLogic App Server store MDS is DB based.

    You can create and save MDS using Enterprise Manager stores. My brother this link for more information: http://download.oracle.com/docs/cd/E14571_01/webcenter.1111/e12405/wcadm_deploy.htm#BABBACEF

    Also if you deploy the application directly from JDeveloper it prompts you for the partition and MDS connection. You build an EAR and manually deplying so the step was ignored.

    Kind regards
    Vincent

  • my pc let me just download some of my pictures from a sd card then stops and says something about the prevention of data that used to be very well what happened

    SD card download

    Hi Boy Delacre.

    (a) what is you receive the exact error message?

    (b) how exactly you are trying to accomplish this task? You manually copy the pictures to the computer from the SD card?

    (c) this happens to you with pictures with the specific file format? As JPEG (Janointed Photographic Experts Group)

    To better understand the question, please provide more details about the problem you are having, we will try to help you solve the problem.

    Please see the link below for more information

    What is Data Execution Prevention?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-data-execution-prevention

    Change Data Execution Prevention settings

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-data-execution-prevention-settings

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Help about the ADF RichColumn

    I'm generating a table of the ADF and add columns programmatically to the table.
    In one of my events I need to know which column is selected for the treatment of the data, so I use the ADFColumn isSelected property that indicates whether the column is selected from the user interface or not.
    It works fine if I have a single column with o/p or i / component p inside.

    The problem occurs when I have two kids columns in my main column does not set the property isSelected-true for this kind of column...

    I have following the structure of column
    -----------------
    | Amount |
    -----------------
    | Min | Max |
    ------------------

    Code used for the generation of columns is:
    Column RichColumn = new RichColumn();
    column.setId (columnName);
    column.setHeaderText (columnName);
    column.setNoWrap (true);
    column.setAlign ('center');


    RichColumn minColumn = new RichColumn();
    minColumn.setId (columnName + "Min");
    minColumn.setHeaderText ("Min");
    minColumn.setNoWrap (true);
    minColumn.setAlign ('center');
    minColumn.setWidth("75");
    RichInputText Inputtext = new RichInputText();
    inputtext.setId ("minConditionIT");
    inputtext.setAutoSubmit (true);
    minColumn.getChildren () .add (inputtext);

    column.getChildren () .add (minColumn);

    RichColumn maxColumn = new RichColumn();
    maxColumn.setId (columnName + 'Max');
    maxColumn.setHeaderText("Max");
    maxColumn.setNoWrap (true);
    maxColumn.setAlign ('center');
    maxColumn.setWidth("75");
    RichInputText maxInputtext = new RichInputText();
    maxInputtext.setId ("maxConditionIT");
    maxInputtext.setAutoSubmit (true);
    maxColumn.getChildren () .add (maxInputtext);

    column.getChildren () .add (maxColumn);
    -----------------------------------------------------
    Event code used to find the selected column is as follows: -.

    private int getSeletedcolumnIndex() {}
    T2 is the table of the ADF
    The list of columnList = this.t2.getChildren ();
    for (int i = 0; i < columnList.size (); i ++) {}
    Column RichColumn = (RichColumn) columnList.get (i);
    If (column.isSelected ()) {}
    Return column.getDisplayIndex ();
    } else {}
    List of children < UIComponent > = column.getChildren ();
    for (int j = 0; j < children.size (); j ++) {}
    UIComponent component = children.get (j);
    If (components! = null & & component instanceof RichColumn) {}
    RichColumn childColumn = component (RichColumn);
    If (childColumn.isSelected ()) {}
    Return column.getDisplayIndex ();
    }
    }
    }
    }
    }


    This method does not give the property isSelected as true, if I have children columns in my main column...
    Please help on this...

    Published by: user10281080 on July 31, 2009 02:38

    Published by: user10281080 on August 3, 2009 07:43

    Hello

    If you use columns with children columns then selected State should be on the columns of content as the main column is not active

    Frank

  • Question about the ADF Version supported Oracle database

    Hello

    One of my client's situation trigger this thread, they have a few Oracle 9.2.0.6 inherited instance, which turns out to be that a version of database not supported for JDeveloper/ADF 12.1.3, in this case, supports an earlier version of the ADF is the only choice without upgrading of database to 11.x for them?

    And I'm also interested to know why JDeveloper/ADF confined its support to some version of database Oracle, thank you

    -Liang Yi

    Hello

    If I'm not wrong then the Oracle 9i database is out of support since juil.-2007. JDeveloper and ADF certifies and supports the unsupported database versions or operating systems. So I hope that answers the "why". The real solution is to upgrade the database, because that's the reason that will block you for what your client is to move forward.

    Frank

  • Question about the definition of SID by using Oracle Net Manager

    Hello

    I'm following the instructions provided in the document Oracle DBA for 2 days.

    Page 8-9, he gives instructions on how to configure net service using Oracle Net Manager names. Following the instructions, I created a new Identification of spare (by selecting the Naming Service and pressing the green button (+)). Using this method, I've created a new descriptor as shown below:
    ONM_ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Oracle2Day1.john.local)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = orcl.john.local)
        )
      )
    Note the use of the "Service-name" field to identify the service.

    Using Enterprise Manager, I created a new descriptor so, but EM has allowed me to use the SID instead of the SERVICE_NAME. The portion of TNSNames.ora created by EM is as shown below:
    ORCL_CREATED =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Oracle2Day1.john.local)(PORT = 1521))
          (LOAD_BALANCE = yes)
        )
        (CONNECT_DATA =
          (SID = ORCLSID)
          (SERVER = DEDICATED)
        )
      )
    Note that this template does not use the "Service-name" field, it uses the "SID" field instead.

    As an exercise, I wanted to use Oracle Net Manager to create a descriptor that uses the SID instead of the SERVICE_NAME, just as I did in EM, but I can't find a way to do it. I be getting the SID of grey field (locked) or various errors.

    The question is: Should what steps I follow in Oracle Net Manager to create a descriptor like the one I created in EM?

    Thank you for your help,

    John.

    John,

    SID's ancient mechanism of the sqlnet. EM allows you to do so by an option button, but all other oracle tools are now using the mechanism of the Service only as the new standard that is used when the client tries to connect to the server. SID asks that the service must be available on this ony node where you try to connect without additional installation as failover, load balancing services in order to provide you with. So I would say you respect the service mechanism only and as far as I know, there is no way to put a SID by using the Oracle networking tools.

    On services, you read this book.,
    http://www.ardentperf.com/pub/services-schneider07.PDF

    This would explain why the concept of Service is better!

    HTH
    Aman...

  • Form delimited ADF task flows where to put setNamedWhereClauseParam

    Hello

    I use jdeveloper 11g and I am trying to set up a stubborn workflow (type of train), station a theres a search ADF form where the user selects a record, at the station two form should present all the options related to the selected record on the station one and the possibility of introducing new information. I have the ViewObject for station 2, but I don't know where to put the code for "setNamedWhereClauseParam" and then run the query. Or in other words, how to pass the value of the key selected on station 1 station 2 as the parameter at the request of VO?

    Thank you

    Mike.

    Hello

    trains allow you to navigate between pages. So if there is a dependency between page1 and page2, where page 2 must have 1 page visited, so I think you should alow direct access to page 2. To answer your question

    -Create a file IMPL for the ViewObject to filter by the ViewCriteria
    -Create a public method that takes the input parameters required for bind variables
    -in the VOImpl define the VC and the bind varoables
    -run the VO
    -Create a public method (still on the VO2) ClientInterface
    -1 page write the parameters of the selected query in #{requestScope.param1},...
    -Drag and drop the client method as a method between page1 and page2 so the query call activity is performed
    -On the arguments to the method, use #{requestScope.param1} to read the search criteria in

    Frank

Maybe you are looking for