JDeveloper 10G: Annoying bug Toplink Tutorial

Hi,
While I was completing the simple tutorial for Toplink I came to the point to create a Java class using my Toplink mapping. When I clicked the link I got the following error stack in my JDev window. This is very annoying cause it means I've done all my work the last few hours for nothing since I still don't know how to use the Toplink classes I've just created.
Error message:
oracle.help.topicDisplay.TopicDisplayException: BrowserTopicDisplay: Error Disp
laying Topic
at oracle.help.topicDisplay.BrowserTopicDisplay.setBrowserURL(Unknown So
urce)
at oracle.help.topicDisplay.BrowserTopicDisplay.protocolReceived(Unknown
Source)
at oracle.help.htmlBrowser.ICEBrowser._fireProtocolEvent(ICEBrowser.java
:673)
at oracle.help.htmlBrowser.ICEBrowser.access$5000071(ICEBrowser.java)
at oracle.help.htmlBrowser.ICEBrowser$DeferringStormBase._captureOHJProt
ocol(ICEBrowser.java)
at oracle.help.htmlBrowser.ICEBrowser$DeferringStormBase.renderContent(I
CEBrowser.java:822)
at ice.storm.Pilot.renderContent(Unknown Source)
at ice.pilots.html4.DefaultActionHandler.handleDefaultActionOnLinks(Unkn
own Source)
at ice.pilots.html4.DefaultActionHandler.mouseAction(Unknown Source)
at ice.pilots.html4.DefaultActionHandler.onClick(Unknown Source)
at ice.pilots.html4.DefaultActionHandler.handleEvent(Unknown Source)
at ice.pilots.html4.DDocument.processEvent(Unknown Source)
at ice.pilots.html4.DNode.dispatchEvent(Unknown Source)
at ice.pilots.html4.CSSLayout.do_handleEvent(Unknown Source)
at ice.pilots.html4.CSSLayout.handleEvent(Unknown Source)
at ice.pilots.html4.DocPaneXml.uiEvent(Unknown Source)
at ice.pilots.html4.swing.DocView.onComponentMouseEvent(Unknown Source)
at ice.pilots.html4.swing.DocView.onComponentEvent(Unknown Source)
at ice.pilots.html4.swing.DocView.onComponentEvent(Unknown Source)
at ice.pilots.html4.swing.DocPanel.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Component.java:3639)
at java.awt.Container.dispatchEventImpl(Container.java:1623)
at java.awt.Component.dispatchEvent(Component.java)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
at java.awt.Container.dispatchEventImpl(Container.java:1609)
at java.awt.Window.dispatchEventImpl(Window.java)
at java.awt.Component.dispatchEvent(Component.java)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:197)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
JDev version: 9.0.5.13.88
Java version: 1.4.1_02 (came with jdev)
Running on Windows XP professional.
Suggestions are welcome!

Okay, It seems I was a little to quick with my comments. Although the error still occurs, it doesn't mean I cannot end the tutorial. So this make it a little less annoying ;-).
Regards,
paskal

