CVS versioning

Hi,
I am trying to use CVS to manage version control for a business
components project. I have the following problem:
- If we include the project file in CVS every time somebody
tries to commit the changes he gets a conflict in all the
project files.
- If we try to use different project files we are not able to
use the same business components stored in the initial project.
Has someone used cvs for a OBC4J project?
am I doing something wrong?
Thanks
Andres Umana

Hi David,
Thanks for the information.
Yes, I am trying to merge the jpr file.
Great that you are working on that.
In the mean time is it possible to do any of this options:
- Reconstruct the hash, renumbering manually.
- Using a project file for each of the developers. Is it
possible to import the source of a OBC4J package to a different
project?
Thanks again for your information
Andres Umana
Hi
Just want to confirm you are merging the project jpr file?
BC4J files with in a project are held in a hashmap, the
hashmap contents are written out into the jpr file. The hashmap
contents can be written out in any order, therefore the problem
when merging the jpr file back into the CVS repository.
In the production release of jdeveloper - to be release early
next year, we have made the hashmap write is contents using a
ordered pattern. This will greatly help merging the project jpr
file and should solve your problem

Similar Messages

  • CVS Versioning unable to connect in SQL Developer 2.1

    I just upgraded to SQL developer 2.1 from 1.5. I did the check for updates and the CVS Versioning that gets installed is version 11.1.1.2.36.49.42 For some reason this version will not let me connect through ssh to CVS. I double checked the connection and the test of it fails. The CVS versioning in SQL developer 1.5 worked fine (11.1.1.0.22.49.42). is there any way to use SQL developer 2.1 with CVS Versioning 11.1.1.0.22.49.42??

    I am having this same issue, with slightly different versions and on two different computers. I have SQL Developer 1.5 on WinXP running cvs version 11.1.1.0.22.49.44. Connections to CVS via ssh work fine. I installed SQL Developer 2.1 on a new machine with Win 7. I had to check for updates becuase CVS versioning was missing from this release. The update gave me cvs version 11.1.1.2.36.55.30. I set up a CVS connection and the test failed. I tried exporting the connections - didn't work. I also tried pasting in the cvs_connect.xml file from the old computer to the new one - that also did not work.
    Is there any resolution for this issue? Or a work around?

  • How to replace a program version with a cvs version??

    Hello all,
    I'm using amule-cvs make with this PKGBUILD:
    pkgname=amule
    pkgver=cvs
    pkgrel=5
    pkgdesc="aMule is a eMule-like client for ed2k p2p network"
    url="http://www.amule.org"
    license="GPL"
    depends=('wxgtk' 'curl>=7.12.0' 'libjpeg' 'libtiff'
             'perl' 'x-server' 'gd>=2.0.0' 'crypto++')
    source=(http://www.hirnriss.net/files/cvs/aMule-CVS-20050315.tar.bz2)
    build() {
      cd $startdir/src/amule-$pkgver
      ./configure --prefix=/usr --disable-embedded_crypto --enable-amulecmd --enable-webserver --enable-optimise --enable-amule-daemon
      make || return 1
      make prefix=$startdir/pkg/usr install
    And works well, but the problem is when i do a "pacman -Su" it say that want to install (upgrade) amule-cvs with amule-rc8.
    What can i do in my PKGBUILD for solve it??
    may be the option "replaces=()" that i can see in PKGBUILD.proto??
    Thanks

    I made this but could'nt find anywhere to post it - it automaticaly sets the date as the pkgver and updates the PKGBUILD afterwards:
    # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
    pkgname=
    pkgver=
    pkgrel=
    pkgdesc="This will checkout and package the latest CVS version."
    url=
    license=
    depends=()
    provides=()
    conflicts=
    makedepends=('cvs')
    cvsmod=""
    cvsroot=""
    build() {
    cd $startdir/src
    touch ~/.cvspass
    cvs -d $cvsroot login
    msg "Connecting to $cvsmod CVS server...."
    cvs -z3 -d $cvsroot/$cvsmod co $cvsmod
    cd $cvsmod
    ./autogen.sh
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    rm -r ../$cvsmod-build
    mkdir ../$cvsmod-build
    cd ../$cvsmod-build
    ../$cvsmod/configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    # Correct the pkgver in our PKGBUILD - this allows correct gensync operation
    # NOTE: pkgver variable must be declared with first 10 lines of PKGBUILD!
    cd $startdir
    old_pkgver=$pkgver
    pkgver=`date +%m%d%y`
    sed -i "1,11 s|pkgver=$old_pkgver|pkgver=$pkgver|" ./PKGBUILD
    # vim:syntax=sh

  • Git/svn/cvs "versions"

    Hi,
    on the AUR, it looks like when you upload a package that already existed (but another version) the other package gets replaced by the newly uploaded one.  This seems reasonable because usually people upload a newer version and the older one is not needed anymore.
    But for git/svn/cvs "versions" this raises a problem: When dealing with 'bleeding edge' packages we usually want to keep the 'stable release' packages as well, but this doesn't work:  when package foo v1 exists and you upload foo-git it will also replace.
    I see that most people solve this problem by giving a package a different name instead of another version, eg the package becomes foo-git with version <current date>, which doesn't replace foo version 1.
    1) Is there any reason for the <current date> version?  Or is this just because the version variable cannot be empty?  I don't see much semantic meaning in a version like that, because the user will build the package himself anyway (so he will build the _current_ latest version, not the one dated from the version string of the packagename), at least for packages in unsupported.
    2) Isn't this more a workaround than a solution?  I mean, isn't having different package names a bit ugly because it's actually the same software, just another version? (eg the git/svn/cvs part should be in the version string, not the package name)
    This is a rather theoretical subject (especially question 2), and in true Arch spirit I do think it's better to have a workaround that is simple and works just fine then having the 'theoretically correct' but more complicated solution.
    OTOH, assuming agreement with me:  I think it's easy to the implement the 'correct way':   Basically the AUR code should just check if the version of the package matches a knows VCS system ('git','svn',...) and allow it as an additional package, otherwise replace the previous package.  (and if you upload foo-git and foo-git exists already, also replace it of course)

    I think there are some misunderstandings in this thread -- maybe on my side.
    To be clear: $pkgname, $pkgver and $pkgrel are required fields in a PKGBUILD. Since there is no real version number in packages that are build upon a VCS, often the date is taken as $pkgver (but e.g. svn gives a revision number apart from the date, so that s taken instead). So for example in tuxpaint-cvs-20081116-1, tuxpaint-cvs is the $pkgname, 20081116 is the $pkgver (when you check out CVS packages, the current date of last upstream upload is given as version) and 1 is the $pkgrel (not of much use here). Uploading a tarball for tuxpaint-cvs will not delete an existing tarball for tuxpaint, since tuxpaint-cvs is another name than tuxpaint. If you some day later download the tarball for tuxpaint-cvs, makepkg will generate a package with the current date as $pkgver, unless you say makepkg --holdver, in which case it would take the upload date as $pkgver.
    Last edited by Stefan Husmann (2008-11-16 19:17:51)

  • HELP! - Lost CVS Version Control Profiles in JSC-2

    Can anyone tell me how to restore the default JSC-2 Version Management CVS Profile?
    Somehow I managed to delete the CVS AND the VSS Profiles, so I cannot set up ANY sort of Version Management.
    What can I do to fix this??
    Many thanks in advance,
    <-j->

    I think the easiest way would be to start with a fresh userdir. That's where the IDE stores all the per-user changed information.
    Move $HOME/.Creator/2_? (0 or 1 depending on which update version you are) to something like $HOME/.Creator/2_?.myOld ;-)
    Now the next time you start the IDE, everything should be back in order with the version control. But you will have to open you projects again etc!
    Thanks,
    -- Marco

  • Problems with mplayer CVS version

    Hi everyone,
    Do you know how to change the audio channel with mplayer?
    For exemple, I want to change an audio from french to english...
    The both audio track is in the matroska of course
    And do you know how to change subtitle??
    Thanks
    Kingboxer

    In the man pages?  Seriously, dude, this ain't forum material

  • 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.

  • Cvs daily snapshot packages

    Hi there,
    I have some questions about cvs daily snapshot.
    The problem is for the package eo-snapshot in AUR
    Here is the PKGBUILD
    # Contributor: Sebastien Piccand <[email protected]>
    pkgname=eo-snapshot
    pkgver=20060411
    _ver=11Apr2006
    pkgrel=1
    pkgdesc="EO is a templates-based, ANSI-C++ compliant evolutionary computation library"
    url="http://eodev.sourceforge.net/"
    license="LGPL"
    depends=()
    source=(http://www.lri.fr/~marc/EO/snapshot/eo_src.tgz)
    md5sums=('f4e001d00405292712e5a62599749c3d')
    build() {
    cd $startdir/src/eo${_ver}
    ./autogen.sh
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    I have to remove the _ver variable which is not required.
    I have to use the daily snapshot because:
    1. The stable version does not compile
    2. I don't have access to CVS
    The version(=folderOfSources=date) of the package is a bit weird and stored as:
    11Apr2006.
    I was asked to change the version so I moved it to 20060411 which seems to be the case for the usual snapshots.
    I used the variable _ver so that one has just have to modify the beginning of the PKGBUILD when a new snapshot comes. But it is definitely not really needed so I have to remove it, which means you have to edit the build() function at each snapshot.
    A workaround is to use
    cd $startdir/src/eo*
    instead of
    cd $startdir/src/eo11Apr2006
    in the build(function)
    In this case now the version of the snapshot is only discriminated by:
    1. the pkgver
    2. the md5sum
    But the package is updated daily and there should be a way to simplify the  update process. The daily snapshot does not contain the date so we can't have access to the previous snapshot.
    Can I, as for the CVS versions, use an empty md5sum() and just the date for the pkgver ?
    Or should the package be a mess to maintain ?
    Thanks

    Thanks a lot.
    The package is working.
    I now have some questions about the provides() and conflicts() fields of some packages.
    Here are 2 packages I put on AUR recently: eo-snapshot, eo-cvs
    I am thinking of removing eo-snapshot but it can be good to keep it for people who don't have access to CVS.
    In this case eo-snapshot and eo-cvs will conflict. Once a new, working, stable version of eo will be out, I (or anybody) will probably make a package (called eo).
    So I am thinking of using the fields provides=('eo') for both packages, and conflicts=('eo-snapshot') or ('eo-cvs')
    Is it the right thing to do ?
    An other question:
    libge can use galib if it is compiled with galib support, so should I make a libge-galib version (with galib in makedepends) or put a comment somewhere (where) that asks the user to install galib before building libge to enable the galib support ?
    An other one
    eo-cvs(or eo-snapshot) and galib both provide a /usr/lib/libga.a file, so they conflict with one another. Is there any workaround to install both?

  • [games]Cedega-CVS

    This will finally work fo me!! TRY it and tell me your Problems
    I wrote a PKGBUILD for the CVS-Version of cedega.
    I know there´s a very good script for installing/updating/removing cvscedega called WineCVS.sh. And a good instruction how to use it here.
    I´ve this script breaks for you have look at the Arch Linux wiki.
    But i want to handle the installation of cvscedega with pacman. That´s the reason for this PKGBUILD.
    PKGBUILD
    pkgname=cvscedega
    pkgver=20052101
    pkgrel=1
    pkgdesc="CVS-Version of cedega, for playing Windows games under Linux"
    url="http://www.transgaming.org"
    license="Aladdin Free Public License"
    depends=('glut' 'fontconfig' 'freetype2' 'bison' 'flex' 'libjpeg' 'libpng' 'zlib')
    makedepends=('cvs' 'wget')
    source=( )
    install=cvscedega.install
    build() {
    cd $startdir/src
    #Downloading the sources
    cvs -d:pserver:cvs:[email protected]:/cvsroot login
    cvs -z3 -d:pserver:[email protected]:/cvsroot co winex
    #build
    cd winex/tools
    mv widl/ppl.l widl/ppl.l.new
    tail -n1388 widl/ppl.l.new > widl/ppl.l
    mv wrc/ppl.l wrc/ppl.l.new
    tail -n1388 wrc/ppl.l.new > wrc/ppl.l
    cd ..
    ./configure --enable-pthreads --with-x --enable-opengl --prefix=/usr/lib/cvscedega
    make depend
    make || return 1
    mkdir -p $startdir/pkg/usr/lib/cvscedega
    make prefix=$startdir/pkg/usr/lib/cvscedega install
    cd $startdir
    mkdir -p pkg/usr/bin
    install -m755 cvscedega pkg/usr/bin
    you also need two other files. Copy them to you buildpath
    cvscedega
    #!/bin/bash
    export WINEPREFIX="$HOME/.cvscedega"
    /usr/lib/cvscedega/bin/wine $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10
    cvscedega.install
    # This is a default template for a post-install scriptlet. You can
    # remove any functions you don't need (and this header).
    # arg 1: the new package version
    pre_install() {
    if ! [ `grep '/usr/lib/cvscedega/lib' etc/ld.so.conf` ]; then
    echo "/usr/lib/cvscedega/lib" >>etc/ld.so.conf
    sbin/ldconfig -r .
    fi
    # arg 1: the new package version
    post_install() {
    /bin/true
    # arg 1: the new package version
    # arg 2: the old package version
    pre_upgrade() {
    /bin/true
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    /bin/true
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    /bin/true
    op=$1
    shift
    $op $*
    There won´t be a fake-windwos-drive or a config-file after the installation.  You can download it here  extract it into you /home/<username>.
    cd
    tar -xvzf cvscedega_Cdrive.tar.gz
    [/code]

    Something is going terribly wrong during make of that script. I also tried it the PKGBUILD way, same error. Which leads me to believe it's either my poor skills, something missing in my system or something wrong with the code. Since I'm the only one reporting this (here) I tend to think it's my system or me.
    Does anyone know anything that might resolve this?
    Part of the presented errorlog:
    make[1]: Leaving directory `/root/.WineCVS/sources/cvscedega/winex/dlls'
    make[1]: Entering directory `/root/.WineCVS/sources/cvscedega/winex/miscemu'
    LD_LIBRARY_PATH="../unicode:$LD_LIBRARY_PATH" ../tools/winebuild/winebuild -fPIC -L../dlls -o wine.spec.c -spec wine.spec
    gcc -MMD -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wine.spec.o wine.spec.c
    gcc -MMD -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o main.o main.c
    main.c: In function `main':
    main.c:114: warning: implicit declaration of function `set_shared_memory_reserved'
    ld -r wine.spec.o main.o -o miscemu.o
    make[1]: Leaving directory `/root/.WineCVS/sources/cvscedega/winex/miscemu'
    gcc -o wine miscemu/miscemu.o -L./dlls -lntdll -L./library -lwine -L./unicode -lwine_unicode -L./port -lwine_port -lm
    miscemu/miscemu.o(.text+0x133a): In function `main':
    /root/.WineCVS/sources/cvscedega/winex/miscemu/main.c:114: undefined reference to `set_shared_memory_reserved'
    miscemu/miscemu.o(.text+0x1383):/root/.WineCVS/sources/cvscedega/winex/miscemu/main.c:118: undefined reference to `wine_mmap_add_reserve'
    collect2: ld returned 1 exit status
    make: *** [wine] Error 1
    Error in Make
    Try fixing the error based on the output above, and
    run the script again, without paramaters (Eg: WineCVS.sh)

  • Imported project from CVS not working.

    Hi all,
    I am experiencing a weird problem with the use of CVS.
    I am a new user of CVS, i installed a cvs server and i am trying to test its functionnalities within JDEV so that i can explain to the team i am working with how to use and benefit from it use.
    But right now i have a hard time using it. I imported the project to CVS using the command line and then i checked it out using jdev. the problem is that when i compile i get an error on every jspx page the error is a java.lang.IllegalArgumentException for the following lines in the source of the jspx :
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces">
    Also the the design view of the page is in designer mode and not in normal edit mode.(i only see embedded boxes one inside the other)
    I did a test i took the project from the folder that i used to import it to cvs and this version is working perfectly no errors at all.
    What could be the cause of this problem.
    I am using jdev 10.1.3.3 with cvs version: 1.11.17
    If further information is needed just ask me!
    Any help will be appreciated
    and thank you for your time
    Regards,
    Carl

    Hi all and thx for your time,
    I did some more extensive testing and i actually got it to work on a redhat machine. But i tried on 2 different windows machine and it does not want to work!!! But as i said from the redhat machine it worked right out of the box!!!
    On the windows machines i tried the jdev native cvs client and i also tried to install a newer version of cvsnt and i specified the path in my project unsuccesfully. I am running out of tests to try... Could it have to do with file permissions since the server is on a redhat machine and i try to import into windows!!! (i dont think this is even an issue but i am ready to consider every options)
    Thanks again for your time and involvement.
    Regards,
    Carl

  • Missing connection panel version 1.5.4 - 5940.

    On Win XP with latest updates installed.
    at startup no connection panel is visible, not able to find.
    if pressing the SQL run icon a error dialog pops up showing:
    java.lang.NullPointerException
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.listConnections(ConnectionPanelUI.java:426)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.resetConnections(ConnectionPanelUI.java:440)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:120)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:101)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.<init>(ConnectionSelectorUI.java:36)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:59)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:42)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorWizard.invoke(SqlEditorWizard.java:108)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.toolbarAction(SqlEditorController.java:1303)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.handleEvent(SqlEditorController.java:636)
         at oracle.ideimpl.controller.IdeActionHook$MetaClassController.handleEvent(IdeActionHook.java:407)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at oracle.ide.controls.ActionMenuToolButton.mav$fireActionPerformed(ActionMenuToolButton.java:77)
         at oracle.ide.controls.ActionMenuToolButton$FilterActionEvents.actionPerformed(ActionMenuToolButton.java:373)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:291)
         at oracle.ide.controls.ActionMenuToolButton$2.setPressed(ActionMenuToolButton.java:210)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         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)
    if I start the app from <installation dir>\sqldeveloper\bin\sqldeveloper.exe
    the dos window shows this error:
    Exception initializing 'oracle.dbtools.raptor.RaptorDBAddin' in extension 'Oracl
    e SQL Developer': oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: oracle.i18n.util.LocaleMapper
    Dependent class: oracle.dbtools.raptor.config.DBConfig
    Loader: main:11.0
    Code-Source: /C:/sqldeveloper/sqldeveloper/sqldeveloper/extensions/o
    racle.sqldeveloper.jar
    Configuration: system property C:\sqldeveloper\sqldeveloper\sqldevelop
    er\extensions\oracle.sqldeveloper.jar
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClass
    Loader.java:2176) [/C:/sqldeveloper/sqldeveloper/j2ee/home/lib/pcl.jar (from sys
    tem property java.class.path), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1729) [/C:/sqldeveloper/sqldeveloper/j2ee/home/lib/pcl.jar (from syste
    m property java.class.path), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader.access$000 (PolicyClassLoader.ja
    va:143) [/C:/sqldeveloper/sqldeveloper/j2ee/home/lib/pcl.jar (from system proper
    ty java.class.path), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader$LoadClassAction.run (PolicyClass
    Loader.java:331) [/C:/sqldeveloper/sqldeveloper/j2ee/home/lib/pcl.jar (from syst
    em property java.class.path), by sun.misc.Launcher$AppClassLoader@24216257]
    at java.security.AccessController.doPrivileged (Native method) [unknown,
    by unknown]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1688) [/C:/sqldeveloper/sqldeveloper/j2ee/home/lib/pcl.jar (from system proper
    ty java.class.path), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1670) [/C:/sqldeveloper/sqldeveloper/j2ee/home/lib/pcl.jar (from system proper
    ty java.class.path), by sun.misc.Launcher$AppClassLoader@24216257]
    at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:320) [jre b
    ootstrap, by jre.bootstrap:1.6.0_11]
    at oracle.dbtools.raptor.config.DBConfig.<clinit> (DBConfig.java:283) [/
    C:/sqldeveloper/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (fr
    om system property C:\sqldeveloper\sqldeveloper\sqldeveloper\extensions\oracle.s
    qldeveloper.jar), by main:11.0]
    at oracle.dbtools.raptor.RaptorDBAddin.initialize (RaptorDBAddin.java:12
    3) [/C:/sqldeveloper/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.ja
    r (from system property C:\sqldeveloper\sqldeveloper\sqldeveloper\extensions\ora
    cle.sqldeveloper.jar), by main:11.0]
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin (AddinManag
    erImpl.java:405) [/C:/sqldeveloper/sqldeveloper/ide/lib/ideimpl.jar (from system
    property PCLMain.createExtensionManagerLoader()), by main:11.0]
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins (AddinMana
    gerImpl.java:214) [/C:/sqldeveloper/sqldeveloper/ide/lib/ideimpl.jar (from syste
    m property PCLMain.createExtensionManagerLoader()), by main:11.0]
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins (A
    ddinManagerImpl.java:128) [/C:/sqldeveloper/sqldeveloper/ide/lib/ideimpl.jar (fr
    om system property PCLMain.createExtensionManagerLoader()), by main:11.0]
    at oracle.ide.IdeCore.initProductAndUserAddins (IdeCore.java:1804) [/C:/
    sqldeveloper/sqldeveloper/ide/extensions/oracle.ide.jar (from system property PC
    LMain.createExtensionManagerLoader()), by main:11.0]
    at oracle.ide.IdeCore.startupImpl (IdeCore.java:1481) [/C:/sqldeveloper/
    sqldeveloper/ide/extensions/oracle.ide.jar (from system property PCLMain.createE
    xtensionManagerLoader()), by main:11.0]
    at oracle.ide.Ide.startup (Ide.java:662) [/C:/sqldeveloper/sqldeveloper/
    ide/extensions/oracle.ide.jar (from system property PCLMain.createExtensionManag
    erLoader()), by main:11.0]
    at oracle.ideimpl.DefaultIdeStarter.startIde (DefaultIdeStarter.java:35)
    [/C:/sqldeveloper/sqldeveloper/ide/lib/ideimpl.jar (from system property PCLMai
    n.createExtensionManagerLoader()), by main:11.0]
    at oracle.ideimpl.Main.start (Main.java:110) [/C:/sqldeveloper/sqldevelo
    per/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoad
    er()), by main:11.0]
    at oracle.ideimpl.Main.main (Main.java:72) [/C:/sqldeveloper/sqldevelope
    r/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader
    ()), by main:11.0]
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown
    , by unknown]
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl
    .java:39) [unknown, by unknown]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcce
    ssorImpl.java:25) [unknown, by unknown]
    at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknow
    n]
    at oracle.ide.boot.PCLMain.callMain (PCLMain.java:66) [/C:/sqldeveloper/
    sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.PCLMain.main (PCLMain.java:58) [/C:/sqldeveloper/sqld
    eveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@24216257]
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown
    , by unknown]
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl
    .java:39) [unknown, by unknown]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcce
    ssorImpl.java:25) [unknown, by unknown]
    at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknow
    n]
    at oracle.classloader.util.MainClass.invoke (MainClass.java:128) [/C:/sq
    ldeveloper/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.p
    ath), by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain (IdeLauncher.java
    :190) [/C:/sqldeveloper/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$
    AppClassLoader@24216257]
    at oracle.ide.boot.IdeLauncher.launchImpl (IdeLauncher.java:90) [/C:/sql
    developer/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader
    @24216257]
    at oracle.ide.boot.IdeLauncher.launch (IdeLauncher.java:66) [/C:/sqldeve
    loper/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@242
    16257]
    at oracle.ide.boot.IdeLauncher.main (IdeLauncher.java:55) [/C:/sqldevelo
    per/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@24216
    257]
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown
    , by unknown]
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl
    .java:39) [unknown, by unknown]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcce
    ssorImpl.java:25) [unknown, by unknown]
    at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknow
    n]
    at oracle.ide.boot.Launcher.invokeMain (Launcher.java:729) [/C:/sqldevel
    oper/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2421
    6257]
    at oracle.ide.boot.Launcher.launchImpl (Launcher.java:115) [/C:/sqldevel
    oper/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2421
    6257]
    at oracle.ide.boot.Launcher.launch (Launcher.java:68) [/C:/sqldeveloper/
    sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@24216257]
    at oracle.ide.boot.Launcher.main (Launcher.java:57) [/C:/sqldeveloper/sq
    ldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@24216257]
    Exception initializing 'oracle.dbtools.raptor.standalone.RaptorStandaloneAddin'
    in extension 'Oracle SQL Developer Extras': java.lang.NoClassDefFoundError: Coul
    d not initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.utils.URLChooserShortcuts.<clinit>(URLChooserSh
    ortcuts.java:39)
    at oracle.dbtools.raptor.standalone.RaptorStandaloneAddin.initialize(Rap
    torStandaloneAddin.java:182)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:405)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1804)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1481)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Exception in thread "XML Action Loader" java.lang.NoClassDefFoundError: Could no
    t initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.dialogs.actions.XMLBasedObjectAction$1$1.run(XM
    LBasedObjectAction.java:177)
    Exception in thread "EditorLoader" java.lang.NoClassDefFoundError: Could not ini
    tialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin.loadXMLEditors(ViewerA
    ddin.java:234)
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin$1$1.run(ViewerAddin.ja
    va:142)
    at java.lang.Thread.run(Thread.java:619)
    -----------------------------------------------------------------------------------------------------------------------------------

    i change sql developer location.
    i install it to this folder.
    E:/c/sqldeveloper
    and
    then run it. but still i cant see connection panel.
    this is my sqldeveloper information from help>about>Propertis
    About
    Oracle SQL Developer 1.5.4
    Version 1.5.4
    Build MAIN-5940
    Copyright © 2005,2009 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.0.22.49.48
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.59.40
    Version
    Component     Version
    =========     =======
    CVS Version     Internal to Oracle SQL Developer (client-only)
    Java(TM) Platform     1.5.0_18
    Oracle IDE     1.5.4.59.40
    Versioning Support     1.5.4.59.40
    Properties
    Name     Value
    ====     =====
    apple.laf.useScreenMenuBar     true
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    com.apple.macos.smallTabs     true
    com.apple.mrj.application.apple.menu.about.name     "SQL_Developer"
    com.apple.mrj.application.growbox.intrudes     false
    file.encoding     Cp1256
    file.encoding.pkg     sun.io
    file.separator     \
    http.agent     Mozilla/5.0 (Java 1.5.0_18; Windows XP 5.1 x86; fa_IR) ICEbrowser/v6_1_3
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start     22796852416717
    ide.build     MAIN-5940
    ide.conf     E:\c\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname     E:\c\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun     false
    ide.java.minversion     1.5.0
    ide.launcherProcessId     27204
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     C:\Documents and Settings\Emad\Application Data\SQL Developer
    ide.pref.dir.base     C:\Documents and Settings\Emad\Application Data
    ide.product     oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     E:\c\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     E:\c\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe
    ide.startingcwd     E:\c\sqldeveloper\sqldeveloper\bin
    ide.user.dir     C:\Documents and Settings\Emad\Application Data\SQL Developer
    ide.user.dir.var     IDE_USER_DIR
    ide.work.dir     C:\Documents and Settings\Emad\My Documents\SQL Developer
    ide.work.dir.base     C:\Documents and Settings\Emad\My Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     49.0
    java.endorsed.dirs     C:\Program Files\Java\jdk1.5.0_18\jre\lib\endorsed
    java.ext.dirs     C:\Program Files\Java\jdk1.5.0_18\jre\lib\ext
    java.home     C:\Program Files\Java\jdk1.5.0_18\jre
    java.io.tmpdir     C:\DOCUME~1\Emad\LOCALS~1\Temp\
    java.library.path     E:\c\sqldeveloper\sqldeveloper\bin;.;C:\WINDOWS\system32;C:\WINDOWS;H:\oracle\product\10.1.0\db_1\bin;H:\oracle\product\10.1.0\db_1\jre\1.4.2\bin\client;H:\oracle\product\10.1.0\db_1\jre\1.4.2\bin;H:\CodeGear\RAD Studio\6.0\bin;C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Bpl;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;d:\xp programs\QuickTime\QTSystem\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version     1.5.0_18-b02
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.5
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.5.0_18
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.5.0_18-b02
    jdbc.library     /E:/c/sqldeveloper/jdbc/lib/ojdbc5.jar
    line.separator     \r\n
    oracle.home     E:\c\sqldeveloper
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     /E:/c/sqldeveloper/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.boot.class.path     C:\Program Files\Java\jdk1.5.0_18\jre\lib\rt.jar;C:\Program Files\Java\jdk1.5.0_18\jre\lib\i18n.jar;C:\Program Files\Java\jdk1.5.0_18\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.5.0_18\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.5.0_18\jre\lib\jce.jar;C:\Program Files\Java\jdk1.5.0_18\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.5.0_18\jre\classes
    sun.boot.library.path     C:\Program Files\Java\jdk1.5.0_18\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1256
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 3
    user.country     IR
    user.dir     E:\c\sqldeveloper\sqldeveloper\bin
    user.home     C:\Documents and Settings\Emad
    user.language     fa
    user.name     Emad
    user.timezone     Asia/Tehran
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.0.22.49.48     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.0.22.49.48     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.0.22.49.48     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.0.22.49.48     Loaded
    Database UI     oracle.ide.db     11.1.1.0.22.49.48     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.0.22.49.48     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.0.22.49.48     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.0.22.49.48     Loaded
    Feedback     oracle.ide.feedback     11.1.1.0.22.49.48     Loaded
    File Support     oracle.ide.files     11.1.1.0.22.49.48     Loaded
    File System Navigator     oracle.sqldeveloper.filenavigator     11.1.1.59.40     Loaded
    Help System     oracle.ide.help     11.1.1.0.22.49.48     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.0.22.49.48     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.0.22.49.48     Loaded
    Log Window     oracle.ide.log     11.1.1.0.22.49.48     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.0.22.49.48     Loaded
    Navigator     oracle.ide.navigator     11.1.1.0.22.49.48     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.0.22.49.48     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.59.40     Loaded
    Oracle IDE     oracle.ide     11.1.1.0.22.49.48     Loaded
    Oracle Microsoft Access Browser     oracle.sqldeveloper.thirdparty.access     11.1.1.59.40     Loaded
    Oracle Migration Workbench     oracle.sqldeveloper.migration     11.1.1.59.40     Loaded
    Oracle Migration Workbench - MS Access     oracle.sqldeveloper.migration.msaccess     11.1.1.59.40     Loaded
    Oracle Migration Workbench - MySQL     oracle.sqldeveloper.migration.mysql5     11.1.1.59.40     Loaded
    Oracle Migration Workbench - SQLServer     oracle.sqldeveloper.migration.sqlserver2005     11.1.1.59.40     Loaded
    Oracle Migration Workbench - Translation Core     oracle.sqldeveloper.migration.translation.core     11.1.1.59.40     Loaded
    Oracle Migration Workbench - Translation MS Access     oracle.sqldeveloper.migration.translation.msaccess     11.1.1.59.40     Loaded
    Oracle Migration Workbench - Translation MS SQL Server     oracle.sqldeveloper.migration.translation.sqlserver     11.1.1.59.40     Loaded
    Oracle Migration Workbench - Translation MySQL     oracle.sqldeveloper.migration.translation.mysql     11.1.1.59.40     Loaded
    Oracle Migration Workbench - Translation Sybase     oracle.sqldeveloper.migration.translation.sybase     11.1.1.59.40     Loaded
    Oracle Migration Workbench - Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.59.40     Loaded
    Oracle MySQL Browser     oracle.sqldeveloper.thirdparty.mysql     11.1.1.59.40     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.59.40     Loaded
    Oracle SQL Developer Extras     oracle.sqldeveloper.extras     11.1.1.59.40     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.59.40     Loaded
    Oracle SQL Developer SearchBar     oracle.sqldeveloper.searchbar     11.1.1.59.40     Loaded
    Oracle SQL Developer TimesTen     oracle.sqldeveloper.timesten     1.5.4.59.40     Loaded
    Oracle SQL Server Browser     oracle.sqldeveloper.thirdparty.sqlserver     11.1.1.59.40     Loaded
    Oracle Sybase Browser     oracle.sqldeveloper.thirdparty.sybase     1.5.3.59.40     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.59.40     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.0.22.49.48     Loaded
    Peek     oracle.ide.peek     1.0     Loaded
    Replace With     oracle.ide.replace     11.1.1.0.22.49.48     Loaded
    Runner     oracle.ide.runner     11.1.1.0.22.49.48     Loaded
    SQL Worksheet Window     oracle.sqldeveloper.sqlworksheet     11.1.1.59.40     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.59.40     Loaded
    Sql Monitoring Project     oracle.sqldeveloper.sqlmonitor     11.1.1.59.40     Loaded
    Sybase 12     oracle.sqldeveloper.migration.sybase12     11.1.1.59.40     Loaded
    Sybase 15     oracle.sqldeveloper.migration.sybase15     11.1.1.59.40     Loaded
    Tuning     oracle.sqldeveloper.tuning     11.1.1.59.40     Loaded
    VHV     oracle.ide.vhv     11.1.1.0.22.49.48     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.0.22.49.48     Loaded
    Versioning Support for CVS     oracle.jdeveloper.cvs     11.1.1.0.22.49.48     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.0.22.49.48     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.0.22.49.48     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.0.22.49.48     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.0.22.49.48     Loaded
    i dont know what am i doing?

  • Project setup - what's best for source code versioning?

    We're about to start developing a new portal and are wondering what would be the best directory structure. It's important to decide at the beginning because we're using CVS version management for our source code (we are currently using it for our ADF development).
    Are there any issues related to directory/package structure? With ADF, we had problems when we wanted jsps from one application to call those in another application. To get around that, we had to put all of our applications within the same jdeveloper "project".
    I'm keen to hear any suggestions - especially if you work in a multi-application environment with concurrent development etc.
    thanks,
    M

    Since I don't have a Canon, I don't know the specifics of how to ingest media for that camera. But FCE does have the ability to log & transfer AVCHD, as I have done this with a Sony HandiCam and my Lumix GH-1.
    The codec that FCE transcoded to, was AIC, Apple Intermediate Codec. FCE is 'fine' if you are not using 24p frame rates, as there are no 24p sequence options. (You can use 24p in a 25p timeline... but broadcast engineers will gnash their teeth on such botchery.)
    This may or may not be an issue.
    On the 'problem' of 'wyrd things happen when I whip pan my camera'... well, yeah... There are some industry standards about how fast objects should move across the field of view to avoid artifacts.
    The "whip pan", namely quickly pivoting the camera, will produce strange imaging. While the technology and image formation is different, so the artifacts are different, but even for 'film film' there are limits.
    One rule thumb I've run across is an object should take at least 5 seconds from one side of the screen to the other. Faster will result in artifacts, strobing, or in the case of digital cameras, 'rolling shutter' issues.
    The motto of the day is... "Know thy camera"...
    There may be filters to minimize or save the day if needed, but it is just better to shoot correctly in the first place...

  • CVS problem (freezing) with JDeveloper

    Using JDeveloper 9.0.5.1 build 1605, i am having a real weird problem with cvs. cvsnt has been installed in both my laptop and server. When connecting to local cvs server everything is fine. but when i try to connect to a remote server, suddenly the computer freezes. the freezing goes on for about 10 seconds, then everything gets back to normal, and after 5 seconds or so, everything freezes again. this goes on till i kill jdeveloper process.
    the freezing goes on for a while after i kill it, but it goes away after that. but after that all my networking goes weird, and i can no longer ping the cvs server.
    using eclipse, and tortoise from windows explorer i can connect to remote server without problems. i am using pserver, and my os is windows xp pro with sp2. I have also tried preview version of jdeveloper, but the symptoms are the same, even if i choose to use the cvs version that comes with jdeveloper or use the one from the environment vars (path)
    so has anyone experienced such a problem? any help would be appraciated a lot.
    Best Regards
    Seref Arikan

    Hi,
    Just a few questions to try and track down why this is happening.
    Which version of cvsnt are you using, could you paste the output of cvs --version into this thread?
    Do you have a large repository? JDeveloper did have some problems with cvs support being over chatty when trying to find incoming changes. JDeveloper was making more connections to the cvs server than were being cleared up effectively DOSing the cvs repos.
    10.1.3 Production should have fixed this, could you give it a try?
    It sounds like something is stopping network connections from being freed.
    Thanks,
    Geoff

  • Problems with CVS and improvements required

    Developing with JDeveloper 9.0.3 preview we have found some bugs and some improvements that would be very useful.
    Problems
    1)     Overlay icons on versioned files dont show the real state of the file as described in the Using Concurrent Versions System (CVS) With JDeveloper section of the Using Support for Team Based Development help manual (this issue was solved with a patch for the 9.0.2 release but it cant be applied for the 9.0.3 preview).
    2)     When CVS finds revision conflicts on the project file (.jpr) or on the descriptors of BC4J objects and packages, it overwrites (properly) the source file with the <<<<<< and >>>>>> comments to denote the conflict, and the warning for the conflict is signaled in the CVS log; but it would be nice (because it is annoying to check everytime the CVS log especially for a critical message like a conflict) having a message box reporting these critical messages.
    3)     During the import module function to import the project files into the CVS server, the image files (such as .GIF and .JPG) ought to be automatically added as binary files, or better still, it would be useful a configuration fuction to enumerate the extensions to be added as binary files.
    4)     After some types of CVS commands the CVS editors and CVS watchers windows becomes suddenly closed.
    Required Improvements
    1)     It would be useful a function showing all the files to be added to source control in a list and in a more general case, the versioning status of all the project files, without having to expand all the nodes of the project tree.
    2)     Its uncomfortable the current behaviour for the check out/edit on the project file (jpr) that automatically selects all files included within it. It would be useful to explicitly select to operate only on the project file or to include also the files within it; or at least to place the project file at the top of the list.
    3)     The Edit Files command for the CVS source control ought to support the cvs edit option -c (to check that working files are unedited) and an option to execute an update command before the edit one, to have the most recent revision of that file.
    4)     The opportunity to treat every type of BC4J object as a single CVS entity, taking all the files required by the single BC4J object grouped together and then checked-in, checked-out, etc. in a simple one-click operation.

    1) Overlay icons [cut] Has the problem returned in 9.0.3 and if so can you give me details of your cvs client version i.e CVSNT 1.0.11.1.3 etc.. It would be really helpful in tracking this down. The CVS version in use is (from the cvs --version command output): Concurrent Versions System (CVSNT) 1.11.1.3  (Build 57a) (client/server). The JDeveloper version is 9.0.3.988 preview.This is the client version we test against and recommend. We have seen no problems here and can't reproduce this. Could you help us track this down by supplying the answers to the following questions?
    1, What OS and CVS version is the server using?
    2, For a file that is showing the incorrect overlay could you check the timestamp in the CVS\entries file and post that and the timestamp on the actual file system file?
    3, What timezone are you currently working in and is daylight savings time in operation?
    and finally
    4, Is the CVS server in the same timezone?
    Hopefully this will give us a good start on where the problem is.
    [cut]
    We have already configured cvswrappers to properly handle binary files, but the cvs import function seems to ignore these settings, while cvs add uses it. If you try to import a project with some gif files using jdev, having configured cvs as described, these files will be corrupted. After this, if you add another gif file using cvs add function (not add binary) the settings will be used and the file are correctly stored.
    It seems that to make the import command work properly, file types have to be explicitly specified for each binary file (-kb option) on the cvs command line. To verify this we have tried the same operations using wincvs client. Inspecting the log window, we see that the client explicitly force the file types (they use an internal filtering to recognize binary files instead of file extension):
    cvs import -I ! -I CVS -W "*.gif -k 'b'" -m "no message" testmodule avendor areleaseRight, I'll add this information to the bug and make sure it gets evaluated.
    4) After some types of CVS commands the CVS editors and CVS watchers windows becomes suddenly closed. Could yet tell me what these operations are so I can log a bug? We dont know if its effectively a bug, but the window becomes closed when automating layout switching occurs (if its enabled in preferences), for example: Im in the ide without any open editors (current layout Editing), I get the editors list, then I open an uiXML file (the layout switch to Web Editing) and the list disappears. Even if the layout switch back to Editing (automatically or manually) the list is not re-shown (its not saved in the layout).This is an issue with JDevs layout in that the SCM windows are not default in any layout and so they are closed when the switch occurs. This is being looked at for a future release.
    3) The Edit Files command for the CVS source control ought to support the cvs edit option -c (to check that working files are unedited) and an option to execute an update command before the edit one, to have the most recent revision of that file. I'll add enhancement requests for these I especially like the update before edit suggestion. For team based development the reserved edit functionality (the -c option) would be very useful, especially for working with business components.I'll add your use case to the enhancement, as this is a very good reason to have "-c". Hopefully if we can implement 4) and integrate source control and BC4J better in a future release.
    4) The opportunity to treat every type of BC4J object as a single CVS entity, taking all the files required by the single BC4J object grouped together and then checked-in, checked-out, etc. in a simple one-click operation. We would also like to have support for this in source control and it is a feature that is currently under investigation.It would be -very- useful if, while trying to edit a generic component under source control, jdev suggested (in the edit dialog window, for example) which other files are likely to be modified, giving the chance to edit them also (if not already). For example, trying to edit a ViewObject component, it will be probably needed also to edit the .jpx, the project, the business package descriptor, in addition to the component implementation and descriptor.Agreed.
    We also have some doubts on the meaning of the dialog that often appears after a checkout or a folder update, asking New checked out files were detected; how would you like them to be dealt with?. Can you explain whats the behavior of each choice?The three choices breakdown as follows
    1. Open checked out files in the active project
    This adds all files to the project that is active in the IDE, if all files were already in the project no change will appear to occur. If new files have been downloaded they will now appear in the project
    2. Create a New project for the checked out files
    Generate a completely new fresh project from the checked out files, similar to the default behaviour of checkout module in JDev
    3. Do not open a new checked out files.
    Perform no action with the files, lets the user add them if they so wish.
    Thanks for the replies,
    Geoff Waymark
    JDev SCM Team

  • Two versions of code, one compile failure with java.lang.OutOfMemoryError

    I Have two cvs versions of one package. The differences between the two are minor, and I'm only trying to make the root version look like the latest branch. When I compile the branch, which has more code, things are fine. When I comple the root version I get
    java.lang.OutOfMemoryErrorSInce I can compile one version, it is clearly not the case that I lack RAM or something like that. What might the problem be? Thanks.
    Ken

    I'm compiling and I'm doing it with ant. As I said,
    it works fine with a slightly updated version of the
    Java package I have, but has this error while doing
    the same compile on the cvs root version of the
    package. I'm just trying to prepare for mergning the
    new code but can't compile the basic version of the
    package.Then, as already stated, the difference between the two versions is enough to cross the threshold of heap memory available to the VM that's running the compiler. Ant lets you provide VM options to an externally invoked VM. See its docs for how. If you're using fork="false", then just change or add -Xmx in ant.bat or ant.sh.

Maybe you are looking for