VISUALSVN - merge branch dont work in jdeveloper 11.1.2.1.0

I am using jdeveloper 11.1.2.1.0
I want to update my branch with trunk revision so i select branch as current application then i select versioning>merge
-MERGE SELECTED REVISION RANGE
URL TO MERGE FROM: I select here my trunk directory
https://daguirre-virt/svn/Biblioteca/trunk/Biblioteca
REVISION RANGE i select my last revision: 17
And i get this message:
merge dry-run depth=infinity -r 17:17 https://daguirre-virt/svn/Biblioteca/trunk/Biblioteca C:/ACTSIS/Aplicativos/Biblioteca_1.1/Biblioteca.jws
Dry-run merge complete.
merge --depth=infinity -r 17:17 https://daguirre-virt/svn/Biblioteca/trunk/Biblioteca C:/ACTSIS/Aplicativos/Biblioteca_1.1/Biblioteca.jws
Merge complete.
The problem is that it doen´t update my working copy... If i do same procedure with tortoiseSVN client it work but doesnt work with jdeveloper.
What could be the problem??

You can't use 11.1.2.3 for portlet creation.
You need 11.1.1.6 and then use the help->check for update option in the menu to get the WebCenter extension.

Similar Messages

  • TABS dont work in JDeveloper!

    I have a test JSP that runs a newly coded OA page as follows:
    <a href="<%=URLMgr.processOutgoingURL(OA.jsp?page=/oracle/apps/per/pacss/webui/PacssMatricesListPGL&OAPB=FWK_TOOLBOX_BRAND&OAHP=FWK_TOOLBOX_TUTORIAL_APP&OASF=FWK_TOOLBOX_HELLO&transactionid=" + transactionid, macKey) %">">PACSS Matrics List</a><br>
    This has:
    &OAHP=FWK_TOOLBOX_TUTORIAL_APP&OASF=FWK_TOOLBOX_HELLO
    Another page that is seeded in repository renders this TAB bar fine!
    But when I run the current page in JDeveloper, it doesnt render tabs/subtabs !
    Cant we render Tabs/Subtabs through JDeveloper ?
    Please clarify.
    Thank you very very much.
    regards,
    Prasad</a>

    It was a simple setting that I needed to set in the JDeveloper:
    "Embedded OC4J"
    And I had to choose the 1st radio button:
    "Default Local IP Address"
    where as:
    "Local Host's Full Name" was selected.
    The value there was: FMSGZPU2030.wrightpatterson.afmc.ds.af.mil
    Once the setting was changed to IP Address it worked!
    Thanks a lot.
    regards,
    Prasad

  • Some JDK 1.5 features dont work in JDeveloper 10g (10.1.3) EA  IDE

    for example, the following error message is produced when i try to compile code bellow :
    Error(7,24): method range(client.Color, client.Color) not found in class java.util.EnumSet
    this is what my code look like:
    package client;
    import java.util.EnumSet;
    public class TestClass {
    public static void main(String[] args) {
    for( Color c : EnumSet.range(Color.GREEN, Color.BLUE) )
    System.out.println( c );
    and my Color enum that resides in a seperate file look like this....
    package client;
    public enum Color { RED, GREEN, BLUE }
    thank you

    following code still has 2 problems...
    package mypackage;
    import java.util.EnumSet;
    public enum Color {RED, GREEN, BLUE, ;}
    public class TestClass {   
    public static void main(String[] args) {       
    for (Color c : EnumSet.range(Color.GREEN, Color.BLUE))
    System.out.println(c);
    problems are:
    1) enum Color is public so it can not reside in the same file
    2) the line containing EnumSet.range method still don't compile
    I soleved the 1st problem by making enum Color non-public & moving the enum to the inside of the TestClass but it still didn't help my original problem unable to compile the line containing EnumSet.range method.

  • ADF is not working in JDeveloper 10g

    Hi all,
    I've been trying to get ADF to work with JDeveloper 10g but to no avail. I've followed the steps from the following link: http://www.oracle.com/technetwork/developer-tools/jdev/how-to-adf-faces-10gjdev-085657.html
    the only thing that i fail to follow is in creating the library. I have only the adf-faces-api.jar and adf-faces-impl.jar but not the share-1_1_18.jar
    I do not know whether this is creating the problem as my error message is not helpful.
    part of the error msg:
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(oracle.adf.DateTimeRange)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(oracle.adf.RegExp)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(oracle.adf.ByteLength)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(oracle.adf.Color,null)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.awt.Color)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(oracle.adf.DateTime,null)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.util.Date)
    May 8, 2013 12:25:11 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.util.Calendar)
    I've been trying to resolve this by creating a new project but once i input adf tags the problem arise again.
    Please help. Thanks!
    Edited by: 1003893 on May 7, 2013 9:28 PM

    Now that I've looked at the linked article...
    That was showing you how to use a very early version of ADF Faces (a pre-release, in fact) with a very old version of JDeveloper. That document is nearly 9 years old.
    Starting with JDeveloper 10.1.3, ADF Faces is "built-in"
    And since JDeveloper 10.1.3.x, we have had both the JDeveloper 11.1.1.x and 11.1.2.x series released.
    Why are you still using 10.1.2.x?

  • Merge statment doesnt work

    Hi all.
    I have 2 tables for the merge:
    CREATE TABLE DAM_ACCESOS_LASTLOGIN
    FECHA DATE,
    USUARIO VARCHAR2(100)
    TABLESPACE COLOSO
    CREATE TABLE DAM_ACCESOS_LASTLOGIN_STAGE
    FECHA DATE,
    USUARIO VARCHAR2(100)
    TABLESPACE COLOSO
    Atm DAM_ACCESOS_LASTLOGIN is empty and i im trying to populate it with the data from DAM_ACCESOS_LASTLOGIN_STAGE. For that im using a merge statment like this:
    merge into dam_accesos_lastlogin f
    using dam_accesos_lastlogin_stage s
    on (f.usuario=s.usuario)
    when matched then
    update set f.fecha=s.fecha
    when not matched
    then insert (f.fecha,f.usuario)
    values (s.fecha,s.usuario);
    The DAM_ACCESOS_LASTLOGIN_STAGE have 29 millions rows, and sql said only 2millions have been merged. But when i select DAM_ACCESOS_LASTLOGIN instead of date,user only one time i have the same user with distinct dates.
    For example:
    30/10/2007|[email protected]
    01/11/2007|[email protected]
    28/10/2007|[email protected]
    26/10/2007|[email protected]
    24/10/2007|[email protected]
    23/10/2007|[email protected]
    25/10/2007|[email protected]
    21/10/2007|[email protected]
    22/10/2007|[email protected]
    29/10/2007|[email protected]
    16/10/2007|[email protected]
    04/11/2007|[email protected]
    Im trying to have only one date and one user on DAM_ACCESOS_LASTLOGIN , and update the date if the user existes in DAM_ACCESOS_LASTLOGIN_STAGE, but dunno why dont work
    In DAM_ACCESOS_LASTLOGIN_STAGE i have same user, diferent dates and in DAM_ACCESOS_LASTLOGIN only want one date x user.
    Any help will be awesome.
    Thanks
    Message was edited by:
    user496863

    The merge statement does not row by row processing, it is doing all at once.
    If you have the same user multiple times in your start table DAM_ACCESOS_LASTLOGIN_STAGE, then it will insert it multiple times.
    To avoid it you should select each user only once, e.g.:
    merge into dam_accesos_lastlogin f
    using (select usuario, max(fecha) fecha from dam_accesos_lastlogin_stage group by usario) s
    on (f.usuario=s.usuario)
    when matched then
    update set f.fecha=s.fecha
    when not matched
    then insert (f.fecha,f.usuario)
    values (s.fecha,s.usuario);Btw: I like the name of your tablespace! COLOSO is much better than my usual DATA_HUGE.

  • "Drag an Drop Funcionality" dont Work in Ipad.

    I'm using JDEVELOPER Studio Edition Version 11.1.2.2.0.
    I developing a sinple page with too table and using "Drag an Drop Funcionality" for pass rows from a table to other table.
    This work correctly in all web explorer for Pc and DONT WORK in IPAD.

    did u try in 11.1.1.6
    Drag and Drop on Touch Devices: On touch devices like tablets, the component drag and drop has a different gesture than with the mouse. An item that can be dragged must activated by a tap and hold gesture. The item will change its appearance to indicate that it can be dragged once held long enough. The same gesture applies to reordering table columns. Tap and hold the column header, then drag it to reorder the columns.

  • Team working in JDeveloper 10g

    All,
    I wondered if any of you had any thoughts or suggestions on team working in JDeveloper?
    I've just completed my first JDeveloper project and had the benefit of being the sole developer. We're now looking at doing some more projects with JDeveloper and could do with some pointers regarding how to set up the structure of an application so that multiple developers can work on it. We use Serena ChangeManager for version control, so any suggestions that are compatible with this would be especially welcome!
    Thanks!
    (p.s. I'd also prefer that you stick to the "current" production release of JDeveloper - there seems to be a tendency in here for people to recommend the latest, greatest version (i.e. 11g), in spite of it only being a technology preview. I wouldn't ride in a pre-production airliner, so why should I do real, production work in an unfinished IDE?)

    Cliff,
    I have a few to start the discussion going.
    1). Use your version control system. Even if there is no JDev plugin, use it! (this is a no-brainer, of course).
    2). Put the JDeveloper artifacts in version control too. By this, I mean the jpr and jws files.
    3). Ensure everyone uses the same coding style preferences, otherwise you can get lots of "bouncing checkins" because one guy likes 3 spaces and some gal likes 4 for indents
    4). Be aware of potential issues when checking in Business Components to source control. For example, if you check in the xml file associated with an AM, but not the java files, you're in for some fun!
    5). Especially early in the development cycle, if you are using ADF Business Components, the Application Module can become a point of contention among developers. You may want to think about having one person control them - or if not - be sure you have good lines of team communication when they are being changed. It's not the easiest thing to do to deal with merging AM configuration files by hand.
    These are some of the ones that jump to mind.
    John

  • Iphone dont work

    my iphone dont work what to do ?
    i bought my iphone 5s before 8 months.
    i went to idigital store that said me i havent 1 warrenty there .
    they said me to go orange commpany in israel and they say that my iphone
    wont prepare there
    i dont know what to do
    i had all my money in this iphone and i need it immedditly.
    i need your helpful how i cheak my iphone and prepare it /
    thanks you

    snans wrote:
    my iphone dont work what to do ? - what doesn't work - maybe add some details
    i bought my iphone 5s before 8 months. - where did you buy this phone
    i went to idigital store that said me i havent 1 warrenty there . not international warranty only in the country the phone was purchased.
    they said me to go orange commpany in israel and they say that my iphone
    wont prepare there
    i dont know what to do
    i had all my money in this iphone and i need it immedditly.
    i need your helpful how i cheak my iphone and prepare it /
    thanks you

  • Speakers dont work

    My speakers dont work , headphone jacks do

    Try reset SMC
    see
    http://support.apple.com/kb/ht3964
    and Pram
    http://support.apple.com/kb/ht1379

  • Facetime dont work

    my facetime dont work whith lion

    Hello, friends.
    In order to run FaceTime on Lion, solving the server registration issue, you must create a new password key in Keychain, with the following parameters:
    Name: com.apple.facetime: registrationV1
    Account: registrationV1
    Where: com.apple.facetime
    Then, restart your Mac.
    Best regards!

  • Dont work dimms 2- on K8N Diamond

    Hi, i have problem with DIMM 2-4, if i put any memrory ram in the DIMMs 2 or 4, the BIOS give this error (using the led):
    Quote
    Testing onboard memory size. The D-LED will hang if the memory module is damaged or not insalled properly
    But if i put ram in the DIMMs 1-3, work without any problem, also work if i put memory in the dimms 1-2-3-4, but only recognize the ram who is in the dimms 1-3.
    I try to reset de bios and upgrade it to the last version, but dont work. Please anyone help me
    pd:sry for my english :(

    Quote from: finord on 13-February-07, 02:14:15
    I try to install 2x256mb(at the moment i have 2x512 kingston value ram, in the dimm 1 and 3), i use a signle mode, but the problem is the dimms 2-4, if i put only 1 memory ran (kinsgton value ram) in the dimm 2 o 4, dont work
    that is normal, when using 2 memory sticks always put them into 1st DIMM slots(close to CPU socket.) about 4 sticks usage and 2 of them are not detected, can be due your mixing memory (ranks & banks, and CPU mem.controller cannot handle it) what CPU core you got btw? im still not conviced its DIMM slots failure. also before installing all 4 memory sticks setup from BIOS command rate to 2T, and apply memory index 166. also you have insterting all 4 stick in wrong direction. put in DIMM1 & DIMM2 Kingston sticks(instead DIMM1 & DIMM3) and 2 other once 2x256 into DIMM3 & DIMM4 (instead DIMM2 & DIMM4)
    re-test.

  • Dont work dropdown list in Variation Label Menu on one variation site

    Hi, guys! I have trouble with Variation Label Menu. I have site with four variation language and i made Variation Label Menu using code on my master page 
    <div style="float:left; margin:6px; z-index:9999">
    <PublishingWebControls:VariationsLabelEcbMenu id="variationLabelMenu" DataSourceID="LabelMenuDataSource" DisplayText="" IsCallbackMode="true" runat="server" />
    <PublishingWebControls:VariationDataSource id="LabelMenuDataSource" LabelMenuConfiguration="1" Filter="" runat="server"/>
    </div>
    On three variation site Variation Label Menu work fine on UA, FR, EN
    But on one site RU (this site is source for another) Variation Label Menu dont work :((
    I will glad to any ideas for fix my problem.
    Aleksandr Shramko

    But that should have changed the logic of the navigation:
    The VariationDataSource control supports three different operation modes using the LabelMenuConfiguration attribute:
    Link to Peers: this is the default and most common operation mode. In this mode, the data source returns links to peer pages of the current page. 
    LabelMenuConfiguration="1"
    Link to Parent: using this operation mode the data source returns links to the peers of the parent site. That link will not point to the peer page but to the peer site of the current site. 
    LabelMenuConfiguration="2"
    Link to Top Site: using this operation mode the data source returns links to the top sites of peer labels.
    LabelMenuConfiguration="3"
    http://blogs.technet.com/b/stefan_gossner/archive/2011/11/29/sharepoint-variations-the-complete-guide-part-12-customization.aspx

  • Dont work adds of translation to me for example: quick translation, they is installed but not traduce any thing all the adds work less translations what can i do ?

    please i love mozilla and there is times what i want to translate any text from english to spanish but nothing i tve tried all the adds to translate but no load they is installed in my browser but simply dont work. tell me what can i do ?

    Everyone reading your posts here is just another MacBook Pro user. We're all volunteers, not Apple employees. No one here can speak for Apple.
    In my personal opinion, buying Apple products in a country where Apple has no stores and no corporate presence is a risk that the buyer takes knowingly. I don't think it's a wise risk, and I don't recommend that anyone take it. A small percentage of the products sold anywhere are going to have problems, and it makes more sense to buy an inferior product that can at least be serviced locally than to buy a superior product that may have to be sent thousands of miles for repair if anything ever goes wrong with it.

  • Dont work driver on Scanner ScanJet 300 on winows 7

    Please, create new drivers for Scanner ScanJet 300 on Windows 7 platform. I have this divace. Dont work it on Windows 7. Windows 7 and drivers of ScanJet 300 scanner are not complianted.

    Hi @Per-Morten 
    I suspect your question would be better answered in the HP Enterprise Business Community, as your HP Printer is a commercial model.
    My technical expertise is with consumer products and software, I am sure the commercial folks would be happy to help if you re-post your question for them to answer. The HP Enterprise Business Community is an HP Forum designed for the Commercial and Enterprise customers to help one another. I am sure you will find some HP folks there to help too.
    Click here to view the Printing and Digital Imaging. When the page opens you will see the option to 'Log in' or 'Register Now' on the right. The commercial forums are separate from the consumer boards, thus you will need to register if you don't already have a commercial account.
    You may find the HP Scanjet 5400c Scanner Drivers page helpful while you wait for somebody in the commercial Forum to respond to your inquiry.
    Best of luck.
      - In support of Movember
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Dont work software

    i bought e75 before 3 month in icad uae.when i repair softwore dont work . It has no guarntee/warenty?

    Are you talking about the software (applications) installed by you ? If so, during repairs it seems the phone was reset or reflashed.. and you will have to re-install those applications..
    --------------------------------------------------​--------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

Maybe you are looking for

  • 1st gen iMac G5 Crashes and Won't Boot Up

    To whom it may concern : I've been having problems with my 20" iMac G5. It frequently freezes and a message that says I have to restart my computer by pressing the power button for a few seconds appears. At first, after I've done as the message said,

  • Oracle 9i XMLType

    Hi All, we're planning to use Oracle 9i XMLType features. Is anyone using these features? What's your impressions? Any suggestions? Thanks in advance.

  • Purchase order terms and conditions in french

    Hi, i want purchase order terms and conditions in print preview to appear in french.I added that graphic and added conditions also.I maintained material and vendor in french language still it is not displaying terms and conditions in french.How tomak

  • Oracle Connectivity to progress Database

    Hi, We have to make a direct connection between Oracle and Progress database on unix machines? Does anybody know how the connectivity can be configured/set up using ODBC drivers. Thanks in advance, null

  • CBIH82 - Change "Plant" field

    We have a question in regards to our I/A logs when a data entry error is made during the initial creation of the log. When a user selects a PLANT and completes the rest of log and hits save and then realizes they selected the wrong PLANT. When we go