Proposal for global JNDI support in future Virgo releases

Hello,
when I first started using Virgo more than 2 years ago, I had trouble finding a convenient approach for establishing database connections using EclipseLink.
To cut a long story short, I eventually ended up implementing a fragment for the catalina bundle in order to register a custom InitialContextFactoryBuilder in the JNDI SPI that would be just a proxy over Tomcat JNDI support, so that I could use plain old InitialContext().lookup() in Virgo to lookup resources declared in tomcat-server.xml
I understand that this is not 100% OSGi aware, but the other two OSGi App Servers I know of, Apache Karaf and WebSphere Liberty, both provide an optional feature that enables the same behaviour, and IMHO this largely reduces the learning curve for new users.
So, I would like to ask the project team to evaluate the possibility to include a similar feature OOTB in Virgo 3.7.x.
If you are interested, I can share the code and I am also willing to help out in the implementation.
GianMaria.

Hi,
This is bit difficult to answer.. however here is the EOS/EOL details for 1230 series..
http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps6108/eol_c51-506614.html
Since we support this product till 2014, My strong feeling is that this will be stretched till what ever the software that comes till end 2012 or max early 2013.. i really dont know what will be the train that time though!!
lemme know if this answered your question..
Regards
Surendra
====
Please dont forget to rate the posts which answered your question and mark it as answered or was helpfull

