JDeveloper 11g - Auto Load User Libraries for Every Project

Hello.  I have created a user library in JDeveloper 11g by going through Tools -> Managed Libraries.  These are standard libraries for my company, and I would like to load them automatically into every project (Fusion ADF) on project creation.  Is there any way to do this?  I already tried checking the "Deployed by Default" flag, but that did not work.
Thank you in advance.

Exactly which version do you use?
You can try to create an application out project template and select your library in the projects.
Timo

Similar Messages

  • How to force sql developer to prompt for user input for every execution ?

    Hi Folks,
    Environment: Oracle 11g (on Windows 7)
    SQL Developer: *3.1.07*
    I am executing a PL/SQL code off Sql Developer. The code uses substitution variables to prompt user for input. However,I am only prompted for the user input for the very first run of the code. For the subsequent executions, the code simply picks up the user input from the very first run. This behavior persists for all subsequent runs of the code.
    I have executed the same piece of code from SQL*PLUS and the behavior seems normal (i.e. I am prompted for fresh input for every execution)
    How can flush out the old user input so I can be prompted for new user input for every run of the code in sql developer?
    Thanks in advance
    rogers42

    Hi Rogers42,
    1/try
    undefine
    undefine fred
    select '&&fred' from dual;
    [run this multiple times]
    [prompts gere]
    old:select '&&fred' from dual
    new:select 'a' from dual
    'A'
    a
    [prompts here]
    old:select '&&fred' from dual
    new:select 'b' from dual
    'B'
    b
    2/try
    exit (requires recent version of sql developer: tools->preferences->Database->worksheet->Re-initialize on script exit command)
    select '&&fred' from dual;
    exit
    run this multiple times
    [prompts here]
    old:select '&&fred' from dual
    new:select 'x' from dual
    'X'
    x
    Commit
    [prompts here]
    old:select '&&fred' from dual
    new:select 'y' from dual
    'Y'
    y
    Commit
    3/use &fred instead of &&fred
    For background see
    http://totierne.blogspot.co.uk/2010/04/substitution-and-bind-variables.html
    -Turloch
    SQLDeveloper team

  • OLAP Cube Showing Capacity for Every Project

    We are upgrading from Project Server 2007 to 2013.
    One of our old OLAP views, using Portfolio Analyzer, in Data Analysis allowed up to set the Project List next to the Resource List, showing totals for remaining work and capacity. This allowed us to compare Remaining Work and Capacity for a filtered
    list of resources. Then if needed, we could expand one resource and see the Projects making up their remaining work. Capacity is blank for all projects and is only shown at the resource level. This also filters the list of projects to just what
    the resource is assigned to.
    In 2013, the cube seems to have changed to the point that capacity is calculated for every project. This makes the OLAP query take forever... it is calculating capacity for every resource for 500 project... but it also then shows every project on the
    system for the resource expanded, which defeats the purpose of showing the project list.
    The only work around is to remove the project list when showing capacity, or remove the capacity when showing the project list. Which to my report consumers means two views (reports via excel services) instead of one.
    Can anyone tell me where the option for this is, or did MS change the schema to a point that this is no longer possible? Seems they would be taking a step backward if they removed this as an option. Resource have capacity... projects do not.
    Thanks!
    Micah

    Thanks for the response Andrew...
    2007 does in fact have the 14 cubes, just like 2013. I am using the Portfolio Analyzer cube in both instances.
    I think you are referring to the new 'Reports' that come out of the box and/or the data connections that are now SQL Select statements embedded in the Data Connection. i.e. Project Server - Resource Capacity... I have experimented with these new data connections,
    including modifying the Select statements to include some of our Enterprise Custom Fields. But I'll admit that my SQL isn't what if could be, and I do not know how to join the Project List properly. Honestly, I really don't want to pull in a DBA to do
    my reporting... especially if the Cube should be doing the joins for me.
    Thanks
    Micah

  • BAPI/FM for setting the user status for the Project definition and WBS elem

    Hi,
    I have to set the User Status for the Project Definition and the WBS elements in that project.
    The User status to be set is the same for the project and wbs elements.
    Please let me know if there is any BAPI/FM to set the user status..
    Thanks in advance.
    Regards
    Shiva

    Hi Shkithija,
    There is a dump encoutered in the form "PS_FLAG_GET_GLOBAL_FLAGS" for 'chk_precommit_ok' in the "BAPI_PS_PRECOMMIT".
    But it is showing SY-SUBRC = 0 when used along with BAPI_TRANSACTION_COMMIT.
    May i know what are input parameters we need to pass it to "BAPI_PS_PRECOMMIT".
    Do you have any idea.
    Please let me know
    Regards
    vishnu

  • Auto Loading web page for ebay login in safari

    HI,
    I wonder if anyone can help me.
    I am running a mid 2011 intel imac with Mountain Lion and Safari all updates installed.
    The problem I have is that ever since I took a holiday in June 2013 I'am now getting a web page auto loading in safari this seems to happen at randowm points either opening in a new tab or even open safari when it is closed. The web page is the ebay login page and has some detail of a user unkown to me in the URL.
    I have spoken with apple support and we have tried clearing the cache's, reseting safari, checking the library files and removing the plist but all to no avail. Ideally I would like to uninstall safari and reload but this does not appear to be an option.
    Also it would appear that I have a memory bleed when safari is running. I have 12Gb of memory that has always worked well but lately is goes down to only 39mb free or less. Quiting safari will return up to 7Gb of free memory.
    Has anyone come across a simular problems?

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    If you wish, you may be able to salvage the malfunctioning extension by uninstalling and reinstalling it. Its settings will revert to their defaults. If the extension still causes a problem, remove it permanently or refer to its developer for support.

  • Jdeveloper 11g TP4: Connection refused error for Embedded Oc4j

    Hi,
    I am getting following error whenever trying to deploy any application in embedded oc4j or whenever try to connect with embedded server on Resource palette.
    Error while getting remote MBeanServer for url: ormi://127.0.0.1:23891/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException
    I am using Jdeveloper 11g TP 4 on windows XP.
    I have checked other links too related to above error and have checked following:
    Proper host name entry in host file
    No spaces in Jdveleoper installed directory name
    Proxy setting in Jdeveloper: excluded localhost and ip address
    Will be very thankful if anyone can help me to resolve this issue.
    Thanks in advance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Don't spend to much time on this. JDev 11g is production and there will be no OC4J 11g!
    --olaf                                                                                                                                                                                               

  • Where can I find the 11g XE client conectivity libraries for download?

    Hi to all,
    I'm new to Oracle and I have already installed the Oracle Database Express Edition 11g server and now I want to test connections from client PCs but I can't find de client libraries installer for this edition. In the online documentation I found a link for downloading de client libraries but it is broken.
    In the download page there are no client libraries for downloading. Should I install all the database on client PCs?
    Any help will be appreciated,
    Regards,
    HDuqueC.

    Should I install all the database on client PCs?
    Not necessarily. On clients PCs you can install any compatible Client version.
    But... why do you need a client software on Clients ? A browser should be sufficient...

  • Alternatives to loading .properties files for every request

    I am just starting for a company, and they loading a bunch of .properties files for every request. I've told them that according to JEE specs, using the file system like that is a violation, as it's not scalable. I've suggested the following alternatives:
    1. Load a file once, in a static initializer, or something to that effect. Re-start the app if a change needs to be made in properties.
    +: few changes
    -: requires a new war/ear to make a change
    2. Put properties that are truly variable in a database record.
    -: requires DB schema change.
    3. For instance, i've though about using something like jconsole to change an mbean property, and then web apps using that property.
    4. Define a single web app that exposes an EJB/JMS/RMI object which serves properties to other web apps. If a change is needed, only 1 web app needs to be re-started, although it would still have to be re-packaged. Perhaps this app could load this stuff from the DB.
    5. Have a properties service, and expose it as an RMI object. If a change needs to be made on the fly, use rmi to make the updates.
    I'm leaning towards a combination of 1, 5, and possibly 4.
    I would like to know what other alternatives might be available.
    Thanks.

    I am just starting for a company, and they loading a
    bunch of .properties files for every request. I've
    told them that according to JEE specs, using the file
    system like that is a violation, as it's not
    scalable. well, it's just boneheaded that's all
    I've suggested the following alternatives:
    1. Load a file once, in a static initializer, or
    something to that effect. Re-start the app if a
    change needs to be made in properties.that's what most people do
    2. Put properties that are truly variable in a
    database record.well, databases don't normally hold config info, but you can do what you want
    -: requires DB schema change.
    3. For instance, i've though about using something
    like jconsole to change an mbean property, and then
    web apps using that property.
    4. Define a single web app that exposes an
    EJB/JMS/RMI object which serves properties to other
    web apps. If a change is needed, only 1 web app needs
    to be re-started, although it would still have to be
    re-packaged. Perhaps this app could load this stuff
    from the DB.doing EJB or RMI for getting properties sounds like overkill in the extreme to me

  • Loading default limits for every execution

    Hi,
    My situation is like that:
    I execute my sequence using sequential model. Usually, the sequence is executed "in the loop" which means when once the sequential model is launched we can test unit after unit till the moment we want to stop for some reason. The sequence is loaded dynamically by the sequential model and with unload after step executes unload option.
    In the sequence we are using limits. The default TS limits looks like below.
    All our limits get changed during the execution depending on what unit we are testing and on what stage the unit is.
    Problem:
    I thought that if the sequence is loaded dynamically and it is unloaded when executed, the next time the next unit will be tested the default values of the limits container will be loaded (as a result of being loaded dynamically and unloaded when step which calls the main sequence is executed). Unfortunately, it looks like when we perform continous testing the test limits are not reverted back to the default, as expected, but they are a superposition of the limits loaded by previous executions. Of course
    Questions:
    1. Are my expectations regarding TS behaviour are correct?
    2. How to impose the default limits to be "reset" to the default for every sequence execution, not only the first sequential model execution?
    Solved!
    Go to Solution.

    MimiKLM wrote:I'm worry about not the speed of loading you mentioned associated with your solution but the potential problems with the memory. Let say, I call the main sequence 1000 times without interrupting of the execution. So instead of having one copy of the sequence called with cleared/reinitialised all variables and properties I have 1000 copies in the memory. I'd call it a waste to have 1000 copies only because I need to have the the properties and variables cleared.
    The copy only exists while the sequence is running. Once the execution of the sequence completes, the copy will be destroyed/freed. At least as long as your code modules don't hold their own reference to it somewhere (which typically they should not be doing).
    So if you call main sequence 1000 times in a loop, you should still only ever have one runtime copy in memory at a time. The difference is a new copy is created (and destroyed once the sequence is done running) each time, rather than creating a copy only once and reusing it. There is a performance hit to this per call of your sequence that is somewhat proportional to the size of your sequence, but unless your sequence is really huge, or you test execution is extremely fast, you probably will not notice the difference.
    Hope this helps clarify things,
    -Doug

  • Error while loading JS libraries for UI5 and I5 Grid together

    Hello Experts,
    I am trying to load JavaScript libaries for UI5 (OpenUI5 SDK) and I5 Grid (from bootstrap.js).
    My requirement is to create UI5 as well as I5 Chart/Grid components in the IRPT pages.
    Development environment is MII 14.0 sp04 .
    I have added a JS link for my UI5 library as follows, in my IRPT page.
      <script src="/XMII/CM/DCMS_Master/UI5Library-1.22.8/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m, sap.ui.table, sap.ui.commons"
      data-sap-ui-theme="sap_bluecrystal">
      <script>
       sap.ui.localResources("/XMII/CM/DCMS_Master/UI5Library-1.22.8/resources");
      </script>
    Afer this Include, I have loaded the I5 component JS library like this:
    <SCRIPT type="text/javascript" src="/XMII/JavaScript/bootstrap.js" data-libs="i5Chart,i5Grid"></SCRIPT>
    However, I get an error on the console as follows   
    Failed to load resource: the server responded with a status of 404 (Not Found)                                            
    <MII Server Host>:50000/XMII/CM/DCMS_Master/UI5Library-1.22.8/resources/JSONListBinding.js
    Uncaught Error: found in negative cache: 'sap/ui/model/json/JSONModel.js' from /XMII/CM/DCMS_Master/UI5Library-1.22.8/resources/sap/ui/core/library-preload.json/sap/ui/model/json/JSONModel.js: Error: failed to load 'JSONListBinding.js' from /XMII/CM/DCMS_Master/UI5Library-1.22.8/resources/JSONListBinding.js: 404 - Not Found                                    sap-ui-core.js:80
    Uncaught Error: "Element sap.ui.commons.layout.MatrixLayout#matrix4" is not valid for aggregation "content" of ManagedObject sap.ui.core.UIArea#headerSelection                                                                                                                         sap-ui-core.js:134
    Does that mean that I5 JS libs and UI5 libs cannot be imported together?
    Any help will be appreciated.
    Best,
    Arihant Kothari

    Hi Arihant,
    The i5component JS library internally loads the SAP UI5 library that you are trying to load explicitly. If you intend to use both MII i5 components and SAP UI5 components together then you can just use the following:
    <SCRIPT type="text/javascript" src="/XMII/JavaScript/bootstrap.js" data-libs="i5Chart,i5Grid"></SCRIPT>
    And for sure you would have deployed SAP UI5 library on your MII server right.. ? In that case you load the UI5 library with the following script tag:
    <script src="/sapui5/resources/sap-ui-core.js" id="sap-ui-bootstrap"data-sap-ui-libs="sap.m, sap.ui.table, sap.ui.commons" data-sap-ui-theme="sap_bluecrystal">
    <script>
    In case you choose to use only SAP UI5 components/controls then you can use only the above script tag so that the MII i5 components don't get loaded.
    To check if SAP UI5 is deployed on your server you can try to access the following link:
    http|s://<host>:<port>//sapui5/resources/sap-ui-core.js
    And to check the SAP UI5 version you can type the following in browser console: sap.ui.version
    Hope this helps!
    Thanks and Best Regards,
    Ria

  • How can I stop firefox from auto saving user ids for various websites? I do not want them to be remembered for security reseasons

    I do not wish to start typing my user id for a website and it automatically coming up as a choice since it has been remembered from a previous attempt. How can I delete firefox from remembering it so I just always type it myself?

    The [[Form autocomplete]] article has information on deleting saved entries and preventing the browser from remembering form entries in the future.

  • "A new folder for every project file"

    Aha!!  Right, from now on ... (thanks Steve)
    From the Muvipix.com Guide to Adobe PE11 by Steve Grisetti
    (p 36) [on starting and saving a new project]
    2     Click the Browse button to choose a location to save your new
    project file.
    We at Muvipix recommend always selecting the Browse option and,
    wherever you choose to save your file, creating a new folder for every
    new project file.
    This little bit of housekeeping keeps all of your new project's files in
    one neat, little folder. And, when your project is done and you want to
    clear it from your computer, you can then remove not only the project
    file but all of the temp, render and scratch disk files Premiere Elements
    has created for that project simply by deleting that single folder!
    This makes post-project clean-up a much easier and neater process.
    OK, hope I've got it this time (at last)
    cheers
    Brian

    Oh no!  I thought I’ll re-work that Canal video again, but this time saved the project from the very start in a new folder on an ext HD (500 GB) connected USB3.0.  Tried all sorts of things on it, saved each time in the same folder.   Cleared all 14 clips from Project Assets (which of course emptied the timeline).   Shut down PE11.   Checked via Windows Explorer that the project files were all on the ext HD – and by the way, there are no other files on it, just the PE files.  My understanding is that Advanced System Care Pro (Iobit) regularly defrags all my drives if necessary (tho’ I haven’t done this manually for months with this drive).
    OK, opened PE, went to Open Recent Projects, it shows the above .prel file and the entire path, I click on it and – 
    Weird, just weird
    Nil desperandum
    Brian
    Edited --- and another weird thing, my email isn't sending the complete message I type to this forum.   I sent a whole message once and it never appeared, but this time it's cut off half a sentence above (it did this before, earlier today).
    That sentence should read,
    OK, opened PE, went to Open Recent Projects, it shows the above .prel file and the entire path, I click on it and – nothing happened!   (You'll have gathered that's what happened, but I wrote it in my Windows Live Mail, sent via BT-Yahoo ISP ......... )  Hey wait, there was a whole lot more.
    Here's a copy / paste from Windows Live Mail outbox
    It’s so odd, because as I said previously, most of the time it works so well, does all the things it’s supposed to do.   I followed Steve’s instructions here to the letter.   By the way, as you know, it’s not just the ext HD, this has been happening all along with allowing PE to save everything in its default Folder 11.
    I would be – now – very sorry indeed to have to abandon PE11 simply on this account, but it’s causing me to waste such a lot of time.   (Let alone the expense of buying it, plust one Lynda.com course, plus 2 books – not forgetting that I’d previously tried the Corel software and bought a book and DVD for that too!!)
    Might just use – what’s that simplicity-itself thingy everyone uses who just want to get any old kind of thing up on You Tube ..........   Oi vey!! <<more weary sigh>>
    Weird, just weird
    Nil desperandum

  • JDeveloper & user libraries

    Hello,
    In a jdeveloper project I'm using jakarta poi (http://jakarta.apache.org/poi/) to generate microsoft excel files. The jar files are included in my project as user libraries.
    If I run the application in the jdeveloper environment everything works well and I'm able to create excel files. But if I deploy the application to a standalone oc4j application server (using an ear-file after running the "create jnlp files for java webstart" wizard) and I try to run the application, it's not possible to write excel files (and I don't get any errors).
    However, after a manual copy of the jakarta poi jar files to the "ext" folder of the jre installation on my system, the application runs smoothly.
    So it seems that jdeveloper isn't including the imported jar files/user libraries in the deployment package.
    Now, if I want to deploy my application to a group of users, I have to copy the jakarta jars to the correct folder on every client computer. If there's an update of the jars, I have to update every client computers as well. Is there a way to include the user libraries in the deployment files?
    Kind regards,
    Jeroen

    So, how do you include user libraries for deployment? Importing the user libraries into the system libraries and then adding them in the contributors list of a War-file doesn't seem to work.

  • Auto Loading on FDM - Need help with this scenario

    Okay, I just waNt to know if there is a better way to load data from FDM to HFM.
    We have txt files containing data for every month. For example, there 12 files for year 2007 (1 file per month) for one country and similarly we have data arranged in this manner for every country.
    Now, what we are doing is that we are taking every file (every month) and loading it one after the other doing the FDM process of import, validate, export and check. This process is taking too long because we have to load monthly data for every year AND for every country. Too many files to load.
    Now, how can batch loading solve this problem. Where is the script written on FDM to do this process. Currently, the files for importing (monthly files) are NOT located in Inbox but a different directory. Would copying all these files into Inbox make it any better?
    This could save our company enormous amount of time loading and so I would certainly appreciate a better work around?
    There must be a way by which these loading of every file can be automated. Let me know. I have no idea about the script that is used but is the script present on the FDM admin manual for batch loading what we have to copy paste? Thanks.
    -- Adi

    Adi,
    This is why I originally stated that more advanced scripting might be needed.
    If there is an error, it stops at the error. You can then either manually run a report or check the fish status inside of the FDM web interface. If you wanted something to automatically be done when an error is encounted, the more advance scripting is required.
    As for the invalid map, it would stop just as it would from the web interface. The BatchLoader assumes you have all your information correct and that loads will be sucessfull.
    There is a feature called 'AutoMapCorrect' that is explained in the Admin doc as well. It is used to push all non-mapped data to a particular value. You then would need more advanced scripting to either let you know it automapped values, or run batch reports manually. Then you would need to correct the 'pushed' mapping to actual values and reload the data (import, validated, export, check)
    Thank you.

  • Where is ADF FACES HTML tags in JDeveloper 11g?

    I am using JDeveloper 11.1.1.2.0 for my project. I remembered in 10g I have a list of HTML tags such as, afh:tableLayout, afh:cellFormat, etc under ADF FACES HTML package. However, in new JDeveloper 11g, I could only see ADF Cores and there is no ADF Faces HTML tags. Are they still available in 11g? If so, how I could install those tags in JDeveloper 11g?

    Thanks for your quick response. Actually I am converting a Trinidad project into ADF 11g. In old one, I used a lot of tableLayout components. It seems impossible for me to convert all those tableLayout into ADF 11g layout components in a short period of time.

Maybe you are looking for