CVS branching  in JDeveloper Studio Edition Version?

Hi there,
how can i create a CVS-Branch for a project that is in CVS ? I use JDeveloper Release version(Studio Edition Version). There is a "tag" section which gives tag to the project, but i think this does not mean that we can branch. Is there another way to create branch?

JDeveloper can do almost all the features of CVS with the embedded CVS Versioning plug-in except branching capability. You can see the activities for CVS with JDeveloper from the internal documentation of JDeveloper which is great to learn the details of CVS and JDeveloper. Just click the "Table Of Contents" from "Help" menu and search for "cvs' and read the tutorials.

Similar Messages

  • Unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS

    Hi,
    I am unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS.
    When right click on jspx page , clicks on Debug option, it gives the following error:
    Debugger unable to connect to local process.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]
    I also restarted the Jdeveloper, even re-installed Jdev but still the problem persist.
    Any help is appreciated.
    Thanks in advance.

    If the jspx page is not part of the adfc-config.xml the page can only be displayed, but the tags will not work as the adf life cycle  is not involved. drag te page onto the adfc-config.xml (the unbounded task flow), right click on it and select debug from the context menu.
    Main problem is : Weblogic server cannot be started in debug mode.
    To check this, open the application navigator, select the integrated server, right click on it and select 'debug' from the context menu.
    After a short time you should see some messages and at last you should see <Runnning> in the message log. Now the server runs (without any of your applications, but it runs).
    If you done't see the 'Running' message you should see an error, which you should post here.
    Timo

  • (Error in Developing) JDEVELOPER Studio Edition Version 11.1.1.3.0

    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = sohail-PC TXID = CONTEXTID = cec57ae05f79953b:-149a1c17:12f430338a6:-8000-000000000000016c TIMESTAMP = 1302501784085
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000

    hi user6721422
    I HAVE SOLVED IT.Good for you.
    If you could share some details, e.g. "how", others could benefit from it too.
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    regards
    Jan Vervecken

  • Pie Graph ring-multi Studio Edition Version 11.1.1.2.0

    Update:
    Discovered that a specific sequence is required.
    Column 1 must be set to slice and colums 2-5 pie -- then Preview
    Then swap and it works.
    What ever it takes!!!
    Hi,
    I am trying to create a Pie Graph using Ring_Multi .
    I created a database table with 3 rows.
    1st column is a varchar2 that I want to use for no of Pies.
    2-5 columns are number types.
    When I assign column 1 to the pie and columns 2-5 to the slice I receive a error that states to add a numeric value to the pie. If a swap then the error states to add a numeric value to the slice.
    When I added one of the columns 2-5 to pie it runs, but the result is useless.
    I have tried this at least 50 times, and believe it or not on 3 out of the 50 tries the error did not occur and produceed the desired result.
    I am using Vista 32.
    By the way the Bar graphs work fine.
    Help!!
    chuck
    Edited by: user634580 on Nov 23, 2009 7:23 AM

    Frank,
    Thanks for your response.
    I have installed the Studio Edition Version 11.1.2.4.0 in my PC. But the Tutorial document I have with me, that was written for 11.1.1.2.0. This document I received from ORACLE during my ADF traing with Oracle corporation. Now I have a new PC and I installed the latest version of the Jdeveloper(11.1.2.4.0). This time when I tried to follow the document, I do not see the same screens as before. Sould I remove 11.1.2.4.0 version and install the version 11.1.1.2.0 to follow the training document?
    Or is there any training document or user guide for this new version 11.1.2.4.0.
    I just need to practice few ADF applications/examples with step by step guidance. Any link or document will be helpful.
    Thanks,
    Sudam.

  • Creating CVS Branches in JDeveloper 10.1.3

    Hi all:
    How can I create a new CVS Branch using JDeveloper 10.1.3?
    Thanks for any help.
    Juan Fernando Higuita.

    Right now there is no built in function for creating a branch - you'll need to do it from outside JDeveloper. (or add the command line as "external tool" to JDeveloper).

  • "Invalid Java Home ...." .Installing the JDeveloper  Studio Edition ---Mac

    I have try every Path OR"JDK Path",and jdev told me: "Invalid Java Home ......" .
    I cannot understand this: Ref: http://download.oracle.com/docs/cd/E12839_01/install.1111/e13666/toc.htm
    6.2 Specifying the JDK location on Mac OS X Systems
    Note: This section is not applicable to the Studio edition.
    When you start JDeveloper for the first time, the jdev script prompts you to provide the location of your JDK installation if it cannot locate it. You will need to enter the path to java.exe.
    Edited by: user4527807 on 2008/11/28 下午 11:11

    A quick search on this forum for Mac would have shown you that there are some extra steps mentioned in the release notes for Mac:
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#install4

  • XSL Map Generation Failed: JDev Studio Edition Version 10.1.3.1.0.3984

    XSLT mapper will neither create nor open XSL files. Error given is "Attribute version missing from XSLT element". Below is my XSLT document. As you can see, the version element is present. Please advise.
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="XSD">
    <schema location="../xsd/MapGetData.xsd"/>
    <rootElement name="job" namespace="http://hanson.hansplc.com/MapGetData"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="XSD">
    <schema location="../xsd/geocode_request.xsd"/>
    <rootElement name="geocode_request" namespace=""/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.3.1.0(build 061009.0802) AT [THU FEB 01 15:01:05 CST 2007]. -->
    ?>
    <xsl:stylesheet version="1.0"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:gd="http://hanson.hansplc.com/MapGetData"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    exclude-result-prefixes="xsl gd xs xp20 bpws ora ehdr orcl ids hwf">
    <xsl:template match="/">
    </xsl:template>
    </xsl:stylesheet>

    Hi,
    still it doesn't reproduce in my environment. However, I am not testing Webcenter but JDeveloper/ADF FAces. The error you see might be a dependency issue that needs to be followed up by Webcenter (forum WebCenter Portal
    I found bug 6339095 filed by Detlef Mueller against Webcenter for this problem
    Frank

  • BUG: Deadlock in JDeveloper Studio Edition 11.1.1.5.0

    I encountered the deadlock when saving a Java source file (the one named in the error message below). I had just removed a method from the class and hit Ctrl + S to save the file. I'm afraid the behaviour is not readily reproducilble, as it seems to be tied to bad timing, but it is certainly not the first time I've encountered a deadlock when saving files in the IDE. The pair of stack traces produced for the deadlock is copied below. I've not included my "About" export, as that makes the post exceed the 30,000 character limit, but this is available on request.
    17 May 2012 10:38:06 AM oracle.javatools.buffer.ReadWriteLock traceDeadlock
    SEVERE: lock deadlock; thread 'Finalizer' blocked on lock 'ResetPasswordController.java' for more than 20,000ms:
    "Finalizer" id=3, blocked, no reads, no writes, no history collected:
    at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:270)
    at oracle.ide.model.Node.readLock(Node.java:256)
    at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:729)
    at oracle.jdeveloper.java.util.SourceElementHandle.detachTextBufferListener(SourceElementHandle.java:175)
    at oracle.jdeveloper.java.util.SourceElementHandle.release(SourceElementHandle.java:285)
    at oracle.jdeveloper.java.dependency.JavaSourceDeclaration.finalize(JavaSourceDeclaration.java:73)
    at oracle.jdeveloper.java.dependency.MethodDeclaration.finalize(MethodDeclaration.java:14)
    at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
    at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
    at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
    "AWT-EventQueue-0" id=15, no reads, 1 write, no history collected:
    at oracle.javatools.parser.java.v2.internal.symbol.FileSym.getTransactionSym(FileSym.java:1604)
    at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.closeTransaction(SymTransaction.java:444)
    at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.close(SymTransaction.java:438)
    at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.commit(SymTransaction.java:295)
    at oracle.jdeveloper.controller.JavaSourceNodeActionDelegate.doAction(JavaSourceNodeActionDelegate.java:59)
    at oracle.jdeveloper.controller.NodeActionController$NodeHandler.doAction(NodeActionController.java:973)
    at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand$Do.execute(NodeActionController.java:724)
    at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand$Task.run(NodeActionController.java:660)
    at oracle.jdeveloper.controller.NodeActionController$ProgressMonitor.execute(NodeActionController.java:1534)
    at oracle.jdeveloper.controller.NodeActionController$ProgressMonitor.execute(NodeActionController.java:1503)
    at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand.doit(NodeActionController.java:537)
    at oracle.ide.controller.CommandProcessor$BatchCommand.add(CommandProcessor.java:1975)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:298)
    at oracle.jdeveloper.controller.NodeActionController.handleEvent(NodeActionController.java:441)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin.doAction(SaveActionsPlugin.java:107)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin.runSaveActions(SaveActionsPlugin.java:72)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin.access$100(SaveActionsPlugin.java:28)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin$Listener.nodeWillBeSaved(SaveActionsPlugin.java:132)
    at oracle.ide.model.Node$7.run(Node.java:2568)
    at oracle.ide.model.Node.fireNodeEvent(Node.java:2467)
    at oracle.ide.model.Node.fireNodeWillBeSaved(Node.java:2566)
    at oracle.ide.model.Node.save(Node.java:1117)
    at oracle.ide.cmd.SaveCommand._saveNode(SaveCommand.java:187)
    at oracle.ide.cmd.SaveCommand.doit(SaveCommand.java:65)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
    at oracle.ide.IdeController.handleEvent(IdeController.java:748)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
    at oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction(IdeKeymapHelper.java:180)
    at oracle.javatools.editor.keys.MultiKeyHandler.keyPressed(MultiKeyHandler.java:334)
    at java.awt.Component.processKeyEvent(Component.java:6248)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:2801)
    at java.awt.Component.processEvent(Component.java:6067)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4653)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1836)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:712)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:990)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:855)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:676)
    at java.awt.Component.dispatchEventImpl(Component.java:4525)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Window.dispatchEventImpl(Window.java:2482)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:607)
    at java.awt.EventQueue$1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:621)
    at java.awt.EventQueue$2.run(EventQueue.java:619)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
    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)

    Sorry...that previous post is not 100% correct.
    It's the "Web Service Proxy" option that has the message:
    To enable this option, you must select a project or a file within a project in the Application Navigator.
    At any rate, this seems like an impossible task, because once I select the "New Gallery" item at the application level, my projects are automatically deselected, so I can't figure out to fulfill this requirement :)
    Thanks,
    Jonathan

  • CVS Branching in 10.1.3Studio

    I have been attempting to determine how to do branches in CVS using JDev10.1.3Studio but can find no references to this in the help, or anywhere else in JDev?
    The JDev CVS help references The CVS manual and suggests to read this manual which, in CH 6, discusses 'Branching and merging'.
    So my question is how do I do CVS branching in JDev10.1.3Studio.
    THANKS - Ken Cooper
    Please respond to [email protected]

    Ken,
    A couple of days ago there was a thread (CVS branching in JDeveloper Studio Edition Version?) that indicates JDev does not currently support branching, and that you must use an external client to create branches as of now.
    Joe
    [email protected]

  • JDeveloper studio, does it come with a database , what is the default conne

    Hi everyone,
    I just installed Jdeveloper using jdevstudio11113install.exe which is downloaded from Oracles FMW page.The description for the studio version says it has the database in it. Is that so, if yes, does anybody know the default connection string to use. Appreciate your help.
    Thanks
    Sudeep

    Its in following link just below "Download Oracle Jdeveloper studio Edition for windows(1185 MB)"
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/soft11-098086.html
    Thanks
    Sudeep

  • Using CVS Branches in JDev

    I was wondering how many people have been using the cvs branch tags with JDev. We are using JDev 9.0.5.1 with CVSNT.
    I imagine that the life cycle of creating and managing a brach would be:
    -Create a branch by assigning a branch tag (Versioning->Sticky->Tag, Make Branch Tag Option)
    -Then as changes are made commit them, set the option on the common options tab of 'Use Revision Number or Tag' giving the tag name
    -Then when it is time to merge the branch, commit the files on the branch with out setting the 'Use Revision Number or Tag' option
    Then I would guess if you wanted to get the updates from a brach you would use join with Branch option to get the changes. Let me know if this is correct, I have been able to find bit's and pieces in the help, but not guidelines for how to do this.
    Also we have found 2 CVS related bugs.
    1 - if you open a CVS controlled file in the main editor window. Then right click in the editor window and select 'Compare With->Other Revision...'. A JDev error window comes up with just '0'. In the details is:
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.showDialog(CVSOperationDiffAgainst.java:148)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.access$5000071(CVSOperationDiffAgainst.java:55)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst$2.run(CVSOperationDiffAgainst.java:101)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    2 - I see that in 10G you have made it so that if you chose 'File->Rename' that CVS will also handle this change. We use the 'Tools->Refactor->Move Class' frequently which does not seem to take CVS in account at all.
    Thanks,
    -Andy

    Hi Andy,
    I'll go through the two problems you found first.
    1. Hands up, thats a bug logged as bug 3681203 which can be tracked via metalink
    2. This is not actually a bug, although it might seem like one, File -> Rename is a less complex action than Tools -> Refactor -> Move Class and applies to all types of file e.g. project files
    For the next release we are overhauling the refactoring support and this will be integrated with JDevs CVS support.
    As for working with branches, I've not used CVS in this way in a team environment but what you have looks pretty good. I'll investigate and post back here when I have something more conclusive.
    Thanks for the feedback,
    Geoff Waymark

  • WD Drive Manager Services component error message MyBook Studio Edition II 2TB on iMac

    For five months I have been using a WD MyBook Studio Edition II 2TB in RAID 1 mode on a 27" iMac i7, 2.93 GHz, running Mac OS X 10.6.7, as a Time Machine connected via FW800.  Initial installation and operation was all good.
    Recently, the blue WD logo disappeared from the menu bar. I reinstalled the WD Drive Manager version 2.25 from the installation disk. The logo reappeared, however when selecting Launch WD RAID Manager from the menu an error message appears:
    "The WD Drive Manager Services component could not be found. Make sure the Drive Services component is running first."
    I removed the WD Drive Manager with the installation disk and reinstalled and tried again. No good.
    Tried again, this time using the USB connection with the same result. No joy.
    Tried using the downloadable version (2.25) from the WD website with same results.
    Searching Google lead to no hits on anything remotely related for a solution.
    So, at this point, I cannot confirm that the drive is actually in RAID 1 mode. It shows up in the Finder as a 1TB drive with 268 GB used.
    How can I restore a working version of the WD Drive Manager?
    WD Tech Support has escalated the issue to programmer level but without a successful solution. They suggested I post here as well to see if any other Mac users may have had this problem and have found a solution.
    Thanks for any assistance or referral.

    Unfortunately you probably will not find very many if anyone using WD Drive Manager here, most of us are using a variety of backup strategies that include Time Machine, an on-line backup and a Bootable Clone made with CarbonCloner or SuperDuper.
    The no-worry backup plan | Business Center | Working Mac | Macworld
    Dennis

  • Problem while starting the Jdeveloper studio

    Hi,
    I have installed the Jdeveloper 11.1.2.0.0.
    But when I am starting the Jdeveloper Studio I am getting the error as "Unable to create an instance of the Java Virtual machine located at C:\Program Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll".
    I have install the JDK 6.0 Update 20 at C:\Program Files\Java Folder before installing the Jdeveoper.
    And I had mention C:\Program Files\Java\jdk1.6.0_20 path while installing Jdeveoper JDK location.
    To test whether JDK has been install properly or not I have also tested a sample java program and it worked.So I think there is no problem for JDK.
    But While starting the Jdeveloper Studio I am getting the above mentioned error.
    Can Someone is aware of this error? Or face this error at any stage?
    Please let me know the solution if knows
    Thanks,
    Shweta

    Hi,
    Changing the virtual memory option did not worked for me.
    I have found the following solution and it worked for me.
    In order to fix this type of error, go to installation_directoy\Middleware\JDeveloper\jdev\bin folder
    and edit file jdev.conf.
    Locate line "AddVMOption -XX:MaxPermSize=256M".
    Now add another line just below this line:
    AddVMOption -Xmx256M
    I found this solution at : javainnovations.blogspot.com/.../jdeveloper11g-startup-error.html
    It work for me.
    Thanks,
    Shweta

  • Application deploying problem JDevelopeStudio Edition Version 11.1.1.2.0

    Hi we are using JDeveloperStudio Edition Version 11.1.1.2.0 and facing strange problem on few machines,when we are trying to run the application we are getting error as follows:
    [11:00:11 AM] #### Deployment incomplete. ####
    [11:00:11 AM] null
    #### Cannot run application XBSystemMasters due to error deploying to IntegratedWebLogicServer.
    [Application XBSystemMasters stopped and undeployed from Server Instance IntegratedWebLogicServer]
    Only after deleting our application folder from <C:\Documents and Settings\Username\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs> we are able to run the application for once, again if we try to run it we are getting same above error message.
    To run it again we have to delete the above mention folder again by stopping weblogic server then it works properly.Every time to run the application we have to delete the folder.Complete uninstall/reinstall and even formatting of the system is also not working.The same application copied on another system with same configuration i.e Windows xp sp3 it's working there but few machines are giving this problem.
    Every time stopping the web server and deleting the folder to test the code is very painful process.
    Please let me know if I am making any mistake while installing or configuring JDeveloper
    Thanks!!!

    Yes Frank all the development machines are with same configurations i.e XP SP3 but few machines are facing this problem ,undeploy and redeploy is not solving the problem we tried the same.Even complete shutdown of JDeveloper/pc is not solving the problem unless and untill that application folder from drs is not deleted JDeveloper is not allowing us to rerun the application again.We will try to change default user directory hope that may solve the problem.Thanks!!

  • Wrong XQuery Launch Configuration in Jdeveloper Java Edition?

    Hi,
    i want to use xquery from JDeveloper Java Edition.
    I have a simple application with one project. I added the XML, XML schema and xquery feature my simple customer.xml and customer.xq
    Then i try to run customer.xq and get " java.lang.NoClassDefFoundError: oracle/xquery/XQException"
    In the log is a classpath that points to nowhere e.g. the classpath in the log shows C:\source\oracle_common\modules\oracle.xdk_11.1.0\xquery.jar but the real file is under c:\source\jdeveloper\modules\oracle.xdk_11.1.0
    where can i set the "oracle_common" path?
    I just unzipped the downloaded zipfile jdevjava11120.zip
    thanks
    steffen
    Edited by: Steffen on 30.08.2011 11:58

    Any suggestions?
    Maybe this is a Bug in the JDeveloper Release?
    It is the Generic Release Java Edition: 11.1.2.0.0 for Windows.
    Just unzipped it and set the MW_HOME var to my directory (no spaces in path).
    I need the xquery feature and dont want to install the big studio edition.

