JDeveloper multimedia tutorial

Does anyone know if there is a Jdeveloper tutorial in audio/video or multimedia format as opposed to text and graphics. What I mean is a IDE walkthrough. Any information will be appreciated.

And there are a lot of viewlets on OTN that gives you a visual walk through the product:
http://otn.oracle.com/products/jdev/viewlets/viewlet.html
also check the archive link at the end for more.

Similar Messages

  • BUG!: JDeveloper 11g Tutorial code is incomplete.

    I am attempting the complete the JDeveloper 11g Tutorial from the Fusion Developer's Guide for Oracle Application Development Framework
    After adding all the latest jars available from the ADF Installer to the StoreFrontModule I am left with 10 errors all of with seem to be the result of missing methods (especially findByAltKey) from both Oracle packages and the tutorials code itself. The errors and the .java files affected are listed below. Please let me know if you need more information or if you have a solution to these compilation errors.
    Project: C:\J2EE_Apps\FOD\StoreFrontModule\StoreFrontService\StoreFrontService.jpr
    C:\J2EE_Apps\FOD\StoreFrontModule\StoreFrontService\src\oracle\fodemo\storefront\account\queries\CustomerPaymentOptionVORowImpl.java
    Error(9,8): class oracle.jbo.server.ViewAccessorDef not found
    Error(468,22): does not override any method in its superclass
    Error(475,22): method createViewAccessorRS(java.lang.String) does not override any method in its superclass
    Error(476,27): method createViewAccessorRS(java.lang.String) not found in class oracle.jbo.server.ViewRowImpl
    C:\J2EE_Apps\FOD\StoreFrontModule\StoreFrontService\src\oracle\fodemo\storefront\store\queries\PersonsVOImpl.java
    Error(25,39): method findByAltKey(java.lang.String, oracle.jbo.Key, int, boolean) not found in class oracle.fodemo.storefront.store.queries.PersonsVOImpl
    C:\J2EE_Apps\FOD\StoreFrontModule\StoreFrontService\src\oracle\fodemo\storefront\store\service\StoreServiceAMImpl.java
    Error(422,28): method findByAltKey(java.lang.String, oracle.jbo.Key, int, boolean) not found in class oracle.fodemo.storefront.store.queries.OrderItemsVOImpl
    Error(471,48): method findByAltKey(java.lang.String, oracle.jbo.Key, int, boolean) not found in class oracle.jbo.server.ViewObjectImpl
    Error(526,44): method findByAltKey(java.lang.String, oracle.jbo.Key, int, boolean) not found in class oracle.fodemo.storefront.store.queries.PersonsVOImpl
    C:\J2EE_Apps\FOD\StoreFrontModule\StoreFrontService\src\oracle\fodemo\storefront\store\queries\ShoppingCartTransientVOImpl.java
    Error(52,33): method add(oracle.jbo.domain.Number) not found in class oracle.jbo.domain.Number
    C:\J2EE_Apps\FOD\StoreFrontModule\StoreFrontService\src\oracle\fodemo\storefront\store\queries\OrdersVOImpl.java
    Error(39,33): method findByAltKey(java.lang.String, oracle.jbo.Key, int, boolean) not found in class oracle.fodemo.storefront.store.queries.OrdersVOImpl
    Thanks,
    Shawn Pressley
    Edited by: user575216 on Dec 16, 2008 5:18 PM

    Go into project properties - technology scope and add ADF BC.

  • BUG: JDeveloper BC4J Tutorial is incorrect

    I have searched everywhere, but cannot find a correct working solution for this problem.
    Description:
    In a fresh install of JDeveloper 9i RUP7, I have tried to run the tutorial found under:
    Help Menu -> Help Topics -> Tutorial
    In the BC4J Tutorial titled "Business Components Programmatic Client Tutorial",
    I have run all the steps and the compiler gives me the error:
    oracle.jbo.JboException: JBO-33001: Cannot find the configuration file /OnlineOrders/common/bc4j.xcfg in the classpath
    There is no information regarding how to correctly configure the classpath or fix this problem.
    I downloaded JDeveloper 9i RUP7 at the Oracle Support site Knowledgebase 416708.1 for Release 11i:
    https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=8751878
    How can this this be resolved, so that I can successfully create a BC4J client in JDeveloper?
    Thanks in advance for any help

    Try asking on the OA Framework Forum

  • Error on trying to do the JDeveloper's Tutorial (9.0.3.1)

    On trying to do the Tutorial of JDeveloper 9.0.3, in the chapter "Business Components Programmatic Client Tutorial - Step 3: Finding and Displaying Data by Primary Key", when is ran the Batch.class, the following errors are displayed:
    D:\Jdev9031\jdk\bin\javaw.exe -ojvm -classpath
    D:\Jdev9031\jdev\mywork\bcbatch\batchClient\classes;D:\Jdev9031\jdev\mywork\bcbatch\OnlineOrders\classes;D:\Jdev9031\jdev\lib\jdev-rt.jar;D:\Jdev9031\BC4J\lib\bc4jmt.jar;D:\Jdev9031\BC4J\lib\collections.jar;D:\Jdev9031\BC4J\lib\bc4jct.jar;D:\Jdev9031\lib\xmlparserv2.jar;D:\Jdev9031\jlib\jdev-cm.jar;D:\Jdev9031\j2ee\home\lib\jndi.jar;D:\Jdev9031\BC4J\lib\bc4jdomorcl.jar;D:\Jdev9031\BC4J\jlib\bc4jdatum.jar;D:\Jdev9031\jlib\jdev-cm.jar;D:\Jdev9031\jdbc\lib\classes12.jar;D:\Jdev9031\jdbc\lib\nls_charset12.jar
    bcbatch.Batch 101
    java.lang.NoSuchMethodError: void oracle.jdbc.oracore.OracleTypeADT.init(oracle.jdbc.driver.OracleConnection) oracle.sql.TypeDescriptor oracle.sql.TypeDescriptor.getTypeDescriptor(java.lang.String, oracle.jdbc.OracleConnection) TypeDescriptor.java:217 void oracle.jdbc.driver.OracleStatement.defineColumnType(int, int, java.lang.String) OracleStatement.java:1647 void oracle.jdbc.driver.OracleStatement.defineColumnType(int, int) OracleStatement.java:1324 void
    oracle.jbo.server.OracleSQLBuilderImpl.doPreparedStatementDefines(java.sql.PreparedStatement, oracle.jbo.server.AttributeDefImpl[]) OracleSQLBuilderImpl.java:963 void oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(oracle.jbo.server.EntityImpl, boolean) OracleSQLBuilderImpl.java:586 void oracle.jbo.server.EntityImpl.doSelect(boolean) EntityImpl.java:4306 void oracle.jbo.server.EntityImpl.populate() EntityImpl.java:3597 oracle.jbo.server.EntityImpl
    oracle.jbo.server.EntityDefImpl.findFromDatabase(oracle.jbo.server.EntityCache, oracle.jbo.server.DBTransaction, oracle.jbo.Key) EntityDefImpl.java:886 oracle.jbo.server.EntityImpl oracle.jbo.server.EntityDefImpl.findByPrimaryKey(oracle.jbo.server.DBTransaction, oracle.jbo.Key) EntityDefImpl.java:922 com.sun.java.util.collections.ArrayList oracle.jbo.server.QueryCollection.findByKey(oracle.jbo.Key, int) QueryCollection.java:2174 oracle.jbo.Row[] oracle.jbo.server.ViewRowSetImpl.findByKey(oracle.jbo.Key, int)
    ViewRowSetImpl.java:2770 oracle.jbo.Row[] oracle.jbo.server.ViewObjectImpl.findByKey(oracle.jbo.Key, int) ViewObjectImpl.java:5575 void bcbatch.Batch.main(java.lang.String[]) Batch.java:25Exception in thread main
    Process exited with exit code 1.
    May I didn't do the properly project settings for a right execution...
    Could some body help me?
    Thanks a lot in advance.
    Pablo.

    This is the Batch.class:
    package bcbatch;
    import oracle.jbo.*;
    import oracle.jbo.client.*;
    import oracle.jbo.domain.Number;
    public class Batch
    public Batch()
    public static void main(String[] args)
    if (args.length==0)
    show("Customer ID is required.");
    System.exit(0);
    //new Batch();
    ApplicationModule am_Ord = Configuration.createRootApplicationModule("OnlineOrders.OnlineOrdersModule", "OnlineOrdersModuleLocal");
    ViewObject vo=am_Ord.findViewObject("CustomersView1");
    Key custKey = new Key(new Object[] {args[0]});
    Row[] customersFound = vo.findByKey(custKey,1);
    if (customersFound.length==0)
    show("Customer " + args[0] + " not found.");
    else
    Row row_Cust = customersFound[0];
    show("Customer");
    show("========");
    show("ID: " + row_Cust.getAttribute("CustomerId"));
    show("Email: " + row_Cust.getAttribute("CustEmail"));
    private static void show(String s)
    System.out.println(s);
    } // end show()

  • Jdeveloper 10g tutorial on Deploying an End-to-End Web Application

    Hello All,
    I tried the following tutorial step by step for development and dployment :
    http://otn.oracle.com/obe/obe9051jdev/ADFtoJSP/defaultendtoend.htm
    At the time of deployment in OC4J I was supposed to get and do following things :
    (a) The application WAR file will be deployed to OC4J. Wait for the text Deployment Finished in the Message log.
    (b) In the Deployment messages, copy the text on the line following: Use the following context root(s) to test your web application(s)
    (c) Paste the url into a browser. Append a forward slash, and add /browseDepartments.do to the end of the url. Press enter to run the application.
    BUT I am getting no "Deployment Finished" message. I am getting following messages :
    ======================================
    04/07/21 16:20:48 Notification ==> Application Deployer for HRApplication STARTS [ 2004-07-21T16:20:48.879PDT ]
    04/07/21 16:20:48 Notification ==> Undeploy previous deployment
    04/07/21 16:20:48 Notification ==> Application UnDeployer for HRApplication STARTS [ Wed Jul 21 16:20:48 PDT 2004 ]
    Jul 21, 2004 4:20:48 PM org.apache.struts.action.ActionServlet destroyModules
    SEVERE: javax.servlet.UnavailableException: Cannot initialize RequestProcessor of class org.apache.struts.action.RequestProce
    ssor: java.lang.ClassNotFoundException: org.apache.struts.action.RequestProcessor
    04/07/21 16:20:49 Notification ==> Application UnDeployer for HRApplication COMPLETES [ Wed Jul 21 16:20:49 PDT 2004 ]
    04/07/21 16:20:49 Notification ==> Copy the archive to C:\Jdeveloper\j2ee\home\applications\HRApplication.ear
    04/07/21 16:20:49 Notification ==> Unpack HRApplication.ear begins...
    04/07/21 16:20:49 Auto-unpacking C:\Jdeveloper\j2ee\home\applications\HRApplication.ear... done.
    04/07/21 16:20:50 Notification ==> Unpack HRApplication.ear ends...
    04/07/21 16:20:50 Notification ==> Initialize HRApplication.ear begins...
    04/07/21 16:20:50 Auto-unpacking C:\Jdeveloper\j2ee\home\applications\HRApplication\HRApplication.war... done.
    04/07/21 16:20:51 Copying default deployment descriptor from archive at C:\Jdeveloper\j2ee\home\applications\HRApplication/ME
    TA-INF/orion-application.xml to deployment directory C:\Jdeveloper\j2ee\home\application-deployments\HRApplication...
    04/07/21 16:20:51 Notification ==> Initialize HRApplication.ear ends...
    04/07/21 16:20:51 Notification ==> Initialize HRApplication begins...
    04/07/21 16:20:51 Notification ==> Initialize HRApplication ends...
    04/07/21 16:20:51 Notification ==> Application Deployer for HRApplication COMPLETES [ 2004-07-21T16:20:51.853PDT ]
    Jul 21, 2004 4:20:58 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Jul 21, 2004 4:20:58 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Jul 21, 2004 4:21:00 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    ======================================
    CAN SOMEONE SUGGEST WHAT IS WRONG OR WHAT SHOULD I DO ?
    Thanks,
    [email protected]

    Re: JDev10g  App runs from StrutsPageFlow but not from the JSP file. (?)

  • Trying the JDeveloper 11 tutorial ... get the following

    [EJB 3.0]: Assigning default-data-source=jdbc/MyneDS, specified in projects EJB 3.0 properties
    C:\JDeveloper\jdk\bin\javaw.exe -jar C:\JDeveloper\j2ee\home\admin.jar ormi://172.16.7.223:23891 fmwadmin **** -updateConfig
    [EJB 3.0]: Assigning default-data-source=jdbc/MyneDS, specified in projects EJB 3.0 properties
    08/04/23 13:30:08 WARNING: ApplicationServer.enableOC4JDocumentChangeNotifier Alternate DocumentChangeNotifier in use!
    08/04/23 13:30:08 JMS server will listen on port 9227.
    08/04/23 13:30:08 oracle.j2ee.jms.oc4j.JMSServer startup complete
    Apr 23, 2008 1:30:08 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:08 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:11 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:11 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:12 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:12 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:12 PM oracle.j2ee.util.AnnotatedLogger logWithThrowable
    WARNING: J2EE JNDI-00002
    Apr 23, 2008 1:30:12 PM oracle.j2ee.util.AnnotatedLogger log
    WARNING: No javax.jms.ConnectionFactory found at null
    Apr 23, 2008 1:30:12 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:12 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Apr 23, 2008 1:30:14 PM oracle.j2ee.jmsrouter.util.JmsRouterMessages logException
    WARNING: oracle.j2ee.jmsrouter.RouterException: JMS Destination, {0}, does not exist
    Ready message received from Oc4jNotifier.
    Embedded OC4J Server startup time: 21625 ms.

    The OC4J server gets started.
    Only Warning messages are output.

  • JDeveloper 11g Tutorial, let's start ADF!

    Hi folks,
    http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
    Cheers,
    Patrick Chan

    Hi folks,
    http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
    Cheers,
    Patrick Chan

  • Is there a bug in the WebService tutorial for JDeveloper 9i?

    In reading through the JDeveloper 9i tutorial for building a web service, the final step generates the DateTimeServiceStub.java, but the testing that follows does not use this class, it uses the DateTimeService class.
    I built a Web Service based on the this tutorial and when I test with "MyClass.java" it works fine, but when I try to use "MyClassStub.java" it throws the ClassNotFound Exception below:
    java.lang.NoClassDefFoundError: HTTPClient/ModuleException
         at mypackage.RandomQuoteStub.<init>(RandomQuoteStub.java:21)
         at mypackage.RandomQuoteServlet.doGet(RandomQuoteServlet.java:27)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    If we are supposed to use the Stub methods, any thought as to why it fails?
    If we are NOT supposed to use the Stub methods, any thought as to why they are generated.
    (Yes, I am a bit new to Web Service development).
    Thanks in advance for any answers,
    RB

    Hi Richard,
    I ran into another problem when I tried to create a web service and call this web service following the tutorial from Oracle9i JDeveloper Release 2.
    The following error message occured after I ran DateTimeClient class:
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type &quot;text/html&quot;, must be: &quot;text/xml&quot;. Response was:
              &lt;DIV class=Section1&gt;
              &lt;P class=MsoNormal
              style=&quot;mso-list: none; mso-list-ins: &apos;&apos; 19991102T2025&quot;&gt;&amp;nbsp;
              &lt;/P&gt;
                  &lt;TABLE border=1 cellPadding=0
              style=&quot;BORDER-BOTTOM: 4.5pt outset; BORDER-LEFT: 4.5pt outset; BORDER-RIGHT:
              4.5pt outset; BORDER-TOP: 4.5pt outset; WIDTH: 100%; mso-cellspacing: 1.5pt&quot;
              width=&quot;100%&quot;&gt;
              &lt;TBODY&gt;
                 &lt;TR&gt;
                 &lt;TD     
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;22%&quot; valign=&quot;top&quot;&gt;
              &lt;P class=MsoNormal&gt;&lt;B&gt;Problem Report&lt;/B&gt;&lt;/P&gt;
                 &lt;/TD&gt;
                 &lt;TD
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;78%&quot; valign=&quot;top&quot;&gt;
              &lt;P class=MsoNormal&gt;The Web proxy was not able to authenticate you through
                    the authentication server because:&amp;#32&amp;#32&lt;b&gt;General authentication failure due to bad user ID or authentication token.&lt;/b&gt;
                    You will not be able to browse the Web through this proxy until your
                    credentials can be retrieved and verified.&lt;/P&gt;
                 &lt;/TD&gt;
                 &lt;/TR&gt;
                 &lt;tr&gt;
                 &lt;td
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;22%&quot; valign=&quot;top&quot;&gt;
              &lt;p class=MsoNormal&gt;&lt;b&gt;Message ID&lt;/b&gt;&lt;/p&gt;
                  &lt;/td&gt;
                  &lt;td
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;22%&quot; valign=&quot;top&quot;&gt;
              &lt;p class=MsoNormal&gt;PROXY_AUTH_FAIL_OTHER
              &lt;p&gt;&lt;/p&gt;
                  &lt;/td&gt;
                  &lt;/tr&gt;
                  &lt;TR&gt;
                  &lt;TD
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;22%&quot; valign=&quot;top&quot;&gt;
              &lt;P class=MsoNormal&gt;&lt;B&gt;Problem Description&lt;/B&gt;&lt;/P&gt;
                  &lt;/TD&gt;
                  &lt;TD
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;78%&quot; valign=&quot;top&quot;&gt;
              &lt;P class=MsoNormal&gt;The user verification was not successful.&lt;/P&gt;
                  &lt;/TD&gt;
                  &lt;/TR&gt;
                  &lt;TR&gt;
                  &lt;TD
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              ADDING-TOP: 0.75pt&quot; width=&quot;22%&quot; valign=&quot;top&quot;&gt;
              &lt;P class=MsoNormal&gt;&lt;B&gt;Problem Cause&lt;/B&gt;&lt;/P&gt;
                  &lt;/TD&gt;
                  &lt;TD
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;78%&quot; valign=&quot;top&quot;&gt;
              &lt;P class=MsoNormal&gt;This might be due to transient network problems or due to the
                    user&apos;s not being authorized to use this Web proxy.&lt;/P&gt;
                 &lt;/TD&gt;
                 &lt;/TR&gt;
                 &lt;TR&gt;
                 &lt;TD
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;22%&quot; valign=&quot;top&quot;&gt;
              &lt;P class=MsoNormal&gt;&lt;B&gt;Possible Solution&lt;/B&gt;&lt;/P&gt;
                 &lt;/TD&gt;
                 &lt;TD
              style=&quot;PADDING-BOTTOM: 0.75pt; PADDING-LEFT: 0.75pt; PADDING-RIGHT: 0.75pt;
              PADDING-TOP: 0.75pt&quot; width=&quot;78%&quot; valign=&quot;top&quot;&gt;
                          &lt;P class=MsoNormal&gt;Contact your network support team
                                  if this problem persists, and provide the team your
                                  account information.&lt;/P&gt;
                 &lt;/TD&gt;
                 &lt;/T
         java.lang.String org.apache.soap.rpc.Call.getEnvelopeString(org.apache.soap.transport.SOAPTransport)
         org.apache.soap.rpc.Response org.apache.soap.rpc.Call.invoke(java.net.URL, java.lang.String)
         java.lang.String datetimeclientpackage.DateTimeClientStub.getDate()
         void datetimeclientpackage.DateTimeClient.main(java.lang.String[])
    Exception in thread main
    Process exited with exit code 1.
    By the way, I got the correct information when I tried to load:
    (1) http://159.249.94.139:8888
    (2) http://159.249.94.139:8888/soap/servlet/soaprouter
    which means that oc4j and SOAP server are running properly.
    Do you have any idea what went wrong?
    Thank you in advance.
    - Hao

  • R12 jDeveloper tutorial

    Hello Gurus,
    I cannot find a R12 jDeveloper tutorial.
    Even when i download Jdev patch: p9879989_R12_GENERIC it has a tutorial that seems to be for R11
    Can someone tell me where to find tutorial for R12 (jDev 10.1.3.3.0)
    Many thanks.
    Brian

    BrianK197719781979 wrote:
    Hello Gurus,
    I cannot find a R12 jDeveloper tutorial.
    Even when i download Jdev patch: p9879989_R12_GENERIC it has a tutorial that seems to be for R11
    Can someone tell me where to find tutorial for R12 (jDev 10.1.3.3.0)
    Many thanks.
    BrianOA Framework - How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
    Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    http://bit.ly/YxZGEb
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Jdeveloper+AND+Tutorial&objID=f210&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Jdeveloper+AND+Tutorial+AND+R12&objID=f210&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • [SOLVED] JDeveloper 11g Data Controls Accordion Missing

    Hello all, this is my first post in the forums. I am following the JDeveloper 11g tutorial found here:
    http://www.oracle.com/technology/obe/obe11jdev/11/rich_client/adfrichclient.htm
    However, once I get to the section "ADF Table Component and ADF Binding" step 2 tells me to open my Data Control Accordion in the Application Navigator, which I cannot find. In JDeveloper 10g you could easily open it via View | Data Control Palette (if I am not mistaken).
    Inside the Application Navigator the only accordions I see are, "Projects", "Application Resources", and "Recently Opened Files". Also note that I am using the "Default Role" schema.
    Message was edited by:
    kabronkline

    Shay I apologize for the mistake, I think your link is incorrect; however, I've found the correct forum at:
    JDeveloper and OC4J 11g Technology Preview
    You were right about this problem, I had initially started JDeveloper 11g in "Java EE" role. Eventually I changed it to "Default" role on my own via Tools | Preferences | Roles - this apparently is what caused my problem.
    Being on a *nix machine I followed your instructions and ran the following command:
    <jdev_home>/jdev/bin/jdev -su
    I was prompted for role selection and user migration and it gave me a fresh start. I can now see my Data Controls Accordion. Big thanks!

  • Jdeveloper freezes up laptop

    Hi,
    I've tried using the following versions of JDeveloper unsuccessfully on an Gateway AMD Turion64 dual core, 2GB RAM running Windows Vista: 10.1.3.1, 10.1.3.2, 10.1.3.3 & 11.1.1.
    I've had the most luck with 10.1.3.3 and made it though the 'Introduction to the JDeveloper IDE' tutorial without problem.
    However, when following the 'Database Development with JDeveloper' tutorial, I drag the DEPARTMENTS and EMPLOYEES tables onto the 'HRDiagram' and Jdeveloper freezes. My entire laptop locks up. No Caps locks, no CTL-ALT-DEL, nothing. I have to reboot. This is repeatable. In fact, if I do not follow the tutorial and simply use the Diagram window, it will happen immediately after I click in the Diagram window and then click outside of it.
    Any help appreciated.

    Nothing. Just downloaded the *.zip's from Oracle. In fact I downloaded 10.1.3.3 twice just to be sure. Same behavior.
    Any other thoughts?

  • When deploying to Weblogic Server, JDeveloper is unable to list servers

    I have created a BPEL project using JDeveloper 11.1.1.6.
    Have created an Integration Server in the JDeveloper Application Server tab. While deploying the project using this Integration Server profile, JDeveloper is unable to list out servers. As a result, the NEXT button is grayed-out and the deployment prematurely halts and cannot continue any further.
    When deploying to Integrated Weblogic Server, JDeveloper is unable to list servers.
    I have taken the following actions:
    In JDeveloper, the proxy setting was initially turned off. So, I have turned it on and given it a try too.
    I have also gone through the proxy settings in my JDeveloper, proxy connection test was successful. I still dont see servers during development.
    I have also followed all steps on JDeveloper Help Tutorial on "41 Deploying SOA Composite Applications" and no success.
    Issue can be reproduced as below:
    The issue can be reproduced at will with the following steps:
    1. Create a SOA BPEL Composite
    2. Try Deploying the Composite
    3. In the JDeveloper Deploy Wizard, notice the SOA server is not listed.
    Please advice.
    Thanks in advance.

    Hi,
    I am having the same issue, were you able to resolve this, would you be so kind to let me know what was the fix?
    I have JDEV 11.1.1.6, both my admin servers and managed servers are up and running, I can create Application Server connection with no problem, but I don't see any servers under SOA servers list when trying to deploy a composite.
    Thank you,
    Anatoliy

  • Problem in tutorial "Integrating RESTFul Web Services"

    JDeveloper/ADF downloaded March 2012, JDeveloper Studio Edition Version 11.1.2.1.0 and full ADF download bundle.
    I have run through the JDeveloper/ADF tutorial titled, "Integrating RESTFul Web Services". When I get to Step 3, "Test the Web Service" the application fails to deploy. The essential error is, "Caused by: java.lang.ClassNotFoundException: javax.ws.rs.ext.RuntimeDelegate". I done it from scratch 3 times to make sure I was not missing any steps.
    An clues would be appreciated.
    Thank you,
    Russ Ryan

    Thanks for the suggestions. I tried both of them:
    - including JAR files under lib directly
    - including the JAX-RS libraries from the Libraries selection.
    Still getting the error about not finding javax.ws.rs.ext.RuntimeDelegate.
    I downloaded the finished project from the tutorial (http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_53/labs/restsolution.zip), did a rebuild and tried the "Test Web Service". I got the same error. I'm wondering if it is a problem with my environment.
    Thanks,
    Russ Ryan

  • Help with importing PC photo files and then organizing it all in iPhoto

    Hi everyone,
    I'm relatively new to mac but I am just loving my purchase! I need some serious help with getting all of my photos organized though so I can easily find it for editing in iMovie.
    I've accumulated over 10,000 photos stored on my PC which I've since transferred over to my LaCie external drive for my MacBook Pro via a wireless network connecting my PC & Mac. Some of these I've put onto my laptop internal hard drive and those I've imported into the iPhoto library. However, do I need to move the rest of the photos from my LaCie drive into my internal hard drive to import the photos into iPhoto, or can I tell iPhoto to look for the files in the external drive. If so, how do I do that? I know I'll then have to create albums in order to sort them, which I know how to do. Is there any fast way to do it by date? I had it sorted into different file folders by month & year so I could easily find them on my PC and would like to do the same using albums.
    I am quickly running out of hard drive space on my laptop which is why I've put most of my photos on the external drive. Once I organize my existing collection, I would like to be able to import new pictures and have it stored on my external drive, not my internal drive. How do I do that?
    Any other tips on organizing a massive photo library would be greatly appreciated.
    Thanks,
    Karen

    Karen,
    Is there any fast way to do it by date? I had it sorted into different file folders by month & year so I could easily find them on my PC and would like to do the same using albums.
    This is where you get to enjoy the power of iPhoto's database. You can change the Sort in the View menu. Check out View > Sort Photos > by Date.
    Or, click the little calendar icon near the lower left corner of the iPhoto window. This allows you to filter the library by year, month, week, or date. You can Command-click to add another date to your filter. You can Option-click to choose a recurring date: you get that month or date for all years in your library. [Want to see your kid's birthday for every year? Just Option-Click that date. Cool.]
    The keywords filter is similar. There is a preference setting where you choose to filter based on ALL keywords chosen (where by choosing more keywords you narrow your field) or ANY keyword (where the more keywords you choose, the larger your field will be). Click on a keyword to filter your library by all photos containing that keyword. Use Command-click to add more keywords to the filter. A difference is that Option-click will eliminate photos with that keyword from your filter. [You can find all pictures of your kids with your dog but NOT at Halloween.]
    You can create Smart Albums to combine the use of dates, keywords, ratings, titles, comments and more. The more information you enter into the database, the more powerful the tools become.
    When your task of importing is complete and you are ready to play with iPhoto's features it may help to look at the iPhoto multimedia tutorial. Better organized than trying to read through the Help files, it can help you get acquainted with many of iPhoto's features.
    Have fun.

  • This should be a simple answer to a simple question.

    Hey gurus,
    I've looked all over this Forum and the JDeveloper 9i tutorial but I can't figure out how to disable the picklist box from my resultset. The searchable object is assigned to "MessageChoice" for the search option but that picklist value shouldn't be showing up in the resultset. I've tried all reconfiguring many of the options in the Property Inspector but nothing works.
    Thanks,
    -Scott

    Which technology set are you using? Are you using OAF - if this is the case try the OAF specific forum.
    http://forums.oracle.com/forums/index.jspa?categoryID=84

Maybe you are looking for