Confused about licensing with JDev and components

Ok, now I'm very confused.
JDev is free and ADF Faces go to OS but I dont understand what can I deploy and what I cant.
Could some one explain what can I deploy for free and what not,
Regards.

If you are talking specifically about ADF Faces - the version that Oracle provides is part of the overall ADF framework which is free for deployment on the Oracle Application Server and costs money on other servers.
You can pick up the distribution that Apache will provide from the ADF Faces components that we contributed to them - and then you can use those components for Free on any server.
Oracle ADF (the drag and drop data binding and the TopLink or ADF BC components) is again free on Oracle AS, and costs money to deploy on other servers.
And JDeveloper itself is free.

Similar Messages

  • Confused about passing by reference and passing by valule

    Hi,
    I am confuse about passing by reference and passing by value. I though objects are always passed by reference. But I find out that its true for java.sql.PreparedStatement but not for java.lang.String. How come when both are objects?
    Thanks

    Hi,
    I am confuse about passing by reference and passing
    by value. I though objects are always passed by
    reference. But I find out that its true for
    java.sql.PreparedStatement but not for
    java.lang.String. How come when both are objects?
    ThanksPass by value implies that the actual parameter is copied and that copy is used as the formal parameter (that is, the method is operating on a copy of what was passed in)
    Pass by reference means that the actual parameter is the formal parameter (that is, the method is operating on the thing which is passed in).
    In Java, you never, ever deal with objects - only references to objects. And Java always, always makes a copy of the actual parameter and uses that as the formal parameter, so Java is always, always pass by value using the standard definition of the term. However, since manipulating an object's state via any reference that refers to that object produces the same effect, changes to the object's state via the copied reference are visible to the calling code, which is what leads some folk to think of java as passing objects by reference, even though a) java doesn't pass objects at all and b) java doesn't do pass by reference. It passes object references by value.
    I've no idea what you're talking about wrt PreparedStatement, but String is immutable, so you can't change its state at all, so maybe that's what's tripping you up?
    Good Luck
    Lee
    PS: I will venture a guess that this is the 3rd reply. Let's see...
    Ok, second. Close enough.
    Yeah, good on yer mlk, At least I beat Jos.
    Message was edited by:
    tsith

  • Getting started with JDev and 11i

    Good morning everyone. I currently have access to an 11.5.10.2 Apps instance running on ATG RUP6. I am looking to start some BPEL development and have a couple questions regarding the development and server tools necessary for this.
    1. I don't have the Metalink note(s) handy, but what I've read says that for 11i development with JDeveloper, you need certain versions of JDev available from Metalink as a patch. If I recall, they are all various patched versions of JDev 9i. Is it not possible to use the latest 10g version? From what I have seen, there are many many improvements from 9i to 10g, and I would really like to use the best tool available!
    2. Several blog entries and Oracle white papers discuss creating BPEL processes that will work with EBS. For example, this one here: http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/bpel_ebuz/bpel_ebusiness.htm
    In the few that I have gone over, they all say to download and install JDev, 11i (11.5.10+), and the SOA suite. I do not understand the part about having to install the SOA suite -- why is that necessary? Does 11.5.10 not have the necessary components to start doing BPEL development? This is not such a big deal for someone with a personal computer doing practice development, but at a company, we are talking about having to install and maintain a rather significant component. Is there anyone here who is actively developing BPEL processes for a production environment that can share some details regarding this?
    Thanks for all of your input!
    ryan

    I found the note to my first question: 416708.1. It says that specific versions of JDev are required depending on your ATG tech stack version. For 11i, they are all 9i versions. Specifically, it says "When you create extensions to eBusiness OA Framework pages, you must use the version of JDeveloper shipped by the eBusiness product team.". To amend my question, would this mean that I could use JDev 10g for BPEL development in 11i and stick to the particular JDev 9i only when modifying OAF web pages in 11i? Again, I would like to use the latest dev tools where possible.
    Thanks again.

  • About licensing the Jdeveloper and ADF

    Hello everybody :
    I have a little doubt about the "JDeveloper and ADF" license
    I am planning to start my project using it and I have read the license [http://www.oracle.com/technetwork/licenses/jdev-license-152012.html] and I understood that everything is free for single user except Web Logic server needs to be licensed .
    Is that what I have understood correct or not ?
    Can I use this tool for developing my small project for my small business enterprise but the only one thing that I am afraid of is in the future I might face some limitations with the Web Logic Server or with any tool of Jdeveloper and ADF , So Shall I start up my project or should I search for another different tool such as Netbeans .
    I would like to hear the answer before I put my self in trouble .
    Thanks a lot

    Well, this will cost you more money the buying a licence as you break the law. To find out what you have to pay you better call a sales person in your area (see home oracle page).
    Timo

  • Some confusion about 3D TV's and Syncing Glasses

    There has been some confusion about our ad from last week and the offer to sync the 3D glasses with your TV. 
    We by no means intend to confuse our customers or offer fraudulent services.  The offer is new to our stores, and our own employees have been in training just this week.  Let me clarify the services included with the Samsung 3D TV offer that appears in this weekend’s insert. Geek Squad will:
    Set up and connect your TV + up to 5 components.
    Add internet connectable components to your existing wireless network.
    Make sure your 3D glasses work.
    Review and teach you how to use all of your new gear.
    We have some customers who aren’t quite sure how the 3D glasses work, or that the glasses automatically sync with their new 3D TVs.  So this informs them that they can depend on Geek Squad to answer their questions during installation and set-up. There is no additional charge for this – and the Geek Squad 3D installation and networking services are included in the total price of this offer.  
    Matthew
    Community Builder
    Best Buy Corporate

    Can you give details of how you get to £45 per month?
    Phone rental and BB Opt 2 ought not to be more that £32
    You can opt for line rental saver NOW and that will seriously reduce your bill.
    You can also recontract your BB at anytime and unless you recontracted last May or only got BB last May then you are out BB contract and and can cancel or move or negotiate a deal.
    If you are really hard up you could cancel Sky as one senior to another.
    Life | 1967 Plus Radio | 1000 Classical Hits | Kafka's World
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Helpful Post?
    If a post has been helpful, say thanks by clicking the ratings star.

  • Confused about licensing

    Hi all,
    I arrived here one month ago by APEX, and started to study a little more Oracle. Before, I only knows about Oracle as a great database, but all his ecosystem was unknown for me.
    One month later studying APEX (I like it), seems like ADF is the bid of Oracle for Businness applications. I downloaded JDevelopr and I will start to study it from tonight.
    But there are some thing I don't understand very well.
    AFAIK, there are like 2 versions. Essentials and "another". If I understood correctly, with Essentials, I can develop, and deploy to my customers for free. With "another" I need licenses and an application Server (WebLogic I suppose).
    My doubts are:
    1.- Could be possible to use Essentials with Oracle XE and deploy cheap applications to little customers without licenses fees? What are the limits of Essentials version?
    2.- What Application Servers are available with the "another" version of ADF? This question is to see licenses fee to estimate how much an application could cost in licenses for my customers if Essentials/XE is not enough.
    Regards.

    Blueberry Coder wrote:
    GiuseppeL wrote:
    My doubts are:
    1.- Could be possible to use Essentials with Oracle XE and deploy cheap applications to little customers without licenses fees? What are the limits of Essentials version?
    2.- What Application Servers are available with the "another" version of ADF? This question is to see licenses fee to estimate how much an application could cost in licenses for my customers if Essentials/XE is not enough.
    Regards.Hi.
    It is indeed possible to use Essentials, GlassFish and Oracle XE to deliver a completely free solution. Essentials offers nearly all ADF features, the exceptions being: Oracle ADF Mobile, Oracle ADF Desktop Integration, Oracle ADF Security, The Oracle ADF Web service data control, Oracle ADF remote taskflows, Oracle ADF Business Component’s Service Interfaces, Oracle ADF Data Controls for BI, Essbase  and BAM, Integration with Oracle Fusion Middleware features such as MDS, OPSS, OWSM, Enterprise Manager and MBeans, High Availability and Clustering. Source: official FAQ, found here.
    Interesting. Most important thing I suppose hehehe.
    Don't forget Oracle XE will only support up to 11 GB of data; in addition, it will use a single CPU core and 1GB of Ram. This means is doesn't scale very well. You could use Oracle MySQL as an alternative. This is supported by ADF, although you loose some optimizations specific to Oracle Database.I know about the limitations of XE. The customers I plan to deploy my apps with XE are 3/4 users max without too much requeriments. A simple invoice & orders management application with a mobile app to query and enter new data.
    For this reason, for this kind of customers, if I add licenses fees, I can't compete against other software
    My intentions, is to develop over Oracle Technology, fitting little customers, but with possibilities to scale if bigger customers comes to me.
    >
    The « full » version of ADF is currently certified on Oracle WebLogic Server and IBM WebSphere Application Server. The ADF licence is bundled with WebLogic and must be bought separately for WebSphere.
    Weblogic is expensive for my current customers, and If licenses are "Oracle TopLink and Application Development Framework", being 10 licenses min. we speak about 950€/customer (if not more than 10), for a "simple" application, with a companion mobile app.
    Seems like I will continue my APEX learning. lol

  • Graphics issue with Jdev and Ubuntu Maverick

    Hi,
    I just upgraded one machine Dell Optiplex 755 to Ubuntu Maverick 10.10 with Java 1.6.0.23 and Oracle JDeveloper 11g 11.1.1.3.0. Since then, my Jdev is not working properly from a graphic point of view. When you start it , it doesn't show all the icons in the console. You have to pass the mouse over them to be shown, and as soon as you minimize/maximize the window, those are hidden again. It's like Java or Jdev are not sending the correct commands to repaint the screen.
    I don't have any similar graphic issue with any other application like openOffice or Oracle SQL datamodeler. But I do have the same issue with the Oracle SQL developer application, the icons are not shown unless you pass the mouse over them and they disappear if you minimize/maximize the window. Jdev and SQL Developer have a similar interface so I think is related with Java and these specific interfaces.
    The drivers of the graphic card, ATI Radeon HD 2400 XT, are up to date and I already tried with different tweakings in the graphical properties.
    Does any of you have any suggestion/solution?
    This didn't happen with an Ubuntu 9.10 and old versions of java and Jdev installed in the same machine.
    Greetings and thank you.
    Edited by: user13698736 on Feb 14, 2011 2:26 AM

    Hello,
    I have changed my graphic card. i mean, replace ATI Radeon by Gforce.
    Thanks

  • How to use sql request with Jdev and database connection

    Hello,
    I have a login page with simple username and password inputsecret text and a button validate! I would like, when the user click on the validate button, to check in the database that the user and password matches. I've done the "Method BIndind..." with the commandButton_action and the database connection works fine.
    How can I use an already existing procedure, say authenticate, wich is stored in the database to authenticate my user ?
    Do I have to create a jdbc connection in java even if I've done the connection with the "create new database connection" wizard ?
    String s1 = "jdbc:oracle:thin:@address:1521:ORCL";
    System.out.println( "Connecting with: " );
    System.out.println( s1 );
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    this.conn = DriverManager.getConnection( s1,"user","pass");
    thanks for your help

    Creating a connection to the DB in JDeveloper doesn't mean that your application is now connected to the DB - so yes you do need to create a connection to the database using JDBC.
    One note - if you are trying to do a database user authentication the following is probably the better way to go about it:
    http://www.oracle.com/technology/products/jdev/howtos/1013/oc4jjaas/oc4j_jaas_login_module.htm

  • Details about RFID with AII and XI.

    Hi,
    I do have few more doubts, we have purchased hand held readers from Symbol and Intermec. As of now we are using .Net as intermediary along with the SDK's provided by them. Can I have the process of integration with SAP either using XI or AII and XI.
    Will there be any documentation for the process of Integration I mean the configuration part needs to be done in XI, AII and R/3 systems. If so where could I get that. Our requirement is to have an integration with SAP.
    Looking forward to hearing from you.
    Thanks & Regards,
    Bharadwaj Kolluru.

    Hi Bharadwaj,
    On similar lines as you mentioned .I have implemented one of the RFID -SAP application using INTERMEC passive devices.
    For the RFID IMPLEMENTATION we were using the VC++(mfc) and the T6 API'S.
    Refer one my techcnial paper highlighting the details mentioned above
    Direct Link of the document is as under
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c444f8e8-0d01-0010-4d9b-c6ff68e64519.
    The case study which I have mentioned in this approach is a demo application.
    I should say if you got to implement any of the RFID-SAP application with this approach then you have to do the feasibility study in all aspects both cost and time wise.Hope this should help you.
    Also if you want to want to know about SAP-AII then refer all the below mentioned links and you will get all the necessary information.
    SAP Library (Online-Help) for SAP AII 4.0
    http://help.sap.com/saphelp_autoid40/helpdata/en/index.htm
    http://help.sap.com -> Documentation -> mySAP Business Suite -> mySAP Supply Chain Management -> SAP Auto-ID Infrastructure -> SAP Auto-ID Infrastructure 4.0
    Master Guide and Upgrade Master Guide for SAP AII 4.0
    http://service.sap.com/instguides -> SAP Components -> RFID-Enabled Supply Chain Execution -> Using SAP Auto-ID Infrastructure 4.0
    Business Scenario Descriptions and Configuration Guides
    http://service.sap.com/scm -> RFID -> Detailed Information
    Also you will find some useful info in this thread
    Reg Advice for SAP with RFID..
    Regards,
    Pawan

  • Problem with jdev and running projects

    I have been using jdev for about 3 months, and this is the first time I saw this problem.
    I opened jdev 9.0.2.829, and tried to run a project in a workspace. The run target is in this project, the source path is separate from the other projects, everything is as it should be and was the last time I ran this project. When I build the project, it only compiles source from this project. When I try to run it, or any other project in the workspace, it compiles all source in all the projects in the workspace, and will not continue because of compilation errors. The single project builds fine. I even tried running after building, since usually it will see that it has a good build, and skip that step. Is this a configuration issue that I inadvertantly overlooked?
    Help!

    I have been using jdev for about 3 months, and this is the first time I saw this problem.
    I opened jdev 9.0.2.829, and tried to run a project in a workspace. The run target is in this project, the source path is separate from the other projects, everything is as it should be and was the last time I ran this project. When I build the project, it only compiles source from this project. When I try to run it, or any other project in the workspace, it compiles all source in all the projects in the workspace, and will not continue because of compilation errors. The single project builds fine. I even tried running after building, since usually it will see that it has a good build, and skip that step. Is this a configuration issue that I inadvertantly overlooked?
    Help!

  • Confused about Sony HDR-SR7 and iMovie '08 import

    I have my camera set to record at HD XP (15Mb/s). If I look on the camera hard drive at an arbitrary .mts file that is 107.3MB and import that into iMovie '08 at the Full (1920x1080) setting, that 107.3MB file turns into a whopping 854.5MB, while the Large (960x540) setting yields a much more reasonable 287.3MB file size (yet still double the size of the raw file sitting on the hard drive).
    There's got to be some re-encoding going on, but what's the point? Why take a 100MB file and explode it to 800MB when you can't get any more quality out of the 100MB file?
    Is it just the fact that iMovie doesn't actually support whatever native codec Sony's AVCHD uses, so it needs to re-encode it using AIC whose compression isn't as good as whatever codec AVCHD is using?
    So this poses a real dilemma for me - do I import at Full or do I import at Large? Where does one notice the difference? If I blow up the 960 file to display the same size as the 1920 file, I can totally see artifacts on my 30" ACD, but would they show up on my Pioneer plasma TV? PDP-5070HD (1365x768))
    Assuming I stay on Full quality - is there any way I can accurately tell how much hard drive space an import is going to consume? Right now my 60GB drive is rammed to the gills and I want to dump it all, but I need to make sure I have the space. 1:8?

    Hi
    *First: it sounds like you are not importing to iMovie, it sounds like you are trying to browse to the clips. That may not work.*
    Ok - I was trying to import and also to view directly on the camcorder (but not at the same time). It was maybe 2 questions rolled into one so apologies if that was confusing...
    *Second:You have SD and HD mixed, All of the SD has to be imported before any HD can be imported according to the manual.*
    So what would I do, import SD movies first, and then delete it to then import HD specifically? Or do I just import SD and then import HD separately without deleting SD footage from the camcorder?
    *Third point: The clips can be on the hard drive or the card. The camera has to be set to the media with the clips you want to import. If you recorded to the card, then switched to the hard drive, you won't be able to import the card video until you switch back.*
    I dont have a card at the moment - only using the HDD.
    *When you have the import working it is a matter of using the check box to select the clips you want.*
    i assume iMovie loads them all up and asks you which ones you want to import?
    *Alos one final point for video on the card I find it much easier to use a card reader to import. When I plug in the card reader to my usb port it mounts on the desk top, I start iMovie and the import screen comes up after iMovie is all opened up and running.*
    I dont see much point in the card reader at the moment as the HDD is 120GB whereas I assume memory sticks only go to 8GB or so max...
    *I hope I have been of some help.*
    yes thanks for that - but am still confused by the whoel iMovie & HD import situation and how I should be doing it
    All help appreciated

  • Confusion about how object interact and are aware of each other

    I have this java applet
    Two of the classes it contains are the main class with the init method and a UI class that is code for the interface.
    the main class instantiates the UI class anonymously (i think you call it that) i.e it does not put it into a named reference it just creates it by calling new without assigning it to anything.
    When I click on a button from the UI class I want to call a method in the main class...but how so?
    At first I tried to make the function i want to call in the main class static so I could easily call it from the UI class...but then it began to get complex...so i just sent a reference of the main class to the UI class via its constructer.
    Now i want the main class to update a JTable in the UI class, but how? It does not have any reference to the UI class.
    What is really the standard method of operation for this sort of thing when objects have to be calling methods of each other. How do I make them aware of each other.

    the best way to do it is like this:
    public class Main {
      //this is the main class
      private static class MyUIFrame extends JFrame {
        //create the class. It is useable within Main this way
        //static means it doesn't implicitly 'know' about the Main class. You can also
        //remove this and call Main.this to use Main's methods
    }Edited by: tjacobs01 on Apr 11, 2009 2:28 AM

  • At wits end with jdev and svn

    Here is the issue:
    I use Tortoise SVN to check out a VERY LARGE project contains both the JDEV project file and the tens of thousands of files in the project). I do this from Tortoise because JDEV fails every time. The SVN functionality is totally not enterprise ready. It is a toy.
    Anyway, afterwords I create an application and open the project file. Jdev does not see that the directories and the project file are under SVN control. Can someone tell me how to do this?
    And I have to be very honest. I am ready to TRASH JDeveloper and go to Eclipse.
    I love Oracle, I have tried to be very patient, but I HAVE HAD IT WITH THE POOR QUALITY AND SUPPORT FOR JDEVELOPER.

    This is the error I get when checking out a large project. In this case it looks like I ran out of Java Heap space. I don't have an infinite amount of memory. The amount of memory needed to perform a check out should be constant, otherwise their is no way for the operation to scale up.
    Performing action Select in Navigator[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Commit...[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Commit...[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Incremental Find Forward[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Go to Java Type...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Incremental Find Forward[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Cut[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Commit...[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Copy URL[ from oracle.ideri.navigator.DefaultNavigatorWindow ]
    Invoking command: [ from oracle.ideri.navigator.DefaultNavigatorWindow ]
    Performing action Open...[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Go to Java Type...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Incremental Find Forward[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Go to Declaration[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Select in Navigator[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Close[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Close[ from oracle.ide.ceditor.CodeEditor ]
    Performing action New Application...[ from oracle.ide.navigator.ApplicationNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ApplicationNavigatorWindow ]
    Performing action Show Overview
    Performing action Versioning Navigator[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Check Out...[ from oracle.ideri.navigator.DefaultNavigatorWindow ]
    Invoking command: [ from oracle.ideri.navigator.DefaultNavigatorWindow ]
    Performing action Check Out...[ from oracle.ideri.navigator.DefaultNavigatorWindow ]
    Invoking command: [ from oracle.ideri.navigator.DefaultNavigatorWindow ]
    Uncaught exception
    java.lang.OutOfMemoryError: Java heap space
    j.util.Arrays.copyOf(Arrays.java:2882)
    j.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
    j.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:515)
    j.lang.StringBuffer.append(StringBuffer.java:306)
    org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVDeltaHandler.characters(BasicDAVDeltaHandler.java:59)
    o.xml.parser.v2.NonValidatingParser.reportCharacters(NonValidatingParser.java:1754)
    o.xml.parser.v2.NonValidatingParser.parseText(NonValidatingParser.java:1456)
    o.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1340)
    o.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:368)
    o.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:314)
    o.xml.parser.v2.XMLParser.parse(XMLParser.java:225)
    org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:714)
    org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:679)
    org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:214)
    org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:329)
    org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:257)
    org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245)
    org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:258)
    org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1211)
    org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:1077)
    org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:449)
    org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:871)
    org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:1975)
    org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:1966)
    org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.checkout(AbstractJhlClientAdapter.java:231)
    o.ji.vcs.svn.op.SVNOperationCheckout$CheckoutThread.executeCheckout(SVNOperationCheckout.java:581)
    o.ji.vcs.svn.op.SVNOperationCheckout$CheckoutThread.executeCheckoutWithProgress(SVNOperationCheckout.java:536)
    o.ji.vcs.svn.op.SVNOperationCheckout$CheckoutThread.run(SVNOperationCheckout.java:381)
    Keith :-)

  • Problem with setSelection and components

    Hi! I have a problem with setSelection function when there is
    any component on the stage or in the library. Just look on the
    sample
    here The first
    button sets focus and sets selection, the second one removes focus.
    It works good, but add any component to break it. Is there any
    other way to unset focus? Maybe this is the problem... Any help?
    BTW Sorry for my english :)

    Selection.setFocus(component) removes current
    selection

  • How to return xmlType from Webservice generated with JDev and PL/SQL

    Hi,
    I have generated an PL/SQL package that's returning a value as xmlType.
    With JDeveloper I'm deploying this package as a webservice. When invoking the webservice from a webbrowser the result looks like:
    <?xml version="1.0" encoding="UTF-8" ?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <SOAP-ENV:Body>
    <ns1:testXmltypeResponse
    xmlns:ns1="http://app/webservice.wsdl"
    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <return xsi:type="xsd:string">
    <ROWSET>
    <ROW>
    <TODAY>12-OCT-07</TODAY>
    </ROW>
    </ROWSET>
    </return>
    </ns1:testXmltypeResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    The problem is that the <return> tag contains 'xsi:type="xsd:string"'. And now the webservice response is not valid XML because the return value contains XML and not a string.
    The solution would be, when invoking the webservice if the xsi:type would be missing from the result tag or would contains xsd:any. I tried editing the WSDL in JDeveloper and changing the type to xsd:any. After deploying and calling the WSDL from the webbrowser it contains this type. But when invoking the method from the webbrowser it still returns xsd:string as type.
    How can I get rid of this type in the <return> or change it.
    My JDeveloper version is 10.1.3.3.0 The Oracle database and 9iAS are 10.2.
    Thanks in advance,
    Thijs

    What version are you on?
    Works fine for me on my 11g:
    SQL> create or replace procedure testxml (clob_out out clob)
      2  is
      3     l_clob   clob;
      4     l_ctx    dbms_xmlquery.ctxhandle;
      5  begin
      6     l_ctx := dbms_xmlquery.newcontext ('select * from dual');
      7     l_clob := dbms_xmlquery.getxml (l_ctx);
      8     clob_out := l_clob;
      9     dbms_xmlquery.closecontext (l_ctx);
    10  end testxml;
    11  /
    Procedure created.
    SQL>
    SQL> variable vout clob;
    SQL>
    SQL> exec testxml (:vout)
    PL/SQL procedure successfully completed.
    SQL>
    SQL> print vout
    VOUT
    <?xml version = '1.0'?>
    <ROWSET>
       <ROW num="1">
          <DUMMY>X</DUMMY>
       </ROW>
    </ROWSET>But definitely you can optimize your proc a bit: Try
    create or replace procedure testxml (clob_out in out nocopy clob)
    is
       l_ctx    dbms_xmlquery.ctxhandle;
    begin
       l_ctx := dbms_xmlquery.newcontext ('select * from dual');
       clob_out := dbms_xmlquery.getxml (l_ctx);
       dbms_xmlquery.closecontext (l_ctx);
    end testxml;
    /