Similar Messages

  • How to find global JNDI listings from embeded OC4j

    I am having a hard time looking up the context of a local bean. Remote works fine for some reason.
    How do I get a listing of the global jndi namespace for embeded OC4J?

    Hi
    Though we never 'recommend' using olite for complex processes, as olite is only for simple testing/dev purpose.
    However, you can still apply the 10.1.3.4 patchset for this BPEL standalone installation, without installing SOA Suite. But, in future I would recommend Advanced SOA Suite with 10.2.0.3 DB.
    Hope that answers your questions!
    Cheers
    Anirudh Pucha

  • Why opening from java the rpt search for a JNDI when it's setup for a DNS ?

    I downloaded CR for eclipse 2.
    All is 'quite' working froma a java app.
    i've only a problem with an 'jndi name search error'. I'll try to explain.
    In the RPT i use a DSN connection to a sql server into a differente machine. When I open directly the rpt, all is working.
    From java code, i'll open the report, but when i try to export  to pdf iit tell me about an error 'jndi name search error', with the name of the DSN connection i setup.
    Why? Why opening rpt all is working, but opening from code NOT is working ?
    What's the difference from two opening methods? Why an .rpt opened from java cannot just open the connection like when opened from cristal report !?
    *My question is: why opening from java the rpt search for a JNDI when it's setup for a DNS connection ?! *

    The .rpt has been originally created from an ancient version of Cristal report. probably the '8'.
    In an italian software called 'Business', the .rpt is populated for printing of invoices and similar docs.
    My society is trying to 'integrate' our software with the .rpt used from our customer.
    So we want simply open .rpt, add a new logo, set the selection for record and save as pdf.
    We so bought Cristal report 2008 (v.12 ), opened the .rpt, saved (so it 's now in a supported version).
    The sql server is located at 10.1.2.40, and is a Microsoft Sql Server.
    In my development pc I've installed Cr 12. I added a User DSN to point to Sql server at 10.1.2.40, at right DB with username and password. Opening from my development machine the .rpt and 'running' it, it display the data. Ok !
    I downloaded CR4 Eclipse 2.
    I open report using the unmanaged sdk. (to access it through file system, not via RAS), Ok.
    I set selection record. Ok.
    I execute .export with 'PDF' for format option and here I get an exception: the JNDI name 'CPR'  is not found. Where CPR is the DSN name setup into .rpt from Cristal Report 2008.
    So, no, i'm not trying to using the designer from Eclipse, but from the full application. But I must use the rpt at runtime to export some rendered records.
    What must I do to do this?
    CR4E only supports java based connections, so it is looking for the JDBC/JNDI name and won't look at the DSN's.
    How Can i setup at runtime a JDBC / JNDI connection ?
    I already have a 'connection' from my code to the sql server, using sqlserver jdbc driver v. 4 from microsoft. And executing query I see the results. So i have right driver, ip, db name, user name and password
    But is there a way to simply tell at runtime to my .rpt to use THIS connection? Or a similar connection...
    Thanks in advance for help provided to us. (we bought a CR license only for this work...)

  • When will Adobe Reader for Mobile Devices support 3D PDF files?

    When will Adobe Reader for Mobile Devices support 3D PDF files?

    There are two basic varieties of LiveCycle XFA...Static XFA and Dynamic XFA, which are very different in terms of their future for potential support in Adobe Reader for iOS. Which variety of XFA are you using?
    Static XFA uses the PDF markup language for content and form fields, so users can view the documents in Adobe Reader for iOS, but we currently do not properly handle filling, saving, and submitting those forms. I have improving our handling of Static XFA on my roadmap, but cannot offer any specific date yet (sorry, policy plus actual uncertainty). I know that there are some other apps that partially support Static XFA, though I do not know how complete their support is. If you can even open the XFA document in Adobe Reader for iOS, it is likely Static XFA.
    Dynamic XFA is effectively a JavaScript application packaged inside a PDF wrapper, which generates layout and form fields via code and requires a significant engine to support this. Support for Dynamic XFA is unfortunately not currently on our roadmap for iOS due to the nature of the technology, and our concern that any implementation we try likely will not pass Apple's restriction against installing something that allows other "apps" to be downloaded and executed from within it. The LiveCycle team is exploring solutions for our enterprise customers wanting to use Dynamic XFA from mobile devices as part of their server offering, but I cannot offer any insight here. To my knowledge, there are no applications that handle Dynamic XFA other than Adobe Reader for the desktop platforms (Windows, Mac, Linux).
    Dennis

  • Tomcat 5.0.* global JNDI database connect pooling. complex config question

    Ok. I can't get global connection pooling to work in tomcat 5.0.24. (I am running windows xp pro)
    I am using MySQL (installed on the same machine) and I have succesfully worked through the tutorial titled "MySQL DBCP Example" found at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html
    This example does not demonstrate global connection pooling, however. I want to share a single connection pool across all my web applications. I don't want a different connection pool for each webapp.
    So I define the connection pool JDBC resource in the conf/server.xml file under the <GlobalNamingResources> element.
    Here is the entire <GlobalNamingResources> element lifted from conf/server.xml:
    (Please overlook some of the formatting mistakes due to the <code> tag interpreting the xml as java.)
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
        <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
        <Resource name="UserDatabase"
                  auth="Container"
                  type="org.apache.catalina.UserDatabase"
                  description="User database that can be updated and saved">
        </Resource>
        <Resource name="jdbc/MySQL"
                  auth="Container"
                  type="javax.sql.DataSource"/>
        <ResourceParams name="UserDatabase">
            <parameter>
                <name>factory</name>
                <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
            </parameter>
            <parameter>
                <name>pathname</name>
                <value>conf/tomcat-users.xml</value>
            </parameter>
        </ResourceParams>
        <ResourceParams name="jdbc/MySQL">
            <parameter>
                <name>factory</name>
                <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
            </parameter>
            <parameter>
                <name>maxActive</name>
                <value>100</value>
            </parameter>
            <parameter>
                <name>maxIdle</name>
                <value>30</value>
            </parameter>
            <parameter>
                <name>maxWait</name>
                <value>20000</value>
            </parameter>
            <parameter>
               <name>username</name>
               <value>webapp</value>
            </parameter>
            <parameter>
               <name>password</name>
               <value>******</value>
            </parameter>
            <parameter>
                <name>removeAbandoned</name>
                <value>true</value>
            </parameter>
            <parameter>
                <name>removeAbandonedTimeout</name>
                <value>3000</value>
            </parameter>
            <parameter>
                <name>logAbandoned</name>
                <value>true</value>
            </parameter>
            <parameter>
                <name>url</name>
                <value>jdbc:mysql://localhost:3306/javatest?autoReconnect=true</value>
            </parameter>
        </ResourceParams>
      </GlobalNamingResources>I am still trying to get the DBTest example (described in the link to the tomcat 5 docs above) to work, only now I want it to work using a global connection pool. So here is the contents of webapps/DBTest/WEB-INF/web.xml: (again, please overlook formatting difficulties :)
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
             http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
             version="2.4">
      <description>MySQL Test App</description>
      <resource-ref>
          <description>DB Connection</description>
          <res-ref-name>jdbc/MySQL</res-ref-name>
          <res-type>javax.sql.DataSource</res-type>
          <res-auth>Container</res-auth>
      </resource-ref>
    </web-app>The last thing I need to do, I think, is to include a <resourceLink> element in the context.xml file for this webapp. Now in tomcat 5.0.* it is not recommended that the <context> element appear in the conf/server.xml file. Instead, as I understand it, it should appear in either of the two following places (for a webapp called DBTest):
    $CATALINA_HOME/conf/[engine_name]/[host_name]/DBTest.xml
    $CATALINA_HOME/webapps/DBTest/META-INF/context.xmlSince I would eventually like to package each webapp in its own war file, I prefer the second option above. This will enable me to place the context.xml file within the .war file. Currently, however, I am not using .war files.
    For the DBTest webapp I have the following <context> element in webapps/DBTest/META-INF/context.xml:
    <context path="/DBTest" docBase="/DBTest" debug="1">
        <ResourceLink global="jdbc/MySQL" name="jdbc/MySQL" type="javax.sql.DataSource" />
    </context>Now, when I point my browser to http://localhost:8080/DBTest/test.jsp I get the following message:
    javax.servlet.ServletException: Unable to get connection, DataSource invalid: "org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause: No suitable driver"
    For those who are interested, here is test.jsp:
    <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <sql:query var="rs" dataSource="jdbc/MySQL">
    select id, foo, bar from javatest.testdata
    </sql:query>
    <html>
      <head>
        <title>DB Test</title>
      </head>
      <body>
      <h2>Results</h2>
    <c:forEach var="row" items="${rs.rows}">
        Foo ${row.foo}<br/>
        Bar ${row.bar}<br/>
    </c:forEach>
      </body>
    </html>Now I know that this is a very long and detailed question and that it is unlikely that anyone is even going to read down this far, let alone take the time to study all that XML, but if anyone is able to tell me why this setup does not allow global connection pooling, I will be pretty *@&$**% impressed. I only wish I had duke dollars to give.
    Jon

    Okay, I went back and double checked that I can get the DBTest example working. It is described here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html
    I was not able to get it working exactly according to the tutorial, though. I was required to put the <context> element not in the conf/server.xml but in conf/Catalina/localhost/DBTest.xml. Then, with the DBTest/WEB-INF/web.xml as above, I was able to get the DBTest example working. The output of test.jsp (described above also) is the following:
    Results
    Foo hello
    Bar 12345I would like to be able to put the <context> element in webapps/DBTest/META-INF/context.xml (as I think should be allowed) because then I would be able to include it in a war file that encompassed the entire web application. If I am forced to put the <context> element in a subdirectory of the conf directory, then I cannot include it in a war file and I will be unable to just drop my war files in the webapps directory and go. Instead I will have to drop my war files in the webapps directory, then go and fiddle around with the xml files in conf/Catalina/localhost/
    But if I move the <context> element into webapps/DBTest/META-INF/context.xml then the example stops working. When I put it back in conf/Catalina/localhost/DBTest.xml everything is fine again.
    Ok, no big deal. I guess my war file deployment will just have to be a little more complicated.
    But what if I want the resource to be global??? If I remove the <Resource> and <ResourceParams> elements from the webapp-specific <context> element and put them in the <GlobalNamingResource> element in the conf/server.xml file I should have a global resource, right? I did this, then added a resource link to the <context> element (see above), however, the example stops working. I have tried both with and without the <resource-ref> element in web.xml.
    Can some remarkably intelligent and knowledgeable person please explain to me how global resources work in tomcat 5.0, especially global JDBC connection pooling.
    Thanks,
    Jon

  • Max Number of Procurement Proposal for a date

    We have scenario where a user has changed fixed lot size for a material 11,70,000 to 1 Pc. As result more than 2 Million Purchase requisitions got created by MRP. Is there any standard config settings, where we can maintain max number of procurement proposal for given date or demand. So that we can prevent such occurances in future.

    Hello Amit.
    The materials planning creates a large number of order proposals in the amount of the fixed lot size for this one request for a fixed lot size (lot-sizing procedure 'FX') with a large number of requests and a small number of fixed lot sizes.
    In Customizing for the plant parameters of materials planning (transaction OPPQ, table T399D) you can set a parameter for the maximum number of order proposals that are created by materials planning for a requirements date.
    The materials planning of this material terminates regularly if the maximum number is exceeded. An error document with error message E098 is generated. This way you can prevent that the MRP run terminates if the lot-sizing procedure is set unfavorably.
    Best Regards,
    R.Brahmankar

  • In perfdatasource querying for global snapshot failed with error 'the size limit for this '

    I received  scom alerts from two win 2k8 r2 servers , hosting exchange 2010 mailbox roles , the alerts came almost in same time from both servers ,
    can I ignore those alerts
    or can someone give a me a clue how can I troubleshoot those alert , please any help would be appreciated
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this '
    from Ops-mgmt logs 
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:       server 1
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.Windows.Server.2008.OperatingSystem.PercentMemoryUsed.Collection 
    Instance name: Microsoft Windows Server 2008 R2 Enterprise  
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:       server 1
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.Windows.Server.2008.LogicalDisk.PercentIdle.Collection 
    Instance name:  " edb file path "
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:       server 2 
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.Windows.Server.2008.NetworkAdapter.CurrentBandwidth.Collection 
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:   server 2   
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.ForefrontProtection.FPE.Server.PerformanceCollection.RealtimeScanMessageRate

    Hi Blake , 
    Thanks for your reply , I appreciate your help  ,
    I didn't put the alert from scom console because they were same as the events ( same source )
    Health Service Modules, I didn't want to spam
    more :-)
    also the two servers encountered the issue were mailbox servers and part of same DAG , it worth mention the alert were resolved
    by Exchange 2010 Correlation Engine service 
    http://blogs.technet.com/b/kevinholman/archive/2010/10/15/clustering-the-exchange-2010-correlation-engine-service.aspx
    http://support.microsoft.com/kb/2592561
    also the Opsmgmt logs are full of waring and error event like 2023 , 21402 ,  21403 , 1207 !!
    Log Name:      Operations Manager
    Source:        HealthService
    Date:          
    Event ID:      2023
    Task Category: Health Service
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      server 1
    Description:
    The health service has removed some items from the send queue for management group "SCOM" since it exceeded the maximum allowed size of 15 megabytes.
    1- alert from console >>
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this '
    One or more workflows were affected by this.
    Workflow name: Microsoft.Windows.Server.2008.OperatingSystem.PercentMemoryUsed.Collection
    Instance name: Microsoft Windows Server 2008 R2 Enterprise 
    EventSourceName: Health Service Modules

  • ITunes for Windows 64bit support coming?

    Does anyone know if there are any actual plans for Apple to support burning in Windows XP x64 (64 bit version) anytime in the near future? I'd like to know before I continue to purchase music, as not being able to burn audio CDs is a BIG negative.

    Is there a process to update my iTunes. I've used this gear driver and it's worked GREAT for a long time, but when and if I ever update my iTunes it breaks this and I've tried uninstalling/reinstalling gear, reverting back to the same version of iTunes and completely reinstalling both but nothing seems to work. Is there a good process to revert back and reinstall iTunes and the gear driver?

  • Weblogic Global JNDI Access Error

    Attempting to access a global JNDI entry from a clustered Weblogic 12c environment. Any attempt to perform a lookup of an object listed under the global JNDI entry (java:global) causes a java.lang.AssertionError exception with a "Context may not be null" message. Lookup of other JNDI objects works as expected.
    The following is a copy of remote test code used to reproduce the problem. It iterates through the root NameClass pairs of the InitialContext retrieved. When it performs a lookup for the "java:global" entry it throws the mentioned exception & message. It has been tested with and without SECURITY_ details with no difference.
    Hashtable<String, Object> environmentValues = new Hashtable<String, Object>();
    environmentValues.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    environmentValues.put(Context.PROVIDER_URL, "t3://ServerName:port");
    environmentValues.put(Context.SECURITY_PRINCIPAL, "userId");
    environmentValues.put(Context.SECURITY_CREDENTIALS, "password");
    try {
         InitialContext jndi = new InitialContext(environmentValues);
         NamingEnumeration<NameClassPair> namingEnumerations = jndi.list("");
         while(namingEnumerations.hasMore()) {
              NameClassPair ncp = namingEnumerations.next();
              System.out.println(ncp.getName() + " - " + ncp.getClassName());
              Object obj = jndi.lookup(ncp.getName());
              System.out.println("Object '" + ncp.getName() + "' lookup successful.");
    } catch(Exception e) {
         e.printStackTrace();
    }

    Attempting to access a global JNDI entry from a clustered Weblogic 12c environment. Any attempt to perform a lookup of an object listed under the global JNDI entry (java:global) causes a java.lang.AssertionError exception with a "Context may not be null" message. Lookup of other JNDI objects works as expected.
    The following is a copy of remote test code used to reproduce the problem. It iterates through the root NameClass pairs of the InitialContext retrieved. When it performs a lookup for the "java:global" entry it throws the mentioned exception & message. It has been tested with and without SECURITY_ details with no difference.
    Hashtable<String, Object> environmentValues = new Hashtable<String, Object>();
    environmentValues.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    environmentValues.put(Context.PROVIDER_URL, "t3://ServerName:port");
    environmentValues.put(Context.SECURITY_PRINCIPAL, "userId");
    environmentValues.put(Context.SECURITY_CREDENTIALS, "password");
    try {
         InitialContext jndi = new InitialContext(environmentValues);
         NamingEnumeration<NameClassPair> namingEnumerations = jndi.list("");
         while(namingEnumerations.hasMore()) {
              NameClassPair ncp = namingEnumerations.next();
              System.out.println(ncp.getName() + " - " + ncp.getClassName());
              Object obj = jndi.lookup(ncp.getName());
              System.out.println("Object '" + ncp.getName() + "' lookup successful.");
    } catch(Exception e) {
         e.printStackTrace();
    }

  • RAW-support in future?

    Hi,
    does Apple give information, which cameras will be supported in future? Or does Apple somewhere has a feature request for this?
    As a Panasonic / Leica fan I would really appreciate RAW-support for e.g. LX2 / D-Lux 3, or L1 / Digilux 3.
    Thanks, Frank

    To date Apple has not shared future support. They love secrecy.

  • How to properly build a grouped ListView for Win 8.1 and future versions?

    Hi,
    I am porting a Windows Phone 8 app to Windows 8.1 and trying to create a grouped list of items using a ListView. After several hours of trying and reading the ListView documentation I am totally confused and still have no idea of how to correctly use the
    ListView.
    Of course I found a lot of descriptions of how to style a ListView but it seems that ListView was heavily changed in Windows 8.1 and most examples refer to Win 8.0. Styles that worked in 8.0 can lead to crashes in 8.1.
    The ListView has an ItemPanel, an ItemTemplate, a GroupStyle... The GroupStyle uses a HeaderTemplate, a Panel, a ContainerStyle, etc... ContainerStyle is honered in Win 8.0 but not in Win 8.1 if ItemPanel is an ItemsStackPanel... Also ContainerStyle will
    not be supported in future versions, etc... What...?
    I would like to style the ListView like this:
    Problem 1:
    How to stretch the Header over the complete width. The solution I found was to alter the default GroupStyle.ContainerStyle to stretch the HorizontalContentAlignment of the HeaderContent instead of using the default left align. Workes fine, but the
    docu says:
    "[ContainerStyle may
    be altered or unavailable for releases after Windows 8.1 and is not supported for
    ItemsControl.GroupStyle.]"
    So, how to stretch the header without using ContainerStyle?
    Problem 2:
    How to add a footer to the group?

    I have the same problem and have tried the stuff above. When I edit the xaml code the GroupHeader expands to the width of the ListView. But when I compile
    the code it collapses to almost 1 pixel in width (it looks like that), beginning to be a bit frustrated :-(
    Here is my listview xaml code:
            <ListView
    x:Name="MainListView"
     Grid.Row="1"
     Margin="10,10,10,0"
     ItemTemplateSelector="{StaticResource
    MinTemplateSelector}"
     ItemsSource="{Binding
    Source={StaticResource
    GroupedData}}" >
    <ListView.ItemContainerStyle>
    <Style
    TargetType="ListViewItem">
    <Setter
    Property="HorizontalContentAlignment" Value="Stretch"/>
    </Style>
    </ListView.ItemContainerStyle>
    <ListView.ItemsPanel>
                    <ItemsPanelTemplate>
    <VirtualizingStackPanel
    />
    </ItemsPanelTemplate>
    </ListView.ItemsPanel>
    <ListView.GroupStyle>
    <GroupStyle>
    <GroupStyle.HeaderTemplate>
    <DataTemplate>
    <Grid
    Height="70"
     Background="#FF662485"
    Margin="0"
     Width="{Binding
    ActualWidth,
     ElementName=MainListView,
    Mode=OneWay}">
    <TextBlock
    Text="{Binding
    GroupName}"
     FontFamily="Segoe UI Light"
           FontWeight="ExtraLight"
     FontSize="26.667"
    Margin="9,0,20,0"
     HorizontalAlignment="Stretch"
     VerticalAlignment="Center"
     TextTrimming="WordEllipsis"
    Foreground="White"/>
    </Grid>
    </DataTemplate>
    </GroupStyle.HeaderTemplate>
    </GroupStyle>
    </ListView.GroupStyle>
    </ListView>
    Any ides why it goes wrong ?
    /Mads

  • Proposal for 12 database and Fusion Middle-ware.

    Dear all,
    i am not sure that the question is relevant here or not, if not then please accept my sorry for that.
    we are going to move to 12c database and fusion middle-ware from 10g database.
    our head of department ask me to prepare a proposal for that so i ask and forward it to the top management.
    i am wonder what should i include in that proposal?
    thanks

    >he convence us to purchase new license for oracle database 12c and weblogic suite 12c
    If you have a proper Support contract, it includes Update support.  So upgrading an existing implementation doesn't require additional licences to be purchased.  You'd need additional licences if you are increasing your licence count (Processors or Users), adding database options (e.g. the 12c MultiTenant Database Option is a new feature that needs additional licencing) etc
    Hemant K Chitale

  • Install gets stuck looking for /global/scripts/ac_media.js

    My dad is older and has moved into a retirement home.  He gave us his iMac G4.  We have all of the original install discs (including the Mac OS X 10.2 operating system).  My first problem is that he can't remember his password (even when we share his "hint" with him).  Through a general Google search and on the Apple support site, I have read that I can restart the computer with the OS disc in it, holding the C key down and it will reinstall the OS and I can create a new password.  My problem is when the install starts running, it seems to open the IE and the status bar indicates that the G4 is accessing the Apple site to search for files.  The process gets stuck when looking for /global/scripts/ac_media.js.  I downloaded that file from Apple onto a thumb drive, but didn't know where to copy it into my G4.  Can anyone help me?
    Thanks,
    Julie

    My dad is older and has moved into a retirement home.  He gave us his iMac G4.  We have all of the original install discs (including the Mac OS X 10.2 operating system).  My first problem is that he can't remember his password (even when we share his "hint" with him).  Through a general Google search and on the Apple support site, I have read that I can restart the computer with the OS disc in it, holding the C key down and it will reinstall the OS and I can create a new password.  My problem is when the install starts running, it seems to open the IE and the status bar indicates that the G4 is accessing the Apple site to search for files.  The process gets stuck when looking for /global/scripts/ac_media.js.  I downloaded that file from Apple onto a thumb drive, but didn't know where to copy it into my G4.  Can anyone help me?
    Thanks,
    Julie

  • Global Jndi Name

    I am new player in EJB 3.0 and I am kind of running into a remote EJB calling problem. In an EJB client,
    @javax.ejb.EJB(mappedName="dorp.Content")
    private dorp.Content _local;
    works perfect from the same application. While I try to deploy my client some where else, I should use a global jndi name but I cannot figure out what is the format of global jndi name is valid for a SUN APPLICATION SERVER VERSION 9. I have tried following, but no luck:
    @javax.ejb.EJB(mappedName="iiop://192.168.1.200:3700/dorp.Content")
    private dorp.Content _local;
    can anyone give me some idea, what should be in place of:
    "iiop://192.168.1.200:3700/dorp.Content"?
    Thanks a million

    What kind of Java EE component is the client of the ejb? By somewhere else, do you mean in a different application running within the same server instance, or in some other instance of the application server, or in some other kind of JVM altogether (stand-alone web server, stand-alone java client, Application Client container) ?

  • I am unable to generate a Dunning Proposal for Promise to Pay items

    Please advise how or if its even possible to generate a dunning proposal for overdue Promise to Pay items. Currently after debugging I find that the Dunning Proposal filters out any items that are from open promises. Is there a way to generate the dunning proposal for promise to pay items that are overdue? I'm using ECC 6.0 EhP 4.0 PSCD module

    Within SPRO there is some config to define a dunning block for a promise to pay. I would suggest you check here.
    FSCM >> Collections Management >> Int with AR >>  Promise to Pay >> Make settings for Promise to Pay.
    If this does not work, I would assume this is because you are using FI-CA and the config is slightly different.

Maybe you are looking for

  • My itouch tellls me i need to connect it to itunes and it needs to be restored so i do that but it stops like when it says its preparimg the itouch?

    my itouch powers on and says " ipod is disabled connect to itunes. and so i connect it and it says it needs to be restored and updated so i click on that. then it extracts the software and then it says its veryifying the ipod and then preparing it to

  • Smart playlists not updating on touch

    Since i upgraded from an ipod video to touch, my smartplaylists with "last played is not in the last X days" criteria are not live-updating on the ipod. I read on several posts that this is a known bug and apple chooses not to fix it. How is this pos

  • Ipod activation problems

    I reseted my ipod 5 and I need to sign in with my apple ID the problem is that when I go to the website and put it in its giving me one Apple ID but when I put it into my ipod it says that its incorrect so there is no way to access my ipod. What shou

  • If conditions in standard codings

    These type of checks are found in some standard codings .. Is it required actually ? I guess this is for the where used list of a particular message.. Or is there any other purpose ? Because it always fails !!!     if 1 = 2.       message e017(XXX) .

  • Disk Utility- why two lines per disk?

    Can anyone answer me as to why there are two lines for each disk in Disk Utility-one is the hard disk type, and the other is the info?