How to override oracle skin in jdev 10

Hi people.
I need to use oracle skin but I´d like to change some components...
is that possible in Jdev 10?
Thanks....

Hi,
Yes you can in pretty much the same way as with 11g except that some important features won't work, the most notable one being -tr-inhibit. See
Selectors:
http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/skin-selectors.html
How to:
http://www.oracle.com/technology/products/jdev/101/howtos/adfskins/index.html
Regards,
~ Simon

Similar Messages

  • How to change the style of a single component using oracle skin Jdev 10.1.3

    my hole applications is using oracle skin, I only need to change the color of the menuTab, but I don´t want to create a new skin family...
    I tried this link http://www.oracle.com/technology/products/jdev/101/howtos/adfskins/index.html
    but the dont tell how to create adf-faces-skins-doc.xml
    how is that possible?, please I need help....

    Hi,
    Ack, I forgot that 10g doesn't have inheritance support either... You'll have to create an XSS file I think, and those are obscure... Also 10g generates image files for menuTab... I think you'll have to create a brand new skin family, sorry :(
    Regards,
    ~ Simon

  • How can I customize a skin starting with the Oracle Skin?

    I understand that when customizing skins, you start by over-riding the 'simple' skin.
    Where can I find the CSS file for the default oracle skin that I can use as a starting point to jump-start the skin customization? What I am trying to do is customize the skin, but I want to use the CSS for the Oracle skin as a starting point to over-ride the simple skin - I really only need to make a few tweaks to the Oracle skin CSS and don't want to start from scratch with the simple skin.
    Any help much appreciated.

    ps - all I need to do right now is set up some new styleclasses that I can use to format text-related components. in the future I'd like to be able to format tables - i.e., change format not to display borders, change table heading colors, etc. - is this possible with the 2nd approach based on modifying oracle-desktop.xss?

  • ComboBox inheriting button skin - how to override

    Using Flex Builder 3.
    I have set up a Button style in the stylesheet so all buttons pick up the up, over, and down skins.
    The problem is no matter what I do I cannot get the ComboBox to not use the skins defined for Button.
    Is there a way of overriding the skins to not use a skin.  I've set up a specific style for the ComboBox, but it still picks up the button skins.  I've tried both using ComboBox for the style descriptor and set a specific style name like myComboBox and set the style on the combo box in the mxml.
    What is strange is that from the documentation it doesn't look like ComboBox inherits any styles from Button.  So this makes no sense.
    Any ideas?
    Thanks,
    Cindy

    Button in stylesheet:
    Button 
    corner-radius: 3; 
    font-size: 11; 
    font-weight: normal; 
    color: #0860AB; 
    up-skin: Embed(source="../images/bttn-bg-off2.gif",scaleGridLeft="5",scaleGridTop="5",scaleGridRight="17",scaleGridBottom="11"); 
    over-skin: Embed(source="../images/newBlueButtonOver2.png",scaleGridLeft="3",scaleGridTop="4",scaleGridRight="22",scaleGridBottom="13"); 
    down-skin: Embed(source="../images/newBlueButtonDown.png",scaleGridLeft="3",scaleGridTop="4",scaleGridRight="22",scaleGridBottom="13"); 
    padding-top: 0; 
    padding-bottom: 0; 
    padding-left: 5; 
    padding-right: 5;
    style set up for combo box in mxml:  dropdownStyleName="myDropDown"
    .myDropDown  { 
    corner-radius: 0; 
    fill-colors: #FFFFFF, #FFFFFF; 
    fill-alphas: 1.0, 1.0; 
    border-color: #C0C0C0; 
    theme-color: #C0C0C0; 
    roll-over-color: #d2e1ea; 
    selection-color: #A6CAE1; 
    font-size: 11;}
    I even tried just setting the styleName property in the mxml, but it didn't do anything either.
    -Cindy

  • How to override the default delete operation

    Hi,
    I am new to Jheadstart, java coding for that matter.
    Here's my situation,
    I have a view which is based on a function (function returns a collection).
    I have created instead of triggers on this view to perform insert/update/delete operations.
    All these DML operations work as expected in Oracle database.
    Now, I created an Entity object and a view object on this view in my jheadstart project.
    When I run this Jheadstart application my insert and search operations run fine but update and delete operations fail with JBO-26080 error.
    The underlying oracle error is "ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc."
    I know that delete and update operations work fine in Oracle and hence I would like to override the default Jheadstart operations. Can any body tell me how can I do it or point me in right direction?

    Hi,
    From the JHeadstart Developer's Guide, chapter TroubleShooting - Problem Assessment:
    If you are getting a JBO error (Business Components for Java error), try to perform the same data retrieval or data manipulation action using the BC4J Tester. You can
    invoke the tester through a right-mouse-click on the BC4J application module. If you get the same error using the BC4J tester, the problem is in the BC4J object definitions. If you added business rules, or other custom code to your BC4J objects that executes during your data retrieval or data manipulation action, you can debug this code line-by-line by running the tester in debug mode. You can also look up the JBO error in the JDeveloper online help, for each error possible causes and how to solve them are described.
    It sounds to me like you will also get this error in the BC4J Tester. This means that the problem is not related to JHeadstart. You can go to the JDeveloper discussion forum http://otn.oracle.com/discussionforums/jdev.html and ask your question there without mentioning JHeadstart. Maybe there is some switch you can set in the BC4J object to let BC4J not use SELECT FOR UPDATE.
    Hope this helps,
    Sandra Muller
    JHeadstart Team

  • How to override to_number function?!

    Hi,
    I already tried to find an answer by searching this forum but without success...
    My problem is, that I have a lot of mappings using the to_number() function to convert char into number. Now it turns out, that in some cases - due to the bad data qualtity - fields contain special chars e.g. 1234" Don't ask why ;) Of course the reguIar tu_number() function fails on that. Now I wrote a to_number function that handles the issue by removing all the special chars and then convert. I now want to override oracle's built-in to_number function with my own function.
    Do you have any ideas how that works? As a requirement the solution should be simple... It would be an imense work to edit every mapping. I global solution is preferred. Something like a priority option, to take self written functions first or sth...
    Thanks for any help!
    Cheers Steffen

    Hi,
    you could use OMB to change all occurance of that functino in your project.
    Unfortunately I know OWB allmost only from theory :-( but I remember, that you can set a context to a project or a mapping and all subsequent operations will happen within that horizont.
    As far as I saw, OMB isn't to hard to use, even without days of learning, just by looking for fitting operation, but I know documentation about OMB is pretty poor, almost only syntax reference is available.
    really overriding the pre_build to_number-function might be possible as sys, but I would avoid that or only do in a relly play-instance. I suppose you tried allready simply to run 'create or replace ...' ?
    Thanks for your tip about number checking, but I tried allready many variations functions like that. I never can get it validated:
    I have a function is_number_num, returning 1 for ok, 0 for false, which si working fine on SQL*PLUS, but when I use it splitter-condition, in this variations:
    "IS_NUMBER_NUM"( GRP_IN.ANZAHL,'NLS_NUMERIC_CHARACTERS='',.''') = 1
    I get: PLS-00801 internal error [phdxcsql_canonicalize_sql:state]
    with .... == 1
    I get:
    Line 0, Col 0:
    The expression is not properly formed.
    I have no bloody idea, what that means and what might be wrong in here ? Even google does not return 1 singel page for the error-parameter !
    I tried several versions:
    "IS_NUMBER_NUM"( GRP_IN.ANZAHL,'NLS_NUMERIC_CHARACTERS='',.''') = 1
    also this: "IS_NUMBER_NUM"( GRP_IN.ANZAHL) = 1
    but nothing is accepted !
    Also I made a more easy function for checking for date-format, which works fine in SQL*PLUS, but can't be validated in OWB-splitter.
    Oracle support is playing for time since days !
    thsi function brings same error, depending if I use 1 or 2 "=" !???
    any idea ?
    somehow I have the feeling, I missed 1 easy rule on how to use a splitter-condition correctly ?
    But I can't see anything wrong in my constructions, especially because they are working fine in SQL*PLUS !???
    thanks for any hint, LaoDe

  • How to implement Process Train in Jdev 10.1.3

    Hi..
    Somebody know where can I find tutorial about how to implement process train in jdev 10.3.1
    thanks

    http://download-west.oracle.com/docs/html/B25947_01/web_complex005.htm#CEGIGJID

  • How To Customize Playback Skins?

    Hello,
    Dreamweaver comes with some predefined .swf skins for playing
    FLV videos on the web. I would like to change some simple
    properties of these skins (e.g., background color) instead of
    spending the time to create a new skin from scratch. I noticed that
    some properties are passed from HTML to the .swf file via the
    "FlashVars" param, but the available properties are undocumented.
    Does anyone know how to change these skins' properties if it
    can be done?
    Alternatively, does anyone know how to create a skin from
    just the VIDEO COMPONENT inside Flash Pro CS4? I've seen tutorials
    on how to create a skin by making all the buttons and action script
    necessary, but it would sure be easy to drag the video component to
    the stage and create a .swf skin file from that alone.
    thanks!
    JP

    Short question, short answer: Read the doc
    http://docs.oracle.com/cd/E14571_01/web.1111/e15470/deploy.htm
    http://docs.oracle.com/cd/E23943_01/core.1111/e10105/deployer_role.htm
    http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_deploy.htm#BGBGIBJC
    BTW: have you read this: https://groups.google.com/forum/?fromgroups#!topic/adf-methodology/PzncJBPMFDw
    Edited by: Yannick Ongena on Jul 4, 2012 3:44 PM

  • HOW TO override/modify default PTG homepage?

    Hi:
    I want to know how to override default portal to go homepage. I've create my wireless app that is already well deployed in a container and already working in PTG. I want to know how to modify the default ptg home. I've removed all apps from ptg to the guests users and just give access to guest to my application. I need a simple default homepage and i need to remove the SETUP link that is always displayed in /PTG/RM page. Also, can anyone tell me how to create a simple url to access my wireless portal?
    for instance i have to write : portal.myorg.pt/ptg/rm and i would like to just hae to write : wire.morg.pt
    How can i achieve this?
    Thanks
    Joao

    I'm using a beta of 10G at the moment. What I did is change the oracle logo (logo.gif) with our own company's logo (http://host:port/ptg/images/logo.gif) (also the wbmp and png file) .
    If you can get access to the webtool http://host:port/webtool/login.uix you can click on the system tab and look for
    System > Wireless Server: Administration > Device (look at component configuration).
    From here you can enable/disable standard interface options
    Multi-Channel Server Setup Menu Configuration
    Enable Login
    Enable Logout
    Enable User Info
    Enable Application Customization
    Enable Global Preset
    Enable User Profile
    Enable Self Registration
    Enable User's Home Page
    Enable Help
    Help URL
    You can change the logon page and other pages on <oracle_home>\wireless\j2ee\applications\ptg\ptg-web\modules\login
    and
    <oracle_home>\wireless\j2ee\applications\ptg\ptg-web\modules\iaswfr
    I'm also curious if there is a more easy way to customize things.
    Thomas

  • How to override limitation of no triggers on SYS owned tables?

    Hi!
    I haven't got any answers to my earlier question so I try to make it simple now...
    Anybody have any ideas how I could override Oracles limitation of allowing no triggers on SYS owned tables?
    I would need a trigger on SYS.AUD$ that would fire and start a stored procedure every time a new audit record is inserted.
    Best regards,
    Teo Laitinen
    Student
    Department of Computer Science and Information Technology
    University of Jyvdskyld

    You cannot override Oracle's restrictions of triggers on SYS tables. You could, however, do a workaround to populate this other table with data from sys.aud$ when an audit row is inserted into that table.
    1. You could set AUDIT_TRAIL to OS and set AUDIT_TRAIL_DEST to wherever you want the file written. You could then write a program in any number of languages to format this output file and kick off a SQL*Loader session to load it into your table. The program could be scheduled to execute at a time interval, such as every five minutes.
    2. You could write a scheduled program to check for new records in sys.aud$ and execute INSERT INTO...SELECT statements to load your new table.
    Hope this helps!

  • Problem in ant task "oracle:jaxwsGenImpl " on Jdev 11G Tech Preview 4

    I am running an ant task in Oracle JDeveloper 11g Tech Preview 4
    the Task is as follows :
    <target name="generate-from-wsdl5" >
    <oracle:jaxwsGenImpl
    wsdl="contract/wsdl/${SRC_WSDL}"
    />
    </target>
    The Output is :
    D:\Pras3\WebServiceRi\ws>ant generate-from-wsdl5
    Buildfile: build.xml
    [taskdef] File D:\Pras3\WebServiceRi\ws\oracle\antlib.xml does not exist
    generate-from-wsdl5:
    BUILD FAILED
    D:\Pras3\WebServiceRi\ws\build.xml:188: Problem: failed to create task or type antlib:oracle:jaxwsGenImpl
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    This appears to be an antlib declaration.
    Action: Check that the implementing library exists in one of:
    -D:\Jdev11-Tecpr4\ant\lib
    -C:\Documents and Settings\jnandi\.ant\lib
    -a directory added on the command line with the -lib argument
    Total time: 0 seconds
    I am getting the above error can sommeone please help me and please tell me how to use the ant task "oracle:jaxwsGenImpl " on Jdev 11G Tech Preview 4 or Jdev 11G Tech Prev 4 dont support this
    Thanks and Regards
    Jyoti

    Hi,
    the JDeveloper 11 forum is: JDeveloper and OC4J 11g Technology Preview
    Frank

  • Problem :ant task "oracle:jaxwsGenImpl " on Jdev 11G Tech Preview 4

    Hi,
    I am running an ant task in Oracle JDeveloper 11g Tech Preview 4
    the Task is as follows :
    <target name="generate-from-wsdl5" >
    <oracle:jaxwsGenImpl
    wsdl="contract/wsdl/${SRC_WSDL}"
    />
    </target>
    The Output is :
    D:\Pras3\WebServiceRi\ws>ant generate-from-wsdl5
    Buildfile: build.xml
    [taskdef] File D:\Pras3\WebServiceRi\ws\oracle\antlib.xml does not exist
    generate-from-wsdl5:
    BUILD FAILED
    D:\Pras3\WebServiceRi\ws\build.xml:188: Problem: failed to create task or type antlib:oracle:jaxwsGenImpl
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    This appears to be an antlib declaration.
    Action: Check that the implementing library exists in one of:
    -D:\Jdev11-Tecpr4\ant\lib
    -C:\Documents and Settings\jnandi\.ant\lib
    -a directory added on the command line with the -lib argument
    Total time: 0 seconds
    I am getting the above error can sommeone please help me and please tell me how to use the ant task "oracle:jaxwsGenImpl " on Jdev 11G Tech Preview 4 or Jdev 11G Tech Prev 4 dont support this
    Thanks and Regards
    Jyoti

    Hi,
    the JDeveloper 11 forum is: JDeveloper and OC4J 11g Technology Preview
    Frank

  • How to import maven projects into jdev

    Hi.
    i have maven project created in other than jdev IDE.i am trying to import maven project into jdev.
    i configured maven in jdeveloper 11.1.1.4 with help manu check for updates.
    i am follwoing the [how to import maven project into jdev|http://www.oracle.com/technetwork/developer-tools/jdev/maven11g-090173.html#4]
    after updating my jdev with maven extensions,i could not see maven project in file|import project menu.
    why maven project is not appearing in jdev 11.1.1.4. file|import project menu ?
    please help appriciate your help

    Though it's not clear in that link, I believe those instructions to be for JDev 11.1.2.1.0, not 11.1.1.4.0. However somebody may correct me.
    CM.

  • How to integrate EBS with ADF Jdev

    Hi all i have no idea of integrating EBs with JDEV . so can any one please tell me how can i integrate EBS with JDev using Oracle Applications Adapter ?

    There are no guidelines and standards available at present for the custom ADF development with respect to EBS. So if you really want to do it, there will be lot of custom coding required just for the integration purpose like managing sessions, apps specific data etc.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to Integrate Oracle Jdeveloper11g with the Oracle Soa 10g

    Hi All
    Does any one have idea how to Use Oracle Jdeveloper 11g with Oracle Soa 10g as Application/Integration Server?
    My Requirement is need to create/access the business rules with the Oracle Jdev 11g using Oracle SOA Suite10g. We don't want to migrate our SOASuite from 10g to 11g, Just migrating Jdev from 10g to 11g
    Thanks

    Hi James
    Thanks for your quick reply. In addition to my previous question. Can you please tell me how to deploy web applications in Oracle Jdev 11g to stand alone application server?
    In Eariler Version i.e Jdev 10g & SOA Suite 10g, What we used to do is, Start up the SOA Suite, Create the Application Server and Integration Server Connections in the Jdev and simply deploy WAR or EAR to the Oracle Application Server.
    What I observed in Jdev11g, It has BEA Weblogic embaded into this. Is there any way in Jdev 11g something like in Jdev10g? Or Do we need to wait till SOA Suite 11g released into the market?
    Thanks

Maybe you are looking for

  • Can't view pages in Hindi

    Hi, I'm unable to view pages in Hindi. I've looked for additional font packages but can't find them for Mac. I'm running OS 10.3.9, is that the problem? My friends can see http://www.bbc.co.uk/hindi/ in hindi, but I just see weird characters. Is ther

  • Varience in data

    Dear All, i have a query in Production planing reports we have one report which we run on daily basis the issue here as below For sale date 10.01.2009, the SKU 5433 has been converted to Material 543301 (variant) for the depot 500 (Plant 1530). We ha

  • Error in IKM SQL to JMS XML Append SQLException: Parameter not set

    Hi I am getting following error please can any one help its oracle to JMS XML integration ODI-1228: Task jms_vendor_xml (Integration) fails on the target JMS_QUEUE_XML connection jms_xml_vendor. Caused By: java.sql.SQLException: java.sql.SQLException

  • Need Documentation on " D2KWUTIL" Library.

    Can anyone please help me in finding the documentation on D2KWUTIL Library. Advance thank for your help. Thanks.

  • Is it possible to Manage Sun Fire v60 without using Red Hat?

    I've been trying to enable a console connection via an Avocent dongle connected to the serial port using these directions: http://download.oracle.com/docs/cd/E19088-01/v65x.srvr/817-2025-13/chap2.html All I've been able to view is the BIOS output, an