How to add support for new JDBC Drivers in WebLogic Server?

Hi!
I am using WebLogic Server 10.
As we know,WebLogic Server contains some jdbc drivers itself,but if we want to use another drivers besides them,what can we do?(I am using Oracle 11g,but WebLogic Server 10 doesn't contain JDBC support for it.)
Just copy the .jar files of the drivers to the directoty "WL_HOME/server/lib" or need to configure something else?
Thanks!
Huang

Hi!
I am using WebLogic Server 10.
As we know,WebLogic Server contains some jdbc drivers itself,but if we want to use another drivers besides them,what can we do?(I am using Oracle 11g,but WebLogic Server 10 doesn't contain JDBC support for it.)
Just copy the .jar files of the drivers to the directoty "WL_HOME/server/lib" or need to configure something else?
Thanks!
Huang

Similar Messages

  • How to add support for new file type.

    Using the ESDK, I would like to add support for new file type ( a new extension). this new extension will function like any other non visual code editor but will have specific syntax highlighting, code folding and explorer.
    I am trying ot figure out if I need to create a new editor or use existing JDeveloper code editor and add support for new file type. Does anyone have a high level outline on how to do this using the ESDK that is specifically targeted at adding new file type support for a text based code editor?
    I have looked at the Samples and keep going in multipe directions. It would be cool if there was an example that was how add syntax higlighting for new file type.
    Thank you

    Brian, thank you. I looked at this extension and it answered a lot of questions for me. I was going in the right direction but needed a little help and bost of confidence, this is just what I needed. I created the LanguageSupport, LanguageModel, Addin, Node and TextDocument that are specific to the new file type. I was getting hung up on how to hook this into the JDevelpoer editor. I keep thinking I have to create a custom editor but it looks like I don't have to and it looks like I can associate this file support with the editor framwork, for version 10.1.3.2, with the following in the Addin Initilize() method.
    Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
    CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
    LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    I have done this but still not able to recognize the new file type.
    At this point, I just want to be able to recognize the new file and display it's associated icon or display a messare to the message log. I put a System.out.println("test") in the Initilize() method of my addin. then I registered MyAddin in the extension.xml. JDeveloper sees this new extension and it is loaded but I have not been able to show the test message or display the new icon when I open the new file type.
    extension.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <extension xmlns="http://jcp.org/jsr/198/extension-manifest"
               id="teisaacs.jdev.myext.MyAddin" version="1.0.0" esdk-version="1.0"
               rsbundle-class="teisaacs.jdev.myext.resources.MyResBundle">
        <name rskey="EXTENSION_NAME">My Code Editor</name>
        <owner rskey="EXTENSION_OWNER">Me</owner>
        <dependencies>
            <import version="10.1.3">oracle.jdeveloper</import>
        </dependencies>
        <hooks>
            <jdeveloper-hook>
                <addins>
                    <addin>teisaacs.jdev.myext.MyEditorAddin</addin>
                </addins>
            </jdeveloper-hook>
            <feature-hook>
                <description>My Code Editor</description>
                <optional>true</optional>
            </feature-hook>
            <document-hook>
                <documents>
                    <by-suffix document-class="teisaacs.jdev.myext.model.MySourceDocument">
                        <suffix>my</suffix>
                        <suffix>MY</suffix>
                    </by-suffix>
                </documents>
            </document-hook>
            <editor-hook>
                <editors>
                    <editor editor-class="teisaacs.jdev.myext.editor.MyEditor">
                        <name rskey="EXTENSION_NAME">My Editor</name>
                    </editor>
                    <mappings>
                        <mapping document-class='teisaacs.jdev.myext.model.MySourceDocument">         
                            <open-with editor-class="teisaacs.jdev.myrext.editor.MyEditor"
                                       preferred="true"/>
                            <open-with editor-class="javax.ide.editor.CodeEditor"/>
                        </mapping>
                    </mappings>
                </editors>
            </editor-hook>
        </hooks>
    </extension>
    public class MyAddin implements Addin {
        public static final String MY_EXTENSION = "my";
        public void initialize() {
            System.out.println("MyEditor Constructor");
            new MyLanguageModule();
            Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
            CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
            LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    }I have added and removed the editor hook along with many other modificaitons to the extension.xml but still not recognizing the new file extension.
    Todd

  • Is it possible to add support for new database type in Data Modeler?

    Hi,
    I see that Data Modeler v.4 supports different versions of Oracle, DB2 and MS SQL. Is it possible to add support for a new database family,
    PostgreSQL for example? I hoped that RDBMS Site editor can do it, but so far I don't see any possibility to add XML files with metadata for a new RDBMS.
    I did it previously for PowerDesigner were it is possible to add and modify definitions for new relational databases.
    Thank you,
    Sergei

    There is discussion option as an out of the box feature. Check this: BI launch pad 4.0: Participate in a discussion about a document

  • I18n - how to add support for more languages (CQ 5.4)

    I have a number of questions around adding support for more languages. We are already using multiple languages and would like to add more.
    1. Standard languages provided
    in /libs/wcm/core/i18n I can see the standard ootb languages for CQ 5.4: de es fr it ja zh-cn
    How can I add more? Are there additional language packages provided by Adobe for CQ 5.4?
    2. Translator tool
    We have our own additional keys/strings in
      /apps/site/i18n/publish
    When I open these with the translator tool
      /libs/cq/i18n/translator.html
    as admin, I can see them all just fine.
    However when I open them as another user, I only see the columns of the languages defined in /libs/wcm/core/i18n
    There is a description how to extend this for 5.5 here:
    http://dev.day.com/docs/en/cq/5-5/developing/cq5-translator.html#Changing%20Languages%20Li sted%20in%20the%20Grid
    and I have added the languages to /etc/languages in the "languages" property, but this does not work with 5.4 apparently (at least as far as I have tried).
    I still only get the default languages from /libs/wcm/core/i18n despite the other languages being there in
      /apps/site/i18n/publish
    and as admin I can see and edit them.
    How do I make them visible and editable for other users?
    3. Tags
    When editing the translations of tags, I want all the possible languages to appear in the dialog box for editors.
    I have extended the "languages" property in /etc/tags and this works basically fine (as expected) as described in:
    http://dev.day.com/docs/en/cq/5-5/developing/cq5-translator.html#Changing%20Language%20Nam es%20and%20Default%20Countries
    The desired language must be supported and listed in:
      /libs/wcm/core/resources/languages
    I want to use a 2-letter iso code (e.g. "no" for Norway") and this desired 2-letter iso code must exist as a node. If that is not the case and only nodes with locales exist (e.g. "no_no" and "no_no_ny") then a 2-letter node must be created with a default setting pointing to the default locale.
    I have tried this and it works fine as expected when the default language node is created in
      /libs/wcm/core/resources/languages
    But /libs is a system folder that should not be modified, it could be potentially overwritten by Adobe packages.
    The 5.5 docs say to create the node in
      /apps/wcm/core/resources/languages
    instead, but this did not work for me in CQ 5.4 and I could find no other docs describing a process for 5.4
    How to do this properly in 5.4?

    Thanks for that hint, I checked it and the user does have read access to /etc/languages and /etc/tags and also /libs
    So it seems the only workaround would be to create dummy nodes in /libs/wcm/core/i18n - which I did with a script (to be able to repeat after installation of hotfixes/and updates).
    So for example for Norwegian:
    # set default 2-letter node for norway (since it is missing)
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'jcr:primaryType@TypeHint=Name' -d 'jcr:primaryType=nt:unstructured' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'country=*' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'defaultCountry=no_no' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/resources/languages/no" -d 'language=Norwegian' -isS | grep HTTP
    # set dummy node for missing languages in /libs/wcm/core/i18n
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/i18n/no" -d 'jcr:primaryType@TypeHint=Name' -d 'jcr:primaryType=nt:folder' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/i18n/no" -d 'jcr:mixinTypes@TypeHint=Name[]' -d 'jcr:mixinTypes=mix:language' -isS | grep HTTP
    curl -u "admin:${PASS}" -X POST "http://${SERVER_IP}:${PORT}/libs/wcm/core/i18n/no" -d 'jcr:language=no' -isS | grep HTTP
    This does create a proper dummy node (which is otherwise empty) in /libs/wcm/core/i18n
    But unfortunately the Norwegian language still does not show up in the translator tool /libs/cq/i18n/translator.html
    Only the standard languages show for my user.
    Admin user does see all langauges we have in /apps/site/i18n/publish (but that was already the case before) - so I assume it must be some permissions are missing. I also tried giving that user modify+create permissions to /apps/site/i18n/publish but that did not make any difference.
    Any other ideas what could be missing?

  • How to add support for JAWT to weblogic?

    Hello!
    My Weblogic use JRockit is a JVM.
    I need to do some image drawing on the server that requires support for native JAWT Interface.
    It seems like JRockit does not support JAWT default.
    Is there a way to add JAWT support?
    Best regards
    Fredrik

    Hello!
    I upgraded my JRockit and then the problem was solved!
    Best regards
    Fredrik

  • CustomEditor Extension - How to add support for a new file type...

    Folks,
    I'm trying to use the CustomEditor extension as a basis for a new editor that will work with an arbitrary extension (say ".foo").
    How do I tell JDeveloper that .foo files should be opened by my wonderful new extension?
    I've created a Node class called 'FooNode' to represent my .foo file. It extends DeployableTextNode and overrides the two public variables that appear to specifiy what file types this node represents:
        public static final java.lang.String EXT = ".foo";
        public static final java.lang.String EXT2 = ".bar";The relevent piece of code is in AnAddin.java and appears to be:
      public void initialize()
        EditorManager eMgr = EditorManager.getEditorManager();
        eMgr.register(this, new Class[] {/*XMLSourceNode.class,*/ FooNode.class });
      }This doesn't work - I can't get JDeveloper to recognize .foo files and bring up my editor. What am I doing wrong?
    David Rolfe

    From our development team:
    For the IDE to recognize a new file extension, it needs to be
    explicitly registered with the IDE framework. So the static
    final field named EXT isn't automatically detected. To
    register the extension (this is the JDev 10.1.3 API):
    import oracle.ide.model.Recognizer;
    Recognizer.mapExtensionToClass(".foo", FooNode.class);

  • How to add support for ULi M5263 10/100M Ethernet [SOLVED]

    It seems the more I'm on Arch, the more questions I have
    The 4th PC i'm installing Arch on is a athlon 64 3200 on Asrock 939 Dual Sata mobo with ULi M5263 10/100M Ethernet Controller.
    A post I've read before on a Linux related forum said one had to add ULi drivers (from ULi/Ali website) to the kernel, until mid-October when the same guy added that the module had been included to the kernel
    I installed Arch on the A64 box with latest kernel-2.6.13 from current repo, and it can't recognize the Ethernet controller yet.
    So I downloaded latest ULi's driver for Linux, who ask to
    Make sure your kernel version number is 2.6.x.
    Copy uli526x.c to /usr/src/linux-2.6.x/drivers/net/tulip/, and modify the
    following file in this directory. (Make a backup of them.)
    1.Kconfig.in
    2.Makefile
    add the following lines to Makefile.(refer to the Makefile we provide to you)
    # Makefile for the Linux "Tulip" family network device drivers.
    obj-$(CONFIG_PCMCIA_XIRTULIP) += xircom_tulip_cb.o
    obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o
    obj-$(CONFIG_DM9102) += dmfe.o
    obj-$(CONFIG_WINBOND_840) += winbond-840.o
    obj-$(CONFIG_DE2104X) += de2104x.o
    obj-$(CONFIG_TULIP) += tulip.o
    obj-$(CONFIG_DE4X5) += de4x5.o
    obj-$(CONFIG_ULI526X) += uli526x.o
    # Declare multi-part drivers.
    tulip-objs := eeprom.o interrupt.o media.o
    timer.o tulip_core.o
    21142.o pnic.o pnic2.
    But I couldn't find where is that Makefile located :cry:
    What would you guys say the next step can be ?

    Thank you for the tip on stock & archck kernels 
    I'm mirroring Arch's current, extra & testing repositories on an external HDD (+ checked it before).
    Tried to add ULi module with the 2.6.13.4 kernel,
    I strictly followed "Kernel_Compilation_From_Source" howto, but got that message whatever I rm -Rf /usr/src/kernel-2.6.13.4/ and try again & again  :? :
    [root@llewellyn linux]# make oldconfig
    HOSTCC scripts/basic/split-include
    Dans le fichier inclus à partir de /usr/include/linux/errno.h:4,
    à partir de /usr/include/bits/errno.h:25,
    à partir de /usr/include/errno.h:36,
    à partir de scripts/basic/split-include.c:26:
    /usr/include/asm/errno.h:4:31: erreur: asm-generic/errno.h : Aucun fichier ou répertoire de ce type
    make[1]: *** [scripts/basic/split-include] Erreur 1
    make: *** [scripts_basic] Erreur 2
    # make gconfig
    HOSTCC scripts/basic/split-include
    Dans le fichier inclus à partir de /usr/include/linux/errno.h:4,
    à partir de /usr/include/bits/errno.h:25,
    à partir de /usr/include/errno.h:36,
    à partir de scripts/basic/split-include.c:26:
    /usr/include/asm/errno.h:4:31: erreur: asm-generic/errno.h : Aucun fichier ou répertoire de ce type
    make[1]: *** [scripts/basic/split-include] Erreur 1
    make: *** [scripts_basic] Erreur 2
    # make kconfig
    HOSTCC scripts/basic/split-include
    Dans le fichier inclus à partir de /usr/include/linux/errno.h:4,
    à partir de /usr/include/bits/errno.h:25,
    à partir de /usr/include/errno.h:36,
    à partir de scripts/basic/split-include.c:26:
    /usr/include/asm/errno.h:4:31: erreur: asm-generic/errno.h : Aucun fichier ou répertoire de ce type
    make[1]: *** [scripts/basic/split-include] Erreur 1
    Do you know why is that  :?:
    I'd like to know especially in the case I'd give archck kernel a try then will have to add ULi mudule to it
    (EDIT) Found some relevant hack to this problem at "Problem compiling ipsec-tools [SOLVED (kind of..)]".
    Here's what the guy did :
    I downloaded the source tarball (v0.5.1) and did a quick ./configure && make . Same error you had. But I have a custom build kernel and a full vanilla 2.6.11.7 source on my disk , so I tried to use that instead of the AL headers.
    Code:
    - I renamed the /usr/include/asm to asm-arch, same applies for /usr/include/linux
    - I linked the /usr/include/asm and linux to the kernel source (/usr/src/linux-2.6.11-7/include/asm and linux)
    - I created a link /usr/include/asm-generic which pointed to the kernel source dir as well ...../include/asm-generic )
    After that the software compiled beautifully Smile
    But it could be it will not work 100% but I didn't notice this when doing this in Slackware.
    After installing the software delete the links and rename the asm-arch and linux-arch back to their original names again.
    It is dirty but most of the times it worked for me Very Happy
    So I'll try his hack this evening if no one comes here and say there's some better (cleaner) way
    (/EDIT)

  • How to add support for K8T800pro agpgart?

    Hello everybody,
    after some time with winslows xp i grew tired of M$'s crap once more and returned to arch. Although this time i'm here to stay (if i get this damn issue resolved, that is...). I'm having a hard time getting any hardware acceleration ( GF4 MX440 and GF6600) to work on my Asus A8V-Deluxe Mainboard (with a K8T800pro chipset on it), and i think it's because the kernel does not have an interface to the AGP.
    Is there any solution to this? Is it possible to add an agpgart-driver to the kernel? I'm not a very advanced Arch user, but i know the *nix basics, i think.
    Southern_Trendkiller

    If you do have the amd64_agp being loaded make sure you have the nvidia drivers installed properly.
    Should look something like this.
        Identifier  "GFFX 6800"
        Driver      "nvidia"
        Option      "NvAGP" "3"
        Option      "Coolbits" "1"
    Now, if that is setup right, make sure glx is uncommented, no # in front of it. Like this.
        Load       "glx"
    Make sure Load "dri" and Load "glcore" are commented out or removed from the xorg.conf file as they conflict with the nvidia driver. One this is set type, glxinfo | grep direct
    If it says this,
    direct rendering: Yes
    Then everything is working properly for 3d accell. Oh, make sure composite is disabled.

  • How to add support both English and Portuguese in spell checking?

    In my research work, I often have to write documents both in English and Portuguese. How should I add support for both languages in spell checking? I'd want to switch between both when writing my stuff and, for now, all I have available on Pages is my Mac OS X Lion's native language: English. How to add support for both languages in Pages?

    You can use Styles. The default language in your Pages Styles is set to the computer language which you said is english, right.
    If you want Portuguese for some body text select some text >
    in the Inspector palette > T tab > More > language > select Portuguese >
    now click on the style Body text triangle > choose Create new paragraph style from selection > name it so you know it has this language.
    When writing you have to tell Pages which paragraph to be in Portuguese and which in English.

  • Maximum Nodes supported for NLB and Cluster in Windows Server 2008 Standard Edition ?

    Hi.
    I am looking for information How many nodes supported for NLB and Cluster in Windows Server 2008 Standard Edition ?
    If you can provide for all the versions that would be great.
    -Thanks
    - Ajay Chanana

    Hi,
    You can configure a Windows server 2008 NLB cluster with up to 32 nodes. However,
    scaling beyond 8 nodes will cause a slight performance hit because the network traffic is broadcasted to every node and only one NLB node accepts the connection.
    For more detailed information, please refer to the link below:
    FAQ Week for NLB: Tuesday
    Best regards,
    Susie

  • Arabic is not listed as a display language in iTunes for Windows 7. How can I add support for this language?

    Arabic is not listed as a display language in iTunes for Windows 7. How can I add support for this language?

    Edit  ---> referance ----->   general    ------> language

  • How can I add support for JPEG 2000 to Final Cut Express?

    How can I add support for JPEG 2000 to Final Cut Express 4? I need to export an .mov file in the JPEG2000 format but it is not available as a quicktime export option. Is this something that I can add via a quicktime .component? Would appreciate any insight anyone might have... Thank you.

    I believe you need to purchase the QuickTime Pro key ($29.99 USD).  Once you enter the registration number in System Preferences for QuickTime Player 7, it 'unlocks' several export features, including JPEG2000.
    See:
    http://support.apple.com/kb/SP521
    http://support.apple.com/kb/HT3820
    http://support.apple.com/kb/HT2240
    http://store.apple.com/us/product/D3380Z/A/quicktime-7-pro-for-mac-os-x?fnode=62
    -DH

  • Add support for third-party RDBMS

    Is it possible for an end user to add metadata for a new database like PostgreSQL? I see predefined support for Oracle, DB2 and MS SQL Server and wander
    if one can add necessary definitions for other relational databases. I have to support data models for Oracle, MS SQL Server and PostgreSQL,
    and would prefer SQL Developer Data Modeler to other options if it had support for PostgreSQL.
    Thank you,
    Sergei Agalakov

    Hi Sergei,
    you cannot add new database types in current release. We are planning to add such functionality in next releases but we cannot comment on that right now.
    Can you list what do you miss from current import. You can use JDBC import - for PostgreSQL you even can take view definitions and check constraints. Still some tunings can be done.
    Philip

  • [svn:bz-trunk] 20582: Add support for destination-include directory-path=" mydir"/ .

    Revision: 20582
    Revision: 20582
    Author:   [email protected]
    Date:     2011-03-03 12:35:14 -0800 (Thu, 03 Mar 2011)
    Log Message:
    Add support for <destination-include directory-path="mydir"/>.
    This will process each file ending in ".xml" as an individual <destination-include file-path=""/> element, allowing a web application to define a directory of destination configuration snippets.
    Added a new API to ConfigurationFileResolver.java: getFiles(String dir).
    This returns a list of XML files contained in this directory relative to the current configuration file.
    Updated both the ServletResourceResolver and the LocalFileResolver with implementations.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationConstants.java
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationFileResolver.java
        blazeds/trunk/modules/common/src/flex/messaging/config/LocalFileResolver.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServerConfigurationParser.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServletResourceResolver.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • BIOS SUPPORT FOR NEW CPUS!!!!

      hello
    new post , i just got this board (6547 v1.0) board with a celeron 1.7 (clocked at 125mhz ) 2.14ghz and is total stable.
    v1.8 bios support up to a 1.8 cel, are they going to make a update to support a 2hz cel, OR  have they droped support for it.
    and where can you get beta bios for this and other board (msi-development site).... ?(  ;(
    MAKE A VOTE (HOW OLD IS YOU BOARD AND HAVE THEY DROPED SUPPORT FOR NEW CPU,S FOR YOU BOARD-POST?

    assuming its a 645 ultra by the bios numberlink

Maybe you are looking for

  • How to delete records in Table control

    Hi, i defined  a table control in which it has 5 records and i have 1 ''DELETE button. if i select a record and if i click on delete button. The selected button has to be deleted. Please let me know how i can i do..if possible with sample codes.. Tha

  • Problem with using XSD in PI 7.1

    Hi all, I am intergrating with a third party which has provided an XSD definition of their message formats. I have imported this file as an external definition and can use it in my message mapping fine. However I'm trying to create a Message Interfac

  • Sales Invoice Linked from Sales Order

    Hello Experts!! I want to restrict users to enter Sales Invoice Directly. We are using Sales Order But Every One Can Post Invoice Directly. Please Guide how to restrict them Thanks, Vikram

  • Show document´s attachments using content presenter

                DataBinder binder = idcClient.createBinder();             binder.putLocal("IdcService", "DOC_INFO");             binder.putLocal("dID", "xxxxx");             binder.putLocal("dDocName", "XXXXXXX");             ServiceResponse response =  

  • IDoc - Web service - File without BPM

    Hi all, I have asked some days ago how to do an asynch -> synch -> asynch scenario in XI without using BPM. The solution with RequestResponseBean and ResponseOnewayBean modules in the File sender communication channel works fine. But now I would ask