Similar Messages

  • Check out TopLink integration with JDeveloper 10g

    I just thought you might want to get a look at the upcoming integration of TopLink and Oracle JDeveloper 10g.
    You can download the JDeveloper 10g preview now and play with it.
    See demo: http://otn.oracle.com/products/jdev/viewlets/905p_adf_toplink/toplinkEditor_viewlet_swf.html
    and follow the tutorial:
    http://otn.oracle.com/products/jdev/collateral/prodtour10g.html

    John,
    "1) When I did this last step, it created a new set of 'Offline Database Objects'. It would be nice not to have to redirect the new classes at my original objects or create a new diagram from the new objects. (I would like to bae able to get rid of one set of Database Objects.)"Currently, you are running into the issue since you already have offline tables that you are using to create online tables. You then are creating Java objects from online tables. Each time you create Java Objects from online tables, offline tables are created and cached with the project; the generator is not smart to recognize whether these tables exist offline.
    That's a great suggestion and we already have this under consideration for future release. What you are asking is the ability to generate Java Objects from offline tables.
    �2) The Database Objects that were created when I generated the classes all have the schema name prepended. My original Database Objects have the 'package' prepended. I would like my Java classes to map to unqualified tablenames.�Another great suggestion; we have already taken this into consideration for this release.
    �Also, can I model sequences for my tables and have those automatically generated along with the tables and constraints? �You can always create a SEQUENCE table offline or online (on the database; see connections tab) in Jdeveloper and then use it in the TopLink mapping editor with your data model. Let me know if you need more info on it.
    �Is there a place I can modify the default datatype to java type mappings? For example, what if I would prefer my classes to be generated with BigDecimal attributes instead of Double? �Yet another great suggestion, we will keep it in mind for future release.

  • Problem with JDeveloper 10G ADF tutorial

    Hi, I'd followed the instructions from the "Deploying an End to End Application Using Default Technology Scope" tutorial for the JDeveloper 10G (9051), but when I try to run the struts data page the following error apears:
    500 Internal Server Error
    java.lang.NoSuchMethodError: java.lang.String java.net.URLEncoder.encode(java.lang.String, java.lang.String)
         java.lang.String oracle.jbo.http.HttpSessionCookieHelperImpl.readCookieValue(javax.servlet.http.HttpServletRequest, java.lang.String)
              HttpSessionCookieHelperImpl.java:44
         java.lang.String oracle.jbo.http.HttpSessionCookieImpl.readValue(java.lang.Object)
              HttpSessionCookieImpl.java:189
         void oracle.jbo.http.HttpSessionCookieImpl.<init>(java.lang.String, java.lang.String, oracle.jbo.common.ampool.ApplicationPool, java.security.Principal, javax.servlet.http.HttpServletRequest)
              HttpSessionCookieImpl.java:101
         oracle.jbo.common.ampool.SessionCookie oracle.jbo.http.HttpSessionCookieFactory.createSessionCookie(java.lang.String, java.lang.String, oracle.jbo.common.ampool.ApplicationPool, java.util.Properties)
              HttpSessionCookieFactory.java:103
         oracle.jbo.common.ampool.SessionCookie oracle.jbo.common.ampool.ApplicationPoolImpl.createSessionCookie(java.lang.String, java.lang.String, java.util.Properties)
              ApplicationPoolImpl.java:418
         oracle.jbo.common.ampool.SessionCookie oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(java.lang.String, oracle.adf.model.BindingContext, java.lang.String, java.lang.String, java.lang.String, java.util.Properties, java.util.Properties, boolean, boolean)
              DataControlFactoryImpl.java:154
         oracle.adf.model.DataControl oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(oracle.adf.model.BindingContext, java.lang.String, java.util.Map, java.util.Map)
              DataControlFactoryImpl.java:220
         oracle.adf.model.DataControl oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(oracle.adf.model.BindingContext, org.w3c.dom.Node, java.util.Map)
              DataControlFactoryImpl.java:97
         void oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(java.lang.String, java.util.Map)
              JUMetaObjectManager.java:612
         oracle.adf.model.BindingContext oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(javax.servlet.http.HttpServletRequest)
              ADFBindingFilter.java:328
         void oracle.adf.model.servlet.ADFBindingFilter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
              ADFBindingFilter.java:173
         void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              ServletRequestDispatcher.java:600
         void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
              ServletRequestDispatcher.java:317
         boolean com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.ApplicationServerThread, com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindHttpServletRequest, com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:790
         void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:270
         void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run()
              HttpRequestHandler.java:112
         void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run()
              ReleasableResourcePooledExecutor.java:192
         void java.lang.Thread.run()
              Thread.java:484
    Is there someone that could help me?

    Hi,
    Please see:
    NoSuchMethodError
    Hope this helps,
    JR

  • JDeveloper 10g Release 3: Oracle ADF Tutorials bugs

    I downloaded the latest release of JDeveloper 10g Release 3 together with the tutorial and scripts setting up the SRDemo schema yesterday but running the scripts is giving a lot of errors. Any help?

    Can you be a little more specific about the error you are getting?

  • OAF tutorial for Jdeveloper 10g is showing 9i version options

    Hi,
    I have been finding so hard to cope up with the OAF tutorial with Jdeveloper 10g. It does not include the options in the screenshots which are in 10g. I think they haven't updated it for this version and they are from 9i. It is very hard to find the same option in 10g version for example, i am not able to find out "Business Component Package wizard" in 10g. Please help me in finding out the right tutorial for 10g version.
    Thanks,

    Yes, the tutorials for 10G Jdev are not the updated ones and menus to work with are a bit changed now.
    We have discussed this earlier also. Check on the old threads and you will find the correct navigation for BC4J components. Right now I don't have a r12 based jdev on my system and don't remember the exact navigation.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • JDeveloper 10g (10.1.3) 10.1.3 Developer Preview: can't start embedded oc4j

    With Oracle JDeveloper 10g (10.1.3) Developer Preview, I tried to make a simple jsp page as in this tutorial:
    http://www.oracle.com/technology/obe/obe9051jdev/visual_jsp/intro_to_visual_jsp.htm
    I only added some text then right-clicked file, selected Run. It didn't work:
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config>
    /usr/java/j2sdk1.4.2/bin/java -client -classpath /my/home/data/opt/jdeveloper/j2ee/home/oc4j.jar:/my/home/data/opt/jdeveloper/jdev/lib/jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Xrs -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/server.xml
    [waiting for the server to complete its initialization...]
    05/04/08 09:02:24 Node started with id=127765687050882
    05/04/08 09:02:27 Auto-unpacking /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/applications/dms0.war... done.
    05/04/08 09:02:27 Auto-unpacking /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/applications/admin_web.war... done.
    Apr 8, 2005 9:02:29 AM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    05/04/08 09:02:37 Copying default deployment descriptor from archive at /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/connectors/datasources/datasources/META-INF/oc4j-ra.xml to deployment directory /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/application-deployments/default/datasources...
    05/04/08 09:02:37 Copying default deployment descriptor from archive at /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/connectors/OracleASjms/OracleASjms/META-INF/oc4j-ra.xml to deployment directory /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/application-deployments/default/OracleASjms...
    05/04/08 09:02:42 Copying default deployment descriptor from archive at /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/applications/admin_ejb.jar/META-INF/orion-ejb-jar.xml to deployment directory /my/home/marius/jdevhome/system/oracle.j2ee.10.1.3.3.51/oc4j-config/application-deployments/default/admin_ejb.jar...
    05/04/08 09:02:42 Auto-deploying - applications/admin_ejb.jar (orion-ejb-jar.xml had been updated since the previous deployment)...
    05/04/08 09:02:45 Auto-deploying - compiling and loading...
    05/04/08 09:02:45 done.
    05/04/08 09:02:46 Error initializing server: Error initializing ejb-module; Exception java.io.IOException: /my/home/data/opt/jdeveloper/jdev/bin/ojc: cannot execute
    05/04/08 09:02:47 Fatal error: server exiting
    Process exited with exit code 1.
    For a simple stand-alone java application, it worked.
    I have sun jdk 1.4.2 on Fedora Core 3.
    Don't know if there are similar bug reports, I searched this forum for "10.1.3" but the search page stays like that for ~2 minutes, then stops without showing anything.

    Hello Frank,
    Thank you for your suggestion. I tried that and I got the same error. Looked more careful at it:
    Exception java.io.IOException: /my/home/data/opt/jdeveloper/jdev/bin/ojc: cannot execute
    I tried to execute it manually:
    $ l /my/home/data/opt/jdeveloper/jdev/bin/ojc
    -rw-rw-r-- 1 marius marius 1.9k Dec 2 19:20 /my/home/data/opt/jdeveloper/jdev/bin/ojc
    $ /my/home/data/opt/jdeveloper/jdev/bin/ojc
    bash: /my/home/data/opt/jdeveloper/jdev/bin/ojc: Permission denied
    Did
    $ chmod a+x /my/home/data/opt/jdeveloper/jdev/bin/ojc
    which solved the execution. Now Hello word works.
    I got jdeveloper as a .zip archive, which doesn't keep unix permissions. The Linux distribution should be in .tgz archive, it would have avoided this problem.
    Thanks!

  • JDeveloper 10g production, status JHeadstart?

    Dear all,
    As is mentioned on the JDeveloper site, 10g is finally in production (version 9.0.5.1, build 1605).
    Does this have impact on the JHeadstart release?
    Is the latest JHeadstart release already working with this version?
    Thanks in advance,
    Ralph Deguelle

    Ralph and others,
    At this moment JHeadstart 10g (9.0.4.5) is not yet certified against the JDeveloper 10g (9.0.5.1) production release. Of course we plan to certify as soon as possible. Our target release date for this certification is the 29th of April. The version number for this JHeadstart 10g release will be the same as for JDeveloper: 9.5.0.1. We will publish this release on the supplement option folder for the license holders and on OTN for people that want to evaluate JHeadstart. For a list of planned new features see below.
    In addition to this release we have planned another release JHeadstart 10g 10.0.1 (version number may change) that will support Oracle ADF. In this release JHeadstart will fully allign with ADF and we plan to include lots of new features that will enable you to generate more quickly and more advanced layout styles. For a list of planned features see below. Planned release date for 10.0.1 is end of June. Supplement Option holders will be able to acquire this release through the supplement option.
    NEW FEATURES JHEADSTART 10g 9.0.5.1
    The JHeadstart 10g (9.5.0.1) release will include the following new features:
    - description on how to use Toplink in combination with JHeadstart
    - improvements in the Toplink deployment code so no post generation is necessary
    - Generation of regions in JSP's
    - Link from the Application Structure Editor to the BC4J property editor to more easily record meta data on the different levels
    - Link from the Application Structure Editor to the JHeadstart Application Generator to quickly generate your application without having to leave the editor
    - Added poplist to properties region and domain in the bc4j property editor to prevent typing errors.
    - Bug fixes, a complete list will be made available in the readme of
    NEW FEATURES PLANNED FOR JHEADSTART 10g (10.0.1)
    Below you can find a list of the features that we plan to include in the 10.0.1 release. This list is not complete yet. We plan to publish a viewlet in the coming weeks
    - complete allignment with Oracle ADF
    - automatic generation of Application Structure File based on the ADF Business Components.
    - quick search
    - advanced search and option to publish result in same page
    - all master-detail layout combinations
    - unlimited nesting of groups
    - actions items (custom buttons and links)
    - more refined mechanism to preserve post generation modification
    - flexible JSP template mechanism that provides you full control of the generated look and feel including the layout
    - large number of smaller enhancements
    Ton van Kooten
    JHeadstart Team
    Oracle

  • J2ME wiht JDeveloper 10g version 10.1.3

    Hi,
    I need to work with j2me and JDeveloper 10 version 10.1.3, I tried to install JWE for JDeveloper 10g(9.0.5) but this doesn´t work well.
    What extensions do i need?

    Currentrly there isn't a J2ME extension to JDeveloper 10.1.3.
    If you are trying to develop an application for a mobile device you might be interested in this tutorial:
    http://www.oracle.com/technology/products/jdev/101/tutorials/wireless/mobile2.html

  • ANN: Oracle JDeveloper 10g is Production

    Oracle is proud to announce the immediate availability of Oracle JDeveloper 10g (9.0.5.1).
    This new version is focused on making J2EE development simpler by providing a visual and declarative development approach using the innovative Oracle Application Development Framework (Oracle ADF).
    Oracle JDeveloper 10g includes features that will appeal to both novice and experienced Java developers. Some of the new features in this release include:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.
    Download Oracle JDeveloper 10g from http://otn.oracle.com/products/jdev

    Not quite there yet, but very, very close, the zip archive is 0k in size after downloading the complete install.

  • [ANN] Oracle JDeveloper 10g is now available for download.

    It's probably worth a mention in this forum too ;-)
    In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users.
    Check it out at:
    http://otn.oracle.com/products/jdev
    A partial list of new features:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.

    It is no longer available for download - if you have a valid Support contract, pl create an SR and request Support to ship you the media
    HTH
    Srini

  • [ANN] Oracle JDeveloper 10g production is now available for download.

    It's probably worth a mention in this forum too ;-)
    In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users.
    Check it out at:
    http://otn.oracle.com/products/jdev
    A partial list of new features:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.

    Hi,
    That is definitely a product manager - positioning question (forum ID: oalonso), so I'd recommend that you ask the same question in the SES forum. The Text team has been monitoring that forum and answering most of the posts there, so you'd probably be more likely to get your question answered.
    Secure Enterprise Search
    -Ron

  • Oracle JDeveloper 10g (10.1.2) has been certified ?

    In this Oracle JDeveloper 10g (10.1.2) have many bug fix.
    Is Oracle JHeadstart 10g Release 9.0.5.1 has been certified with the Oracle JDeveloper 10g (10.1.2) ?

    To summarize the position of JHeadstart for ADF (JHeadstart 10.1):
    Almost a year ago, we already announced the JHeadstart for ADF release, explaining how you can ensure that the migration will go as smooth as possible. See the forum thread at its Jheadstart like ADF? .
    This information was also included in the JHeadstart Frequently Asked Questions (see questions 15 and 15a) at http://www.oracle.com/technology/consulting/9iservices/jhs_faq_ext905.htm .
    Quote from the JHeadstart FAQ:
    If you already use JHeadstart we recommend you to upgrade to the new version of JHeadstart (9.0.5.1) do the following to make the migration from this JHeadstart release to the JHeadstart-ADF release as smooth as possible:
    [ul][li]
    * generate as much as possible of your application using the JAG. The metadata structure will stay the same, but the generator output will be fairly different.
    [li][li]
    * put all your business logic in BC4J app modules or ViewObjects. Do not put a lot of code in handler business methods, but have the handler business methods delegate to the corrsponding AM or VO. The reason for this is that the handlers will go away in ADF, ADF allows you to drag and drop your (client exported) AM/VO methods directly onto your page or Struts action.
    [li][ul]
    If you have not used JHeadstart before you can either start using ADF or JHeadstart and make the switch to ADF when JHeadstart-ADF release comes out like described above. In all circumstances it is a good choice to familiarize yourself with ADF. Good knowledge of this framework is required when you use the JHeadstart-ADF release.
    JHeadstart is the only tool that offers you migration of your existing application structure and data operations to the ADF Model (Data Controls and Data Bindings).
    Furthermore, the new JHeadstart 10.1.0 release (compatible with JDeveloper 10.1.2.0.0) will be able to generate more features than the previous release JHeadstart 9.0.5, which means that you will need less post-generation changes.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Oracle JDeveloper 10g version 9.0.5.2 download

    Dear All,
    I am not able to download Oracle JDeveloper 10g version 9.0.5.2 which supports application migration assistance. Please let me know the link from where I can download the same.
    Thank You very much,
    Pabitra Dash

    You might want to try out version 10.1.2 which is the same base code as 9.0.5, but with bug fixes.
    http://www.oracle.com/technology/software/products/jdev/archives.html

  • JDeveloper 10g 10.1.3 Web Service Question: java web service calls another

    I am looking for what I think should be a simple example/tutorial but so far no luck. I am using JDeveloper 10g 10.1.3 and the Oracle Application Server.
    I want to do this:
    - create a simple Java web service
    - deploy it
    - create another simple Java web service, that makes a call to a method on the first service
    - deploy it
    client->WSfront->WSback
    I want to keep this as basic as possible.
    Although I have found examples of how to create a web service proxy, there are no examples that I have found that show how to use that proxy in another web service:
    I did what I thought were the right things; generated a proxy for the first web service, and used that proxy in the second web service's source Java class. However when I deployed and tested many classes were missing: all the classes the proxy class depends on.
    I actually managed to get something like this working but had to manually create the .ear and .war files for WSfront, explode the archives, and manually add the missing classes to its WEB-INF/classes.
    I am comparing this to things like Weblogic Workshop in which doing this exercise is a snap.
    Is there a simple graphical way to do this in JDeveloper?

    Hello again,
    I am quite surprised I got no responses to my query below.
    Can anyone explain how I might do this?
    Please feel free to respond to [email protected]
    I am looking for what I think should be a simple
    example/tutorial but so far no luck. I am using
    JDeveloper 10g 10.1.3 and the Oracle Application
    Server.
    want to do this:
    create a simple Java web service
    deploy it
    create another simple Java web service, that makes a
    call to a method on the first service
    deploy it
    client->WSfront->WSback
    want to keep this as basic as possible.
    lthough I have found examples of how to create a web
    service proxy, there are no examples that I have
    found that show how to use that proxy in another web
    service:
    I did what I thought were the right things; generated
    a proxy for the first web service, and used that
    proxy in the second web service's source Java class.
    However when I deployed and tested many classes were
    missing: all the classes the proxy class depends
    on.
    I actually managed to get something like this working
    but had to manually create the .ear and .war files
    for WSfront, explode the archives, and manually add
    the missing classes to its WEB-INF/classes.

  • JDeveloper 10g - ODBC (MS-Access) database connection

    Hi!
    I'm a new JDeveloper user.
    I can connect to an ODBC (Access) database and I can see tables in Oracle JDeveloper 9i. It's work fine.
    I can connect to an ODBC (Access) database but I CAN'T see tables in Oracle JDeveloper 10g(Connections Navigator-tables). It's NOT expanding table items. But when I enter an select sql command in SQL worksheet, it shows me datas in my tables. it's work. How can I resolve this problem?
    I've downloaded only JDeveloper 10g Preview zip file at www.oracle.com. Do I need download any program or application/driver ?
    Thanks...

    Note that JDeveloper 10g is only a preview release-- i.e. a beta. I'm sure that there are bugs in it at the moment which will be addressed in the final release.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com

Maybe you are looking for

  • Report Server service Error.

    Hi, I am trying to configure Reports server non Cartridge but I am gettion following error message in reports server log file. *** 2000-01-25 22:16:02 -- Daemon failed to listen to port. i gave port number as 1951. If I try to start service in the wi

  • How to run servlets in tomcat

    Hi , How to run servlets in tomcat server. I created two files html and servlet file. Html file callservlet.html <html> <body> <form method=post action="servletcalled.class"> <input type=submit value="submit"> </form> <body> </html> servlet file serv

  • Inserting video into templates

    I am extremely new to AE. I have CS6 and am trying to learn it on my own... but it's very complicated. I have a template I am working with that I want to insert video clips into. The template has jpegs that say "insert photo or video here". How do I

  • Issue with available object

    Hi, I have a WEBi report built on BEx query using BICS connection. The issue which am currently facing is if i add the not-compounded filed from the available objects to the grid, then if i refresh the report then the results are never getting finish

  • Integrated WebCam for Thinkpad X1 not working.

    Hi guys, I have a new X1 thinkpad... initially the webcam was working but now I could not seems to get it work. I also could not see this in the device list. Tried re-installing the driver but it does not work. Anyone knows how to fix this issue?