How is it possible to run MSL with JDeveloper?

Do I need a third party JDBC driver?

Maybe this tip can help you
http://otn.oracle.com/products/jdev/tips/duff/mysql_and_oc4j3.html
(Also linked from the JDeveloper tips page.)

Similar Messages

  • How to integrate Jboss seam frame work with Jdeveloper 11

    hi
    Really i don't know how to integrate Jboss seam frame work with JDeveloper, actually my current project implementation was started with Netbeans, but i am planning to suggest my customer , use JDeveloper.
    please provide the solution are any information, how to integrate the JBoss Seam frame work.
    Thanks
    Lakshmi

    Hi,
    JDeveloper 11 does not yet provide documentation about the integration with Seam (not only the technology but also the documentation is in early preview stage). However, this is an interesting question you ask and I'll follow up to see if we can get some document out in short term.
    Frank

  • How to create a stand alone app with Jdeveloper?

    Hi,
    I have a created an application with JDeveloper using the ADF framework. It's a simple frontend to some database tables giving the user the possibility to create and update records.
    Is it possible to create a stand-alone application from JDeveloper without having to install any application server? I have tried to follow the documentation but somehow I only find descriptions of web enabled applications.
    That's not what I want. I want a (windows) application that can 'talk' to the database. Would be great to have just a .jar file to deploy to the users computer.
    Is this possible with JDeveloper? Or am I totally wrong?
    Thanks for any help!
    Bruno

    You don't need an OC4J.
    You just need to make sure the ADF libraries you are using are on the classpath of your application. (Your default JAR won't contain them).
    Have a look at the command line that JDeveloper uses to run your project (it is in the log file) - copy paste this into a command line and you should be able to run your code from outside JDeveloper.
    Read more on this in the online help under the deployment to JAR file chapter and possibly the webstart part.
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtTopicFile.deploying%7Cbasic%7Cdep_pways_basicdep~html/

  • How to connect MS SQL Server 2000 with JDeveloper 11g

    Hi,
    I am new to JDevleoper, Is it possible to connect MS SQL Server 2000 with JDeveloper 11g.
    If possible can anyone help me in doing that?
    waiting for ur reply...
    Thanks in advance
    Regards,
    reddy

    Shay or other knowledgeable folks,
    Is there a way to utilize the wizard for "Business Tier > ADF Business Components > Business Components from Tables" for SQL Server 2000, 2005 or 2008. I can successfully execute sql via java programmatically or import a table from SQL Server with "Business Tier > ADF Business Components > Entity Object" wizard, but the Business Components from Tables simply doesn't see any tables under any schema. Without the "Business Components from Tables", i don't get the referential constraints imported into the application and to code all those from scratch is just not as elegant. So far i have only utilized the sql server jdbc driver from Microsoft (versions, 1.1, 1.2 and 2.0). Is there an alternative client that i need to use to enable selecting tables from that "Business Components from Tables" wizard. Is this a limitation of SQL Server, the jdbc driver or the wizard itself? Did anybody else experience the same issues? I am using Jdeveloper 11.1.1.0.1 against SQL Server 2005 (currently)
    Thanks,
    Andy

  • How can I possibly get a hold with an actual person on the phone??? It's emergency!!!!!!

    Hello,
    I have been trying to talk to someone at the customer service for the last 3 months but no one never ever picked up my phone!!!
    How can this even possible?
    I've been using verizon for the last 4 years!!!
    I just moved out from the State and need to cancel my contract. That's why I've been trying so hard to talk to someone at the customer service.
    I went to a local store but they all told me that I need to call *611 (which no one ever answers... ) to cancel my contract.
    Why can't you guys just make this all easy and let local store do this job? It's such an easy job to cancel the contract and let me pay for the remaining fee.
    I wanted to cancel the contract since last MAY but unfortunately, I could not cancel it still and had to pay for my balance for nothing. It's not just couple cents. It was way over $100.
    I am getting really frustrated! LiveChat function never works too. It's never on even during working hour. What happened?
    Customer pays pretty high for Verizon's service compare to other mobile carriers. I should get a better customer service.
    Can someone PLEASE contact me and solve this problem before I get to the point where I need to pay EXTRA???
    Please email me (reply me back to my email please) and let me know what I can do and how I can talk to a real person at the customer service.
    Thank you for your time and help.
    Have a wonderful day.
    -Jiyoon-

    You have two ways to do this.
    Bring a copy of your last bill with your account number to a Verizon wireless corporate store (not a reseller )
    Tell them to close your account and get a copy of the transaction.
    However if done this way, you lose your cell number and access to the online portal. Verizon will mail you a final invoice.
    Or if you want service from AT&T, Sprint or T-Mobile they need your cell number, the pin number for your account and your account number from your invoice. They will port you over to their service, you keep the cell number and Verizon will send you a final invoice.
    This porting process can be done for prepaid services if that is what you want to do.
    You can call 1-800-922-0204 press option 4 then keep saying agent.
    And you can cancel that way.
    Good Luck

  • How to instantiate classes at run time with constructors having arguments?

    I have to instantiate some classes in the run-time because they are plugins. The name of the plugin (pluginClassName) comes from a configuration file.
    Currently I am doing this to achieve it:-
    UIPlugin plugin = (UIPlugin)Class.forName(pluginClassName).newInstance();However, there is a disadvantage. I can not pass arguments to the constructor of the plugin.
    public class RainyTheme extends UIPlugin {
      public RainyTheme() {
       // bla bla
      public RainyTheme(int x, int y , int width, int height) {
       // set co-ordinates
       // bla bla
      // bla bla bla bla
    }Now if I want to instantiate this plugin at runtime and at the same time I want to pass the 4 arguments as shown in the second constructor, how can I achieve this?

    I have no experience with JME and the limitations of its API, but looking at the API docs ( http://java.sun.com/javame/reference/apis.jsp ) it seems that there are two main versions, CLDC and CDC, of which CLDC is more limited in its API.
    The Class class does not contain the methods getConstructor(Object[]) or getConstructors() in this version ( http://java.sun.com/javame/reference/apis/jsr139/java/lang/Class.html ), so it seems that if you are using CLDC then there is no way to reflectively call a constructor with parameters. You'd have to find another way to do what you want, such as use the noarg constructor then initialise the instance after construction.

  • How to fill Lookup table run time with desired values in project server 2010.

    HI,
    is this possible to fill LookUp Table with some Desired Values at Runtime ??
    Or How to bind a LookUp table with DataBase  Table??

    Dear Rohan,
    You need to do this via PSI script for lookup table.
    Follow this blog Chris Boyd:
    http://blogs.msdn.com/b/project_programmability/archive/2006/11/08/adding-a-project-to-a-category.aspx
    Regards,
    Avinash kumar | Blog:http://avigr8.wordpress.com | If you found this post helpful, please “Vote as Helpful”. If it answered your question, please “Mark as Answer”.

  • Is it possible to run Rosetta with LION and if yes, where may i find it ?

    J'ai mis en marche Lion et, malheureusement, je ne peux plus utiliser Go LIve, et Ragtime car ils tournaient sous Rosetta .
    Y a-t-il une solution ?

    For these situations (Quicken Deluxe 2002, Microsoft Word/Excel 2004, Adobe Photoshop GS), I run Snow Leopard (with Rosetta) in Parallels 7 within Lion.  Installing it in French would be an interesting challenge!

  • Is it possible to run ipx with the 4402's and 1131 ap's

    My current environment is 2 4402 controllers with 20 1131's Lwap
    wlans work fine using WPA2/AES/802.1x/EAP-Fast using Cisco ACS v4. to external db Microsoft AD for creditionals.
    My question, is it possible to get Ipx working, we have a large group that requires access to novell, unfortunately,
    i've heard it is possible to enable ipx.
    Any ideas..
    thanks
    Kevin

    Hi Kevin,
    I came across this WLC note;
    Q. Does the Cisco 4400 Series WLC support Internetwork Packet Exchange (IPX) protocol? Does any Airespace product support IPX protocol?
    A. No, IPX protocol is not supported on any platforms of the Cisco WLC.
    From this good Q&A doc;
    http://www.cisco.com/en/US/products/ps6366/products_qanda_item09186a008064a991.shtml
    Hope this helps!
    Rob

  • How can unlocking possibly take so long with Orange Communications SA?

    I bought a new Apple IPhone 3G without any price plan in Switzerland at an Orange Center and they told me to wait a couple of days until I get a message with an Activating Code in order for me to get my IPhone activated in Itunes with any SIM! Now I´ve been calling Apple and Orange a hundred times and they wouldn´t tell me how long this is going to take or who is in charge of it!!
    My Phone is still not working/ can´t activate it over Itunes!!
    Can anyone please tell me what the h**l makes them take so long to enter an IMEI-number in their fu**ing system to unlock an IPhone????!!
    Message was edited by: Roland K.

    I bought a new Apple IPhone 3G without any price plan in Switzerland at an Orange Center and they told me to wait a couple of days until I get a message with an Activating Code in order for me to get my IPhone activated in Itunes with any SIM! Now I´ve been calling Apple and Orange a hundred times and they wouldn´t tell me how long this is going to take or who is in charge of it!!
    My Phone is still not working/ can´t activate it over Itunes!!
    Can anyone please tell me what the h**l makes them take so long to enter an IMEI-number in their fu**ing system to unlock an IPhone????!!
    Message was edited by: Roland K.

  • How to start and Stop Running services with Java Programme

    I have some Service Runinig on My Windows machine like Tomcat Server,i want to update some file in Tomcat server through java program ,it works only when my tomcat stops ,I want to write peice of Code so that i can stop service with my prog and start after updating my files

    heres something that may help yeah
    http://wrapper.tanukisoftware.org/doc/english/introduction.html

  • How can i edit a .html file with jdeveloper?

    hi
    when i use ibm websphere, i can edit a .html file visually.
    but when i use 9ideveloper, i can not do the same thing.
    i do not want to learn writing html code with notepad.
    who can help me?
    tell me how to deal with this problem.

    Hi,
    JDeveloper 9.0.3 and 9.0.4 don't have a WYSIWYG HTML editor. JDeveloper 9.0.5 that will be close to 9.0.4 has a WYSIWYG editor for both, HTML and JSP.
    Frank

  • How to manage JDK1.5 Apt task with jdeveloper 10.1.3.4 ?

    I would like to use apt task in jdeveloper.
    How to include this task in jdev 10.1.3.4 ?

    Frederic,
    JDev 10.1.3.4 has built-in support for working with ANT. The included version is 1.6.5. You can use the "New!" menu option to create a new build.xml file and edit it from within JDev. If you want to use newer versions of ANT, you can edit individual project properties to use a different (you-supply-it) version. You can also add addtional jars to the ANT classpath in that way. You should be able to use the APT task in your build file.
    There's a [url http://www.oracle.com/technology/products/jdev/viewlets/1013/agile_development_viewlet_swf.html]screencast on OTN that shows some ANT integration (among other things).
    John

  • How to use ComplexType in Web Services with Jdeveloper

    I've look an article which says:
    If the parameter is created as a JavaBean that implements the java.io.Serializable interface and exposes all of its properties using the accessor style of getX and setX, Oracle Application Server will handle the XML serialization and deserialization automatically.
    but when I use jdeveloper to create a web Service it only comes up with the warning:
    Method addCourse:the following parameter types do not have an XML Schema mapping and/or serializer specified:
    mypackage.CourseJavaBean
    my code is:
    package whut.mypackage;
    import java.io.Serializable;
    public class CourseJavaBean implements Serializable

    Hi Dugu,
    Can you give the link to the specific article and the version of JDeveloper you are using to help you further?
    One thing to keep in mind is that the accessors must be public - using package access (no modifier) is not going to work.
    Hope this helps,
    Eric

  • Integration - SOA suite with jdeveloper

    Hello!
    Iam totally new user with oracle products. I have only used oracle database but this was very little.
    Iam still a student and professor told me that i need to use SOA suite and jdeveloper, to make a bussiness process.
    I have d/l oracle SOA suite 10.1.3.1 and Jdeveloper 10.1.3.3.0. Now i would like to start but i dont know how to.
    I have installed soa suite and unziped jdeveloper in to the same directory.
    10.1.3.1
    |->jdevstudio10133
    |->OracleAS_1
    When i run jdeveloper i can not make new BPEL project (options to make new file is disabled). How can i integrate oracle soa suite with jdeveloper?

    Learn About All Things SOA:: SOA India 2007:: IISc, Bangalore (Nov 21-23)
    Aligning IT systems to business needs and improving service levels within the constraints of tight budgets has for long been the topmost challenge for CIOs and IT decision makers. Service-oriented Architecture (SOA) provides a proven strategy to clearly address both of these objectives. Creating more agile information systems and making better use of existing infrastructure are two leading factors that are boosting SOA adoption across large, medium, and small Indian industries from the BFSI, Retail, Telecom, Manufacturing, Pharma, Energy, Government and Services verticals in India. If you are an IT decision maker belonging to any of these verticals, SOA India 2007 (IISc, Bangalore, Nov 21-23 2007) presents a unique opportunity to gather cutting-edge business and technical insights on SOA and other related areas such as BPM, BPEL, Enterprise 2.0, SaaS, MDM, Open Source, and more.
    At SOA India 2007, acclaimed SOA analysts, visionaries, and industry speakers from across the world will show you how to keep pace with change and elevate your IT infrastructure to meet competition and scale effectively. The organisers are giving away 100 FREE tickets worth INR 5000 each to the first 100 qualified delegates belonging to the CxO/IT Decision Maker/Senior IT Management profile, so hurry to grab this opportunity to learn about all things SOA. You can send your complete details, including your designation, e-mail ID, and postal address directly to Anirban Karmakar at [email protected] to enrol in this promotion that is open until 12 October 2007.
    SOA India 2007 will also feature two half-day workshops on SOA Governance (by Keith Harrison-Broninski) and SOA Architecture Deep Dive (by Jason Bloomberg). If you are an IT manager, software architect, project leader, network & infrastructure specialist, or a software developer, looking for the latest information, trends, best practices, products and solutions available for building and deploying successful SOA implementations, SOA India 2007’s technical track offers you immense opportunities.
    Speakers at SOA India include:
    •     Jason Bloomberg, Senior Analyst & Managing Partner, ZapThink LLC
    •     Keith Harrison-Broninski, Independent consultant, writer, researcher, HumanEdJ
    •     John Crupi, CTO, JackBe Corporation
    •     Sandy Kemsley, Independent BPM Analyst, column2.com
    •     Prasanna Krishna, SOA Lab Director, THBS
    •     Miko Matsumara, VP & Deputy CTO, SoftwareAG
    •     Atul Patel, Head MDM Business, SAP Asia Pacifc & Japan
    •     Anil Sharma, Staff Engineer, BEA Systems
    •     Coach Wei, Chairman & CTO, Nexaweb
    •     Chaitanya Sharma, Director EDM, Fair Isaac Corporation
    A partial list of the sessions at SOA India 2007 include:
    •     EAI to SOA: Radical Change or Logical Evolution?
    •     BPEL: Strengths, Limitations & Future!
    •     MDM: Jumpstart Your SOA Journey
    •     Governance, Quality, and Management: The Three Pillars of SOA Implementations
    •     Building the Business Case for SOA
    •     Avoiding SOA Pitfalls
    •     SOA Governance and Human Interaction Management
    •     Business Intelligence, BPM, and SOA Handshake
    •     Enterprise 2.0: Social Impact of Web 2.0 Inside Organizations
    •     Web 2.0 and SOA – Friends or Foe?
    •     Achieving Decision Yield across the SOA-based Enterprise
    •     Governance from day one
    •     Demystifying Enterprise Mashups
    •     Perfecting the Approach to Enterprise SOA
    •     How to Build Cost Effective SOA. “Made in India” Really Works!
    For more information, log on to http://www.soaindia2007.com/.

Maybe you are looking for

  • Problems with the connection of my Satellite Pro L500 to my TV

    Hi,  I am having problems in connecting my computer to my TV. I bought a VGA to component  (red, green, blue) cable.  When I connect the computer to the TV and select "Connect to a projector" the image on the TV looks funny (kind of pink and green).

  • HT1766 i have a iphone that will not let me reboot

    my iphone is on the itunes it will not restore

  • WLC 5508 - AP 3602i & 1231's

    Hi all, I just got my "new toys" 2 x 5508 with 200 odd 3600 AP's. I have setup all my SSID's and they work perfectly on code AIR-CT5500-K9-7-2-110-0 AIR-CT5500-K9-7-2-111-3 AIR-CT5500-K9-7-3-101-0 Now when I tried adding a 1231 AP I keep getting the

  • With new update 6.1.3 problem wifi connection each time to connect

    Hi every one i am facing new problem with update iOs 6.1.3 wifi conectivity problem already we are facing battery problem if we comapre with apple company standard. each time when i try to connect my wifi in my home lawn IPHONE 5 giving wifi connecti

  • Photo Recovery software?

    I'm sorry, this probably isn't the right forum to post in, but I couldn't figure out where else to post. Yesterday I was looking through some pictures I had taken on my Sony Digital camera, and instead of saving the files on my memory card, i acciden