Custom UIShell JDeveloper 12 c

I've migrated to JDeveloper 12 c the example of this link http://perumaladf.blogspot.com/2013/01/making-mdi-application-by-using.html. It works fine, so I copy the code and test it, but my copy does not work as expected. The only difference in my code for the example is there in the example of three projects in the same workspace, in my case, I have two projects in my workspace (the code for the uishell tabs is in my ViewController project).

These are my mistakes:

  • In my application when I select another tab, the first time works fine, but when I want to select another tab, it is not ' work (the code is not executed).» The listener of disclosure does not work very well.
  • If I have a table I get error: component data flow is not found. AdministradorBean (bean, who manages the tabs) is in extended view.
  • If I have a form with buttons(previous,next,last,first) of navigation, I click on the next button, the navigation is not performed.

This is part of my code to my uishell.jsf:

 <af:panelTabbed id="ptTabs" tabRemoval="all" dimensionsFrom="parent">
                                        <af:forEach var="tab" items="#{viewScope.tabBean.listaTabs}" varStatus="vs">
                                            <af:showDetailItem id="sdiTab" stretchChildren="first" immediate="true"
                                                               rendered="#{tab.activo}" disclosedTransient="true"
                                                               textAndAccessKey="#{tab.titulo}"
                                                               disclosed="#{tab.id== viewScope.tabBean.idTabSeleccionado}"
                                                               itemListener="#{viewScope.tabBean.cerrarTab}"
                                                               disclosureListener="#{viewScope.tabBean.seleccionarTab}">
                                                <af:region value="#{bindings.mtfPrincipal.taskFlowBindings[tab.id].regionModel}"
                                                           id="rTabs"/>
                                                <f:attribute name="TAB_ID" value="#{tab.id}"/>
                                            </af:showDetailItem>
                                        </af:forEach>
</af:panelTabbed>

It's the event of disclosure of AdministradorBean.java:

public void seleccionarTab(DisclosureEvent event) {
 UIComponent component = event.getComponent();
 String idTabActual = String.valueOf(component.getAttributes().get("TAB_ID"));
 setIdTabSeleccionado(idTabActual);
 actualizarTabs();
 }

Present the method of "actualizarTabs":

public void actualizarTabs() {
 UIComponent uiComp = buscarComponenteEnArbol("ptTabs");
 if (uiComp != null) {
 AdfFacesContext.getCurrentInstance().addPartialTarget(uiComp);
 }
 }

Hello

The JDev 12 c (actual output) definitely not ready for UIShell applications, there are a series of bugs that are already registered:

  • Bug 17158398 - CONTROL COMPONENTS DO NOT WORK WHEN YOU OPEN the DYNAMIC REGION IN TAB
  • Bug 17156672 - UI NOT DISPLAYED CORRECTLY because of the CONTEXT PARAM DEFAULT_DIMENSION
  • Bug 17156560 - JAVA. LANG. ILLEGALSTATEEXCEPTION: FOUND NO DATA FLOW COMPONENT
  • Bug 17158597 - updates ARE LOST WHEN you SET REGIONCONTROLLER IN CONTROLLERCLASS PROP PAGEDEF

    etc...

This is precisely one of the reasons why I want to wait for the next version of correction.

But it is certainly necessary to a metalink SR, for this to be resolved quickly.

Without this, I just can't begin to develop a new application below 12 c.

Tags: Java

