Using resouce bundle at design time in Jdeveloper???

Hi Guys
Did any one use Design time environment of JDeveloper....
If anyone knows how to edit components which has resouce bundle in the Java visual Editor of Jdeveloper.
Thanks in Advance...

Hi Guys
Did any one use Design time environment of JDeveloper....
If anyone knows how to edit components which has resouce bundle in the Java visual Editor of Jdeveloper.
Thanks in Advance...

Similar Messages

  • Site Wide Design-Time?

    I've got a site that uses a lot of server-side includes, because the client has a lot of redundant info all over the place. When I edit these includes in Dreamweaver, the best way to handle it is to use my stylesheets at Design-Time (a feature I just discovered...lol.) But wouldn't it be lovely to be able to apply that Design-Time file to an entire site, rather than have to apply it to each individual file? Any way to do this via extensions? And why oh why is this not a feature?

    It doesn't relate to DT stylesheets per se.   I just put this out there as an alternate approach. Sometimes, no style rendering is easier to work with in DW.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • JDeveloper: Viewing a .css on JSP at design-time + run-time

    Hi,
    As a newbie to JDeveloper, i'm struggling to get a stylesheet reference to work in both the Design view and at run-time. Dragging a stylesheet on to the JSP works fine in the development enviroment, but when the JSP is called from a controlling servlet, the stylesheet doesn't render. From looking on the web it seems i have to use request.getContextPath() to get the path: doing this works at runtime, but in the design view of JDeveloper doesn't show anything (obviously wouldn't because the getContextPath is evaluated at runtime).
    Is there a work around so i can see a style sheet rendered in both design & runtime?
    Thanks,
    Phil

    Hi,
    Thanks for your reply. When I added my stylesheet (from the component palette) JDev put it in a 'css' folder. When I drag it on to the page it uses ..href = "css/stylesheet.css".. This doesn't work at runtime, neither does href = "/css/stylesheet.css".
    To explain the problem better...if I create a new project with 2 jsp files and link them together with Go to page 1 etc this is fine. As soon as I use the mvc method of controlling jsps thorough servlets I can call page 1 fine, but if I linked back to page 2 with the href calling the jsp directly (rather than through a servlet) it won't find the page, because the context root has an extra 'servlet' folder on the path, ie it's looking for page 2 in "Testing-Project-context-root/servlet/page2.jsp", when it's not located in a servlet folder. This is why the css file is not rendering, because it's looking for it in a servlet folder. I can only get round it at the moment by using:
    <link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/stylesheet.css"/>. This of course is no good in the development environment.
    Thanks,
    Phil

  • How to Test Design Time Fusion Customizations in JDeveloper

    Hi
    When we look at the wording and the diagram in the Oracle documentation, it says -
    "After you create these customizations, you can test them locally in JDeveloper and then deploy them directly into the full test environment. You can also deploy your customizations to a sandbox."
    2.1.2 Design Time Customization Workflow
    http://docs.oracle.com/cd/E28271_01/fusionapps.1111/e16691/ext_lifecycle.htm#CHDIJJJJ
    But the message in this OTN forum we are getting is that we have to deploy it to the server and cannot be tested out locally.
    Could someone please clarify. The ability to test it out locally would be of tremendous help to us in reducing the development lifecycle.
    Thanks
    Srinivasa Sunchu

    Sorry for the long delay. Response from the colleague:
    >
    For SOA Jdev customizations there is nothing which can be tested locally in Jdev. The customized composite would need to be deployed to a standalone environment to test.
    >
    For other DT customizations i.e. customizations created in JDeveloper for ADF can be tested locally on integrated WLS. RT customizations created using composers require a deployed environment; the the customized definitions can be tested in sandboxes from which they can be published into production.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Create Adobe Form using Design Time for Processes and Forms

    Hi all,
    I am trying to create a form that have 3 fields:
    1. pernr
    2. ename
    3. effective_date
    I done all the necessary setup of BADI ,class, interface and form.
    I need the step to step guide where you create the adobe form using the Design Time for Processes and Forms. Anyone have any idea?
    Edited by: Siong Chao on Jan 3, 2011 4:54 AM
    Edited by: Siong Chao on Jan 3, 2011 5:00 AM

    Hi,
    I couldn't get to your query..
    What do you mean by step by step procedure for a design time & process for forms.
    if you are a beginner and looking for basic examples to implement adobe forms there are lot of them in SDN, please search them.
    let me know if your query was a very specific one.
    Cheers,
    Sai

  • 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

  • Using Design-Time API problems

    I've been using the design time API to create an effect similar to that achieved in the examples section of the User guide for the HtmlDataTable. I'm not having any luck with my beanCreatedSetup method. I've done simething similar to the example and have created DesignBeans as table columns but in my examplecode the JSP code is not correct. In the JSP none of the children elements appear as children of the table,. I'm passing in the correct parent design bean when I call createBean, so I'm not sure what I'm doing wrong.
    My code is pretty much the same as in the example.
    Any ideas would help. Or a look at the complete source to HtmlDataTableDesignInfo.
    Don

    I was looking for a more immediate response to this specific problem, the other thread was a request for better examples in the docs. They are related, a complete example could solve my problem, but I'm nore sure there isn't a problem with the createBean() call. No matter what I do, I can't create a bean for component that get's persisted as a child component of a parent. In this case the parent DesignBean is derived from HtmlTableData and I'm trying to add children DesignBeans that are columns. After adding them they are persisted into the jsp page but not as children of the table component.
    Don

  • 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.

  • Design Time Bean Customizer validate Rule and use multiple time problem

    Hi,
    I have implement a custom validation rule ,add a design time bean customizer for my rule then register on datamodel project,i can use the graphic design time bean customizer and add my validate rule to my entity xml file,but when i add another instance to the same entity,data added to entity xml file was not correct,it may be not integrity or all data are same ,how can i do ? I found all bean validation with the same name ,it is the registered rule name "plsql rule", any suggestion are appreciative
    thank you advance
    li xin zhu 2007/09/08

    Hi,
    One thing you can do in the FOX would be to mark all fields in 'to be changed'. This will have the impact of having all data in the same data package and the FOX code will execute only once.

  • Why Check box is used in optional Category in GP Design time

    Hi All
    I have developed a small module in Guided Procedures using sequential block and pre conditional loop block with some callable objects and its working well. But i need to know why in "Optional" category check box is used ?.And also The check box is available only in the action below the Sequential block but is not available below Pre-conditional loop block(In GP Design Time)
    Any Idea..
    Thanks & Regards,
    Syed Nawaz.S

    Not all locales come with a dictionary installed for licensing reasons.
    If you do not have the en-US locale then check that you have a dictionary installed (Tools > Add-ons > Extensions) and selected.
    You can see which dictionary is selected if you right-click in a text area and open the ''Languages'' submenu.
    Also make sure that [[X]"Check Spelling" in the right-click context menu has a tick.
    You can also try to toggle the "Check Spelling" item off and on again.
    See http://kb.mozillazine.org/Spell_checking and [[Using the spell checker]]
    See also http://kb.mozillazine.org/Dictionaries
    You can look here for more dictionaries: https://addons.mozilla.org/firefox/browse/type:3

  • How to define files for "design time" use

    If you want to use a CSS file locally for the "design time
    only" feature is it necessary to include it in the header of the
    page, in addition to using the "use at design time" definition in
    the contextual menu?
    I'm having trouble getting the "use at design time" feature
    working and I want to make sure that my setup is correct.
    The help function and a search of the forum don't reveal an
    answer to the question so any pointers to references would be
    appreciated.
    Thanks.

    dorich2,
    > If you want to use a CSS file locally for the "design
    time only" feature is it
    > necessary to include it in the header of the page, in
    addition to using the
    > "use at design time" definition in the contextual menu?
    No.
    > I'm having trouble getting the "use at design time"
    feature working and I want
    > to make sure that my setup is correct.
    Design-time Style Sheets (DTSS) are implemented as "User"
    style sheets.
    More info here:
    http://www.w3.org/TR/CSS21/cascade.html#cascade
    "By default, rules in an author's style sheet override those
    in a user's
    style sheet. However, for balance, an '!important'
    declaration takes
    precedence over a normal declaration. Both author and user
    style sheets
    may contain '!important' declarations, and user '!important'
    rules
    override author '!important' rules."
    http://www.w3.org/TR/CSS21/cascade.html#important-rules
    So, give your DTSS properties the !important modifier to
    always override
    what's on your page.
    Hope this helps,
    Randy

  • What is the use of Design Time Repository?

    Hi Gurus,
    What is Track?
    What is DTR? and what it offers ?
    what is CBS? and what it offers?
    What is CMS ?and what it offers?
    Please Give me some idea about this?
    Thanks in Advance,
    Dharani

    SAP NWDI is also known as SAP JDI (Java Development Infrastructure). The latter term is considered to be obsolete.
    NWDI consists of
    - Design Time Repository (DTR)
    - Component Build Service (CBS)
    - Change Management Service (CMS)
    The concept of the NWDI starts with a product and a software component (SC). The normal case is to have a one to one relationship between product and software component, one product is being developed and the relations between the components comprising the product are kept within a software component.
    A software component comprises one or more development components (DC). A development component consists of a normal project created with the Netweaver Developer Studio, i.e. a Web Dynpro application. The software component can also have dependencies to other SCs.
    All relations are defined in a SLD.
    Since all DCs that makes a product is kept inside a software component, the relations between the DCs are intact and versions of the different DCs are always consistent in the SC.
    To be able to develop a DC inside a SC, a Track has to be set up in the NWDI to support that development.
    Details about the components:
    Design Time Repository (DTR)
    The DTR resemblance a filesystem and can be accessed via WebDAV. File and folder permissions can be configured for users or groups.
    Each file is version controlled and it's possible to branch or merge files.
    The main repository folder (ws) contains folders representing tracks in the NWDI. The files checked into the NWDI are files with no local dependencies. For instance, the classpath file in a project refers to local jar files and are of no use for the Component Build Service when the project is build on the server.
    Component Build Service (CBS)
    When a file is changed in the Netweaver Developer Studio, an Activity is created together with a Request. When the changes are done, the request is checked in to the DTR, the activity is then activated which trigger the CBS to build the DC on the NWDI. Usually an ear or war file is created. When the activity is released from the Netweaver Developer Studio, the ear or war file is deployed to a development system via the CMS.
    When the CBS finds dependencies between DCs inside the Track, all dependent DCs are rebuild automatically.
    It's possible to use the CBS to rebuild a DC or even a full SC.
    Change Management Service (CMS)
    Change Management Service is used to maintain tracks and keep track of what version is deployed on different servers in the landscape. CMS can also transfer code between tracks. This is often used when creating tracks supporting development of general components, development of main components and finally maintaining deployment of full solutions.
    Transferring code between tracks in order to achieve merge and joins between deployed production versions.
    The CMS consists of layers on each track.
    Check-In - where initial source is loaded to the track.
    Development - represents the deployment to a development system. Changes are deployed on a DC level.
    Consolidation - represents the deployment to a consolidation system.
    Assembly - Stage to accept a change. Combines all DCs to a full SC. Version number labels are possible to set here.
    Test - represents the deployment to a test system. Changes are deployed on a SC level.
    Confirm - Confirmation stage before moving the change to production.
    Production - represent the deployment to a production system.
    System State - Gives an overview of the different versions deployed on different systems.
    Each layer have a history and the possibility to go back to an earlier state.
    regards
    Surender Dahiya

  • What are different design time components used by XI?

    Hi All,
    Does IR, ID , SLD and RWB come under the diiferent design time components
    Thank you
    Deepthi

    Hi deepthi
    1.In design time components you have only IR(integration Repository)
    in integratiion repository you again you have
    data type
    message type
    message interface
    message mapping
    interface mapping
    these are the design components in the IR.
    2.the different components of the ID are
    sender agreemnet
    receiver determination
    interface determination
    receiver agreement
    communication channel
    these all come under the directory components)
    3. SLD defines the all the systems(SAP or NON SAP) that all are communicating with the XI.
    4. RWB is a central monitoring tool in which you can do the monitioring about the different componentsof the XI.In the RWB you can do the
    1.Compnnt monitoring:in component monitoring you can monitor ifferent components of the XI like communication channel
    2. Message Monitoring:in nmessage monitoring you can monitor the complete message flow in the XI.
    there are other monitoring also
    end to end monitoring
    alert configuration etc...
    Thanks
    Rinku
    Thanks
    Rinku

  • 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.

  • ADF 12c Rendering Problems at design time

    Hi all,
    I am experimenting the following unexpected rendering problems at Design time with JDEV 12c:
    -  Sometimes a complete page is showed empty or blank but the components exists on the page (you can see them in the structure panel) and the page has no warnings.
    -  Sometimes I cannot click a component because it is behind the container.
    -  Sometimes the containers are rendered in other place on the page.
    -  Sometimes the containers not stretching
    I remember some posts about this problem in 11.1.2.x but I think it was not fixed in 12c. For this reason, I have some questions:
    What is the "real" memory requirement  of Jdev 12c to avoid render problems?
    What is the best configuration in jdev.conf?
    Is it only a memory issue or Is it also a dependency reference problem? According to a blog post of Frank Nimphius:
    Though with Oracle JDeveloper 11g the problem of the IDE not rendering JSF pages properly in the visual editor has become rare, there always is a way for the creative to break IDE functionality. A possible reason for the visual editor in JDeveloper to break is a failed dependency reference, which often is in a custom JSF PhaseListener configured in the faces-config.xml file. To avoid this from happening, surround the code in your PhaseListener class with the following statement (for example in the afterPhase method)
    public void afterPhase(PhaseEvent phaseEvent) {   if(!ADFContext.getCurrent().isDesigntime()){ ... listener code here ... } }
    The reason why the visual editor in Oracle JDeveloper fails rendering the WYSIWYG view has to do with how the live preview is created. To produce the visual display of a view, JDeveloper actually runs the ADF Faces view in JSF, which then also invokes defined PhaseListeners. With the code above, you check whether the PhaseListener code is executed at runtime or design time.If it is executed in design time, you ignore all calls to external resources that are not available at design time.
    source:
    https://blogs.oracle.com/jdevotnharvest/entry/when_jdeveloper_ide_doesn_t
    if it is a known problem, then Why is not fixed in 12c?
    Jhon
    Jdev 12c

    Jhon, what Frank mentioned can't be fixed from the outside. You or the developers who use phase listens without thinking about the design view are the ones to fix this. Frank provided you with the solution for this.
    However, we don't know if you use any self written phase listener. If you don't do this you have another problem. I do see some of your symptoms but can't reproduce them at the moment. As long as we can't reproduce the problem somehow it's difficult to to get a solution.
    My advise is to keep your eyes open (add I do) and whenever you can reproduce this behaviour come back and tell us about it. It's hard or impossible to give the 'best' settings for Jdev.conf as they depend on other factors e.g. operating system, memory, other applications running at the same time and many more.
    Personally I don't change the parameters as long as I can't put the problems to low memory (which I can't at the moment).
    Timo

Maybe you are looking for

  • Acrobat XI pro upgrade fails during installation.

    Upgrade from Acrobat XI to XI pro fails.  "Setup detects that you already have a more functional product".  What gives and how to recover?  Windows 8.1.  I have a folder on my desk top with Acrobat XI setup.exe file.

  • Running OAS10g and Reporting Services on the same build?

    os: Fedora Core 6 db: 10gR2 oas: OAS10g 10.1.3.1 I currently have OAS 10.1.3.1 installed; how can I install the reporting services from OAS 10.1.2.0.2 on the same build (just the reporting service, not the full OAS install)? If possible, would these

  • Business Process in Chemical Industry.

    Hi, I want to  gain domain knowledge in Chemical Industry.So,please suggest from where should I start and how to get complete business knowledge in Chemical industry. Thanks & Regards, Divya.

  • OLE object not linking... is CR10.5 on VS2008

    Running Crystal Reports 10.5 which comes with VS2008 i have inserted an OLE object and told the Insert object to Create From File - i then browse to the location of the BMP file and click on link I do NOT have Display as Icon checked the image does n

  • Best hardware/OS for Photoshop CS5

    Hi there, i want to build a new PC, optimized for Photoshop CS5, with Windows OS. Can anybody tell me the optimal hardware configuration to make Photoshop as fast as possible? The program is primarly used for poster design. how much ram makes sense?