OBR - Finer control using soacomposer

Hi
I'm developing a SOA 11g/ BPM project , some use cases are using Rules as engine (Decision Tables)
My question is about Dictionaries access control , we will have more than on project and the user will edit then using SOA Composer.
Using SOA Composer the user access all Dictionaries deployed (some rules belong to others departments ), and can modify any Rule, in my opinion it's dangerous!!
It's correct ? Can I have another approach to control rule edition by users ?
(sorry for my poor english :) )
Thanks
Helder Klemp

You can utilize the wlserver ant task to start and stop a WLS instance, documented
in e-docs at:
http://edocs.bea.com/wls/docs81/admin_ref/ant_tasks.html#1023263
Hope this helps.
Erik Johnson
"Paul Reilly" <[email protected]> wrote:
>
I would like to startup and shutdown a server using an Ant script that
controls
the classpath and the JVM options. The wlserver task does not allow
these options
to be set under Ant control. They are fiixed by the scripts setWLSEnv.cmd
(or
setWLSEnv.sh) which are run prior to running Ant, which defeats my purpose.
Access
to the weblogic.Server javadoc (and the weblogic.server Javadoc) would
help solve
the problem but this documentation has proven very elusive.
I'm using WebLogic Server 8.1
Any help is much appreciated.
-pmr

