Jdev 11.1.2.3 on RedHat 5.8 - question about ADF Libs

Hello: I am following the use ADF Libs method to separate the common code of the various subsystems. So I created the following bookstores: CommonCode, CommonModel, CommonUI. This large all worked.

So now, I'm working on the creation of two subsystems that everyone uses common libraries of adf. Each subsystem will also create their own pot of lib adf. It worked.

But...
I have a two tables joined by a relationship master detail I want to test. I VO for the main table in subsystem1 of installation and configuration VO for detail in subsystem2 table. Where would the display link? Subsystem1 or subsystem2. Is how important it?

The next step would be to create an Application of master using subsystem1 and subsystem2. In the master application, I would like to develop the relationship master detail between the tables and perform a test. In theory, no code should go in the Master. Right?

So where the display link should go? Subsystem1, subsystem2 or master. And what is the rationale?

Thanks for the help.

Hello

You may not create any links on any of the projects because this relationship between subsystems is only valid under the Master application. Therefore, the link must be created on the request of the master, after that both libraries have been imported, keep in mind that after you import the two libraries you mark them as shared AMs under the master AM also if you have an optimal control over db how instances are created. See the article according to that described a similar approach
http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/87-lov-using-shared-am-444769.PDF

Juan Camilo

Tags: Java

