JDeveloper 10.1.3.3.0.3 eBusiness 12.1.3 Hello tutorial global problems.

Hi guys,.

I began the steep learning curve of JDeveloper and OFA extensions in e-Business, and I'm having some trouble getting tutorials running.

I configured the only documented such JDeveloper environment / more what I found here and via Google.  I assigned responsibilities to my applications user and I can navigate fine test pages of e-Business, but when I run the JDeveloper tutorial and the test_fwktutorial.jsp I am initially presented with a list of links to pages on the demo, however when I click on a link, for example the Hello World! I get the following:

500 internal Server Error

JSP error:

Request URI:/OA_HTML/OA.jsp

Exception:

OracleJSP:oracle.jsp.provider.JspCompileException:

Errors compiling:/home/glen/jdevhome/myclasses/.jsps//_OA.java

Here is also the log from the OC4J Server embedded in JDeveloper, I'm also under JDeveloper on a desktop Linux:

[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
/home/glen/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config>
/opt/sun-java6/bin/java -server -classpath /home/glen/jdev/jdevbin/j2ee/home/oc4j.jar:/home/glen/jdev/jdevbin/jdev/lib/jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -DcheckForUpdates=adminClientOnly -Xrs -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config /home/glen/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/server.xml
[waiting for the server to complete its initialization...]
07-Oct-2014 14:54:27 com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
07-Oct-2014 14:54:27 com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
WARNING: Code-source /home/glen/jdev/jdevbin/jdev/appslibrt/xml.jar (from <library> in /home/glen/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /home/glen/jdev/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in /home/glen/jdev/jdevbin/j2ee/home/oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source /home/glen/jdev/jdevbin/jdev/appslibrt/jazn.jar (from <library> in /home/glen/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /home/glen/jdev/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in /home/glen/jdev/jdevbin/j2ee/home/oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source /home/glen/jdev/jdevbin/jdev/appslibrt/jazncore.jar (from manifest of /home/glen/jdev/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /home/glen/jdev/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in /home/glen/jdev/jdevbin/j2ee/home/oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source /home/glen/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/applications/datatags/webapp/WEB-INF/lib/uix2.jar (from WEB-INF/lib/ directory in /home/glen/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/applications/datatags/webapp/WEB-INF/lib) has the same filename but is not identical to /home/glen/jdev/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /home/glen/jdevhome/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 4109 ms.

Target URL -- http://localhost.localdomain:8988/OA_HTML/test_fwktutorial.jsp
14/10/07 14:54:29 Oracle Containers for J2EE 10g (10.1.3.3.0)  initialized

(process:12356): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
07-Oct-2014 14:54:48 oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
INFO: Unable to dispatch JSP Page : oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/home/glen/jdevhome/myclasses/.jsps//_OA.java</H3><pre></pre>
    at oracle.jsp.app.JspJavacCompiler.compile(JspJavacCompiler.java:304)
    at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:731)
    at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:456)
    at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
    at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)


Hoping that someone could see something obvious, thanks in advance


Glen

Tags: Oracle Applications

Similar Questions

  • JDeveloper 12 (Studio Edition Version 12.1.3.0.0) and JSP tutorial

    Hi all

    I'm new to JDeveloper and at the moment I'm trying to follow the tutorial the "day 2 + Java Developer Guide 12 c Release 1.

    I managed to create all things up to querying the data from a Java Application on page 4-7. The query shows the correct data.

    But I'm stuck with the part where the JSP page is created.

    I can create a JSP page used, jsp, but the Visual Editor missing the button style:

    2 additional problems I have are:

    In the section components for CSS there is no shown CSS:

    and

    When you drag a usebean to the Visual Editor and using the properties usebean No. appears.

    Can someone please help. Is this a configuration problem?

    Best regards

    Snoesky

    Well, the tutorial actually is more for the database of 12 c and uses Jdev 11.1.1.0 for developing the jsp page. JSP pages are not state of the art in 12 c. Here, you use jspx or better jsf pages. However, they are little different wworka. In other words, you cannot use this tutorial using Jdev 12 c. You can download a version of 11.1.1.x Jdev and try with this version.

    Can you tell us what you're trying to learn? Other tutorials for 12 c are available.

    Timo

  • Install the extension for JDeveloper 12.1.3.0.0 SOA

    Hello

    His next on that thread responded and seems to be fixed for the person who posted the problem, but I am always faced with the question and do not see the Application SOA and assimilated staff options. I have installed SOA suite and what he was supposed to have specific extensions of SOA, but SOA application and another BPEL associated options do not come in JDeveloper.

    SOA install extension for JDeveloper 12.1.3.0.0

    Help me understand what could be the problem?

    Thank you

    Ravi

    Please try to re install Jdeveloper.

  • After version in Jdeveloper 11 g control (Authentication)

    Hello!

    Authentication problem with the Message below when I'm trying to merge the working copy management (after the change of working copy) to the trunk (main development line),
    Even though I specified ID user name, password and the URL of the Subversion during the repository connection.

    The same problem can be resolved successfully through SVN Client (client Tortoise) in the file system by having username and explicit password prompting by the SVN. But not in Jdeveloper versions.
    Please let me have any Solution.

    Merge depth of the dry running = infinity http://172.16.0.141:8008/svn/testsvn/samplefilestructure/branch/Demo@HEAD
    http://172.16.0.141:8008/SVN/testsvn/samplefilestructure/trunk/demo@head C:/mywork/JDeveloper/demo
    svn: authentication cancelled
    svn: authentication cancelled
    Dry-running merger is completed abnormally.
    org.tigris.subversion.javahl.ClientException: svn: authentication cancelled


    Version information: -.
    Tortoise SVN 1.6.7 "Build" 18415-32 Bit ,
    Subversion 1.6.9,
    JDeveloper 11.1.1.2.0 Studio

    Published by: user9352887 on May 10, 2010 07:44

    You hit a bug in svn support in jdev.
    Reading this thread problem in JDeveloper 11.1.1.2 SVN for more information.

    Timo

  • JDeveloper (11.1.1.3.0) deployment problems (error: No Partitions Found)

    Hello

    I'm having a problem with the new version of the JDeveloper. This morning I installed and tried. That's all is OK.

    But I came to the need to deploy one of my BPEL Applications to an old Weblogic Server. The problem came because the new version that came out today from the weblogic server has a new structure called Partitions.

    Now when I'm deploying an earlier version of the weblogic server, JDeveloper keeps returning the error "No Partitions Found". How can we solve this problem without reinstalling my computer to the previous version of Weblogic and JDeveloper?

    Thanks in advance,
    Daniel Alves

    You say I need to have installed in my PC as many versions of JDev that versions FMW that my clients have installed?

    That's quite correct, Yes.

    At the same time, I got 6 versions of JDev + 3 versions of the OA Framework installed on my laptop, so it's certainly possible.

    John

  • JDeveloper 11 g new Session Bean Wizard error

    Hi all

    I experienced an error when you try to create a Session Bean using the 11 g Wizard.

    I followed the example of building a Web Application EJB and JPA, and JavaServer Faces tutorial, but using my own schema

    My scheme is simple, 2 - userstbl, and bugstbl tables. bugstbl.bugraisedby is a foreign key to usertbl.userid to a bug causing identiry.

    After you create the beans entity for my paintings, I then add the following named query:

    @NamedQuery (name = "Bugstbl.findBySurname", query = "select bugstbl.*, userstbl.surname from bugstbl, userstbl where bugstbl.bugraisedby = userstbl.userid and userstbl.surname as: p_surname")

    When I use the Session Bean, step 3 of 6 new Wizard dialog (Session façade - select JPA entity methods) is empty and does not allow me to select the methods to expose.

    If you continue with the wizrd an error message is displayed.

    "Year error has occurred." Click details for more information that might be useful when diagnosing or reporting this issue '

    The details are:

    java.lang.NullPointerException
    at oracle.jdevimpl.ejb.facade.ejb30.Ejb30NamedQueryMethodBuilder.getMethodInfoImpl(Ejb30NamedQueryMethodBuilder.java:194)
    at oracle.jdevimpl.ejb.facade.AbstractMethodBuilder.getEjbMethodInfo(AbstractMethodBuilder.java:62)
    at oracle.jdevimpl.ejb.facade.AbstractMethodBuilder.getMethodSignature(AbstractMethodBuilder.java:55)
    at oracle.jdevimpl.ejb.facade.ejb30.Ejb30NamedQueryMethodBuilder.getMethodSignature(Ejb30NamedQueryMethodBuilder.java:123)
    to oracle.jdevimpl.ejb.facade.EntityTreeModel$ MethodNode. < init > (EntityTreeModel.java:165)
    to oracle.jdevimpl.ejb.facade.EntityTreeModel$ EntityNode. < init > (EntityTreeModel.java:138)
    to oracle.jdevimpl.ejb.facade.EntityTreeModel. < init > (EntityTreeModel.java:193)
    at oracle.jdevimpl.ejb.facade.SessionFacadeBuilder.newEntityTreeModel(SessionFacadeBuilder.java:92)
    at oracle.jdevimpl.ejb.facade.SessionFacadeBuilder.getEntityTreeModel(SessionFacadeBuilder.java:85)
    at oracle.jdevimpl.ejb.facade.SessionFacadeBuilder.generateFacade(SessionFacadeBuilder.java:133)
    at oracle.jdevimpl.ejb.facade.ejb30.Ejb30SessionFacadeBuilder.generateFacade(Ejb30SessionFacadeBuilder.java:267)
    at oracle.jdeveloper.ejb.EjbGenerator.generateClasses(EjbGenerator.java:835)
    at oracle.jdeveloper.ejb.EjbGenerator.saveToParent(EjbGenerator.java:597)
    at oracle.jdeveloper.ejb.EjbGenerator.saveToParent(EjbGenerator.java:554)
    at oracle.jdevimpl.ejb.ejbwiz.EjbWizard.doFinish(EjbWizard.java:226)
    at oracle.jdevimpl.ejb.ejbwiz.EjbWizard.invokeImpl(EjbWizard.java:143)
    at oracle.jdevimpl.ejb.ejbwiz.SessionEjbWizard.invoke(SessionEjbWizard.java:108)
    at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
    to oracle.ide.wizard.WizardManager$ 1.run(WizardManager.java:365)
    to oracle.ide.util.IdeUtil$ 3.run(IdeUtil.java:1079)
    at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:520)
    at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1092)
    to oracle.ide.wizard.WizardManager$ 2.run(WizardManager.java:373)
    to oracle.ide.util.IdeUtil$ 3.run(IdeUtil.java:1079)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    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)

    I can create the Session Bean without the part parameter of the named query and then manually add to the Session Bean. However, if I can drag this Session Bean in an EJB diagram I get the "serious unexpected error has occurred in JDeveloper" mentioned in other threads.

    Any ideas?

    P

    I think the problem is with your EJBQL syntax.
    A query like this will work:
    , @NamedQuery (name = "Employees.findbyName", query = "select o o employees where o.firstName =: p_name")

    Things to note and apply to your query:
    Use of o to represent the object
    First name - letters/lowecase according to the name of the attribute in the APP (not in table)

    Try and see if those who help.

    Or maybe try and move to NamedNativeQuery

  • file in jdeveloper endangered

    Hello;
    I'm under Jdeveloper 10.1.3.3. Java 5 worm 18


    How to reproduce my problem:
    Open 2 or more files in jdeveloper. Take the tab edit to one of the files and drag the tab. You can drag the tab to the left, right, up, down, or center of the editing area.

    My problem:
    Until recently when I dragged tab of the file somewhere, it would split the editing area and allow me to see the files by side or above and below. Now, if I drag the tab of the file at any place other than the centre, the file disappears from the timeline panel. The show still window menu of the window, but I can't get access to the window.


    Any thoughts on what may happen, or how to get back the original behavior. (I really liked being able to watch the 2 files for different applications at the same time). . I would be estactic to find an error message.

    Using metalink and Google to find my answers does not work, so query parameters additional is welcome.

    The next step is to try to remove the complete directory of the system and see if that helps.

  • JDeveloper 11 and Oracle Application Server

    Hello

    We have recently moved to the Organization of a Forms client server environment. We migrated forms 6i to 10g and deployed to OAS 10.1.2.0. The next phase of the project is to start the development/migration of the system to a Java environment. My question is, if we want to continue our current configuration of OAS, can develop using JDeveloper 11 g or do we use JDeveloper 10 g. Basically, can I deploy JDeveloper 11 g to OAS 10g?

    Kind regards.

    Hello

    If you are involving by JDeveloper application you want to use the ADF Faces RC coupled with JDev 11 g, the answer is simple right now is no, JDeveloper 11 g ADF applications require WebLogic Server 10.3 (WLS) or a compatible application JEE similar 1.5/5.0 server. So, if you want to offer a JDev ADF application on your existing platform OAS 10.1.2 or 10.1.3 you must stay with JDev 10.1.3 for the moment.

    However this year Oracle plans to converge the OAS and platforms WLS platform Fusion Middleware (FMW - name subject to change), who will meet also forms/States 11 g and JDev 11 g on the same platform of FMW, which will overcome this obstacle. Dates TBA.

    Kind regards

    CM.

    PS. WARNING: I am not an employee of the Oracle.

  • Can I develop the online Admission application without using the AAWS feature?

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    I need to develop an application for Admission online for future student to apply for admission.

    My installations of PeopleSoft are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g version 11.1.0.6.0 is

    (2) the server application: Tuxedo 11 g

    (3) web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

    (4) browser: Firefox Mozila

    (5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

    To develop the application for Admission online, I made the 4 parties with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

    (1) install ADR (Application Development Runtime) 11.1.1.6.0 (64-bit)

    (2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

    (3) create a WebLogic 'Domain_CS' domain in WebLgoic 10.3.6.0 in support of MARC 11.1.1.6.0.

    (4) install JDeveloper 11 g 11.1.1.6.0 Studio Edition including WebLogic 10.3.5.0.

    The application for Admission online is developed in JDeveloper 11g 11.1.1.6.0 Studio Edition and WebLogic Server 10.3.5.0.

    His EAR file will be deployed in Production WebLogic Server 10.3.6.0 in PeopleSoft Internet Architecture.

    As a general rule, Web Application is connected directly with database Tables.

    But in PeopleSoft, application for Admission online does not connect with database Tables directly. He must connect with AAWS (Admission Application Web Service) and through AAWS gets to the DB tables.

    From my point of view, we can connect directly the admission application online with its Instance Tables of database and do not need to connect with AAWS. It is easier to connect with DB directly to AAWS. In other words, do not use characteristic AAWS.

    My question is:

    May I develop the application for Admission online linking directly with database Tables and do not use the feature of AAWS?

    Thanks in advance.

    People,

    Hello. The problem is solved by myself. We use AAWS because constraints are built. Thank you.

  • Filter on Table ADF with timedate stamp

    Hello!

    I have a table that has a timestamp date in it and I created an ADF table to display the field with the ability to filter at the top. Display dates but when we try and spin on them that the filter always returns empty. Is there a way to make the filter works on the fields of date time?

    I use Jdeveloper 11.1.1.6

    Thanks in advance.

    Hello

    Please check the example blow and tried out. Please update if you face any problem.

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/59-table-filter-by-data-range-176653.PDF

    https://tompeez.WordPress.com/2015/04/11/how-to-filter-ADF-bound-tables-by-date-range-JDeveloper-12-1-x/

    Thank you

    Amey

  • dbAdapter fails during the call to procedure package oracle object type in the parameter out

    JDeveloper 1.1.1.6

    Oracle 11g

    Existing package procedure is defined with the table of objects in input parameters and.

    Package myPackage

    procedure processRecon (numero_projet VARCHAR2,

    INST_ID select NUMBER,

    recon_type VARCHAR2,

    gis_design_stock GMPVT. GMPVT_GIS_DESIGN_STOCK_T,

    stock_uop GMPVT. GMPVT_STOCK_CODES_T,

    x_status OUT VARCHAR2,

    x_escalation OUT VARCHAR2,

    x_recon_error ON GMPVT. GMPVT_GIS_RECON_ERR_T) IS

    GMPVT. GMPVT_GIS_RECON_ERR_T is an array of GMPVT objects. GMPVT_GIS_RECON_ERR, who has 12 fields including the new I added it.

    I have added a new field to the GMPVT object. GMPVT_GIS_DESIGN_STOCK, where GMPVT. GMPVT_GIS_DESIGN_STOCK_T is a table of GMPVT. GMPVT_GIS_DESIGN_STOCK, no problems encountered during the test.

    Next, I added a new field for the object of type GMPVT. GMPVT_GIS_RECON_ERR, the following error below occurs when the DBAdapter is called

    < Summary > Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "JCA binding run operation 'processStockRecon' failed due to the reference: Interaction processing error." Error in the processing of applications from running. GMP_SOA_RECON_PKG. Interaction of the PROCESSRECON API. An error occurred during the processing of the interaction to invoke APPS. GMP_SOA_RECON_PKG. PROCESSRECON API. Cause: java.lang.ArrayIndexOutOfBoundsException: 12 check to make sure that the XML file containing the data of the parameter matches the parameter definition in the XSD. This exception is considered non reproducible, probably due to an error of modeling. ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution. < / Summary >

    I confirmed that the XSD for the stored procedure has in fact change, which has been generated by JDeveloper as I refreshed the database adapter.

    The statement "Cause: java.lang.ArrayIndexOutOfBoundsException: 12" I can't that assume somehow SOA has 12 parameters but the 12 setting was not saved.

    Any thoughts on what I might be missing. I can provide more information if necessary.

    Hello

    This problem has been resolved. Not deployed SOA composite and then deployed to the server of the SOA. For some reason, SOA has been either you see does not changes in the file XSD (cached?) or the XSD was not get updated.

    Thank you

  • Message-driven bean 'loses' status and icon MDB

    He helps JDev v11.1.1.5.0, when I create an MDB in my project using the wizard, initially is displayed with MDB icon next to it (a small envelope with a trombone). However, about one second later, the icon becomes a normal icon 'Java' (coffee cup). I also noticed that the MDB class does NOT appear in the project properties | EJB module. List of EJB 3.0 Classes annotated. The net result is that when the application is deployed, the MDB is not register to listen to, so it will never receive JMS messages.

    I tried to create a new application from scratch and created the exact same MDB. In this application, the l' icone icon "sticks" and the class is displayed in the list box "Annotated EJB 3.0 Classes" in the project properties dialog box. (And it will record correctly to receive JMS message on deployment).

    So obviously something is different/wrong with my real application that it prevents to recognize that the MDB class is an MDB. But, I don't know what. I have looked at all the settings in the project properties, looked at the real project .jpr file, etc and you don't see anything that would cause an application to fail to recognize the multilateral development banks.

    Anyone have any suggestions on how to understand why my MDB classes are not recognized as such in the Application?

    Here's the class that I am using:

    package com.acme;
    import javax.ejb.MessageDriven;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    
    @MessageDriven(mappedName = "acme.DefaultQueue")
    public class MessageEJB implements MessageListener {
        public void onMessage(Message message) {
             // ... code here ...
        }
    }

    Thank you

    Karl

    For those who have this problem on the road, here's what I found... It seems that there is a corrupt file "cache" or something in the project. Specifically, I had to delete the files in the -\classes\.data\00000000 folder. Once I deleted these files (especially .jdb) and restart JDeveloper, the correct icon displayed next to my MDB classes, AND they also came properly in the project properties | The Console of the EJB component.

    I'm not sure what are these files, but I guess they are the cache files and automatically get recreated by JDeveloper when necessary. I hope this helps someone else who has the same problem!

  • Deploy the ADF web application and forms and reports Services on the same installation of Weblogic Server

    I have forms and reports already installed on the Weblogic Server.

    Now, I want to install ADF web Application on the same server, Weblogic.

    Is it really possible to have forms & reports services and the application of the adf on the same installation of weblogic server?

    Please suggest / guide me on how to achieve the task above.

    Here are the details of my wls, forms and reports, and adf web application

    • WebLogic Server version 10.3.5
    • Forms & Reporst 11 GR 2
    • ADF web application developed using JDeveloper 11.1.2.4

    Thank you

    Deven


    Hello

    a few entries,

    https://forums.Oracle.com/thread/2433508

    https://forums.Oracle.com/message/11020401

  • Entities and Associations - Association error objects

    Hello

    I am new to develop in JDeveloper and I am currently following a tutorial with the Oracle members database use for their tutorial. Now I'm following this tutorial (Oracle JDeveloper 11 g Release 2 tutorials - rich in development of Web Applications with Oracle ADF)

    My problem is that when I try to create entity objects and Associations based on the tutorial, my AppModule does not create the association departments-> employees as you can see on the subject of 20º to the link (the Appmodule running the EmpDeptFkLink1view).

    I tried many things to fix it and I try it on my localhost database (not an oracle database).

    Given that this association is not created, the AppModuleDataControl isn't the control needed to create the jsf page in the next step.

    If you have all the help you can give me, please reply to this message.

    I use jdeveloper Studio edition version 12.1.2.0.0.


    Hope that my problem is clear enough.

    Thank you very much!

    Greetings,

    Frederico Barracha.

    Frederico,

    Associations are created automatically when the database table has a foreign key.  Check your local host database and make sure that there are foreign keys.

    If this isn't the case, you can manually create links and associations.

    Ray

  • LOVInput not fill not values

    Hello

    I have created many LOV.

    This is the first time I am facing this problem.

    LOV is created, when I select a value, the value is not Populating result item.

    I use JDeveloper 9, 11i Application

    Help, please...

    Hello

    I guess that your Base VO.xml is not updated correctly after change.

    Please restart your jdeveloper.

    check isUpdatable field in VO

    It will be isUpdatable = 'false'


    Thank you

    Dilip

Maybe you are looking for