How to change application version?

Hi,
When i deploy my 11g application JDeveloper generates a version number, ... e.g. V2.0. How can i change it to an other number?
Kind Regards,
Andre

Hi,
Have you tried adding the version tag in the weblogic-application.xml file?
something like
<weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                      xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd"
                      xmlns="http://www.bea.com/ns/weblogic/weblogic-application" version="2.22.2.2.0">-Arun
Untested

Similar Messages

  • How to change application owner of EPM11 planning application ?

    Hi Gurus,
    How to change application owner of EPM11 planning application ?

    Using this query i can find the application owner in backend :
    SELECT A.OBJECT_NAME AS APPLICATION_OWNER
    FROM HSP_OBJECT A, HSP_USERS B
    WHERE A.OBJECT_ID = B.USER_ID
    AND B.ROLE = 3;
    now i want to change Application owner ....please share if you know

  • How to change application store location?

    How to change application store location?

    Step 1: Launch the iTunes program and, if you are logged in, sign-out of your Apple iTunes account (Store – > Sign-out).
    Step 2: Scroll down and click “Change Country” – select the United States flag.
    Step 3: search for the app. I know it has to be a free app. For paid apps you have to use something that is not a CC.
    Step 4: iTunes will now require you to sign-in with your AOL, MobileMe or Apple ID. Instead of logging-in with your your existing Apple ID, click the “Create New Account” button and accept the “Terms and Conditions.”
    Step 5: Use an email address that’s different from the one that’s linked to main Apple account. Under Payment Methods, choose “none” for the Credit Card section, give some dummy address and you’ll then receive a verification email.
    Step 6: Click the link in that verification email and you’re done. To recap, you have now created a US based iTunes account and this will let you you can download any free app from the iTunes store even if the app is not available in your country.

  • How to Change Application Icons

    Does anyone know how to change the Icon on an application that iTunes shows the Artwork, but I can't copy or paste it to change icons. Any thought's?

    You can not change the icon for an application.

  • How to change language version of Photoshop?

    I'm CC subscriber since few days ago, and after installing different language version of PS, I now want English Photoshop instead. The first installed version is deleated, but I can't find out how to change to English version. Can anyone help?

    Cloud language change http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html

  • How to disable application versioning

    Hi,
    using Jdev 11.1.1.1.0 for an ADF fusion web app and generating an EAR, the Deployer automagically adds the following manifest file
    myapp.ear!/META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Weblogic-Application-Version: V2.0
    Does anyone know how to disable this feature? Searching the current fusion web app dev guide there is no occurence on 'Weblogic-Application-Version'....
    Should I provide my own MANIFEST.MF without Weblogic-Application-Version: V2.0 included?
    Thanks for any clarifying comments.
    Regards,
    Andreas Koop

    yo dude,
    The PopupManager is what you need.  See the docs here: http://help.adobe.com/en_US/flex/using/WS6c678f7b363d5da52e8f1ca1124a0430dcf-8000.html 

  • How to change JDK version??

    I have a problem, I am running Jdeveloper with out problems, but always, when JDeveloper is started I have this msg:
    JDK version not supported. ...
    JDeveloper executes with Java 1.6.0_51, and at least I need 1.7.0_06.
    I have downloaded the latest JDK and installed it, but nothing happen!!!
    How could I solve this??? I have a Mac OSX when I run
    $ java -version
    java version "1.7.0_25"
    Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
    Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
    I seems to be OK, but how can I indicate Jdeveloper to run this JDK? Not 1.6, I have edited also jdev.conf
    And i found : SetJavaHome @JAVA_HOME@
    How to change Java_Home????

    Hi,
    Always mention your JDev version.
    Have you tried setting SetJavaHome <your_java_home_where_jdk17_installed> in the jdev.conf file and see if it gets opened properly?
    -Arun

  • How to change application action for all Firefox users?

    Hi,
    Is there any way I can change application action for all FF users. I am using Firefox admin 0.5.9.3 and deploy FF 3.6 through GP.
    Thanks

    You can change the system colors based on the system you are logging on to.  We have many users here doing that. (Red for prod, Green for Dev, etc)  You cannot use the Sap signature Design theme as it does not allow color changing.  I explained this in another post and how to change it.
    Re: Set Color for several system with sap gui 7.20
    To answer your question on how to change this for ALL users... That I cannot answer as our user base differs and they change it as they wish.  Hope this helps.
    Regards,
    Zecher

  • How to change firmware version for N73

    Hi
    I wanted to force an upgrade for my firmware.
    Can u let me know how to do it?
    it says " No software updates available for your phone
    n73 Rm132 4.0728.3.1.1 .How can i change this version to lower one so that it updates?

    hi
    me also having a problem with my mobile firmware version, i have a latest version V 4.0812.4.0.1. when ever i try to install a software to my mobile the EXPIRED CERTIFICATE error is shown. i change my mobile date to back years but the problem remains.
    i want to go back version, is it possible otherwise what to do, Plz let me know.
    Thanks

  • How to reference application version number and current date in page footer

    Am new to Apex and am creating first app for production users on Apex 4.0.1 ... I notice that Application Builder app itself displays the version number at bottom right of screen .. are there any substitution strings that I can use to get current date and application version in my own Apex app ... or do I need to create e.g Javascript to format the date and create my own substitution string ?
    Any help much appreciated .. thanks !

    I modified the Footer of our Default page template. Used JavaScript for the date, below is the code we use. The very last table is specific to our environment and it would need to be customized for your use or removed if not needed. I am a JavaScript novice so this may be crude but it does the job.
    Jeff
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="500">
    <script Language="JavaScript">
    <!--
    function GetDay(nDay)
         var Days = new Array("Sunday","Monday","Tuesday","Wednesday",
                              "Thursday","Friday","Saturday");
         return Days[nDay]
    function GetMonth(nMonth)
         var Months = new Array("January","February","March","April","May","June",
                                "July","August","September","October","November","December");
         return Months[nMonth]             
    function GetTime () {
      var curtime = new Date();
      var curhour = curtime.getHours();
      var curmin = curtime.getMinutes();
      var cursec = curtime.getSeconds();
      var time = "";
      if(curhour == 0) curhour = 12;
      time = (curhour > 12 ? curhour - 12 : curhour) + ":" +
             (curmin < 10 ? "0" : "") + curmin + ":" +
             (cursec < 10 ? "0" : "") + cursec + " " +
             (curhour > 12 ? "PM" : "AM");
      return time;
    function DateString()
         var Today = new Date();
         var suffix = "th";
         switch (Today.getDate())
              case 1:
              case 21:
              case 31:
                   suffix = "st"; break;
              case 2:
              case 22:
                   suffix = "nd"; break;
              case 3:
              case 23:
                   suffix = "rd"; break;
         var strDate = GetDay(Today.getDay()) + " - " + GetMonth(Today.getMonth()) + " " + Today.getDate(); strDate += suffix + ", " + Today.getFullYear() + " " ;
         return strDate
    //-->
    </script>
    <script Language="JavaScript">
    <!--
    document.write(DateString() + GetTime());
    //-->
    </script>
    </td>
    <td width="300" class="fineprint"><div align="right">
    </div></td>
    <td width="900" class="fineprint"><div align="right">
    &APP_USER.
    #APP_VERSION#
    </div></td>
    </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="33%" align="left" valign="bottom"><img
    src="#WORKSPACE_IMAGES#iconseal-rust.gif" alt="NH State Seal" width="25"
    height="25" /></td>
    <td  width="33%" align="center" valign="bottom"><a href="http://www.nh.gov/" class="fineprint">NH.gov</a>
      <a href="http://www.nh.gov/disclaimer.html"
    class="fineprint">Privacy Policy</a>   <a
    href="http://www.nh.gov/wai/index.html" class="fineprint">Accessibility
    Policy</a></td>
    <td width="33%" class="fineprint"><div align="right">Copyright &#169 State of
    New Hampshire, 2007-2010</div></td>
    </tr>
    </table><br />
    #FORM_CLOSE#
    </body>
    </html>

  • How to export application version??

    Hello all
    Environment: NW 5.1 SP7, ZFD3.2 SP2
    I need to do a data export of the following info:
    Export fields: Asset.Tag, OS, Application name and Application version.
    Basically I am querying for an application name and I want the
    workstation Asset Tag, the workstation OS and application version of a
    specific application to be exported.
    My query is set to match "Application X%". However when the query runs -
    it returns a list of all workstations with Application X - which is
    correct, but it also returns the Application Version number of every
    other application on the workstation that has "Application X" installed.
    All that I would like to export is the Application Version number
    for "Application X".
    I have tried many types of queries and have not had any luck. Please
    assist.
    Thanks for your advice in advance.
    Regards
    Carmen

    Mailuser,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com in both the "free product support" and "paid product support"
    drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How to change application for opening an online program?

    I am trying to open an online program for which I have previously downloaded a plug-in required to open and utilize this online application, however, my computer must be set to a default to open the program with ScriptEditor, which is not compatible for running this online program I need to use. Does anyone know how I can change these settings to open the program with my downloaded plug-in versus the ScriptEditor? Any help would be appreciated.

    If it’s actually an online program, it’d run in your web browser instead of being downloaded to your computer.
    If you downloaded a Windows program file, it can’t be run outside of Windows, CrossOver Mac, or Wine.
    (118655)

  • How to Change SCORM version in Captivate 7 Multi-SCORM Packager

    I'm trying to use the Multi-SCORM packager to publish a course to an LMS that uses SCORM 1.2.
    I open the Multi-SCORM packager > select the Pre-Test or Post-Test Rollup option > and the Course Manifest Details popup shows the SCORM version as 2004.  The Adobe webpage on the Multi-SCORM indicates that you can change between 1.2 and 2004, but I can't figure out how.
    Any help would be greatly appreciate.
    v/r
    Jay

    Hello Jay,
    Welcome to Adobe Forums !
    I would like to inform you that the option to change the scorm version comes only when you combine scorm using the Multiple SCOs .
    If you select Simple Remediation or Pre-Test or Post-Test Roll-up the you will not be able to select the scorm version it will be scorm 2004 by default.
    Thanks
    Himanshu

  • How to change application store password?

    Hi,
    Im new to iphones. How do i change my itunes/application store password?
    thanks

    http://support.apple.com/kb/HE36

  • How to change application.xml

    After I create a ear deployment profile. I don't see how to customize the application.xml.
    I don't see a standard entry like
    <module>
    <ejb>beans.jar</ejb>
    </module>
    and I would like to add it.

    Ok this is very wierd...
    I added the application.xml file, and it appears in my Projcect->ViewController->Application Sources->Meta-INF folder.
    I save it as
    <module>
    <ejb>beans.jar</ejb>
    </module>
    <module>
    <web>
    <web-uri>web.war</web-uri>
    <context-root>WebkidsAdminLite</context-root>
    </web>
    </module>
    but as soon as I deploy it changes it to
    just
    <module>
    <web>
    <web-uri>web.war</web-uri>
    <context-root>WebkidsAdminLite</context-root>
    </web>
    </module>
    Any ideas what is going on here?

Maybe you are looking for

  • All my firefox sync data has been deleted and I don't know why. Any way to restore it??

    I had alot of bookmarks and passwords on my firefox sync. However, I rebooted my computer a few days ago and now when I clicked on "Merge sync data" my data still does not appear and it seems like everything has been deleted. Can I restore this data?

  • Dialog Instance Installation error in last Phase

    Dear experts I have Installed DBCI with HACMP environment with Oracle 11G and AIX6.1 Production system Now I am trying to install Dialog instance D02 but i am facing problem in last Phase 'shutdown and start Dialog instance' the error as follows An e

  • Published Web pages are Screwy

    When I publish my site there are extreme differences in fonts, background colors, bold type..all sorts of things.......what the heck is going on? I keep going back in and tinkering with it, but I can't find out what to do. Thanks

  • Modifying Process Form

    if i want to add a user defined field 'cn' to process form only and not to user profile where all i need to do the changes. This cn field will take the cn of the OID account when event gets linked(on running target recon).

  • Are Collections of POCOs as DataSources Supported ??

    Running the Standard Report Creation Wizard I select a POCO from under the .Net Objects node and Crystal then gives me the ADO.NET(XML) dialog wtih File Path, Class Name and Use DataSet from Class criteria. ??? I want to go get a collection of POCOs