Maybe you are looking for

  • How to restore mail accounts and settings from time machine

    Long story short...the day that my applecare expired my hard drive went out in my 2009 mbp.  So, I bought a new hard drive to upgrade from 250gb to 750gb.  Problem was that when I installed it and went through everything...my new hard drive was too l

  • How to connect printer wireless i dont have wirelee router? my printer is deskjet 4625

     i m unable to connect my printer wireless and generate code for registering at eprint.how to connect printer wireless i dont have wirelee router? my printer is deskjet 4625. please suggest ? i have installed printer on my computer and laptop. comput

  • Making a Levels Adjustment Layer

    I want to create a Levels Adjustments Layer in CS5. I select the layer of the image I want to adjust, create a new layer above it, and want to choose image > Adjustment > Levels, though it is greyed out? How do you do this?

  • Dynamic Form Select Menus

    I've noticed that when I'm inserting a dynamic drop down select menu where the options are built from a Recordset, the last record in the recordset is always selected and the menu always opens upwards. It also always ignores the fact if I throw in a

  • Why I can't see my music on my iPhone ????

    Id just updated to the iOS 5 on my iPhone 4 , when in iTunes all my music seems to be in my iPhone as usual.... but when using the iPhone by itself I can't see my music in the music app .........Id searched for my songs in the "seach iphone" menu (wh