Maybe you are looking for

  • HP G62-455TX Graphic Card malfunctio​ning

    Problem is the laptop screen flickered and went off several times, displaying error message that AMD crashed. I reinstalled the drivers replacing the older with the older version and then with the latest version given on the website. But in both case

  • Calling ABAP Function Module in BODS, but not RFC_enabled

    Hello Experts We have an ECC ABAP Function Module takes 5 input parameters and returns Division Name for an Employee and Employee PERNR is one of the input parameters for the Function Module. I tried adding a function call in the target schema of Que

  • Erasing duplicates and (!) marked songs from library???

    My hard drive location changed from G: to H: and now all my music has a ! in front of it (on the left column). I have imported most of my folders again to itunes, however I have been manually erasing all of the ! marked songs. Is there a way I can se

  • Cannot print from InDesign v3.0.1 on Mac Pro

    I am attempting to print from InDesign v3.0.1 to a new Epson R3000 printer. Last week the connection and prints were fine. Now, when I select the "Print" dialog box, Indesign crashes.  Is there possibly a conflict between my older InDesign and runnin

  • No One Can Hear Me...

    The i-Phone is great for everything except being a telephone...I bought the $100 ear phones with mic, I have tried Bluetooth until I am blue in the face, I have used it without any connection devices...but NO ONE CAN HEAR ME...everyone complains that