Control flow case to return from any page to start page!

I need to use a Image Link at Master Page for go to "Start page". but when i use control flow case don't work.
How can i assign a control flow case in a master page?
My djeveloper version is 11.1.2.3

You have to define what you mean by master page and start page. Are both pages are on the same talk flow?
What do you mean by 'the navigation doesn't work'? Do you get an error?
Normally you implement a wild card navigation which points to the start page. This navigation you use as target for the image link.
Please post the code of your image link.
Timo

Similar Messages

  • Calling a Control Flow Case

    Hello there, i have a task flow with 4 page fragments, and 3 Control Flow Cases, that basically does the navigation.
    Im calling the task flow from a view.jspx that has 2 frames, left and center, the task flow its located at the center frame, and on the left frame i have 4 navigation buttons on that corresponds to each page fragment.
    Now the problem is how can i bind my buttons to my Control Flow Cases of my Task Flow ???
    Edited by: ThDn on Jan 19, 2010 7:20 AM

    Hi,
    Without the use case, it's difficult, but the general idea is to have 4 task flows, one per menu item. Then, you add a single region to your page and change the task flow id in the page def for an EL expression. The EL expression has to point on a managed bean property that returns the right task flow id depending on the context. Finally, you have the menu items call the managed bean to activate the task flow id linked to the item clicked as the current task flow, thus displaying it in the region. That's the basic way to implement a region changing according to an action made in the container page. The Fusion develoepr guide has a more comprehensive and detailed explanation on dynamic regions.
    Regards,
    ~ Simon

  • Dialog control flow case not opening in new browser window

    Hello -
    Using JDev 11gR1.
    I have a page fragment that contains a table of command links like so:
            <af:commandLink text="#{row.id}" id="cl2"
                            action="#{reportRunnerBean.runReportAction}"
                            useWindow="true" windowHeight="500" windowWidth="500">
              <f:param value="#{row.id}" name="reportId" id="p2"/>
            </af:commandLink>the runReportAction method returns the String: "dialog:runReport"
    in my page flow, the page fragment has a control flow case with the outcome "dialog:runReport" that leads to a URL View with the URL setting set to #{pageFlowScope.reportUrl}
    (the reportRunAction places a string in page flow scope with the key of "reportUrl". in case it matters, the url is external to the application)
    When I click on the link, I am directed to the correct URL. However, it does not open in a new browser window - it takes up the main browser window.
    Is there something obvious that I am doing wrong?
    Thank you for reading this,
    -- Scott

    Well, I couldn't figure out why the dialog wasn't working correctly, so I changed my page to use a server listener to handle the logic I wanted and just used af:goLink instead of a command link. That command link above became:
              <af:goLink text="#{row.id}" id="gl1"
                         destination="#{row.reportUrl}"
                         targetFrame="_blank">
                <af:clientAttribute name="reportId" value="#{row.id}"/>
                <af:clientListener method="logReport" type="click"/>
                <af:serverListener type="LogReportEvent"
                                   method="#{reportListBean.logReportInvocation}"/>
              </af:goLink>with the following client listener:
        <af:resource type="javascript">
          function logReport(evt) {
              var component = evt.getSource();
              var reportIdParam = component.getProperty("reportId");
              AdfCustomEvent.queue(component,
                                   "LogReportEvent",
                                   { reportId: reportIdParam}, false);
        </af:resource>and code in the bean:
        public void logReportInvocation(ClientEvent clientEvent) {
                String reportId =
                    (String)clientEvent.getParameters().get("reportId");
                //...do something w/reportId here...
        }Thanks to anyone who took the time to read this.

  • Setting Control-Flow- Case on java class/method

    hello All :D
    i have little problem about control flow case, in my case i've 2 page where before load to the page i'wanna make condition (if-else)
    when the user choose the field, the java class get the value for make true condition. In this case, i wanna implement ControlFlowCase in java class/method, so anyone help..?
    thx
    agungdmt

    Have you considered using router activity - http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/taskflows_activities.htm#CJHFFGAF ?

  • FileDownloadActionListener then Control Flow Case Action

    Hi guys!
    I'm working on a bounded taskflow and I've a little problem......
    I've put a fileDownloadActionListener in a command button and I can download a file fine.Now I want put another action listener to follow the control flow case designed in the bounded taskflow. Is it possible?
    this is my commando button code:
    <af:commandButton text="Conferma" id="cb1" action="cancel">
                <af:fileDownloadActionListener contentType="application/pdf;charset=UTF-8"
                                               filename="Chiusura#{bindings.RegitrationNumber.inputValue}.pdf"
                                               method="#{pageFlowScope.JasperClient.reportPDFDownload}"/>
              </af:commandButton>thanks!!!

    Thanks Zeeshan,
    but your advice don't resolve my issue.... I forgot to say that my command button is in a popup dialog, this the entire code
      <af:popup id="p1" animate="false">
          <af:dialog id="d2" title="Siete sicuri"
                     shortDesc="Siete sicuri di voler chiudere il veicolo?"
                     closeIconVisible="false" inlineStyle="width:500px;"
                     type="cancel">
            <af:outputText value="Siete proprio sicuri di voler chiudere questo veicolo?"
                           id="ot1" inlineStyle="width:500px; height:150.0px;"/>
            <f:facet name="buttonBar">
              <af:commandButton text="Conferma" id="cb1"
                                action="#{pageFlowScope.JasperClient.returnToSearch}">
                <af:fileDownloadActionListener contentType="application/pdf;charset=UTF-8"
                                               filename="Chiusura#{bindings.RegitrationNumber.inputValue}.pdf"
                                               method="#{pageFlowScope.JasperClient.reportPDFDownload}"/>
              </af:commandButton>
            </f:facet>
          </af:dialog>
        </af:popup>thanks!!!

  • How to make the text flow in a table from on page to the next?

    hello,
    i wanted to know if its possible on pages to make a table so the text will flow from one page to the next?
    (for example, i write a content in the column on a specific raw, and if still have text when i reach the margins of the page, it automatically continues the text on the SAME raw on the next page)
    i couldn't imagine i would ask this, since this seems to be a default on Word, but i hope i explained it right, but just in case, ill add a picture to illustrate (notice that in raw 10 there is still text, its just continues and disappears, without flowing to the next page. on the next page it is just a new raw 11, and i wonder if its possible to make the remainder of the text from raw 10 flow to the next page)
    *and I'm new in mac, so please be as specific as possible
    thank you

    thank you Jerry,
    i did not understand where is that option you mentioned, because it seems that is exactly what i need!
    ill will add some snapshot to show you my "Format" and "Arrange" properties, because i couldn't find it
    *the only place i could find what you saying is on the right side of the screen, there is the "arrange" tab, but there "move with text" and "inline with text" were selected from the beginning

  • Tree node selection lost after returning from called page

    Hi
    in a default unbound task flow i have a Page1 calling Page2.
    Page1 displays a master-detail data using treetable component, while Page2 displays detail data (selected from Page1) as a read-only form.
    When coming back from Page2, Page1 tree node selection is lost and tree table is rendered as if was called for a first time (detail data are disclosed).
    How can I restore an original selection?
    (Jdev 11.1.2.2)
    Many thanx

    1. before goind to the Page 2, remember somewhere the selected row keys, as follows:
        RowKeySet rks = yourTreeTable.getSelectedRowKeys();2. after returning to the page 1, do as follows:
        Iterator rksIterator = rks.iterator();
        if (rksIterator.hasNext()) {
                 List key = (List)rksIterator.next();
                 JUCtrlHierBinding treeTableBinding = null;
                 treeTableBinding =
                         (JUCtrlHierBinding)((CollectionModel)table.getValue()).getWrappedData();
                 JUCtrlHierNodeBinding node =
                     treeTableBinding.findNodeByKeyPath(key);
                 RowKeySet newRks = new RowKeySetImpl();
                 if (node != null)
                     newRks.add(node.getKeyPath());
                 callSelectionListener(yourTreeTable, newRks);
                // refresh your tree table  - ommited here
         // where is:
         protected void callSelectionListener(RichTreeTable table, RowKeySet discRows) {
             SelectionEvent selEv =
                 new SelectionEvent(table, new RowKeySetImpl(), discRows);
             JSFUtils.resloveMethodExpression("bindings.YourVO.treeModel.makeCurrent", // <--  of course, adjust this value to the your selectionListener expression
                                              null,
                                              new Class[] { SelectionEvent.class },
                                              new Object[] { selEv });
         } // of makeCurrent()
        public  Object resloveMethodExpression(String expression, Class returnType, Class[] argTypes, Object[] argValues) {
            FacesContext facesContext = FacesContext.getCurrentInstance();
            Application app = facesContext.getApplication();
            ExpressionFactory elFactory = app.getExpressionFactory();
            ELContext elContext = facesContext.getELContext();
            MethodExpression methodExpression = elFactory.createMethodExpression(elContext, expression, returnType, argTypes);
            return methodExpression.invoke(elContext, argValues);
        }

  • Tabular form loses entered data on return from error page after validation

    APEX 3.2
    I have a manually-built tabular form with validation. I display the error on the error page. When using Firefox and Chrome, when returning from the error page, the data I entered in the tabular form is still displayed. When using IE, that data is NOT retained.
    This worked properly at one time in IE.
    Suggestions?
    Thanks,
    -Ken

    APEX 3.2
    I have a manually-built tabular form with validation. I display the error on the error page. When using Firefox and Chrome, when returning from the error page, the data I entered in the tabular form is still displayed. When using IE, that data is NOT retained.
    This worked properly at one time in IE.
    Suggestions?
    Thanks,
    -Ken

  • Page numbering start from any page

    hi,
    i am workin on a small book and want to start and appear page number from page 9 what do i do? I am using InDesign CS6.

    Page 1-8 need to be Sectioned using a different numbering system
    Then you Go to page "9" of the document and start a new section and choose to start the numbering at 1
    http://help.adobe.com/en_US/indesign/cs/using/WSa285fff53dea4f8617383751001ea8cb3f-7111a.h tml
    Define sections in a document
    In the Pages panel, select the first page in the section you want to define.
    Choose Layout > Numbering & Section Options, or choose Numbering & Section Options in the Pages panel.
    If you’re changing the numbering options for any page other than the first page of the document, make sure that Start Section is selected. This option marks the selected page as the beginning of a new section.
    As necessary, specify the numbering and section options (see Document numbering options), and then click OK. A section indicator icon appears above the page icon in the Pages panel, indicating the start of a new section.
    To end the section, repeat the section numbering steps on the first page that follows the section.

  • Blank White screen appears while returning from server page to website page.

    I am trying to run my website as hosted webapp on Intext Cloud FX. The scenario I am facing is this
    1. I submit to payment page calling server servlet https://abc.com/payment.
    2. Server responds with an intermediate page (form with hidden fields), with a form in it submitting parameters to my website url
    (http://a.com/checkout/paySuccess.mobile).
    My app is struck in second step when server responds with intermediate page and it shows blank white screen.
    Any help in this regard will be helpful.
    Regards

    Got the solution. Problem was that I was trying to submit form from encrypted (https) page to unencrypted page(http). On firefox browser we get an alert message regarding this but on hosted app, no such message is appearing and only white screen is coming. When sumbitted to encrypted (https) page all worked fine.

  • How to return from Child Page to Immediate Parent Page

    Hi All,
    I have created a custom OAF page and linked the same with 3 standard OAF pages(Lets say Standard-Page1, Standard-Page2, Standard-Page3) in such a way that whenever I click the GO button in any of those standard pages it navigates to my custom page.
    As of now when I click the BACK button in the custom page it navigates back to Standard-page1(Because i have given the page1 Path in the pageContext.ForwardImmediately) only even though if I would have opened my custom page from standard-Page2 or 3.
    I need to understand what should I do to navigate back to the exact standard page from which the custom page has been opened.
    Any help on this would be greatly appreciated.
    Many thanks in advance!
    Kind Regards,
    Myvizhi

    Hi Sumit,
    Thanks for your kind reply. I tried another way because we will not have that Standard AM in the Custom Page. The other way is like, getting the standard page URL into a variable and passing it as a session value and getting that session value into a variable in the Custom Page. Then passing that variable in the place of URL in the following way:
    In the Standard Page passing URL variable into a session value:
    String s4 = pageContext.getCurrentUrlForRedirect();
    pageContext.putSessionValue("*previousPageUrlForList*", s4);
    In the Custom Page getting session value into a variable and using :
    String valuefromsession =(String)pageContext.getSessionValue("*previousPageUrlForList*");
    pageContext.forwardImmediately(
    valuefromsession,
    null,OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    Kind Regards,
    Myvizhi

  • How to populate DataGird with data returned from php page?

    Hi, I'm new in Flex, I try to populate DataGrid with data from PHP, My code is
    <mx:HTTPService 
    id="personRequest" result="getPerson(event)" url=http://localhost/searchPerson.php useProxy="false" method="POST" showBusyCursor="true" resultFormat="e4x">
    </ mx:HTTPService>
    <mx:DataGrid 
    id="searchResult" dataProvider="{???what to paste here???}" y="30">
    </mx:DataGrid>
    private  
    function getPerson(evt:ResultEvent):void { var res:XMLList = evt.result..dane as XMLList;searchResults =
    new XMLListCollection(res); 
    output from PHP
    <person>
    <dane>
    <name>ABC</name>
    <street>XLXXLX</street>
    </dane>
    <dane>
    <name>DEF</name>
    <street>YAYAYAY</street>
    </dane>
    </person>
    If I set the dataProvider as "searchResults" it doesn't work. I probably have to set as dataprovider any ArrayCollection , but I don't know how to convert my XMLListCollection to it.
    Could anyone help me populate Datagrid with
    name | streer
    ABC, XLXXLX
    DEF, YAYAYAY
    Best Regards,
    Mariusz

    Thanks for your reply, but I'm afraid it doesn't work :-( Could you browse my code and check what I'm doing wrong???
    full mxml code:
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="personRequest.send()">
    <mx:Script><![CDATA[
         import mx.rpc.events.ResultEvent; 
         [Bindable]
         public var searchResultsXML:XML;  
         private  function getPerson(evt:ResultEvent):void 
          {          searchResultsXML = (evt.result
    as XML);
              trace(searchResultsXML);     }
    ]]></mx:Script>  
    <mx:HTTPService 
    id="personRequest" result="getPerson(event)" url=http://localhost/searchPerson.php useProxy="false"
    method="POST" showBusyCursor="true" resultFormat="e4x"></mx:HTTPService>
    <mx:DataGrid  id="searchResult" dataProvider="{searchResultsXML.dane}"></mx:DataGrid>
     </mx:Application> 
    trace statement returns:
    <person>
    <dane>
    <id>1</id>
    <nazwisko>Topczewski</nazwisko>
    <imie>Mariusz</imie>
    <imie2/>
    <miejscowosc>Bia?ystok</miejscowosc>
    <ulica>Nowogródzka</ulica>
    <dom>7B</dom>
    <lokal>25</lokal>
    </dane>
    <dane>
    <id>1</id>
    <nazwisko>Topczewski</nazwisko>
    <imie>Mariusz</imie>
    <imie2/>
    <miejscowosc>Bia?ystok</miejscowosc>
    <ulica>Sybiraków</ulica>
    <dom>15</dom>
    <lokal>27</lokal>
    </dane>
    </person>

  • Urgent-How to retain data in main page after returning from personalize pag

    Hi,
    i have a query,
    Like if I have a region 'CertificationRN' when I run the page a link stating “Personalize Table: (CertificationRN)” appears above the Region
    Now when I enter some data in this region, and then click on 'Personalize Table: (CertificationRN)’ link, personalize page appears.
    On personalize page when clicked on “Return to Application’ it returns to the previous page, but the data which I had entered in the region is lost.
    i.e. I get empty Textboxes as they where just after running the page.
    What should I do to retain the data in the region?
    Thanks & Regards
    Shilpa

    Shilpa in that case personlization links should not be shown to business users, using profile option
    1)Personalize Self-service Defn (FND_CUSTOM_OA_DEFINTION)
    2)FND: Personalization Region Link Enabled
    (FND_PERSONALIZATION_REGION_LINK_ENABLED)
    , then where does the question comes of them clicking personalize link.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Exicse treatment in case of returns from customer

    Hi Experts
    - How the exise reversals happen in case of customer returns?
    - What are the accounting entries?
    - What are the process steps in SAP?
    Warm regards
    marias

    Hi,
    For Excise Reversal in case of Customer Return, follow the below procedure;
    Go to J1IH for Excise Duty Reversal for the Materials returned by Customer
    Here Select option u201CAdditional Exciseu201D
    On the Selection Screen put following Details;
    u2022     Document Number u2013 Material Document of Return Delivery
    u2022     Document Year - 2007
    u2022     Company Code u2013 6100 i.e. XYZ India Pvt Ltd
    u2022     Plant - 6105 i.e. XYZ Plant
    u2022     Excise Group u2013 05 i.e. EXCISE GROUP FOR XYZ Plant
    u2022     MODVAT A/c Selection u2013 u201CRG23Au201D
    u2022     And Press u201CEnteru201D button
    On this Screen click on u201CDetailsu201D Button
    Now put the details like Material Code, Material Description quantity, Batch, Excise Duties like; BED, ECS, SECess, etcu2026 and Click on u201CDetermine G/L Accountsu201D button to verify the Excise Posting.
    Excise Posting will be popped-up with A/c entry
    Now click on u201CSave/Postu201D button to post the Excise JV Document.
    Again pop-up screen for the Excise G/L Accounts will appear, Press u201Centeru201D and confirm the screen.
    System will generate the Excise JV Document, Accounting Document and Part2 Serial No.
    Accounting Entry: -
    Excise Duty Paid A/c - Cr
    CENVAT Payable A/c - BED - Dr
    CENVAT Payable A/c - ECS - Dr
    CENVAT Payable A/c - SECess - Dr
    It will be reversal of Outgoing Excise Invoice of Sales.

  • Error generating Web Service control in Workshop 9.2 from any wsdl

    When trying to generate web service control from service control wizard I get the following error:
    An error was encountered while generating types: null
    The full stack trace is:
    <pre>java.lang.reflect.InvocationTargetException
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at com.bea.wlw.controls.service.ui.GenerateSCWizard.performFinish(GenerateSCWizard.java:213)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:110)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.NullPointerException
         at com.bea.wlw.controls.service.ui.GenerateSCWizard$Finisher.run(GenerateSCWizard.java:501)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    </pre>
    I have tried different wsdls simple and complex and still getting the same error. What could be the problem? Is it a bug or my misconfiguration? Has anybody succeded to generate service control in workshop 9.0 and above?

    Did you also get a CrashWeb dialog?
    Andrey Adamovich wrote:
    When trying to generate web service control from service control wizard I get the following error:
    An error was encountered while generating types: null
    The full stack trace is:
    <pre>java.lang.reflect.InvocationTargetException
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at com.bea.wlw.controls.service.ui.GenerateSCWizard.performFinish(GenerateSCWizard.java:213)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:110)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.NullPointerException
         at com.bea.wlw.controls.service.ui.GenerateSCWizard$Finisher.run(GenerateSCWizard.java:501)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    </pre>
    I have tried different wsdls simple and complex and still getting the same error. What could be the problem? Is it a bug or my misconfiguration? Has anybody succeded to generate service control in workshop 9.0 and above?

Maybe you are looking for

  • IPhoto 09 loses date on auto-rotated photos

    Try that: take an old photo in portrait mode (auto-rotated from a camera, mine is a Canon) from your iPhoto library, drag it to the desktop, and drag it back to iPhoto. The new photo imported has lost its original date, its date is now the importing

  • Mapping Issue in Triggering Email

    Hi All, I am having problem in PI Mapping. Requirement: Trigger an email target structure only if ReturnCode is not equal to 0 and 1. Source Structure                                                                                Target Structure Inv

  • [SOLVED] Arch freezes after scanning LVM VGs at boot

    Hi there, recently ArchLinux started printing some udev errors at boot. After an update the system freezes at startup after detecting the LVM volume groups (3 lvm volumes found in volume group "Laptop" or something similar). This is my hard disk conf

  • Date reseting in Solaris 7

    I received a Solaris 7 machine (axmp quad-400) with NTP installed talking to a GPS card that no longer exists. When the computer boots the date is set to Dec 30, 2002 which is the date the drive was created (I�m assuming). When I set the date and tim

  • No back button function in Metalink?

    Hi. Does anyone have a problem with the back button on the (Flash) Metalink? Any work-arounds for this please, other than going to the non-flash html site instead. Thank,