Similar Questions

  • error then return to the main screen.

    Hi experts,

    When I navigate to the main screen I get below error. I click on the Cancel button and I see this error on the home page.

    < 2015 sep 17 20:34:45 CEST > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:64,085 during the inactive configured timeout of 5 seconds. >

    < Sep 17, 2015 20:36:20 CEST > < error > < javax.enterprise.resource.webcontainer.jsf.application > < BEA-000000 > < Error rendered view [/ FCRHome2]

    java.lang.IllegalStateException: component data flow is not found

    at oracle.adfinternal.view.faces.streaming.StreamingDataManager.submit(StreamingDataManager.java:519)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:4047)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1707)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1600)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:525)

    Truncated. check the log file full stacktrace

    >

    Hi Preta M

    Found a bug with Custom UIShell Jdev 12 C

    Custom UIShell JDeveloper 12 c

  • Access to Services of IOM using Jdeveloper: could not find a connection confi

    Hello experts,
    Try to access the services of IOM with IOM customer in jdeveloper and the code for the example class is shown below:
    package model;

    Import javax.security.auth.login.LoginException;

    Import oracle.iam.platform.OIMClient;
    java.util.Dictionary import;
    import java.util.Hashtable;


    public class Class1 {}
    public static OIMClient customer;
    private static String OIMUserName = "xelsysadm";
    private static String OIMPassword = "Oracle_7";
    private static String OIMURL = "t3://192.168.1.2:14000";
    private static String OIMInitialContextFactory = "weblogic.jndi.WLInitialContextFactory";

    public static loginWithCustomEnv() Sub throws {LoginException}
    Hashtable env = new Hashtable();
    env.put (OIMClient.JAVA_NAMING_FACTORY_INITIAL, OIMInitialContextFactory);
    env.put (OIMClient.JAVA_NAMING_PROVIDER_URL, OIMURL);
    client = new OIMClient (env);
    customer. Login (OIMUserName, OIMPassword);
    }

    Public Shared Sub main (String [] args) {}
    try {}
    loginWithCustomEnv();
    } catch (LoginException e) {}
    e.printStackTrace ();
    }
    }
    }


    and get the error message shows in compiling

    Exception in thread "main" java.lang.SecurityException: unable to find a connection configuration
    to com.sun.security.auth.login.ConfigFile. < init > (ConfigFile.java:93)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    to javax.security.auth.login.Configuration$ 3.run(Configuration.java:247)
    at java.security.AccessController.doPrivileged (Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:242)
    to javax.security.auth.login.LoginContext$ 1.run(LoginContext.java:237)
    at java.security.AccessController.doPrivileged (Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:234)
    to javax.security.auth.login.LoginContext. < init > (LoginContext.java:403)
    at Thor.API.Security.LoginHandler.weblogicLoginHandler.login (weblogicLoginHandler.java:58)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:114)
    to the model. Class1.loginWithCustomEnv (Class1.Java:22)
    to the model. Class1.main (Class1.Java:27)
    Caused by: java.io.IOException: cannot find a connection configuration
    at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:250)
    to com.sun.security.auth.login.ConfigFile. < init > (ConfigFile.java:91)
    ... 18 more


    It is due to authwl.conf not found and I found that I need set the Java Options
    -DXL. HomeDir = PATH\OIM
    -Djava.Security.auth.login.config=FILE_PATH\conf\authwl.conf

    but am not able to find the location for the same thing in jdeveloper. Please provide details...


    Kind regards
    KK

    http://naive-amseth.blogspot.com/2010/11/OIM-error-javalangsecurityexception.html

    http://identityandaccessmanager.blogspot.com/2010/11/integrate-Eclipse-with-OIM-10G.html

  • LOV for unlimited inputTex

    Hello

    I have unlimited text (unlimited means this field dosnt have any VO and created by drag and drop a text entry in the page.)

    Now, I want to show LOV for it as part of the VO.

    I can create lov this article? If yes HOW?

    Thank you...

    You can use af:inputListOfValues and use beans as a source of data.

    Check this example: inputListOfValues Demo

    To view the download java source and extract Archives of war: Application Development Framework downloads

    or

    You can put the button next to af:inputText component and invoke custom af:popup

    a few examples:

    Andrejus Baranovskis blog: feature of Type LOV custom in JDeveloper 11 g

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/69-custom-lov-with-BTF-276178.PDF

    Dario

  • Touch "Clear" question

    Hi all
    I created a custom through JDeveloper button
    This button type is resetButton
    His is on the search page
    his work very well for the first time
    but after searching a records when I click on erase button to clear fields then his does not work
    even he dosnt shows an error also



    I wrote a code to do this in CO Pfrequest()
            if (pageContext.getParameter("clearBtn") != null)
            { 
            pageContext.forwardImmediatelyToCurrentPage(null,false,null); 
            }

    In this case, write the code in application of process only to instead of calling method AM write all the code that is written in this method in the method processRequest only.

    Or you can create an AM and attach it with the custom zone.

    Thank you
    AJ

  • Custom page of OPS R12.2.3 run of Jdeveloper

    Hello

    I'm developing a customized OPS for R12.2.3 page. I want to run this page directly from Jdeveloper, but Im getting issue of insufficient privileges

    I downloaded the patch appropriate for my EBS version, downloaded to my pc the .dbc files and configured in the runtime connections.

    My custom page works OK deployed in EBS.

    My page is the responsibility of the system administrator so I configured

    connect TIME:

    Short name of the application: SYSADMIN

    RESP key: SYSTEM_ADMINISTRATOR

    DBC file: E:\IDE\jdev1223\jdevhome\jdev\dbc_files\secure\DESA.dbc

    user and password are correct to Sysadmin/sysadmin

    in the performance options are of the 4 available test modes

    OABackbuttonTestMode

    OAPAssivationTestMode

    .. .dumbUIXtree

    ... conectionTestMode.

    Am I missing something?

    A

    It comes to my runtime jdeveloper error log.

    URL - target http://localhost:8988/OA_HTML/runregion.jsp

    15/03/12 09:38:08 TIME: runregion: initialization [1 DC]

    15/03/12 09:38:14 TIME: runregion: creation of session and transaction [6328 ms]

    15/03/12 09:38:14 TIME: runregion: initialization [1 DC]

    15/03/12 09:38:15 TIME: runregion: creation of session and transaction [471 ms]

    03/12/2015-09:38:15 oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig

    INFO: oracle.adf.share.config.ADFConfigFactory no META-INF/adf - config.xml not found

    15/03/12 09:38:15 java.lang.IllegalArgumentException: unknown signal: ALRM

    15/03/12-09:38:15-sun.misc.Signal. < init > (Signal.java:126)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.AppsDiagnosticsHandler.install (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.server.OAApplicationModuleImpl.initializeSignalHandler (unknown Source)

    15/03/12-09:38:15-oracle.apps.fnd.framework.server.OAApplicationModuleImpl. < clinit >(Unknown Source)

    15/03/12 09:38:15 to java.lang.Class.forName0 (Native Method)

    15/03/12 09:38:15-java.lang.Class.forName(Class.java:247)

    15/03/12 09:38:15-oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)

    15/03/12 09:38:15-oracle.jbo.common.JBOClass.forName(JBOClass.java:164)

    15/03/12 09:38:15-oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:177)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:836)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:770)

    15/03/12 09:38:15-oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:534)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:587)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:449)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:382)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:364)

    15/03/12 09:38:15-oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.createStaticAKApplicationModule (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModuleSync (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModule (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/03/12 09:38:15-_OA._jspService(_OA.java:72)

    15/03/12 09:38:15-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/03/12 09:38:15 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)

    15/03/12 09:38:15-$100 (ServletRequestDispatcher.java:68) com.evermind.server.http.ServletRequestDispatcher.access

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:214)

    15/03/12 09:38:15-oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)

    15/03/12 09:38:15-com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)

    15/03/12 09:38:15-_OA._jspService(_OA.java:81)

    15/03/12 09:38:15-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/03/12 09:38:15 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)

    15/03/12 09:38:15-oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    15/03/12 09:38:15-com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    15/03/12 09:38:15-java.lang.Thread.run(Thread.java:662)

    Better subject.

    Ash

    I solved this problem changing Embedded OCJ4 preferences of localhost to my local network (im my case 172.29.11.100) IP addess

  • See the wizard bug of mapping object 'custom SQL query' attribute to JDeveloper 12.1.3.0.0

    I encountered a bug in JDeveloper 12.1.3.0.0 when working with custom views of SQL query. The bug manifests itself so that the wizard does not all SQL attributes add to the list of attributes. This is the query that I managed to recreate my original query that shows the bug:

    with with_clause as)

    Select ao.owner as variable_attr from sys.all_objects ao

    )

    Select

    0 as constant_attr,

    WC.variable_attr

    of with_clause wc

    The wizard creates only an attribute to "constant_attr" and not "variable_attr". Hit the "Requester" button in the wizard gives me the following error:

    error.png

    I don't think I need to stress is how problematic - creation all attributes by hand for a query validates is enough of a reason to go get another IDE because ADF assistants are the most useful features of JDeveloper, otherwise the only ones that are "hooked". In addition, it works very well in JDeveloper 11 g and JDeveloper 10 g - what happened to 12 c?

    Oracle has made some changes in this area in 12.1.3. If you have a support contract, you must file an SR with support.oracle.com. If you haven't you might want this folder on https://java.net/jira/browse/ADFEMG that has no attached ALS but at least the problem is registered and if it is accepted as a bug an official bug is triggered.

    Timo

  • Not able to run custom OAF OAF page separately in JDeveloper

    Hello

    I'm practicing tutorials OAF in R12.1.3 and I've never used JDeveloper before.

    I created a custom with workspace = Sanjay11DependentLovDemo, DependentLovDemo = project page and various pages, files, etc. under sanjay11.oracle.apps.apps.fnd.dependentdemo.server and sanjay11.oracle.apps.apps.fnd.dependentdemo.webui of the class.

    (The physical files are stored in the C:\dev\oaf\r1211\jdevhome\jdev\myprojects\sanjay11 directory in my office)

    I managed to run locally JDeveloper my defining connections to properties/service project to the appropriate values.

    Then my intention was to try to load the seeded EBS customer search form, then I copied the entire contents (including subdirectories) starting at $JAVA_TOP/oracle/apps/ar in my local disk C:\dev\oaf\r1211\jdevhome\jdev\myprojects\oracle\apps\ar.

    In JDev, both objects sown (search for customers) I copied from the server and the custom page I created earlier (that I managed to run successfully as soon as possible and has no relationship to the objects seeded) appear in the same workspace and project (please see attachment).

    When I now try to run the custom page (by selecting the xml page, do a right click, run) it also tries to compile the customer seeded serach and same time failing objects. (Could be because I didn't copy all objects of customer research seeded correctly).

    Is it possible to run Jdeveloper to run the custom page (DependendLovPG.xml in the screenshot) without that compilation of the seeded with custom search page. (instead of delete the directory C:\dev\oaf\r1211\jdevhome\jdev\myprojects\oracle\apps\ar fom my office). Actually I want to get rid of the oracle.apps.ar of JDev node

    Thank you

    Sanjay

    Go to project properties. There, on the excluded tab, add all files/packages who have questions or who do not want to compile.

    Once you are done with this, these files will not compile during the execution of the custom page.

  • Can I use custom without columns Standard tables that in jdeveloper/FPO?

    Hello!

    I came across this excerpt from JDeveloper Documentation:

    "Standard which columns OA Framework provides Oracle E-Business Suite that standard support column." "All objects of entity with columns of WHO should include the following attributes: CreatedBy, CreationDate LastUpdatedBy LastUpdateDate LastUpdateLogin if your object does not include the standard THAT assigns, simply provide an inefficient application for standard WHO attribute the setter methods.

    This means that I can define tables custom in EBS without the Standard columns who?

    "If your object does not include the standard THAT assigns, simply provide an inefficient implementation for the standard WHO attribute the setter methods.

    -How do I do this?

    Thank you.

    This means that, in the area of occurrence for the table, you must provide methods 5 setter for the columns of the WHO (setCreatedBy, setCreationDate, etc.).  But these methods are not actually do any work, there should be no action taken in the method.  But they must exist.  If your custom table THAT includes columns not these methods must be created as custom after creation of the EO methods.  Short answer, yes you can create dashboards customized in EBS without columns WHO as long that the EO provides ineffective Set of accessor methods.  No guarantee, how other types of applications will be happen.

  • IOM - Question Jdeveloper custom workflow

    Hello, I use Jdeveloper to create a custom workflow and was just curious to know if there was a way to test the custom code located in Annex A of the following form:

    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oim/oim_11g/developing_oim_custom_approval_process_for_resource_provision/developing_oim_custom_approval_process_for_resource_provision.pdf

    The code is used in a java 'embedded' node inside a .bpel file. I need a way to run the code to see the system.out.println output so that I can better familiarize myself with the code. Is there a way to do this in Jdeveloper?

    Hello

    I just made these videos. Maybe it will help you to test this code.

    http://www.YouTube.com/watch?v=x1c5gm7c0GA

    Fred

  • JDeveloper 11.1.2.4: Is it possible to display only custom validator ID defined in faces-config. XML

    I have several custom validators and do not need to see the default values listed in the screenshot below:

    http://i.imgur.com/xOQgxeZ.PNG

    Is it possible to display only custom validators that I defined in faces-config. XML?

    Thank you

    Wes

    Deepak,

    do not understand this sentence:

    "Do not specify the binding attribute value in the tag of f: validator for links do not display.

    Wes,

    The answer to the question seems to be 'no', you cannot remove other validator entries as they are too configured in a faces configuration file - but not that of the application

    Frank

  • 11.1.1.4 JDeveloper do not connect to Oracle Database 10g with heavy customer

    Hello

    I was using JDeveloper 11.1.1.3 which connect Oracle Database 10 g with Driver oci8 dependencies instantclient-basic-win32 - 11.1.0.7.0.

    Currently, I have improved toJDeveloper 11.1.1.4 and now her send me the connection failed with the Driver oci8 instantclient-basic-win32 - 11.1.0.7.0 and instantclient-basic-win32 - 11.2.0.1.0.

    Test message failed: java.lang.UnsatisfiedLinkError: oracle.jdbc.driver.T2CConnection.getLibraryVersionNumber () I

    Please help how I can solve it.

    Kind regards
    Shakur

    First of all, to avoid the UnsatisfiedLinkError you must make sure that the path to the shared library (.dll/.so) is included in your PATH environment variable.

    Secondly, no it does not change the JDev behavior.

    -olaf

  • How to create a custom application webcenter in Jdeveloper 12 c

    Hello world

    I have a webcenter application creation requirement in 12 c, how can I do this? How webcenter jar version I should install?

    Thank you.

    Sorry, you can not use 12 c for the development of web center for the moment.

    The latest version of jdev that supports Web center is Jdev 11.1.1.7.0 with the expansion of the web 11.1.1.8.0

    Timo

  • Is there a way to incorporate JDeveloper with MKS Integrity customer?

    I am talking about the integration of control source, similar to that for Subversion.
    If this isn't the case, we plan in the future?

    I'm not aware of an extension for MKS for jdev or a plan to build a.
    If you want, you can build one yourself. Another possible solution is to use the external tools menu and add a few calls to MKS to the toolbar and menus jdev.

    Timo

  • How to create a custom page to page seeds in OFA

    Hello

    I have a requirement in which I need to create a custom Page that should be a replica of Page Standard OAF. Can someone guide me on markets to do so.

    Thank you

    Nancy

    Agree with 1658152...

    But if you still want to create to create your own page and pagelayout region. Take the seeded page from server to the local computer.

    Open both pages in Jdeveloper and copy the page of seed items to your custom page.

    Copy could lead to an error you need to identify and resolve.

    Let us know if you need assistance.

    BR, FLS

Maybe you are looking for

  • Adjusting the Touchpad - what a Drag

    Hello. I use the keys touch for a long time, and I've never had one that works this way. In the middle of work on one screen, my fingers mes doigts inadvertently drag to another screen, every time. How can I disable this feature? (And why would anyon

  • ERROR 80246005 CODE appears again

    Hi allautomatic update of vista sp2 failed with the above error code.Now, I can't get online as my system wants to use the connection to the Local network.I use it with a modem broadband.I tried to disable it but then the system still wants to use it

  • Pavilion Dv7-3110ea: Dv7-3110ea wifi not working after reinstalling windows

    Hello.  I reinstaled windows on my laptop and now the wifi does not work... I cannot turn on wifi... only bluetooth...  I think I need to reinstall the drivers, but I don't know where I can find them. Any help please?

  • How to activate my Windows 7 hidden and disable the administrator account?

    I can't see and activate my Windows 7 Administrator accountWhen I type in the command prompt "net user administrator / Active: Yes". I see this"The system 5 error has occurred.Access is denied. » Do you know guys how can I fix this :(Please help me..

  • Smartphones from blackBerry App World

    I have a TORCH (software 6.0 Bundle 3049) with App World installed 3.0.0.73 from Blackberry Desktop Software.  I have download the updates and App World indicates that a new version is available 3.1.2.32, I download the new version and App World Spea