Similar Questions

  • Where should questions about the JDEV/ADF positions?

    Hello

    Where should questions about the JDEV/ADF positions?

    JDeveloper and ADF or

    JDeveloper and ADF?

    I found there may be some different advantageous:

    https://forums.Oracle.com/message/11109674?TSTART=0#11109674

    Thank you.

    Well, the other forum you mentioned is the Korean equivalent of the English forum.

    You have already discovered, it is not controlled to many users. I didn't know that it exists at all.

    In general it is to you where you ask your questions. All for one here are driven by the community and some employees of the Oracle, you cannot wait has answered all your questions. If you really need to answer you go through paid support.

    A tip for getting help is to provide a well-defined use cases, information relating to your environment and documented code showing what you have already tried.

    Timo

  • ADFBC internal Tables - jdev 11.1.2.3 on redhat 5.8

    Hello:
    During the activation/passavatation of the App Module, I think that ADF has write status information in some internal oracle tables. I suppose that, by default, the same pattern is used for user data and internal oracle tables. Is this correct?

    Until there is activation/passavatation of the app module, I guess that internal oracle tables are not created. Activation/passavation actually causes the creation of tables or what?

    As a result, until there is stress on the system, the system can run ADF applications ok until passavation occurs and tries to create the internal oracle tables.
    If the connection does not grant to create tables, the system fails during activation. Is this true?

    Can someone indicate the location in the Docs that deal with this topic?

    Thank you very much.

    Yes that's right, only you get an error when passivation take place. Here is the doc http://docs.oracle.com/cd/E35521_01/web.111230/e16182/bcstatemgmt.htm#ADFFD1307
    Jdev ships sql scripts to create the tables with the installation. A DB admin can then create the tables and the connection used by the application must create the table rights. You can find the script at \oracle_common\common\sql\adfbc_create_statesnapshottables.sql

    Timo

    Published by: Timo Hahn on 16.01.2013 20:31

  • ADFLibs Fusion Web App - Jdev 11.1.2.3 on redhat 5.8

    Hello:

    Say I have create a Web of Fusion ADF application called APP_LIB. This app has EO, VO, AM in the model project and has Pages, fragments and the Taskflows in the ViewController. I want to create an APP_LIB Lib ADF, so I create a deployment profile ADF Lib on the ViewController project. The ViewController being dependant on the model project, the library must be created with EO, VO, AM, Pages, Fragments and some TaskFlows. Right? Or I would create different profiles of deployment for the model and the ViewController project and thus 2 create two separate ADF Libs?

    Now, I want to import the ADF of APP_LIB lib into another ADF Fusion Web application called ENTERPRISE_APP. If I imported the ViewController of ENTERPRISE_APP the APP_LIB, would be the EO, VO and AM appear in the model project? Or do I have to import APP_LIB into the project template and ViewController of ENTERPRISE_APP?

    Is it better to separate libraries for the project template and ViewController in APP_LIB and create two separate ADF Libs for the model and ViewController? What the experts recommend creating the ADF libs on a project template project and project ViewController and also what is the best way to import the ADF LIB in a Fusion ADF application that also has a model project and the ViewController project.

    Can I create two ADF Libs: a Lib ADF for the project template and a Lib ADF for the ViewController and import each project ADF Lib in (model and ViewController) correspondent business APP?

    Any recommendations?

    Thank you very much.

    Hello

    This is what Oracle Fusion Applications as well. Keep in mind that the ADF libraries are not contained in other libraries, which means that the "Assembly" application requires references from the library in the project view controller

    Frank

  • Invalid column Type error - Jdev 11.1.2.3 on Redhat 5.8

    Hello:

    I created a simple Web ADF application with a single table.

    Test1 uses the HR schema and the db connection is also HR and everything works fine.

    Test2 uses a (partner) schema that is different from the logged-in user (admininn) in about DB. In sqlplus, I can update the table as a logged-in user. For DB grants are ok.

    But in the ADF app, when I try an update, I get an error: exception for invalid column type. See error below.

    When the owner of the schema is different from the db connection, I get this error even if DB subsidies are in place. What Miss me?

    Thank you very much



    Note: the DB connection connects as admininn no PARTNER. But DB subsidies are in place to allow admininn associated schema update.

    [386] built select: "SELECT CLI_KEY, CLI_NAME, CLI_SHORT_NAME, CLI_TYPE, CLI_LAWSON_ID, CLI_ACTIVE, CLI_COUNTRY PARTNER. CLIENTS Clients
    [387] enforcement of LOCKING... SELECT CLI_KEY, CLI_NAME, CLI_SHORT_NAME, CLI_TYPE, CLI_LAWSON_ID, CLI_ACTIVE, CLI_COUNTRY PARTNER. The CUSTOMERS Customers WHERE CLI_KEY =: 1 FOR UPDATE NOWAIT
    [388] where the link param 1:263
    OracleSQLBuilderImpl.doEntitySelect [389] failed...
    [390] java.sql.SQLException: invalid column type
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:11256)
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:10605)
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:11665)
    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:11631)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObject(OraclePreparedStatementWrapper.java:253)
    at oracle.jbo.server.OracleSQLBuilderImpl.bindWhereAttrValue(OracleSQLBuilderImpl.java:2306)
    at oracle.jbo.server.BaseSQLBuilderImpl.bindWhereClause(BaseSQLBuilderImpl.java:2300)
    at oracle.jbo.server.EntityImpl.bindWhereClause(EntityImpl.java:10784)
    at oracle.jbo.server.BaseSQLBuilderImpl.bindWhereClause(BaseSQLBuilderImpl.java:2283)
    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelectForAltKey(OracleSQLBuilderImpl.java:840)
    at oracle.jbo.server.BaseSQLBuilderImpl.doEntitySelect(BaseSQLBuilderImpl.java:552)
    at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:8311)
    at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:5971)
    at oracle.jbo.server.EntityImpl.beforePost(EntityImpl.java:6491)
    at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:6707)
    at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:3264)
    at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:3067)
    at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2071)
    at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2352)
    at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1590)
    at oracle.adf.model.binding.DCDataControl.callCommitTransaction(DCDataControl.java:1415)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1428)
    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2169)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:731)
    at oracle.jbo.uicli.jui.JUActionBinding.actionPerformed(JUActionBinding.java:193)
    at oracle.jbo.uicli.controls.JUNavigationBar.doAction(JUNavigationBar.java:412)
    at oracle.jbo.jbotester.NavigationBar.doAction(NavigationBar.java:112)
    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6289)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6054)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4652)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4482)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4482)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
    to java.awt.EventQueue.access$ 000 (EventQueue.java:85)
    in java.awt.EventQueue$ 1.run(EventQueue.java:603)
    in java.awt.EventQueue$ 1.run(EventQueue.java:601)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)
    in java.awt.EventQueue$ 2.run(EventQueue.java:617)
    in java.awt.EventQueue$ 2.run(EventQueue.java:615)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Check the OS type for each attribute. Number should be oracle.jbo.domain.Number.
    VARCHAR must be java.lang.String. Date should be oracle.jbo.domain.Date

  • Jdev 11.1.2.3 on RedHat 5.8 - use ADF Fusion Proj for Master

    Hello:
    I'm in accordance with the practice of creating shared libraries of ADF for model, the Code and the user interface, called CommonModel, CommonCode, CommonUI.
    Developers create subsystem projects that import these Libs ADF. Then several subsystems (such as ADF Libs) are combined into a master application that then creates the EAR file for deployment.

    Each of the subsystems are ADF Fusion Web Apps. (a model and viewController projects)
    Shared libraries are Custom apps. (with only a single project)

    The Question is what type of application to create for the Master project. The docs seem to indicate a custom project, but I think it's wrong and that I have to use a Web of Fusion ADF application for the master who would model and viewController projects.

    So, what type of application must be created for the master? Custom = a project or ADF Fusion app that has 2 projects (model and viewController)?

    Thanks for the help.

    Hello

    Keep in mind that the types of applications are a few models. Models include a set of libraries of different technologies that you can work on your project. However that does not limit you to use other technologies or libraries outside of this scope. Custom type is open to all.

    Juan C

  • RedHat Jdev 11.1.2.3 5.8 - AF:Switcher Question

    Hello:

    AF:switcher component can be used in a page Fragment?

    Also, I use the method of creation of functional subsystems like adflibs and then combine these subsystems into a master project to generate ear.

    Subsystems would use page fragments because the master project use the page template and use fragments of page subsystem in the page template? What is the best way to organize: models, fragments and dynamic regions in the context of functional subsystems (adflibs) consumed in a main workspace of the page? Any adivce on this?

    Thank you much for the help.

    What makes you think that he (af:switcher) cannot be used in a fragment?

    Watch this video http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/AngelsInTheArchitecture/AngelsInTheArchitecture.html for an overview of the architecture in the ADF application. You use case is about possible architectures.

    Timo

  • Insert new line in VO, engaging, and then call vo.executeQuery () does not display the newly created line.

    Hi guys

    I use jdev 12.1.2.

    I have a question about stale view object and entity data object.  My use case is: I have an af:table bound to data that I use to insert a new row in the database.  I create the line with a call from createWithParams, and everything works fine with it.  I call commit on the application module that contains the view object, and the data is correctly inserted in the database table.  Then, as part of my needs, I call vo.executeQuery () on the view object, however the newly inserted row is not present in the af: table or view object.  The line does not appear until I leave my application and return to it.  Once I do this, the line is in the object view and appears correctly in the table.

    It is not enough that I need the view object to be aware of the new line (s) without having to restart the application.  Y at - it a setting I am missing in my display object?  I guess my entity object contains stale data, but I don't know how to refresh its data.  Thanks for reading.

    Lance

    Hello

    you use a viewCriteria, so the value of this method of execution both (database and memory) in the Panel of viewCriteria

    try it once

    Thank you

  • NoClassDefFoundError RegionBinding when trying to access an application of adf

    Hello

    I followed these steps to set up my environment:

    1 - install the Weblogic 11 g Server
    2 install Soa Suite 11 g within weblogic server is installed in step 1
    3 - create a new domain (include Soa Suite)
    4. I developed an application of simple hello world, this application is deployed successfully.
    5. when I tried to access the application via web browser, I get this error:

    Operating system: Linux 64-bit

    Product version:

    -Oracle WebLogic Server 11 g 1 material (10.3.3)
    -SOA Suite (11.1.1.3.0)

    Error 500 - Internal server error

    java.lang.NoClassDefFoundError: oracle, adf, model, RegionBinding
    at oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext.getBindingContainer(StubJSFPageLifecycleContext.java:42)
    to oracle.adf.controller.v2.lifecycle.Lifecycle$ 2.execute(Lifecycle.java:135)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$ 400 (ADFPhaseListener.java:21)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ PhaseInvokerImpl.startPageLifecycle (ADFPhaseListener.java:231)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ 1.after(ADFPhaseListener.java:267)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    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.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Obs. : If I have the same application running on weblogic incorporated in jdeveloper, it works.

    I read in other posts that I should install the ADF runtime on my domain/Weblogic libraries.
    When do the ADF application works, but when I tried to access the company Manager, I get this error:

    Instructions: I add this to my setDomainEnv.sh classpath

    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jct.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfcm.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfmweb.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ADFM.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfshare.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jctejb.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jimdomains.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jmt.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jmtejb.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Collections.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/jlib/bc4jdomgnrc.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/jlib/adfmtl.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/jlib/adfui.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/jdev-cm.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Commons-El.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Oracle-El.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/JSP-El-API.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Commons-CLI-1.0.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xmlef.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/mdsrt.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/concurrent.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ojmisc.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/translator.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/runtime12.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/OJDL.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ORDIM.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ordhttp.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/TopLink.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ANTLR.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xmlparserv2.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfbinding.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/cache.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/XML.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xsqlserializers.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xsu12.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/DC-adapters.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ADF-connections.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/HTTP_Client.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/WSDL.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orajaxr.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orawsrm.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/wsclient.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orasaaj.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/MDDS.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xsdlib.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/wssecurity.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orawsdl.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_core.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_cert.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_xmlsec.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_wss.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_saml.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ojpse.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/oraclepki.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/jazncore.jar".
    Export CLASSPATH


    AND this IS the ERROR WHEN I ADD THIS: (in Enterprise Manager)

    Error 500 - Internal server error

    oracle.jbo.NoXMLFileException: Houston-26001: XML file could not be found for the null.cpx container
    at oracle.jbo.mom.MOMParserNonMDS.parse(MOMParserNonMDS.java:134)
    at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:64)
    at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:149)
    at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:916)
    at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:554)
    at oracle.adf.model.BindingRequestHandler.initializeBindingContext(BindingRequestHandler.java:341)
    at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:133)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:160)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:183)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)


    MY QUESTIONS:

    What should I do to make this work (soa suite, Manager of the company, my request to adf)?
    Installation by default, a domain with soa following is come with the adf runtime libraries? Why do I have to manually install these libraries?

    Thank you.
    Victor Jabur

    Hello

    We did encounter a similar problem - it was on AIX and not much Linux. It took the deployment of an EAR file on the AIX machine to solve the problem (although the WAR worked on Windows)...

    You want to check if this works for you?

    Thanks and greetings
    Anil

  • Question of subversion in Jdev

    Hello:

    With the help of JDEV 11.1.2.3 on RedHat 5.8

    We have Subversion repository created and everything works fine. (check/check works fine)

    I have developed a new application called MyApp (in the directory/MyApp, but not yet to the Subversion) and when I look at the directories/files he has totalled about 12 meg.

    After checking into Subversion (with extraction), Subversion creates two new directories:

    MyApp.svn - import-backup
    MyApp.svn - import-activities


    What are these two additional directories for? Remove the directories above? Why are there three directories?

    Also, before checking subversion, the total size of the directory MyApp was 12 meg.

    But after check-in to subversion, the directory MyApp is less than 2 meg.

    MyApp.svn - import-backup is 12 meg
    MyApp.svn - import-activities is less than 1 meg

    Why is this?

    Currently, because everything is only a proof of concept, subversion itself is not supported up... yet. But I still want to back up my new application MyApp.

    Directory MyApp 12 meg and went to meg 2, which means that the files are in subversion and not in the directory/MyApp. Is this good?

    What would be now backup outside of Subversion, just move my new application MyApp to a location where the files are saved? Directory MyApp always take all of the necessary files?

    Or should I backup all three directories?

    If now subversion is out of the picture, how do I backup MyApp?

    Thanks for posting this message...

    While import you a workspace in svn jdev creates two files. the backup is just what he says a backup before the project in svn. The workarea is where all the files are copied too which are placed in the svn.
    Original folder you is great, because it contains the class files and other artifacts that are not presented as svn. So if you do an extraction, you get a clean structure that grows after the first compilation or running the application.
    Once you have assured that everything works after you extracted the app in svn, you can delete the files.
    If you find something missing, you can get it from the backup folder where it should always be present.

    Timo

  • 11.1.2.3 Jdev does support EL 2.2?

    Hello:

    Jdev 11.1.2.3 on RedHat 5.8

    11.1.2.3 Jdev does support EL 2.2? I thought that it would be provided with JSF 2.0.

    I've read that in the Expression Language 2.2 we can pass parameters to a method of bean using EL. Is this possible? If so, what is the format for the EL?

    I read to use a HashMap to simulate this feature, but is it necessary with EL 2.2?

    Where is the Oracle Documentation for the use of EL 2.2 to pass parameters to a method of bean with EL?

    Thanks for the help.

    Hello

    While he supports the JSF 2, it does not support EL 2.2. It will be available in 12 c and ADF/JSF

    Frank

  • Exception of MDS deployment in Jdev 12.2.1

    Hi experts,

    I installed Jdev 12.2.1 and I deploy my 12.1.3 ADF application in the new version of weblogic, and I get this error with the doctors. MDS is currently configured and working very well.

    < 30 November 2015 10 H 10' THIS > < error > < javax.enterprise.resource.webcontainer.jsf.application > < BEA-000000 > < Facelet cache load error: oracle.adfinternal.view.faces.facelets.rich.MDSFaceletCache

    java.lang.InstantiationException: oracle.adfinternal.view.faces.facelets.rich.MDSFaceletCache

    at java.lang.Class.newInstance(Class.java:427)

    at com.sun.faces.application.ApplicationAssociate.createFaceletFactory(ApplicationAssociate.java:869)

    at com.sun.faces.application.ApplicationAssociate.initializeFacelets(ApplicationAssociate.java:332)

    at com.sun.faces.application.ApplicationAssociate.getCompiler(ApplicationAssociate.java:415)

    at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:251)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.NoSuchMethodException: oracle.adfinternal.view.faces.facelets.rich.MDSFaceletCache. < init >)

    at java.lang.Class.getConstructor0(Class.java:3082)

    at java.lang.Class.newInstance(Class.java:412)

    at com.sun.faces.application.ApplicationAssociate.createFaceletFactory(ApplicationAssociate.java:869)

    at com.sun.faces.application.ApplicationAssociate.initializeFacelets(ApplicationAssociate.java:332)

    at com.sun.faces.application.ApplicationAssociate.getCompiler(ApplicationAssociate.java:415)

    Truncated. check the log file full stacktrace

    >

    No idea if this is just a warning that can be ignored?


    Thank you very much in advance,
    Jose.

    It seems that this is caused by the web.xml context parameter to the following address:

    com.sun.faces.faceletCache

    oracle.adfinternal.view.faces.facelets.rich.MDSFaceletCache

    Try to remove and the error will go away, it is perhaps that the parameter is no longer valid... or something else interferes.

  • 11.1.2.4 on Mac OS 10.9.2 Jdev

    I installed Jdev 11.1.2.4 successfully on my Mac (with 10.9.2 os) and when I run jdev I noticed there is no file, Edit, View, Application, etc. the menus displayed; I don't see the toolbar 'hand '.  I followed the installation instructions (https://blogs.oracle.com/shay/entry/installing_jdeveloper_on_mac_os) adjustment of the sensitivity for all paths, etc., and this script ran fine. The installation of Jdev indicates errors so I'm lost as to why the menus are missing in Jdev.  Has anyone seen this?

    Refer

    Installation on Mac OS

    for some problems known.

    http://www.Oracle.com/technetwork/developer-tools/jdev/documentation/11-124-RN-1942343.html

    These questions also apply?

  • SimpleCallbackHandler Jdev obsolete 11.1.1.4 - what to use

    Jedv 11.1.1.4

    Hello
    I'm 'migration' our application Jdev 11.1.1.2 11.1.1.4
    The application uses a jspx login page and a bean of connection as described in the Fusion Middleware Developer's guide.

    I just compiled the application, and I get a warning saying that SimpleCallbackHandler is obsolete.
    I checked the online help of the bean connection (http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/adding_security.htm#BABDEICH)
    and the code example always use SimpleCallbackHandler:
    1 public String doLogin() {
    2   String un = _username;
    3   byte[] pw = _password.getBytes();
    4   FacesContext ctx = FacesContext.getCurrentInstance();
    5   HttpServletRequest request =
    6     (HttpServletRequest)ctx.getExternalContext().getRequest();
    7   CallbackHandler handler = new SimpleCallbackHandler(un, pw);
    8   try {
    9     Subject mySubject = Authentication.login(handler);
    10     ServletAuthentication.runAs(mySubject, request);
    11     ServletAuthentication.generateNewSessionID(request);
    12     String loginUrl = "/adfAuthentication?success_url=/faces" + 
    13       ctx.getViewRoot().getViewId();
    14     HttpServletResponse response = 
    15       (HttpServletResponse)ctx.getExternalContext().getResponse();
    16     sendForward(request, response, loginUrl);
    17   } catch (FailedLoginException fle) {
    18     FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR,
    19                                        "Incorrect Username or Password",
    20                                        "An incorrect Username or Password" +
    21                                        " was specified");
    22     ctx.addMessage(null, msg);
    23   } catch (LoginException le) {
    24     reportUnexpectedLoginError("LoginException", le);
    25   }
    26   return null;
    27 }
    What are we supposed to use instead of SimpleCallBackHandler?

    Thanks in advance
    Paul

    Andrejus Baranovsky has a blog about this entry...

    http://andrejusb.blogspot.com/2010/11/things-you-must-know-about-ADF-faces.html

    Timo

  • Cannot bind to the shared object created with LabVIEW 2009

    I have problems referring to a shared library built from a LabVIEW VI under RHEL 5 with LabVIEW 2009.

    To illustrate the problem, I created a VI with a digital input and output that corresponds to a certain number. Then, I created a draft specification of build to create a shared library with a feature that makes use of this VI square. The shared object is created successfully (square.so).

    When I try to compile a test application written in C, that connects to this library, I get errors in the following link:

    cc  -I/usr/local/natinst/nidaqmxbase/include -I/usr/local/natinst/LabVIEW-2009/cintools build/square.so  test.c   -o test/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(float&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(double&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(double&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_ostream >& std::basic_ostream >::_M_insert(double)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(float&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_ostream >& std::basic_ostream >::_M_insert(double)@GLIBCXX_3.4.9'collect2: ld returned 1 exit statusmake: *** [test] Error 1
    

    Running ldd reveals that liblvrtdark.so.9.0 is used for the execution of labview.

    In order to investigate on what could be the cause of the problem, I have compiled the nidaqmx basic examples, and I don't have an error. Current running ldd as reveals that he uses liblvrtdark.so.8.2 for the view of laboratory, time of execution.

    My suspicion is that some components of labview are being compiled with gcc 3.4 while others are being compiled with gcc 4.1 (which is the default compiler in RHEL 5).

    Any ideas how I could fix the build errors?

    Thanks in advance for your suggestions.

    PS.

    I enclose a tar file with the source files and here are the details of the ldd:

    ldd build/square.so         linux-gate.so.1 =>  (0x008de000)        liblvrtdark.so.9.0 => /usr/local/lib/liblvrtdark.so.9.0 (0x00b9c000)        libc.so.6 => /lib/libc.so.6 (0x00110000)        libstdc++.so.6 => /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 (0x009a7000)        libm.so.6 => /lib/libm.so.6 (0x00756000)        libdl.so.2 => /lib/libdl.so.2 (0x00256000)        libpthread.so.0 => /lib/libpthread.so.0 (0x0025a000)        /lib/ld-linux.so.2 (0x00b80000)        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00272000)
    
    ldd /usr/local/natinst/nidaqmxbase/lib/libnidaqmxbase.so.3.3.0         linux-gate.so.1 =>  (0x00e50000)        libnidaqmxbaselv.so => /usr/local/lib/libnidaqmxbaselv.so (0x00248000)        libc.so.6 => /lib/libc.so.6 (0x00689000)        /lib/ld-linux.so.2 (0x00b80000)        liblvrtdark.so.8.2 => /usr/local/lib/liblvrtdark.so.8.2 (0x00e51000)        libdl.so.2 => /lib/libdl.so.2 (0x00813000)        libpthread.so.0 => /lib/libpthread.so.0 (0x001b0000)        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x009c7000)        libm.so.6 => /lib/libm.so.6 (0x00b0a000)        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0050c000)
    

    Hi mimi,

    I'm happy to report that I managed to get the code to work. I have included some of the steps I experienced the problem in case it might help improve the documentation or future generations.

    In response to your question about the "error 1" reported by do, it's just an indication that detected a compiler error (it probably resembles the return code of the compiler).

    The errors ' undefined reference... @GLIBCXX_3.4.9 "have been narrowed down. The generated labview shared library, the square.so, links to /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 which is a symlink to usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6.0.9. I decided to compare this version of libstdc ++ that included with RHEL:

    strings /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 | grep GLIBCXXGLIBCXX_3.4GLIBCXX_3.4.1GLIBCXX_3.4.2GLIBCXX_3.4.3GLIBCXX_3.4.4GLIBCXX_3.4.5GLIBCXX_3.4.6GLIBCXX_3.4.7GLIBCXX_3.4.8GLIBCXX_3.4.9GLIBCXX_FORCE_NEW
    
    strings /usr/lib/libstdc++.so.6 | grep GLIBCXXGLIBCXX_3.4GLIBCXX_3.4.1GLIBCXX_3.4.2GLIBCXX_3.4.3GLIBCXX_3.4.4GLIBCXX_3.4.5GLIBCXX_3.4.6GLIBCXX_3.4.7GLIBCXX_3.4.8GLIBCXX_FORCE_NEW
    

    So libstdc ++ RedHat does not include a string for GLIBCXX_3.4.9.

    With this in mind, I was able to get my test application to compile using the version of LabVIEW libstdc ++ using the following makefile:

    .PHONY: all cleanCPPFLAGS=-I/usr/local/natinst/nidaqmxbase/include -I/usr/local/natinst/LabVIEW-2009/cintoolsLDFLAGS=build/square.so \        /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 \        -Wl,--rpath -Wl,/usr/local/lib/LabVIEW-2009/patchlib/
    
    all: test
    
    clean:        rm -f test *.o
    

    When you try to run the application, I got the following error:

    ./test: error while loading shared libraries: /usr/local/lib/liblvrtdark.so.9.0: cannot restore segment prot after reloc: Permission denied
    

    But apparently, it's because of SELinux prohibiting the use of libraries shared with moving text.
    This can be disabled by running /usr/sbin/setenforce 0 as root.

    The test application now works!

    See you soon,.

    RW

Maybe you are looking for

  • Add on the suite of privacy before upgrade to 17. This corrected soon?

    Says not compatible with FF 17. Is there any solution for this? If this is not the case, how to return to the old version of FF? Also, I'm getting a lot of pop ups now. Settings appear to be correct.

  • T430 optical drive power management?

    I remember when I first to get unity in its pre-installed state, I have to press on the eject button on the optical drive twice, first to turn it on and secondly to actually eject. But now I installed a new Windows 7 x 64. I downloaded the drivers an

  • Power problems

    I try to solve the problem on a friends laptop - Pavilion dv7-1103ea.  It is sometimes said (well a few times) when he's working on it, it just stops and must be restarted.  When he first linked it round, of course, I went to the top and he immediate

  • Reinstalled IDT audio driver now no sound on HP Mini Windows 7 210-1100

    I was getting a sound of crackling periodically played audio throughout.  I checked the CPU performance and audio interference coincided with a spike in use (at 100%).   I reinstalled the IDT audio driver and restarted.   Now I have no sound.  The pi

  • ScanJet Mac os 10.10

    Hello I use a HP Scanjet 8270 with Mac OS 10.9 and I can not find weather information that would work in the next OS 10.10. Anyone have any information about this? See you soon