Similar Messages

  • [iPhone] UI control using OpenGL ES

    I'm writing a ui control using OpenGL ES. It should be able to function as a component on a screen amongst other components, or as a full screen component (not going to hide the status bar etc, I just mean occupying the full 'user area').
    My question is: should I write it as a UiView, or a UiComponent? Currently I have OpenGL code functioning as a UiView, it works fine. Can anyone more experienced point me at the pros and cons etc. of doing this control as a view or a component? Or is there a clear "correct" answer?

    Just to add: I do realise that UiControl is a subclass of UiView. The more I think of it, subclassing UiView seems to be more appropriate.

  • 3.4.1 problem with fine control slider control

    Normally, when I want to make small changes to a value (i.e. the Contrast setting in the Basic panel), I click the actual number located next to the slider, followed by dragging the mouse left or right.  This normally has finer control on changing the value than using the actual slider, especially when wanting to make only a very small change.
    However, since install Lightroom 3.4.1, I need to drag the mouse halfway across the screen for very minor changes.
    Stephane

    This is a known bug for the Adjustment Brush and the Graduated Filter of the Develop Module.
    To my knowledge it hasn't been observed for the other sliders in the Develop Module.
    You might want to report it as a bug.
    These sliders work fine on my system (Win XP - LR 3.4.1).
    BTW: It's called the "scrubby" sliders when you click on the numbers and drag the mouse.
    Did you know that you also can enter numerical values into the number fields with the keyboard?
    Also, Up/Down-Arrow moves the values in increments of 1; Shift + Up/Down-Arrows moves the values in increments of 10.
    In  the Adjustment Brush and the Graduated Filter only the Shift + Arrows works (in increments of 10) - Arrows alone dosn't work - it's a known bug.
    WW

  • Slider / value fine control

    please can someone tell me that there is a keyboard shortcut to increase the value of each develop setting by its minimal amout!
    With the slow screen update the sliders are doing my head in!

    Hi Jonathon
    thanks
    yes my comments of course aren't directed at you - i realise that you dont need to click to make those changes: I'm exapserated because in a real workflow you would have been using sliders to make gross adjustments, you'd then want to fine tune those adjustments.  In that scenario up down arrows just move value of most sliders 5. alt/shift do nothing. Even less sensibly using +/- changes the exposure.
    So my point is that once you've used a slider there is no way to get fine control of that slider - you have to click on something else, then hover over the original slider.  This feels like a windows interface: there are 10 ways to use it, all of them crap.
    A short term fix would be to make the behaviour the same whether you are mousing over or have clicked on a slider.
    (but its still not great because arrow control is a right handed action: better to either have fine control with the left hand so you can keep your hand o nthe mouse, or use modifiers like alt/shift).

  • User Control using flash

    Hello,
         I am new in adobe technology. Our company is on feasibility study about user control development using flash for our application. Now I am exploring flash builder and action script. I dont know about that i am on the right choice. I saw lot of controls using flash we are  using some controls. My question is that , Is flash builder is using to develop user controls for web applications.
    With thanks and regards
    Shibu

    JCD.
    http://jcd.flashjester.com
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • Retrieving values from table control using DYNP_VALUES_READ

    Hi all,
    I am trying to retrieve the values from the table control using the FM DYNP_VALUES_READ. I have a situation where user enter values in table control in T.code FB60 in Withholding tab for validation purpose. There i'll have to check based on some entries maintained in SET.
    I am unable to get the values when i scroll to the next page in the table control. FM raising an exception invalid_dynprofield.
    Expecting reply...

    You have to populate the dynpfields internal table before calling the function,
    data: repid like sy-repid.
    dynpfields-fieldname = 'PNAME'.
    append dynpfields.
    repid = sy-repid.
    call function 'DYNP_VALUES_READ'
    exporting
    dyname = repid
    dynumb = sy-dynnr
    tables
    dynpfields = dynpfields
    exceptions
    others.
    read table dynpfields index 1.
    pname = dynpfields-fieldvalue.
    Now you will have the field value in pname
    Hope this helps
    Vinodh Balakrishnan

  • How to implement line selectability for a table control using table Wizard?

    Hello SDN Community,
    I have created a table control using the Table Wizard.  I found my exact question in this forum, but unfortunately it had not been andsered.  While I cannot paste a screen-print into this plane-text area, here are the steps I followed...
    1) SE51
    2) Create new screen 0100
    3) Click Layout button
    4) Clidk Table Control (with Wizard) and draw box on canvas.
    5) Step is "Start" - click Continue
    6) Step is "Name of Table Control" - provided name
    7) Step is "Table Name" - provided name of dictionary table (AUFK)
    8) Step is "Definition of Columns" - selected order numver and order text
    9) Step is "Table Control Attributes" - Line Selectability is in display mode - cannot set it.
    I would like to have a selectability column for my table.  Would appreciate any insight into how to do this.
    Thank you,
    Dean Atteberry.

    This is a puzzling...
    For the table control wizard, in the Table Control Attributes step, I was able to get line selectability to open up by declaring a char01 data element at the beginning of my type.
    The puzzling is in regards to the "Selection col. fld" entry field.
    If I leave it blank and try to go to the next step, I get message "Enter the name of the selection column if you are using a program table"
    So it looked like it wanted to know the name of my selection column.  So I type in "CHAR1".  and got the message "The field "CHAR1" for the selection column is already contained in the table."
    Hmmmmm.... don't understand............
    Dean Atteberry.

  • How can I reference a winforms control using a variable in Powershell?

    I have a powershell winform that has a lot of text boxes, but for the sake of this post, lets say I have 5. I want to loop through the 5 text boxes to see if their text property is empty. If the textbox contains something, I want to add the text value to
    an array. Here's an example of what I'm trying to do.
    textbox1.text = "Red"
    textbox2.text = ""
    textbox3.text = "Blue"
    textbox4.text = ""
    textbox5.text = ""
    $MyArray = @()
    for ($i = 1; $i -le 5; $i++) {
    If ($textbox[$i].text -ne "") {
    $MyArray += $textbox[$i].text
    I realize the textbox object is not an array so this code will not work. I guess the simple question is, How can I reference a set of static controls using a variable without having to do something like this
    [object[]]$textboxes = New-Object System.Windows.Forms.TextBox
    For ($i = 1; $i -lt 5; $i++) {
    $textboxes += New-Object windows.forms.textbox
    $textboxes[$i].DataBindings.DefaultDataSourceUpdateMode = [System.Windows.Forms.DataSourceUpdateMode]::OnValidation
    $textboxes[$i].Name = $textboxes[$i]
    $BoxItems.Controls.Add($textboxes[$i])

    Hi D-Dub,
    here are two ways to retrieve the text value of $Textbox1:
    $Textbox1.Text
    (Get-Variable "Textbox1").Value.Text
    Now what could you do with the second way, inside a loop, I wonder ... ;)
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • How to create and use Webservice controls using WSDL in weblogic portal10.3

    Hi All,
    I have WSDL , How to create webservice controls using the WSDL in weblogic portal 10.3 and use those controls to invoke those webservice methods?
    please give me the documents links for this.
    Thanks
    Venkata Sarvabatla

    As far as I remember, Controls can be called only from Pageflows, BackingFiles, Another Control (Like control calling another control) etc. In pageflow we use annotation @Control and give control classname and a varialbe for that. I am pretty sure this annotation may not work from normal java class and in your case a JAVA JSR Class.
    If you installed the samples, refer the samples from WLS: C:\beawlp103\wlserver_10.3\samples\server\examples\src\examples\webservices. They have lot of fully ready to work samples with instructions. I used clientgen ant task. But you can use standard SUN JDK Command "wsimport" also to generate the java files from the WSDL. Open any command prompt. If java is in classpath, just run wsimport and that should give an idea.
    Goud

  • Just started to update my phone to iSo5 when wireless connection was lost on my laptop, I can't get it back and it says there are no networks available-router is working fine, am using it on my iPhone now. Help!

    I just updated itunes and started to update my phone to iSo5 when wireless connection was lost on my laptop, I can't get it back and it says there are no networks available-router is working fine, am using it on my iPhone now. Help!

    Reboot your router. You by chance dont have a netgear N300 WNR2000 router do you? I had one of those and would lose wifi on it constantly, Switched to a Cisco wifi router and it works much better.

  • Multiple selection in List control using CheckBox as itemrenderer

    Hey all,
                I am trying to get multiple selection working in a list control using the CheckBox as itemrederer but I am unable to get a list of selected indices even though I have multiple check boxes selected
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="vertical">
        <mx:Script>
            <![CDATA[
                private function onChange():void
                    trace(chkList.selectedIndices);
            ]]>
        </mx:Script>
    <mx:ArrayCollection id="collection">
            <mx:Object label="Test A"/>
            <mx:Object label="Test B"/>
            <mx:Object label="Test C"/>
            <mx:Object label="Test D"/>
            <mx:Object label="Test E"/>
            <mx:Object label="Test F"/>
            <mx:Object label="Test G"/>
        </mx:ArrayCollection>
    <mx:List id="chkList" dataProvider="{collection}" itemRenderer="mx.controls.CheckBox" change="onChange();" allowMultipleSelection="true"/>
    </mx:Application>
    I always get the last item I clicked
    Thanks,
    Firdosh

    Hi there, I'll tweak your code a little bit to something like this:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="vertical">
        <mx:Script>
            <![CDATA[
                 import mx.events.ListEvent;
                 import mx.controls.CheckBox;
               [Bindable]
               private var mySelectedIndexes:ArrayCollection=new ArrayCollection();
                private function onChange(e:ListEvent):void
                   if(CheckBox(e.itemRenderer).selected){
                             mySelectedIndexes.addItem(e.rowIndex);
                   }else{
                                  mySelectedIndexes.removeItemAt(mySelectedIndexes.getItemIndex(e.rowIndex));     
                   chkList.selectedIndices=mySelectedIndexes.toArray();
            ]]>
        </mx:Script>
    <mx:ArrayCollection id="collection">
            <mx:Object label="Test A"/>
            <mx:Object label="Test B"/>
            <mx:Object label="Test C"/>
            <mx:Object label="Test D"/>
            <mx:Object label="Test E"/>
            <mx:Object label="Test F"/>
            <mx:Object label="Test G"/>
        </mx:ArrayCollection>
    <mx:List id="chkList" dataProvider="{collection}" itemRenderer="mx.controls.CheckBox"  itemClick="onChange(event);" allowMultipleSelection="true"/>
    </mx:Application>

  • Installing Enterprise Manager 10g Grid Control Using an Existing Database

    I want to install Enterprise Manager 10g Grid Control 10.2.0.3 using an existing database. This database is RAC 10.2.0.2. and I use it as Infrastructure Metadata Repository.
    I is said in Oracle documentation that SYSMAN schema has to be dropped, thus Database console repository has to be dropped. As far as I understand after Grid Control installation I will not be able to use Database console for my RAC 10.2.0.2 Infrastructure Metadata Repository database. I will be able to use only Grid Control for this database.
    Am I right? Could you give me any advice about Installing Enterprise Manager 10g Grid Control Using an Existing Database?
    Thank you.

    I am trying to install the OEM rel 2.0 on AIX 5L from the downloaded software zip files which are as below,
    AIX_Grid_Control_full_10201_disk1.zip (656,766,406 bytes) (cksum - 2157028496)
    AIX_Grid_Control_full_10201_disk2.zip (655,758,726 bytes) (cksum - 2350778444)
    AIX_Grid_Control_full_10201_disk3.zip (641,760,716 bytes) (cksum - 2053607771)
    AIX_Grid_Control_full_10201_disk4.zip (606,903,411 bytes) (cksum - 4162514797)
    AIX_Grid_Control_full_10201_disk5.zip (576,555,758 bytes) (cksum - 3304661461)
    AIX_Grid_Control_full_10201_disk6.zip (459,658,650 bytes) (cksum - 3120478203)
    AIX_Grid_Control_full_10201_disk7.zip (311,903,435 bytes) (cksum - 2438252536)
    AIX_Grid_Control_full_10201_disk8.zip (224,594,251 bytes) (cksum - 2618845234)
    I am unable to locate the runInstaller in any of the disks 1- 8 ,can somebody help me on this. Thanks

  • How can I work lsmw with table control using mm01 appl?

    Hi
    How can I work lsmw with table control using mm01 appl?
    Is it difefrent the way we handle table control in BDC?
    Thank You

    Hi
    How can I work lsmw with table control using mm01 appl?
    Is it difefrent the way we handle table control in BDC?
    Thank You

  • Ipod cutting off songs. itunes plays songs just fine. not using "match."

    ipod cutting off songs. itunes plays songs just fine. not using "match."
    reformatted ipod, resynced, same problem.
    help!

    I have also had the same problem...
    The songs appear to be random, and when I plug my iPod into the computer it is fixed. Sure enough, a monthish later, it happens again.
    When my songs get cut off, they are stopped exactly half-way through. Apparently, the iPod thinks that is how long they are, because it plays the time that it shows (the total time only goes to helf of what it normally is).
    This does not seem to be a matter of old software, as I am always up-to-date on iPod software, and this has been happening to me with version 1.4.1
    I have not Restored my iPod, but apparently that will not help (according to the other posts).
    I hope somebody can answer this (although I've posted it twice before with no luck, so...)

  • Data Modeling for controls using XML views(SAPUI5)

    Hello ,
    I am trying to create Table control using XML view and binding data to it through controller onInit method.
    XML View Code is as follows :
    <core:View xmlns="sap.m" xmlns:l="sap.ui.layout" xmlns:core="sap.ui.core">
        <l:VerticalLayout width="100%">
            <l:content>
                <Text id="description" class="marginAll" />
                <Table id="idProductsTable" items="{       
                    path:'/businessData'
                }">
                    <headerToolbar>
                        <Toolbar>
                            <Label text="Products"></Label>
                        </Toolbar>
                    </headerToolbar>
                    <columns>
                        <Column>
                            <Label text="Product" />
                        </Column>
                        <Column>
                            <Label text="Supplier" />
                        </Column>
                        <Column>
                            <Label text="Dimensions" />
                        </Column>
                    </columns>
                    <items>
                        <ColumnListItem>
                            <cells>
                                <ObjectIdentifier title="{COUNTRY}" text="{COUNTRY}" />
                            </cells>
                            <Text text="{REGION}"></Text>
                            <Text text="{CITY}"></Text>
                        </ColumnListItem>
                    </items>
                </Table>
            </l:content>
        </l:VerticalLayout>
    </core:View>
    Controller onInit method Code is as follows :
    var oData = {
                businessData : [ {
                    'COUNTRY' : "Canada",
                    'CITY' : "Toronto",
                    'REGION' : "US",
                    'LANGUAGE' : "English"
                    'COUNTRY' : "China",
                    'CITY' : "Bejeing",
                    'REGION' : "Ashia",
                    'LANGUAGE' : "Chinese"
            var demoJSONModel = new sap.ui.model.json.JSONModel();
            demoJSONModel.setData(oData);
            sap.ui.getCore().getElementById("idProductsTable").setModel(
                    demoJSONModel);
    Same thing when i tried with JS views , it worked however through XML view , I am getting empty table.
    Is the data modeling correct for XML views?
    Thanks,
    Mahesh.

    I've got it ! The reason for that is you bind items as below,
         <Table id="idProductsTable" items="{    
                    path:'/businessData'
                }">
    This pattern is followed if you wanna add a formatter/sorter/grouping.
    As you don't do any of those you can bind items as below &  it doesn't require  data-sap-ui-xx-bindingSyntax="complex".
    <Table id="idProductsTable" items="{/businessData}">

Maybe you are looking for

  • Can you sync attachments from an iPhone to a Windows PC with Outlook 2007?

    Can you sync attachments from an iPhone to a Windows PC with Outlook 2007? I would like to receive email on the iphone with attachments and then sync the attachments to a Windows XP PC with Outlook 2007 without Outlook 2007 having to connect to the m

  • Ipod Touch 4g battery life

    My iPod Touch 4th generation's battery is rubbish. I charge my iPod overnight and when I get it out in the morning, and I play on it for about 20 minutes, and then my battery dies. Has this happened to anyone else??? I am going to take it back to the

  • ABAP Client Proxy does'nt work

    Hi, I have an asynchronous outbound ABAP proxy. The scenario is as follows CRM/Proxy -> XI -> File The client proxy is generated in CRM and I try to call the proxy from the following report. REPORT  Z_TEST_ABAP_PROXY_NOVA                  . DATA prxy

  • HT4623 how do i move my contacts from my iphone 3 to my iphone 4

    how to move my contacts from my iphone 3 to my iphone 4

  • Can i use "this" in the contructor?

    Hi, Hereafter is my codes: public AbstractHTTPClient(String id) super(id); parsingHandler = new HTTPParsingHandler(this); parser = new ConfigurableByteParser(parsingHandler); This can compile. But I am not sure if I can use the "this" object in the c