GP Design Time work set is missing in my portal

Hi,
I'm missing GP design time work set in my portal , how should i get it ,any body help me.
santhosh

Hi,
Assign the 'GP Business Expert' role to the user to see the Design time workset.
The name of the role is 'com.sap.caf.eu.gp.roles.designtime'
Regards,
Sharadha

Similar Messages

  • Does JDeveloper 10g's "rich BPEL design time" work on Solaris 9?

    I know JDeveloper runs on Solaris, but does the BPEL designer (part of JDeveloper) run on Solaris? We are currently assessing migration effort from version 2.1.2 to 10.1.2 and it would be much easier to get an answer from someone who already knows versus our own adventure of discovery. From what I have read, nothing suggests that the need to develop on Windows has been eliminated via JDeveloper.
    Although I have yet to use the latest Eclipse plugin, I am assuming this still requires windows (IE's MSXML for what appears to be xpath type functionality....selectNodes(..))? (a good or bad assumption??)
    Thanks for the quick help,
    Dustin

    The issue is now resolved. I was selecting a different product for the install.
    Thank you.

  • Updating tag attributes in design time

    I have a design time renderer for my custom component... As the component renders itself in design time, I set some of the component properties from within the renderer... The property sheet correctly shows those values... However, the associated JSP tag in the source view does not show those attributes... The JSP tag attributes dictate the runtime behavior and since they are not set properly, my component misbehaves.
    How do I make sure that the tag attributes sync up with the property sheet values?
    Also, what is the motivation behind the property sheet displaying the component values and not the JSP tag values? Having it the way it is right now opens itself up to a bunch of out-of-sync problems like the one I encountered.
    Thanks,
    Keyur

    Ok - here are a couple of scenarios:
    1. I have a component, say chart component associated with a connection component like this:
    <my:connection id="connection1" />
    <my:chart connectionId="connection1" />The user first drags and drops the connection component. The ID connection1 is automatically associated to it. Next he drops the chart component. Now, I would like to automatically populate the connectionId attribute without the user having to type it in manually. I am able to do that (in design time) in the renderer of the chart component - I programmatically look for a connection component on the page and set the connectionId attribute of the control. And when I do that it correctly shows the connectionId attribute populated in the property sheet but the corresponding tag attribute is not.
    Sure enough, at runtime, it is the tag attribute values that count and since those are not updated by the IDE, it does not work as expected.
    2. Creator updates the style attribute when I move or resize the component. Now, I also have position attributes left and top defined on my component and I use these attributes at runtime to position my component. So, in design time I extract the left and top values from the style attribute and set them on the component. But again, the tag attributes are not populated and so the component is not positioned properly.
    #1 is to convenience the user so that he doesn't have to manually enter values for attributes which can be automatically populated at design time.
    In fact for #1, I would ideally like to show the user a drop down list of all the connections available to him in the property sheet and select the first one by default. Is this possible?
    #2 is for backward compatibility reasons - We already have runtime renderers in place which use left and top attributes explicitly to render the components at runtime. And this is not restricted to left and top only but other client attributes as well - such as borders, backgrounds etc. which we expose as separate attributes.

  • ActiveX, WingMan Joystick, Immersion TouchSense: can't set "design time" property

    I am trying to control a Logitech WingMAN force feedback joystick from
    LabVIEW, via the ActiveX control provided by Immersion Corporation
    (ImmWeb.ocx).
    I know I have basically got the ActiveX right, because I can control
    other
    Immersion-enabled devices (Logitech iFeel mouse) fine.
    However, I can't get the WingMAN to work: the ActiveX control has a
    dtDirectXForbidDevice property, which I need to change to
    dtDirectXRequireDevice. Immersion have told me that this property is
    set
    at design time, and is read only at run-time. Trying to set it at
    run-time
    returns an error. How should I set this property, ideally within
    LabVIEW, but alternatively by some other means?
    Many thanks.
    Patrick
    p
    .[email protected]

    Aaron Marks wrote in message news:<[email protected]>...
    > I'm not sure about this one, but try right clicking on the control on
    > the front panel and selecting the Property Browser. See if you can
    > change the property there.
    I can _SEE_ the property there, but I can't change it. 8-(
    Patrick

  • JSF Design Time View Not working correctly for ADF/JSF components

    My project is not using any external tag libraries. It is based purely on ADF core/html and JSF core/html components. The design time view does not show the appropriate presentation, everything is shown as nexted frame containers (I suppose how you would show a component that does not have a visual representation).
    If I create a new project and copy my jsp (jsf) pages over they show perfectly. I did this activity and all was going well in the new project and then I lost the design time view again. I cannot tell you what I did to cause the issue, maybe it was a modification to the web.xml as has been suggested in some other threads. Can anyone tell me what I should be looking for that causes this problem, what corrective actions I might take to eliminate the issues

    Ok I have isolated this issue. In my phase listener I had this line of code:
    private static final Logger _logger =  Logger.getLogger(EigRequest.class.getPackage().getName());
    and I changed it to
    private static final Logger _logger =
    Logger.getLogger(EigRequest.class.getName());
    and design mode started to work. I guess either of the above works for me although I do not understand why the line works when you run the application but not in design mode.
    Moral to the story is if something fails in any one of these types of decorators you will drop into a raw view mode. The question I have is if errors are occuring how do I figure out where they may be. There is no indication that anything is wrong with the exception that you lose most of the design mode functionality.
    This was not a compile issue, this was not a runtime issue. It took me quite a few hours of writing a test program to validate that it was not just writing a phase-listener issue; then launching, editing, relaunching the application to find the problem. I will say that a good portion of the code came from a Eclipse project. If you add the offending lines of code while using JDeveloper you do not loose design mode immediately. You only see the problem the next time you start JDeveloper which complicates finding the problem.

  • I cannot get the subtitles to work no matter how many times I set it up and I am doing it correctly, what is wrong?

    I cannot get the subtitles to work no matter how many times I set it up and I am doing it correctly, what is wrong?

    if the material don't state there is subtitles in your language it don't include it
    and if will only show subtitles if the language you choose in the atv settings so if you have it set to french
    and the material only have subtitles in English and not french they will not display

  • UndefinedException when working with RL-facts and testing at design time

    Hi,
    I'm performing some tests with JDeveloper Rules Designer on a very basic level. I'm defining rl facts (fact types), define a rule and write a test function to test this rule at design time. When executing my test function with the "Test Function" function an error occurs:
    UndefinedException: symbol 'Person' is undefined in main...
    Person is a fact type (RL Fact) that is the output parameter type of the decision function. If I don't use an output parameter everything works fine.
    If I use XML Facts instead of RL Facts and define an output parameter for the decision function everything works fine, too.
    Are there any restrictions for rl facts?
    //Mike

    Sure you can read and write at the same time. But normally you would be reading from one place and writing to another place.
    I rather regret avoiding the OP's earlier post asking how to combine two classes. I looked at the two classes posted and realized the best thing to do was actually to break them into more classes. But I also realized it was going to be a big job explaining why and how, and I just don't have the patience for that sort of thing.
    So now we have a Big Ball Of Tar&trade; and I feel partly responsible.

  • HT4972 my ipod setting are missing softwhere update and it takes time to do from computer what do i do my ipod is 3g and i want ios 5?

    my ipod setting are missing softwhere update and it takes time to do from computer what do i do my ipod is 3g and i want ios 5?

    Until your iPod Touch is using iOS 5 or higher there is no way to upgrade without using iTunes on your syncing computer.

  • Set Listbox font at design time

    Is there a way to set the font of all the rows of a Listbox at design-time?
    I have found examples on how to do it programmatically, and I have been able to do it by changing each row at a time.
    Solved!
    Go to Solution.

    You can set font for the whole listbox programmatically if you wire-in -2 to the Active Row (or Active Cell for Multicolumn Listbox) Property.
    Mitch

  • Timer works if I set the time before the current one

    Hi,
    I've got a block that is part of an actionListener that has 4 buttons, anyway I want the timer to execute something exactly at the time I set it.....but in the code that I have it also executes if i set the time before the current time
    Here's the segmant:
    private class ButtonResponder implements ActionListener
              public void actionPerformed(ActionEvent event) 
                    if (event.getSource() == exitButton)
                                  System.exit(0);
                   if(event.getSource() == setButton)
                        int hour = Integer.parseInt(hours[hourComboBox.getSelectedIndex()]);
                        int min = Integer.parseInt(minutes[minuteComboBox.getSelectedIndex()]);
                        Calendar calendar = Calendar.getInstance();
                        calendar.set(Calendar.HOUR_OF_DAY, hour);
                        calendar.set(Calendar.MINUTE, min);
                        calendar.set(Calendar.SECOND, 0);
                        Date time = calendar.getTime();
                    timer = new java.util.Timer();
                        timer.schedule(new TimerTask()
                             public void run()
                                  JOptionPane.showMessageDialog(null, "it is time");
                        , time, 5*1000);
                   if (event.getSource() == cancelButton)
                        timer.cancel();
              }So if I put zeros in hours and minutes it will execute immediately....how can I make execute at the exact time (so that if the time now is 2:00 and I set it to 1:00 it only executes the next day??
    Message was edited by:
    Octavian

    Bump the day if the time is less than current time.
    Kaj

  • Missing Menu Item: Settings- General- Date & Time- Automatically Set Time Z

    I'm running F/W 1.1.4 on my iPhone (German TMobile contract). The Date&Time settings menu is lacking the menu item for the automatic adjustment of the Timezone. The Apple Genius Bar recommended to reset the phone, which I did with no success. Same my second iPhone with TMobile contract. All other iPhones with identical F/W build numbers which I looked at at the (US) Apple stores showed that menu item.
    Does anybody see the same problem? Any idea to resolve this?
    Many thanks, Hans-Uwe

    Page 151 iPhone5 user guide....does this help?
    Set whether iPhone updates the date and time automatically
    Go to Settings > General > Date & Time, then turn Set Automatically on or off.
    If iPhone is set to update the time automatically, it gets the correct time over the cellular network and updates it for the time zone you’re in.
    Some carriers don’t support network time in all areas. If you’re traveling, iPhone may not be able to automatically set the local time.
    Set the date and time manually
    Go to Settings > General > Date & Time, then turn Set Automatically off. Tap Time Zone to set your time zone. Tap the Date & Time button, then tap Set Date & Time and enter the date and time.

  • Ver 4: Still no support for Includes or Design Time Stylesheets?

    Wow...well, without either of these I can't make use of this
    product. I guess I'm confused at what types of users this product
    may be marketed toward, although with the amount of focus put on
    Blogs and Blogging and lack of focus on requests already made in
    this forum for some time I'm getting a better idea. Hey, if they
    want to "dumb this down" and make it a price point product that
    purposely sits lower on the totem pole than Dreamweaver, then I
    think that ought to be made more clear in the marketing materials.
    I guess what's frustrating is that it's touted that it "uses the
    Dreamweaver HTML Engine" but can't implement a feature like Design
    Time Stylesheets? Would this put it too close to Dreamweaver in the
    product line? I certainly don't think so but if it did implement
    such a feature it would increase the demographic that could make
    use of such a great product as many users are not going to rewrite
    Includes OUT of their existing sites just to be able to use it.
    Most intermediate to advanced designers will almost always,
    and have been taught, to use includes to minimize page changes in
    multiple places...it's such a common thing to do. But unless an
    included page can be edited inline I have no way to turn my users
    loose with this app. It seems reasonable to implement Design Time
    Stylesheets like Dreamweaver does in which case, the users could
    edit the included page directly and at least see it like it should
    look with formatting which they can't do now because of the lack of
    an applied stylesheet when opening the include file directly.
    Do they expect that once we've written a site using includes
    we should have our content providers use Dreamweaver? I don't know
    about the rest of you but that's asking for a heck of a lot of
    trouble turning non-designer/developers loose with
    Dreamweaver...even using Templates.
    Sorry for the rant, I'm just a bit frustrated as I really
    need an app that can let me make use of "Content Providers" in our
    company. And don't get me wrong, I'm a long time Macromedia/Adobe
    supporter...just hoped something would happen with v4 that didn't
    and was pretty sure it would based on user input on this and other
    forums.
    If anyone has ideas on workarounds for this problem I'd love
    to hear!
    Thx,
    Mike

    Hi. I'm going to reopen this thread instead of starting a new
    one. Maybe someone here can help me figure out how Contribute can
    solve my client's editing woes.
    His site is built in ColdFusion, with template information
    that's stored in the database for each page. Currently this is what
    happens, simplified.
    1. User requests /foo.cfm
    2. Database looks up header, footer, and template to use for
    /foo.cfm, or the page can use "no template" in which case
    whatever's in the page gets put between the header and footer.
    3. The template or the page will contain one or more
    "editable regions", to use a Dreamweaver term. These blocks of HTML
    are pulled out of the database, and can currently be edited within
    the CMS by a browser-based WYSWYG editor.
    The problem is, the WYSIWYG editor in question isn't up to
    the task. Contribute seems to be, but I can't figure out how to fit
    it into a workflow compatible with this site!
    We don't use Dreamweaver and from what I've seen Dreamweaver
    templates aren't going to work in this application. It seems that
    if you make a change to the template, Dreamweaver has to go and
    update all 800 pages that use the template ... ??!? ... if so,
    lame.
    I don't mind pulling out all the HTML content snippets from
    the database and making a "database" on the filesystem of files
    that can be edited in Contribute. No problem. One of these snippets
    may be a "contact us" box or something that's used on 100 pages
    throughout the site, so I'm not going to put stuff like that
    separately on every page.
    If I do this, though, my snippets when I open them to edit
    them in Contribute are missing their CSS. This is because the CSS
    is set up in the header file, which is not included in the snippet
    HTML, obviously. The snippets also won't have the header and footer
    navigation and stuff, but I can live with that.
    How can I get the CSS to show up for my client when he edits
    the HTML snippets?
    The only solution I can think of is to put a stylesheet
    include into every snippet, and then pull that out with a regular
    expression from EVERY include at runtime whenever I display that
    HTML to the end user. Talk about a gross, ugly, non-extensible
    hack. Please tell me there's a better way...
    Thanks for reading,
    - Andrew.

  • Does changing report connection at runtime require the same user/pwd used at design time?

    I've recently integrated Crystal 13 into a web service to provide HTML reports served up within our web application.  Sometimes reports would work and other times they would fail when attempting to connect to the database.  The ConnectionInfo associated with the tables referenced in the reports bore the account info used at design time (in the Crystal IDE), what ever connection was set as the Datasource Location, this would include the server name, database name, and other attributes of the connection.
    I found that any changes I make to table, sub-report connection info have no affect unless the UserID and Password match the UserID and Password saved with the report during design time.  While generally searching online, I came across several references to this being and issue or suggestion when database connection problems dynamically running reports.
    If this is by design?
    How would I support customers who want to use my reports, but also require that they manage the db access accounts?
    Thanks,
    Jeff

    Hi Brian, thanks for the response. 
    It does make sense that subreports would not necessarily be constrained to the same connection as the container report, and the designer would not persist a password for any stored connection.
    I'm on Windows 7 and up, Crystal 13 runtime, C# web service, sql 2008 r2 and up (native client).
    After loading the report source, I call ReportDocument.SetDatabaseLogon to set userId, password, serverName, and databaseName pulled from web.config.  I then pass the connection info and the ReportDocument to a recursive call that applies the connection info to each table in the report and each table in any subreport.
    Based on your description, it sounds like I may be missing, and require, the SetDatabaseLogon call on each subreport (ReportDocument).
    This seems to ring true and I think coincides with your description.  Would you agree?
    Thanks,
    Jeff

  • Design-time distortions

    It appears to me that -- unlike what I'm used to with tables -- when I'm designing (DW3) with CSS, the scale of what I am seeing in the design window is larger than what is actually displayed in any browser. In a browser, elements look about 82% of what I see in the DW3 design window.
    Working with tables, sizes were pretty close in both DW and a browser.
    My design window magnification is set to 100%
    Mostly it's the text that's effected -- I've started using ems for text and some other elements.
    Widths that I've set in pixels are shown correctly in both DW and browsers.
    I tried specifying the style sheets for the project as Design-time documents, thinking that might help -- it didn't.
    If I shrink the design window magnification to 82%, that adjusts the em-sized elements to look like what I see in a browser. But widths, set in pixels, also shrink proportionally. That approach is not helpful.
    Am I missing something? Can I get what I'm working on to look closer to what I'm seeing in a browser?

    So is it something that I'm doing wrong (should I not be using ems?), or does everyone have this issue?
    It's a known fact that DW Design View is not and never has been 100% reliable.  Some CSS templates -- especially so called Holy Grail layouts won't render well in DW.  Use Live View and Preview in Browsers.  I typically keep one or more browsers open while I'm designing.  Save page, refresh browsers. Save page, refresh browsers.
    Should I ignore it or is there some adjustment that can be made?
    Ignore it.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to load a file at design time?

    I have a custom component which has a property that takes a path to an xml file.
    I have a file chooser property editor associated with the property which returns a relative path. The component correctly resolves this path at runtime using the application context etc.. but I'm at loss on how to do this at design time.
    The image component in JSC does this correctly as the image is loaded at design time using the url. I'm not sure how this is done but I'm looking for exactly the same functionality.
    The only way I figured to correctly resolve the physical path of the file at design time was through the DesignBean.
    In order to resolve the path and pass the resolved path to the component property I need to intercept property changed event and change the property value. However doing this in PropertyChanged(..) method of DesignInfo bean for my component doesn't do it as this is called 'after' the property value is set and changing the property value at this point results in a circular loop.
    Is there any way to accomplish this? Any help is appreciated.
    Thanks.

    Is this still unresolved? I'm sure you've read everything at "Building Custom Components"
    http://developers.sun.com/prodtech/javatools/jscreator/reference/index.jsp#Building_Custom_Components
    by now. I don't have the answer, but if it's still a problem, I'll work with you to figure it out.

Maybe you are looking for