Skin.properties

Hi All,
I need to add a CSS reference to the portal. According to documentation, I added
reference to to CSS in skin.properties. When I start that application it is not
able to find the style sheet.
Weblogic Server Console error is
<Mar 16, 2004 4:06:36 PM CST> <Error> <netuix> <BEA-420028> <The skin resource
at base path /framework/skins/intranet/css/style1.css could not be found.>
I have tried redeploying , reopening workshop and restarting the server.
Any help appreciated.

Hi Satish,
Try checking the value of the property
link.search.path
in skin.properties and combine it with the value you've given to
link.body.href
for your css, and make sure the combined path matches the location of your css
on the file system.
"satish patil" <[email protected]> wrote:
>
Hi All,
I need to add a CSS reference to the portal. According to documentation,
I added
reference to to CSS in skin.properties. When I start that application
it is not
able to find the style sheet.
Weblogic Server Console error is
<Mar 16, 2004 4:06:36 PM CST> <Error> <netuix> <BEA-420028> <The skin
resource
at base path /framework/skins/intranet/css/style1.css could not be found.>
I have tried redeploying , reopening workshop and restarting the server.
Any help appreciated.

Similar Messages

  • Question for skin.properties

    Hi
    In skin.properties there are definitions for css. what's the significance of the second part, like "body" in link.body.href: css/body.css
    Can I add my another css like:
    link.body.href: css/myBody.css
    link.body.rel: stylesheet
    link.body.index: 2
    I want to be able to use 2 style sheets at the same time for site redesign, one is for old pages and one is for new pages.
    Thanks

    Hi,
            Qst:1 :- To disable groupware services you have to configure CLP Administration and remove the unwanted service links there.
            Qst2 :- You can not change the role permissions at iView level. You should go and define role permissions in the room template and recreate the room.
                  Consider awarding points if this help you...
    Regards
    Ramesh Kotagiri

  • Skin.properties script index

    My attempts to utilize the index attribute for scripts, within the skin.properties file have failed. My understanding is that I can index some, but am not required to index them all. Whenever I turn the index numbers on though, I get the error "An error has occured", with no further information. However, if I turn the index numbers off, the scripts are all pulled in, but not in the order I need them to be. I would really appreciate some guidance as to where it is I'm going wrong, as I'm sure it's probably something quite basic and obvious that I'm just missing.
    script.skin.src:          skin.js
    script.skin.type:          text/javascript
    script.menu.src:          menu.js
    script.menu.type:     text/javascript
    script.util.src:          util.js
    script.util.type:          text/javascript
    script.delete.src:     delete.js
    script.delete.type:     text/javascript
    script.float.src:          float.js
    script.float.type:          text/javascript
    script.menufx.src:     menufx.js
    script.menufx.type:     text/javascript
    script.menuJAC.src:     menuJAC.js
    script.menuJAC.type:     text/javascript
    script.menuJAC.index:     1
    script.rss.src:          rssReader.js
    script.rss.type:          text/javascript
    script.rss.index:          2
    script.announce.src:     announcements.js
    script.announce.type:     text/javascript
    script.announce.index:     3
    script.net.src:          net.js
    script.net.type:          text/javascript
    script.net.index:          4
    script.header.src:     headerFunctions.js
    script.header.type:     text/javascript
    script.header.index:     5
    script.search.path: js, ../../../resources/js

    Hi Satish,
    Try checking the value of the property
    link.search.path
    in skin.properties and combine it with the value you've given to
    link.body.href
    for your css, and make sure the combined path matches the location of your css
    on the file system.
    "satish patil" <[email protected]> wrote:
    >
    Hi All,
    I need to add a CSS reference to the portal. According to documentation,
    I added
    reference to to CSS in skin.properties. When I start that application
    it is not
    able to find the style sheet.
    Weblogic Server Console error is
    <Mar 16, 2004 4:06:36 PM CST> <Error> <netuix> <BEA-420028> <The skin
    resource
    at base path /framework/skins/intranet/css/style1.css could not be found.>
    I have tried redeploying , reopening workshop and restarting the server.
    Any help appreciated.

  • How to add and use custom javafx2.2.3 HTMLEditor skin .properties file

    Hallo, I'd like to know if there is a (not necessary officially supported) way to use custom HTMLEditorSkin.properties in javafx 2.2.3.
    The original file/files are located in jfxrt com/sun/javafx/scene/web/skinIf there is no way to do that, can something else be done to change languege strings and icons for HTMLEditor?

    See this thread.
    Error Installing Groupware Portlets for WLP 10.3.2
    Brad

  • Inconsistencies between an MXML tag instance's properties and an Actionscript instance's properties

    Hi everyone!  I've been using the SDK for several months, but I've only been using Flash Builder for a few weeks.  I finished the Flex In a Week videos and exercises a few days ago, and since then I've been playing around with the accompanying exercises.
    My question specifically refers to the PanelSkin.mxml file from 'Exercise 5.6: Creating custom skin properties'.  In this example, the function initTitleSkin() sets the 'headerSkinColor.color' property to a value passed from the main application:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        xmlns:s="library://ns.adobe.com/flex/spark"
        creationComplete="initTitleSkin()">
        <s:states>
            <s:State name="normal" />
            <s:State name="disabled" />
        </s:states>   
        <fx:Metadata>
                   [HostComponent("components.EmployeePortalPanel")]
       </fx:Metadata>
        <fx:Script>
            <![CDATA[
                private function initTitleSkin():void
                    headerSkinColor.color = hostComponent.panelTitleColor;
            ]]>
        </fx:Script>
    <s:Rect radiusX="4" radiusY="4" height="100%" width="100%" >
         <s:fill>
              <mx:SolidColor id="panelSkin" color="#E8E8E8"/>
          </s:fill>
    </s:Rect>
    <s:Path winding="nonZero" data="M 0.016 0.012 L 0.016 23.354 L 287.419 23.354 L 287.408 12.012 C 287.408 5.385 282.035 0.012 275.408 0.012 L 0.016 0.012 Z">
         <s:fill>
              <s:SolidColor id="headerSkinColor"/>
         </s:fill>
    </s:Path>
    <s:Label id="titleDisplay" lineBreak="explicit" left="10" right="4" top="2" height="30" verticalAlign="middle" fontWeight="bold"/>
    <s:Group id="contentGroup" top="23">
    </s:Group>
    </s:SparkSkin>
    This code works just fine.  I tried extending this example by setting the 'titleDisplay.color' property in the same way.  The 'titleDisplay' is an instance of the Label class.
         private function initTitleSkin():void
                    headerSkinColor.color = hostComponent.panelTitleColor;
                    titleDisplay.color = hostComponent.panelLabelColor;
    The above code results in the error 'Access of possibly undefined property color through a reference with static type spark.components:Label'.
    I set up the custom 'panelLabelColor' property and confirmed the 'hostComponent.panelLabelColor' property is being passed to the custom skin class correctly.  My question is, Why can I set the 'color' property in the MXML Label block, but not from the ActionScript instance.  The Language Reference shows the spark Label has a 'color' property.  Code Assist shows the 'color' property in the MXML block, but not in the ActionScript instance.  Am I missing something simple that's staring me right in the face?  I'm usually pretty good at that.  I'd appreciate any thoughts on this inconsistency.

    it's not likely.

  • 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 pass Data to Spark Skin Class

    Hi,
    I created a cosum skin to my spark component, and I wish to add another mode for that skin, how can I pass mode id to my skin class?

    maybe this will help
    http://tv.adobe.com/watch/flex-in-a-week-day-5/creating-custom-skin-properties/

  • Decorative Box doesn't display custom skin

    I created following definitions for Decorative Box, but this doesn't display:
    /* DECORATIVE BOX */
    /* Start of deprecated decorative box styles: */
    /* Decorative box top-start corner */
    .AFDecorativeBoxTopStart {
    display: block;
    background-image: url('img/decor-top-start.gif');
    background-repeat: no-repeat;
    /* Decorative box top */
    .AFDecorativeBoxTop {
    display: block;
    background-image: url('img/decor-top.gif');
    background-repeat: repeat-x;
    /* Decorative box top-end corner */
    .AFDecorativeBoxTopEnd {
    display: block;
    background-image: url('img/decor-top-end.gif');
    background-repeat: no-repeat;
    /* Decorative box center-start side */
    .AFDecorativeBoxCenterStart {
    display: block;
    background-image: url("img/decor-center-start.gif");
    background-repeat: repeat-y;
    /* Decorative box center */
    .AFDecorativeBoxCenter {
    background-color: transparent;
    /* Decorative box center-end side */
    .AFDecorativeBoxCenterEnd {
    display: block;
    background-image: url("img/decor-center-end.gif");
    background-repeat: repeat-y;
    /* Decorative box bottom-start corner */
    .AFDecorativeBoxBottomStart {
    display: block;
    background-image: url('img/decor-bottom-start.gif');
    background-repeat: no-repeat;
    /* Decorative box bottom */
    .AFDecorativeBoxBottom {
    display: block;
    background-image: url('img/decor-bottom.gif');
    background-repeat: repeat-x;
    /* Decorative box bottom-end corner */
    .AFDecorativeBoxBottomEnd {
    display: block;
    background-image: url('img/decor-bottom-end.gif');
    background-repeat: no-repeat;
    /* End of deprecated decorative box styles */
    /* END TEMPLATE */

    Hi!
    Decorative box component does not have "own" icno in Component palette (it uses generic tag <<>> icon). So, I would suspect that this comp is not finished yet with TP4 release. Thus, don't be supprised if it don't respect all skinning properties well.
    Regards,
    PaKo

  • JVM crashes on GCTaskThread

    My JVM occasionally crashes, when it does the error logs are always similar: it crashes on GCTaksThread and Eden Space is at 100%. I don't think the problem is caused by Eden being full, rather I assume Eden is at 100% because this is the moment the garbage collection is triggered which fails. I tried different ways of garbage collection: UseSerialGC, UseParallelGC and UseConcMarkSweepGC. I also tried to give new generation more space via NewRatio. The crashes still occur.
    I am using Java 1.6.0_33-b03 64 bit. I can find references to bugs relating to what I'm seeing, but nothing that relates to the version I am using. Any idea what is happening here.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006dbdb734, pid=4760, tid=1468
    # JRE version: 6.0_33-b03
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.8-b03 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x3db734]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0000000000615000): GCTaskThread [stack: 0x0000000000000000,0x0000000000000000] [id=1468]
    siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
    Registers:
    RAX=0x0045003200440030, RBX=0x0000000702d96b48, RCX=0x00000000006214c0, RDX=0x000000000d6f8f58
    RSP=0x000000000440f5d0, RBP=0x0045003200440030, RSI=0x000000000d6f8ff8, RDI=0x0000000702d96b48
    R8 =0x0000000702d96b48, R9 =0x0000000000000020, R10=0x000000000000000c, R11=0x000000000440f658
    R12=0x00000007237b7990, R13=0x000000000d6f8f58, R14=0x0000000000000020, R15=0x00000000006214c0
    RIP=0x000000006dbdb734, EFLAGS=0x0000000000010206
    Top of Stack: (sp=0x000000000440f5d0)
    0x000000000440f5d0: 0000000000000025 0000000700000000
    0x000000000440f5e0: 0000000000000003 00000007237a6248
    0x000000000440f5f0: 0000000000000011 000000000000001d
    0x000000000440f600: 0045003200440030 00000007237b78f0
    0x000000000440f610: 000000000000000c 0000000000000000
    0x000000000440f620: 000000000000000c 0000000000000011
    0x000000000440f630: 00000007237b7990 00000007237b7920
    0x000000000440f640: 000000000d6f8ff8 0045003200440030
    0x000000000440f650: 0000000702d96b88 000000006d90f078
    0x000000000440f660: 0045003200440030 000000000d6f90e8
    0x000000000440f670: 000000000d6f8ff8 000000000d6f90e8
    0x000000000440f680: 0045003200440030 000000000d6f8f58
    0x000000000440f690: 0000000000000000 0000000000000014
    0x000000000440f6a0: 0000000000621100 0000000000000001
    0x000000000440f6b0: 000000000d6f90e8 00000007237b7908
    0x000000000440f6c0: 000000000d6f8f58 000000006dbdcbf1
    Instructions: (pc=0x000000006dbdb734)
    0x000000006dbdb714: 7b c0 4d 8b f1 49 89 43 a8 f6 d0 49 8b f8 a8 01
    0x000000006dbdb724: 4c 8b ea 4c 8b f9 74 12 49 8b 43 a8 48 83 e0 fd
    0x000000006dbdb734: 8a 08 c0 e9 03 83 e1 0f eb 0b 48 8b 4c 24 30 c0
    0x000000006dbdb744: e9 03 83 e1 0f 48 89 9c 24 80 00 00 00 48 89 74
    Register to memory mapping:
    RAX=0x0045003200440030 is an unknown value
    RBX=0x0000000702d96b48 is an oop
    [C
    - klass: {type array char}
    - length: 34
    RCX=0x00000000006214c0 is an unknown value
    RDX=0x000000000d6f8f58 is an unknown value
    RSP=0x000000000440f5d0 is an unknown value
    RBP=0x0045003200440030 is an unknown value
    RSI=0x000000000d6f8ff8 is an unknown value
    RDI=0x0000000702d96b48 is an oop
    [C
    - klass: {type array char}
    - length: 34
    R8 =0x0000000702d96b48 is an oop
    [C
    - klass: {type array char}
    - length: 34
    R9 =0x0000000000000020 is an unknown value
    R10=0x000000000000000c is an unknown value
    R11=0x000000000440f658 is an unknown value
    R12=0x00000007237b7990 is an oop
    java.lang.String
    - klass: 'java/lang/String'
    R13=0x000000000d6f8f58 is an unknown value
    R14=0x0000000000000020 is an unknown value
    R15=0x00000000006214c0 is an unknown value
    Stack: [0x0000000000000000,0x0000000000000000], sp=0x000000000440f5d0, free space=69693k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x3db734]
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x000000000e3ca800 JavaThread "Timer-46" daemon [_thread_blocked, id=2704, stack(0x0000000012830000,0x0000000012930000)]
    0x000000000e3c9000 JavaThread "Timer-35" daemon [_thread_blocked, id=3592, stack(0x00000000179c0000,0x0000000017ac0000)]
    0x000000000efe2000 JavaThread "http-80-16" daemon [_thread_blocked, id=4740, stack(0x0000000016130000,0x0000000016230000)]
    0x000000000efe4000 JavaThread "http-80-15" daemon [_thread_blocked, id=4724, stack(0x0000000016030000,0x0000000016130000)]
    0x000000000f400800 JavaThread "http-80-14" daemon [_thread_blocked, id=4480, stack(0x0000000015f30000,0x0000000016030000)]
    0x000000000f401800 JavaThread "http-80-13" daemon [_thread_blocked, id=4664, stack(0x0000000013130000,0x0000000013230000)]
    0x000000000efe2800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2520, stack(0x0000000012730000,0x0000000012830000)]
    0x000000000f400000 JavaThread "Thread-125" daemon [_thread_blocked, id=4264, stack(0x0000000012430000,0x0000000012530000)]
    0x000000000e2d6000 JavaThread "Store Object Change Times Spool Thread" daemon [_thread_blocked, id=3716, stack(0x000000000ec80000,0x000000000ed80000)]
    0x0000000010dc7000 JavaThread "Store ActorViewsMapping Spool Thread" daemon [_thread_blocked, id=4720, stack(0x0000000016710000,0x0000000016810000)]
    0x0000000010dc6800 JavaThread "Store ActorViews Spool Thread" daemon [_thread_blocked, id=872, stack(0x0000000016610000,0x0000000016710000)]
    0x0000000010dc5800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4396, stack(0x0000000016420000,0x0000000016520000)]
    0x0000000010dc2800 JavaThread "ajp-8029-Acceptor-0" daemon [_thread_in_native, id=2712, stack(0x0000000015e30000,0x0000000015f30000)]
    0x0000000010dc2000 JavaThread "ajp-8029-CometPoller-7" daemon [_thread_blocked, id=5032, stack(0x0000000015d30000,0x0000000015e30000)]
    0x0000000010dc1800 JavaThread "ajp-8029-CometPoller-6" daemon [_thread_blocked, id=4356, stack(0x0000000015c30000,0x0000000015d30000)]
    0x000000000d64f000 JavaThread "ajp-8029-CometPoller-5" daemon [_thread_blocked, id=2728, stack(0x0000000015b30000,0x0000000015c30000)]
    0x000000000d64e000 JavaThread "ajp-8029-CometPoller-4" daemon [_thread_blocked, id=4912, stack(0x0000000015a30000,0x0000000015b30000)]
    0x000000000d64d800 JavaThread "ajp-8029-CometPoller-3" daemon [_thread_blocked, id=4792, stack(0x0000000015930000,0x0000000015a30000)]
    0x000000000d64c800 JavaThread "ajp-8029-CometPoller-2" daemon [_thread_blocked, id=3488, stack(0x0000000015830000,0x0000000015930000)]
    0x000000000d64c000 JavaThread "ajp-8029-CometPoller-1" daemon [_thread_blocked, id=4052, stack(0x0000000015730000,0x0000000015830000)]
    0x000000000d64b000 JavaThread "ajp-8029-CometPoller-0" daemon [_thread_blocked, id=4112, stack(0x0000000015630000,0x0000000015730000)]
    0x000000000d64a800 JavaThread "ajp-8029-Poller-7" daemon [_thread_blocked, id=3692, stack(0x0000000015530000,0x0000000015630000)]
    0x000000000d64a000 JavaThread "ajp-8029-Poller-6" daemon [_thread_blocked, id=3792, stack(0x0000000015430000,0x0000000015530000)]
    0x000000000d649000 JavaThread "ajp-8029-Poller-5" daemon [_thread_blocked, id=4124, stack(0x0000000015330000,0x0000000015430000)]
    0x000000000d648800 JavaThread "ajp-8029-Poller-4" daemon [_thread_blocked, id=2628, stack(0x0000000015230000,0x0000000015330000)]
    0x000000000d647800 JavaThread "ajp-8029-Poller-3" daemon [_thread_blocked, id=4884, stack(0x0000000015130000,0x0000000015230000)]
    0x000000000fa1c800 JavaThread "ajp-8029-Poller-2" daemon [_thread_blocked, id=1432, stack(0x0000000015030000,0x0000000015130000)]
    0x000000000fa1b800 JavaThread "ajp-8029-Poller-1" daemon [_thread_blocked, id=3776, stack(0x0000000014f30000,0x0000000015030000)]
    0x000000000fa1b000 JavaThread "ajp-8029-Poller-0" daemon [_thread_blocked, id=2376, stack(0x0000000014e30000,0x0000000014f30000)]
    0x000000000fa1a000 JavaThread "http-80-12" daemon [_thread_blocked, id=3036, stack(0x0000000014d30000,0x0000000014e30000)]
    0x000000000fa19800 JavaThread "http-80-11" daemon [_thread_blocked, id=3472, stack(0x0000000014c30000,0x0000000014d30000)]
    0x000000000fa19000 JavaThread "http-80-10" daemon [_thread_blocked, id=3796, stack(0x0000000014b30000,0x0000000014c30000)]
    0x000000000fa18000 JavaThread "http-80-9" daemon [_thread_blocked, id=4920, stack(0x0000000014a30000,0x0000000014b30000)]
    0x000000000fa17800 JavaThread "http-80-8" daemon [_thread_blocked, id=2552, stack(0x0000000014930000,0x0000000014a30000)]
    0x000000000fa16800 JavaThread "http-80-7" daemon [_thread_blocked, id=3468, stack(0x0000000014830000,0x0000000014930000)]
    0x000000000fa16000 JavaThread "http-80-6" daemon [_thread_blocked, id=3596, stack(0x0000000014730000,0x0000000014830000)]
    0x000000000fa15000 JavaThread "http-80-5" daemon [_thread_blocked, id=1800, stack(0x0000000014630000,0x0000000014730000)]
    0x000000000f006800 JavaThread "http-80-4" daemon [_thread_blocked, id=828, stack(0x0000000014530000,0x0000000014630000)]
    0x000000000f005800 JavaThread "http-80-3" daemon [_thread_blocked, id=4128, stack(0x0000000014430000,0x0000000014530000)]
    0x000000000f005000 JavaThread "http-80-2" daemon [_thread_blocked, id=4608, stack(0x0000000014330000,0x0000000014430000)]
    0x000000000f004000 JavaThread "http-80-1" daemon [_thread_blocked, id=4028, stack(0x0000000014230000,0x0000000014330000)]
    0x000000000f003800 JavaThread "http-80-Acceptor-0" daemon [_thread_in_native, id=4560, stack(0x0000000014130000,0x0000000014230000)]
    0x000000000e596000 JavaThread "http-80-Sendfile-0" daemon [_thread_blocked, id=312, stack(0x0000000014030000,0x0000000014130000)]
    0x000000000e595800 JavaThread "http-80-CometPoller-7" daemon [_thread_blocked, id=3024, stack(0x0000000013f30000,0x0000000014030000)]
    0x000000000e594800 JavaThread "http-80-CometPoller-6" daemon [_thread_blocked, id=1484, stack(0x0000000013e30000,0x0000000013f30000)]
    0x000000000e594000 JavaThread "http-80-CometPoller-5" daemon [_thread_blocked, id=4116, stack(0x0000000013d30000,0x0000000013e30000)]
    0x000000000e593000 JavaThread "http-80-CometPoller-4" daemon [_thread_blocked, id=4832, stack(0x0000000013c30000,0x0000000013d30000)]
    0x000000000dd82000 JavaThread "http-80-CometPoller-3" daemon [_thread_blocked, id=4900, stack(0x0000000013b30000,0x0000000013c30000)]
    0x000000000dd81800 JavaThread "http-80-CometPoller-2" daemon [_thread_blocked, id=5072, stack(0x0000000013a30000,0x0000000013b30000)]
    0x000000000dd80800 JavaThread "http-80-CometPoller-1" daemon [_thread_blocked, id=4276, stack(0x0000000013930000,0x0000000013a30000)]
    0x000000000dd80000 JavaThread "http-80-CometPoller-0" daemon [_thread_blocked, id=3744, stack(0x0000000013830000,0x0000000013930000)]
    0x000000000dd7f000 JavaThread "http-80-Poller-7" daemon [_thread_blocked, id=3524, stack(0x0000000013730000,0x0000000013830000)]
    0x000000000dd7e800 JavaThread "http-80-Poller-6" daemon [_thread_blocked, id=4420, stack(0x0000000013630000,0x0000000013730000)]
    0x000000000dd7e000 JavaThread "http-80-Poller-5" daemon [_thread_blocked, id=4660, stack(0x0000000013530000,0x0000000013630000)]
    0x000000000dd7d000 JavaThread "http-80-Poller-4" daemon [_thread_blocked, id=4984, stack(0x0000000013430000,0x0000000013530000)]
    0x000000000dd7c800 JavaThread "http-80-Poller-3" daemon [_thread_blocked, id=1144, stack(0x0000000013330000,0x0000000013430000)]
    0x000000000dd7b800 JavaThread "http-80-Poller-2" daemon [_thread_blocked, id=4100, stack(0x0000000013230000,0x0000000013330000)]
    0x000000000dd7b000 JavaThread "http-80-Poller-1" daemon [_thread_blocked, id=4828, stack(0x0000000013030000,0x0000000013130000)]
    0x000000000efe8800 JavaThread "http-80-Poller-0" daemon [_thread_blocked, id=2100, stack(0x0000000012f30000,0x0000000013030000)]
    0x000000000efe7800 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=4592, stack(0x0000000012e30000,0x0000000012f30000)]
    0x000000000efe6000 JavaThread "proxyCleanUpTimer" daemon [_thread_blocked, id=3676, stack(0x0000000012d30000,0x0000000012e30000)]
    0x000000000efe5800 JavaThread "Store SharedResourceList Spool Thread" daemon [_thread_blocked, id=4416, stack(0x0000000012c30000,0x0000000012d30000)]
    0x000000000efe5000 JavaThread "Store Sync relationships Spool Thread" daemon [_thread_blocked, id=2976, stack(0x0000000012b30000,0x0000000012c30000)]
    0x000000000efe1000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=2512, stack(0x0000000012630000,0x0000000012730000)]
    0x000000000e2d5800 JavaThread "Store Roles Spool Thread" daemon [_thread_blocked, id=416, stack(0x0000000012330000,0x0000000012430000)]
    0x000000000e2d4800 JavaThread "Store Groups Spool Thread" daemon [_thread_blocked, id=3164, stack(0x0000000012230000,0x0000000012330000)]
    0x000000000e2d4000 JavaThread "Store Form images Spool Thread" daemon [_thread_blocked, id=1292, stack(0x0000000012130000,0x0000000012230000)]
    0x000000000e069800 JavaThread "Store Skin Properties Spool Thread" daemon [_thread_blocked, id=2916, stack(0x0000000012030000,0x0000000012130000)]
    0x000000000e069000 JavaThread "Store Skin Definitions Spool Thread" daemon [_thread_blocked, id=3768, stack(0x0000000011f30000,0x0000000012030000)]
    0x000000000e068000 JavaThread "Store Sysdata Spool Thread" daemon [_thread_blocked, id=4132, stack(0x0000000011e30000,0x0000000011f30000)]
    0x000000000e067800 JavaThread "Store Js Spool Thread" daemon [_thread_blocked, id=3076, stack(0x0000000011d30000,0x0000000011e30000)]
    0x000000000e066800 JavaThread "Store Html Spool Thread" daemon [_thread_blocked, id=4120, stack(0x0000000011c30000,0x0000000011d30000)]
    0x000000000e066000 JavaThread "Store Compiled forms Spool Thread" daemon [_thread_blocked, id=5084, stack(0x0000000011b30000,0x0000000011c30000)]
    0x000000000e065000 JavaThread "Store Active links Spool Thread" daemon [_thread_blocked, id=5092, stack(0x0000000011a30000,0x0000000011b30000)]
    0x000000000e064800 JavaThread "Store Displayed fields Spool Thread" daemon [_thread_blocked, id=1304, stack(0x0000000011930000,0x0000000011a30000)]
    0x000000000e063800 JavaThread "Store Form fields Spool Thread" daemon [_thread_blocked, id=4960, stack(0x0000000011830000,0x0000000011930000)]
    0x000000000e063000 JavaThread "Store Field maps Spool Thread" daemon [_thread_blocked, id=2284, stack(0x0000000011570000,0x0000000011670000)]
    0x000000000e062800 JavaThread "Store Forms Spool Thread" daemon [_thread_blocked, id=4056, stack(0x0000000011730000,0x0000000011830000)]
    0x000000000e144000 JavaThread "MidTier-CacheSaveThread" daemon [_thread_blocked, id=2848, stack(0x0000000011470000,0x0000000011570000)]
    0x000000000e597000 JavaThread "com.remedy.arsys.share.DiskCacheManager@10731f3f" daemon [_thread_blocked, id=3564, stack(0x0000000011370000,0x0000000011470000)]
    0x000000000efb0800 JavaThread "com.remedy.arsys.share.GoatCacheManager@549ad840" daemon [_thread_blocked, id=2660, stack(0x0000000010130000,0x0000000010230000)]
    0x000000000f9fb800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=3196, stack(0x00000000102a0000,0x00000000103a0000)]
    0x000000000dd67000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=340, stack(0x000000000ee80000,0x000000000ef80000)]
    0x000000000dd66800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=968, stack(0x000000000ed80000,0x000000000ee80000)]
    0x000000000bb0d800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3728, stack(0x000000000d2b0000,0x000000000d3b0000)]
    0x000000000bb0d000 JavaThread "RMI TCP Accept-8050" daemon [_thread_in_native, id=3584, stack(0x000000000d1b0000,0x000000000d2b0000)]
    0x000000000bb0c000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=2308, stack(0x000000000d020000,0x000000000d120000)]
    0x000000000baca800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2720, stack(0x000000000c500000,0x000000000c600000)]
    0x000000000bac0800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=292, stack(0x000000000c400000,0x000000000c500000)]
    0x000000000baac000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2956, stack(0x000000000c300000,0x000000000c400000)]
    0x000000000baa7800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1804, stack(0x000000000c200000,0x000000000c300000)]
    0x000000000baa2000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3264, stack(0x000000000c100000,0x000000000c200000)]
    0x000000000baa1000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4492, stack(0x000000000c000000,0x000000000c100000)]
    0x000000000ba51000 JavaThread "Finalizer" daemon [_thread_blocked, id=3132, stack(0x000000000bf00000,0x000000000c000000)]
    0x000000000ba4a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3556, stack(0x000000000be00000,0x000000000bf00000)]
    0x000000000073e800 JavaThread "main" [_thread_in_native, id=2336, stack(0x0000000001150000,0x0000000001250000)]
    Other Threads:
    0x000000000ba3e800 VMThread [stack: 0x000000000b870000,0x000000000b970000] [id=4312]
    0x000000000bc7c000 WatcherThread [stack: 0x000000000d3b0000,0x000000000d4b0000] [id=3880]
    =>0x0000000000615000 (exited) GCTaskThread [stack: 0x0000000000000000,0x0000000000000000] [id=1468]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0000000000610880] Threads_lock - owner thread: 0x000000000ba3e800
    [0x0000000000610e00] Heap_lock - owner thread: 0x000000000fa1a000
    Heap
    par new generation total 943744K, used 887765K [0x00000006f0000000, 0x0000000730000000, 0x0000000730000000)
    eden space 838912K, 100% used [0x00000006f0000000, 0x0000000723340000, 0x0000000723340000)
    from space 104832K, 46% used [0x00000007299a0000, 0x000000072c955778, 0x0000000730000000)
    to space 104832K, 40% used [0x0000000723340000, 0x0000000725c34310, 0x00000007299a0000)
    concurrent mark-sweep generation total 3145728K, used 988402K [0x0000000730000000, 0x00000007f0000000, 0x00000007f0000000)
    concurrent-mark-sweep perm gen total 262144K, used 134566K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
    Code Cache [0x0000000001250000, 0x0000000001fe0000, 0x0000000004250000)
    total_blobs=3677 nmethods=2843 adapters=785 free_code_cache=36313984 largest_free_block=11264
    Dynamic libraries:
    0x0000000140000000 - 0x000000014001c000      D:\Program Files\Apache Software Foundation\Tomcat6.0\bin\tomcat6.exe
    0x00000000772e0000 - 0x0000000077466000      C:\Windows\system32\ntdll.dll
    0x00000000770e0000 - 0x000000007720d000      C:\Windows\system32\kernel32.dll
    0x000007fefebb0000 - 0x000007fefecb8000      C:\Windows\system32\ADVAPI32.dll
    0x000007fefe690000 - 0x000007fefe7d3000      C:\Windows\system32\RPCRT4.dll
    0x000007fefda30000 - 0x000007fefe683000      C:\Windows\system32\SHELL32.dll
    0x000007fefecc0000 - 0x000007fefed5c000      C:\Windows\system32\msvcrt.dll
    0x000007feff260000 - 0x000007feff2c4000      C:\Windows\system32\GDI32.dll
    0x0000000077210000 - 0x00000000772dd000      C:\Windows\system32\USER32.dll
    0x000007feff2d0000 - 0x000007feff343000      C:\Windows\system32\SHLWAPI.dll
    0x000007feff370000 - 0x000007feff39d000      C:\Windows\system32\IMM32.DLL
    0x000007fefee00000 - 0x000007fefef02000      C:\Windows\system32\MSCTF.dll
    0x000007feff250000 - 0x000007feff25d000      C:\Windows\system32\LPK.DLL
    0x000007fefefc0000 - 0x000007feff05a000      C:\Windows\system32\USP10.dll
    0x000007fefc100000 - 0x000007fefc2f9000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18305_none_1509f852f40ee5cd\comctl32.dll
    0x000000006d800000 - 0x000000006dfb8000      C:\Program Files\Java\jre6\bin\server\jvm.dll
    0x000007fefb810000 - 0x000007fefb849000      C:\Windows\system32\WINMM.dll
    0x000007feff060000 - 0x000007feff238000      C:\Windows\system32\ole32.dll
    0x000007fefe7e0000 - 0x000007fefe8b3000      C:\Windows\system32\OLEAUT32.dll
    0x000007fefb620000 - 0x000007fefb675000      C:\Windows\system32\OLEACC.dll
    0x000000006d770000 - 0x000000006d77e000      C:\Program Files\Java\jre6\bin\verify.dll
    0x000000006d3b0000 - 0x000000006d3d7000      C:\Program Files\Java\jre6\bin\java.dll
    0x000000006d7c0000 - 0x000000006d7d2000      C:\Program Files\Java\jre6\bin\zip.dll
    0x000000006d550000 - 0x000000006d55a000      C:\Program Files\Java\jre6\bin\management.dll
    0x000000006d610000 - 0x000000006d627000      C:\Program Files\Java\jre6\bin\net.dll
    0x000007fefef70000 - 0x000007fefefb4000      C:\Windows\system32\WS2_32.dll
    0x000007feff240000 - 0x000007feff247000      C:\Windows\system32\NSI.dll
    0x000007fefcda0000 - 0x000007fefcdef000      C:\Windows\system32\mswsock.dll
    0x000007fefcfa0000 - 0x000007fefcfa7000      C:\Windows\System32\wship6.dll
    0x000007fefc810000 - 0x000007fefc823000      C:\Windows\system32\NLAapi.dll
    0x000007fefd060000 - 0x000007fefd083000      C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefd010000 - 0x000007fefd055000      C:\Windows\system32\dhcpcsvc.DLL
    0x000007fefd340000 - 0x000007fefd37a000      C:\Windows\system32\DNSAPI.dll
    0x000007fefd880000 - 0x000007fefd89c000      C:\Windows\system32\Secur32.dll
    0x000007fefd000000 - 0x000007fefd00a000      C:\Windows\system32\WINNSI.DLL
    0x000007fefcfd0000 - 0x000007fefcffb000      C:\Windows\system32\dhcpcsvc6.DLL
    0x000007fefb5e0000 - 0x000007fefb5f3000      C:\Windows\system32\napinsp.dll
    0x000007fefb610000 - 0x000007fefb61b000      C:\Windows\System32\winrnr.dll
    0x000007feff3a0000 - 0x000007feff3f5000      C:\Windows\system32\WLDAP32.dll
    0x0000000077480000 - 0x0000000077489000      C:\Windows\system32\PSAPI.DLL
    0x000007fefca20000 - 0x000007fefca27000      C:\Windows\System32\wshtcpip.dll
    0x000007fefbd30000 - 0x000007fefbd38000      C:\Windows\system32\rasadhlp.dll
    0x000007fefcab0000 - 0x000007fefcaf8000      C:\Windows\system32\rsaenh.dll
    0x000007fefd8a0000 - 0x000007fefd8c6000      C:\Windows\system32\USERENV.dll
    0x0000000010000000 - 0x0000000010124000      D:\Program Files\Apache Software Foundation\Tomcat6.0\bin\tcnative-1.dll
    0x000000006d630000 - 0x000000006d63b000      C:\Program Files\Java\jre6\bin\nio.dll
    0x000000006d6b0000 - 0x000000006d6b6000      C:\Program Files\Java\jre6\bin\rmi.dll
    0x000000006d000000 - 0x000000006d1c4000      C:\Program Files\Java\jre6\bin\awt.dll
    0x000007fefa610000 - 0x000007fefa668000      C:\Windows\system32\WINSPOOL.DRV
    0x000007fefb990000 - 0x000007fefba30000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6002.18305_none_41466cae55469b30\COMCTL32.dll
    0x000000006d4d0000 - 0x000000006d505000      C:\Program Files\Java\jre6\bin\jpeg.dll
    0x000007fefa6a0000 - 0x000007fefa6b1000      C:\Windows\system32\DWMAPI.DLL
    0x000000006d2a0000 - 0x000000006d307000      C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x000000006d210000 - 0x000000006d238000      C:\Program Files\Java\jre6\bin\dcpr.dll
    0x000007fef5730000 - 0x000007fef5843000      C:\Windows\system32\dbghelp.dll
    VM Arguments:
    jvm_args: -Dcatalina.base=D:\Program Files\Apache Software Foundation\Tomcat6.0 -Dcatalina.home=D:\Program Files\Apache Software Foundation\Tomcat6.0 -Duser.timezone=Europe/Zurich -Djava.endorsed.dirs=D:\Program Files\Apache Software Foundation\Tomcat6.0\endorsed -Djava.io.tmpdir=D:\Program Files\Apache Software Foundation\Tomcat6.0\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=D:\Program Files\Apache Software Foundation\Tomcat6.0\conf\logging.properties -XX:PermSize=256m -XX:MaxPermSize=256m -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8050 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:+UseConcMarkSweepGC -Xloggc:D:\temp\gc.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:NewRatio=3 -Xms4096m -Xmx4096m
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=D:\BMCSOF~1\ARSystem\midtier\WEB-INF\lib
    USERNAME=SS001416$
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 29 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2008 , 64 bit Build 6002 Service Pack 2
    CPU:total 2 (1 cores per cpu, 1 threads per core) family 6 model 29 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
    Memory: 4k page, physical 8387172k(4029444k free), swap 12516000k(6923044k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.8-b03) for windows-amd64 JRE (1.6.0_33-b03), built on May 9 2012 12:47:08 by "java_re" with MS VC++ 8.0 (VS2005)
    time: Tue Jul 17 08:20:04 2012
    elapsed time: 56240 seconds

    Hi,
    I would suggest you to upgrade to the latest available JRockit update and see if this resolves the issue.
    Refer to Issues Resolved in Oracle JRockit JDK R28 - Release R28
    Thanks,
    Sharmela

  • How to specify HTML meta tags?

    I'm trying to get a portal to always have the following an HTML meta tag in the head of the generated HTML:
    <meta name="ROBOTS" content="NOFOLLOW" />
    I haven't seen any documentation about doing this in particular, but looking at some of the XML schema (*.xsd) files in various weblogic-specific jars, it seems like maybe the following would work in the <netuix:head> tag of the .portal configuration file for the portal:
    <netuix:head>
    <netuix:meta name="ROBOTS" content="NOFOLLOW" />
    </netuix:head>
    However, this does not seem to work.
    Also, I've checked the skin.properties file to see if there are any comments about how to specify meta tags, but there aren't any.

    Turns out there are a number of ways to do this. A BEA consultant recommended modifying the "head.jsp" for the portal's skin.
    Alternatively, it dawned on me that all I had to do was put the meta tags in a jsp and use that jsp in the head area of the .portal file. For example:
    <netuix:head>
    <netuix:jspContent contentUri="/resources/jsp/customHead.jsp"/>
    </netuix:head>

  • Use of Services without SR and ESR

    Hello, for this one I need to explain something:
    I'm writing my diploma about ESOA. Because of this I allready have created a application which uses Enterprise Services. But because I used the ESWorkplace I've had some restrictions.
    - If I used the SR of the ESWorkplace together with a in my CE generated Destination I could not use the Services because the SR gave me the SAP internal URL to the service(iwdf...) which I could not reach. I solved this problem the following way:
    - Get the Service-WSDL-Url from the ESWorkplace
    - Create a WSDL Destination in the CE with the WSDL-URL from above and the System-Data of HU2
    - Use this Destination in WD Java for an adaptive Web Service Model and again the WSDL-URL
    With these steps I was able to use the Services. But I had to create a destination for every single Webservice. It's ok, it worked and this was everything I wanted. But as a result of this I haven't used the ESR and the SR at all. Because all i needed was the WSDL-Url of the service and the system data of the corresponding System.
    Now the question comes up: In case of a ERP System with installed Enhancement Packs without an SR or ESR: Would I be able to use the Services in the same way? I mean: in /wsadmin on HU2 I'm able to get the wsdl-Url. But could this information also be found there without a SR or ESR?
    I have tried to use the services of a CRM 2007 System (which has preinstalled services as CustomerQuoteByID) we physically have here in our company. But I simply don't get the needed WSDL-URL. In fact the Service can't be found in /wsadmin. Is this because of the missing SR and ESR? Or am I doing something wrong?
    I really don't get the neccessarity of the SR and ESR at all. Ok, I know what I can do with them. Modelling Services with the ESR or using them if I don't have a supplier. And Browsing available Services in the SR. But if a customer has no CE or PI and because of this no SR and ESR: Would there be a way for using his services. Don't get me wrong: I know how to use bapis and rfcs, and I also know the the ES only use the BAPIs with an additional Interface with some extra functionality like failure and exception handling. But how to use these ES without the ESR and SR?
    I hope you understand my question. I would be very happy about an reply!
    Geetings, Marco

    Hello!
    I'm trying to use a ResourceBundle to store properties
    that arn't locale-specific - its a sort of
    look-and-feel type arrangement. The way more specific
    ResourceBundles inherit properties from more general
    ones would be really useful, but since its not a
    locale that's used to pick a particular bundle I'm
    having trouble working out how I can use it for this
    purpose.
    Has anybody used ResourceBundles for non-locale
    specific uses before, or does anyone know of anything
    else that might be more appropriate?
    Thanks loads for any help!!
    NicolaYes, you make up your own Locales with anything you want in place of the language, country, and variant. As long as you're not setting the Locale, it works great!
    ResourceBundle laf = new ResourceBundle.getBundle("skins.properties", new Locale("flavor", "chocolate",""));will get all resources in skins.properties and over-riding entries from skins_flavor_chocolate.properties".

  • Adding background image to portlet title bar

    Hi,
    Does anyone know how to add a background image to a portlet title bar. I have tried using the LAF editor but nothing seems to work. The image will be static and not change.
    Any help appreciated.

    Hi Chris
    You have to modify the .css file depending on the type of Skin you are using like "default" or "bighorn" in case of 10.x and 9.x etc. Best thing is to install Firebug for Firefox and inspect the Titlebar in firebug. That should tell exactly which .css file and which element in that .css file is used to render the Portlet Title bar.
    For "default" skin, the file is window.css and the element in this file is ".bea-portal-window-titlebar" with background-color: #XXXXXX. Replace this or add another field like background-image: url(your image path). This window.css file can be found under WebContent\framework\skins\default\css\window.css. Remember that in 9.x and 10.x to see this file from Workshop IDE, you need to switch view to Merged Projects and select this file and copy this to your project to view it. BUT, I would not recommend to modify any out of box .css file. Instead create a new file custom.css file and add entries in this file which you want to overwrite. This is the standard way to customize any out of box skins look and feel. So in your custom.css file your will have one entry like this:
    .bea-portal-window-titlebar {
    background-image: url(your image path)
    For "bighorn" skin introduced in 9.x and 10.x, the elements in .css files are slighty different but the concept is same. I customized out of box bighorn skin to change background color of portlet title bar. The .css location for portlet title bar for bighorn skin is: WebContent\framework\skins\bighorn\css\colors.css and the element is ".wlp-bighorn-titlebar". For quick testing from Firebug, inspect this element and change the background color to something else and see if it reflects in Firefox. Then you can create custom.css file under same folder structure in your portal web project and over write this element and this field alone with the background-image that you want something like:
    .wlp-bighorn-titlebar {
    background-color:#FF0000;
    background-image:url(your image path);
    It is highly recommended to have all customizations go into custom.css file only. Please make sure that you have this custom.css file entry in the skin.xml file (in case of bighorn) or skin.properties file (in case of old legacy default skin). This .xml or .properties file can be found under same folder structure like: WebContent\framework\skins\yourSkin. For new bighorn skin.xml file this custom.css file entry is already there. But for old legacy default skin you may need to add this entry.
    HTH
    Ravi Jegga

  • Qs on CLAF Personalization

    I am creating my own custom skin using Customize and Look and Feel Admin Responsibility.
    Here are the steps:
    1) Just Created base-desktop skin without changing any property.
    When i set Oracle Look and Feel Profile to this skin, i can see applied but i looses all the BLAF skin properties. If i need to make almost same just few changes like back ground color change and link color change, i have to change most of the component like TabBar, Train etc etc property to show correct image as it shows in Oracle BLAF. I hope you do understand.
    where do i find all properties of Named Style, Selectors and Icons for all components so that i can make it look like Oracle BLAF? They are not mentioned in Personalization guide.
    I have Personalization guide but it doesn't tell exact property name for like Tab how i can show it with same curve tbb.gif image or train look like rounded shape. So where i can find all this information.
    Is there any way i can extend my custom skin from Oracle BLAF instead of base or simple desktop? I did not understand this restriction. I hope there should be some workaround by importing oa.xss or some xss that provides blaf standard to new xxxlaf.xss styles.
    Please help.

    I am also having the same issue , i created a sample skin from CLAF Responsibility , if i apply that to the profile for a particular responsibility , everything gets changed , bankground colour forground colour .. everything , while in the skil i have just increased the font size . but the font size is still the same .
    I am not sure where i am going wrong
    please help me

  • Mobility tags in WegLogic Portal 9.2

    Has anyone successfully used the mobility tags <mm:layout> and <mm:group> in WebLogic Portal 9.2 in the way described, for example, on page 62 of the WebLogic Mobility Server User Guide (I'm looking at v3.5, Sept 2006)?
    I am trying to user a different format for display on a mobile or PDA device in the way described, but with no success. I have successfully used the <mm:include where="IsPDA"> tag, so I know my device type is being recognised. I'm using the standard built in PDA emulator, and the Openwave v7 simulator for mobile devices.
    I'm also having trouble picking up alternative images from the path specified in the skin.properties file.
    Many thanks in advance for any help you may give me for these two problems.
    Regards
    Phil

    Hi Phil,
    I have been in contact with Mobility Support regarding this issue.
    ==============================
    From their email they mention:
    <mm:group> would not usually be used within portlets. Each portlet is effectively an mm:group and will be enclosed as such within the framework.
    Similarly mm:layout is handled by the mobilized framework. If you do a search through the files in the framework you will find mm:layouts and mm:groups defined.
    The "presentation of mobile content" functionality described in the docs is refering to standalone JSP files, and how you would mobilize them. With the framework, most of the mobilization has already been done.
    Many Thanks,
    Mobility Support

  • ADF af:column width attribute

    Hello,
    I'm trying to expand the width of columns inside an af:table component so they stretch automatically according to the parent's size. I have tried all ways but columns always get set the default 100px width. The only way to make it stretch is using the af:table attribute columnStretching="last", but it only stretches the last column, not the whole table.
    Anyone ever had the same problem?
    Thanks!

    Short answer: Sorry, you can't.
    If you look at the generated HTML code, you'll see that a table with 2 columns in your code does not end up creating a table and 2 columns in the html, it ends up far more complicated.
    In fact if you set the width to something like 555 and then search on 555 in the code, you won't even find it. Because the width are calculated from the server side.
    So while it may be possible to override this, and to set the width to a percent (And to do so I would recommend investigating using styleClass and inlineStyle to set the width)
    To quote from the oracle docs
    The data cells in the table rendered by<af:column> tags can be styled by using styleClass and inlineStyle attributes.
    The column header cells can be styled using headerClass attribute.
    Please note that changing padding and border settings through these attributes is very dangerous.
    We calculate widths on the server side and expect padding and border attributes to be specified as skinning properties.
    If they get overridden, the aligment[sic] of the table cells might be messed up.

Maybe you are looking for

  • How to Show BI report in adf form ?

    How to show bi Report in adf form ? (i dont show dashboard in adf form

  • Toshiba Canvio 3.0 1TB not recognized by Windows 7

    This external HD used to work with no problem.  Now I can't get Windows 7 to see its connected.  Here are all the solutions I have tried: Tried on multiple laptops including Dell Inspiron and HP Pavilion dv7 Tried every USB port on all those computer

  • Xorg.conf (help)

    Got 2 screens on my computer, a 22" Samsung on DVI and a 40" Sony on HDMI. 1. My 40" TV automatically becomes the primary screen. I want my 22" as primary. 2. I want extended desktop configured in the xorg.conf since i need to use the xorg.conf anywa

  • Getting an error msg while trying to run the java class from CMC

    Hi All, I am getting an error, while trying to run the java .class file, that which is imoported into CMC. Error msg: Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file      at java.lang.ClassLoader.d

  • Operating system from Windows 8 to Windows 7

    I recently switched opreating system from Windows 8 to Windows 7.  I have no driver loaded for SM Bus Controller. How can I locate this to load the driver?