PLSQLRSet property doesn't work in VC++ ADO

PLSQLRSet is not an item in the ADO command collection. I used the sample code from here http://otn.oracle.com/sample_code/tech/windows/ole_db/oledb8/content.html. The database provided from the sample script is set up correctly. Does anyone have any idea why? Any help is appreciated.

What is the error you are getting.
You should be using Oracle Provider for OLEDB.
You won't find the PLSQLRSet property in ADO command object without using Oracle's provider.
The following code in ADODBHandler.cpp file sets the PLSQLRSet property.
//Set the PLSQLRSet property to true
//This tells provider that ref cursor is being used to get the records from database
objCmd->Properties->GetItem("PLSQLRSet")->Value=true;
Another important thing to note is that this property can be set only after the Command object has a valid connection set. You cannot set this property on Command object before getting the connection.
If you still get any error post the versions of ADO and OLEDB Provider that you are using.
Chandar

Similar Messages

  • Create Slideshow Display sequence property doesn't work

    Create Slideshow Display sequence property doesn't work,
    I have selcted random but the slideshow always plays in order. I searched the scripts for any logi related to this and other properties set, but cannot find any refernce to any of these propoerties:
    transType='Random' transTime='1' firstImage='1' dispSequence='1'>
    How can I make the slideshow start  with a random image each time?
    thanks
    s

    Hello,
    I am back on this question, about how to get the non-flash version of the Creatr Slideshow v1.6 to display the images in a random sequence. Can anyone point me in the right direction, please?
    thanks
    juno

  • TabSet's selected property doesn't work dynamically

    I have a tab set with three tabs. Suppose I'm on the third tab, click a button on the tab and move to another page. When I'm done with that page I want to go back to the previous page (with the tab set) and display the page with the third tab showing.
    First, I tried saving the tab set's selected property in a session bean. In the page's prerender method, I retrieve the selected property from the session bean and call the tab set's setSelected method. This doesn't appear to work because the first tab is always displayed. (I ran this in the debugger to make sure the tab ID was persisted and retrieved correctly.)
    Second, I tried saving the tab set's state in a session bean. In the page's prerender method I retrieve the tab set's state and restore it with tab set's restoreState method. Again, this didn't work. (As before I verified that the state was indeed being saved and restored.)
    Any suggestions on how I can force a particular tab to be displayed when the page is rendered?

    Hi claudioaragao
    it depends on which trigger are u using it ; if using Multi-Records Block Pls Try...
    WHEN-NEW-RECORD-INSTANCE it will work just fine...! :)
    u should also mention forms version & on which trigger r u trying to use it...?!
    And according to ur condition in the IF Statment ...
    SET_ITEM_PROPERTY ('detail_block.id' ,ENABLED ,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('detail_block.id' ,NAVIGABLE,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('detail_block.id' ,UPDATE_ALLOWED,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('detail_block.id' ,INSERT_ALLOWED,PROPERTY_FALSE);Hope this helps...
    Regards,
    Abdetu.....
    Edited by: Abdetu on Jan 27, 2011 6:59 AM

  • ApplicationUnderTest.CloseOnPlaybackCleanup property doesn't work as intended with MS Test Agent 2010

    Hi All, 
    I launch the application which I need to test by using ApplicationUnderTest.Launch() method and I need to keep the application open for the rest of the tests so I tried to set ApplicationUnderTest.CloseOnPlaybackCleanup = false to achieve that. 
    1) I use MS Test Agent 2010 to run my Coded UI Tests in a server machine and without running tests it threw an error which said "Method not found: 'Void Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest.set_CloseOnPlaybackCleanup(Boolean)".
    Then I replaced UITesting.dll in the server machine with the one used by Visual Studio 2010 SP 1 which is located in my machine. Then it started to run tests. 
    2) Even though I have set  ApplicationUnderTest.CloseOnPlaybackCleanup = false Coded UI Test closes the application at the end of the test which was really strange. It sounds like that disregard
    of the value I have set, CUIT always close the application when running with MS Test Agent. 
    3) Then I noticed that on my machine it happens completely other way around most of the time. Irrelevant of the value it always keep the application open after the test. Which means even I set  ApplicationUnderTest.CloseOnPlaybackCleanup = true that
    will keep open the application. But if I can remember correctly this didnt happen when I first tried this approach, it worked perfectly. 
    Is this a a bug that should be fixed? Or am I missing something obvious?
    Thanks in advance, 
    /Rakitha

    Hi Rakitha,
    As far as I know, this issue has been resolved in VS2012.
    http://blogs.msdn.com/b/visualstudioalm/archive/2012/11/08/using-same-applicationundertest-browserwindow-across-multiple-tests.aspx
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Selectable doesn't works for input field

    I wonder that the selectable property doesn't works even for
    input field in flash 8'
    I can't see, select, type anything.
    Is there any reason for it and how can I tackle this issue.
    But it's not a problem in IE7 and works fine in IE7 even it
    doesn't do in flash IDE
    Plz anyone get this solved.

    Are you saying you have an input field and cannot select text
    you type?
    BTW, setting an input field's selectable property to false
    locks the field.

  • DataAdapter MissingSchemaAction.Ignore doesn't work

    Hello,
    I use the Official Oracle ODP.NET Managed Driver 12.1.21 nuget package and DataAdapter MissingSchemaAction.Ignore property doesn't work well.
    This is my code :
    var myTableName = "User";
    var oneColumnOfMyTable = "Id";
    var dataSet = new DataSet();
    var dataTable = dataSet.Tables.Add();
    dataTable.Columns.Add(oneColumnOfMyTable);
    var dataAdapter = new OracleDataAdapter("SELECT * FROM " + myTableName, new OracleConnection(myConnectionString));
    dataAdapter.MissingMappingAction = MissingMappingAction.Passthrough;
    dataAdapter.MissingSchemaAction = MissingSchemaAction.Ignore;
    dataAdapter.Fill(dataTable);
    I got this following exception :
    An unhandled exception of type 'System.ArgumentException' occurred in Oracle.ManagedDataAccess.dll
    Additional information: Column 'OtherColumnName' does not belong to table Table1.
    If I use the latest version of this other nuget package : Oracle Data Provider for .NET (ODP.NET) Managed Driver 121.1.2
    there is no exception.
    Cordially,
    Stephane.

    Please post questions related to MVC in the ASP.NET forums (http://forums.asp.net ).

  • Setting Chart type property of iSPC chart dynamically doesn't work

    Hi all,
          I am trying to set the chart type property (XBAR, MEDIAN etc..) of iSPC chart dynamically from my html page.
    This is the code that I used.
    var chart_obj = document.iSPCChart.getChartObject();
    chart_obj.setChartType("MEDIAN");
    iSPCChart is my Applet name.
    But the code doesn't seem to work.
    The chart is always of the type that I have set in the iSPC display template.
    Can someone help me in this regard?
    Thanks a lot.
    Regards,
    M.Subathra

    M,
    Even though that method shows up in the script assistant and the docs it really doesn't work. 
    Just swap out the display template for one saved with the desired type:
    document.iSPCChart.setDisplayTemplate("Folder/MedianChart");
    document.iSPCChart.updateChart(true);
    With all of the alarm rules, colors, limits, settings, etc. it is not likely that you will have the same view (display template) that applies to every SPC chart type.
    There is also a predelivered example of an SPC Chart that uses an iframe and an irpt to dynamically pass the chart type (along with other settings) you can reference: http://<servername>/Lighthammer/Samples/SPC/Servers.irpt
    Regards,
    Jeremy Good

  • Property.state doesn't work

    Hallo everybody. I am using Flash Builder not since much time but i learned basilar things.. One of these things is that if i have a flex component and in my applications i have 2 states, state1 and state2, if i want to change a property (es. width) of that component in state1 and i wish it can be different in state2 i can write like this:
    width.state1
    width.state2
    This works always. Now, i just created my own component. The name of this component is "mioPannello":
    <?xml version="1.0" encoding="utf-8"?>
    <s:Panel xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
         <![CDATA[
              public var rett_titolo_bottom:int;
              public var rett_centrale_top:int;
              public var rett_centrale_bottom:int;
              public var font_label:Number;
    ]]>
    </fx:Script>
    </s:Panel>
    As you can see, i just created my 4 properties which i will use in my own skin. The name of this skin is "mioPannello_skin":
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        xmlns:s="library://ns.adobe.com/flex/spark" width="100%" height="100%" bottom="0" creationComplete="aCreazioneCompletata(event)">
        <s:states>
            <s:State name="normal" />
            <s:State name="disabled" />
        </s:states>
        <fx:Metadata>
            [HostComponent("componenti.mioPannello")]
        </fx:Metadata>
    <fx:Script>
    <![CDATA[
    import componenti.mioPannello;
    import mx.collections.ArrayList;
    import mx.events.FlexEvent;
    [Bindable]
    public var font_label:Number;
    public function aCreazioneCompletata(event:FlexEvent):void
         this.rett_titolo.bottom = hostComponent.rett_titolo_bottom;
         this.rett_centrale.top = hostComponent.rett_centrale_top;
         this.rett_centrale.bottom = hostComponent.rett_centrale_bottom;
         this.font_label = hostComponent.font_label;
    ]]>
    </fx:Script>
    <s:Rect id="rett_sfondo" height="90%" width="100%" bottom="0">
    <s:fill>
    <s:SolidColor color="#BDCCD4"/>
    </s:fill>
    </s:Rect>
    <s:Rect id="rett_centrale" height="100%" width="90%" horizontalCenter="0">
    <s:stroke>
    <s:SolidColorStroke caps="none" color="#FFFFFF" joints="miter" miterLimit="10" weight="1"/>
    </s:stroke>
        </s:Rect>
        <s:Rect id="rett_titolo" alpha="0.71" height="100%" width="80%" top="0" horizontalCenter="0">
        <s:fill>
        <s:SolidColor color="#E8EBF2"/>
        </s:fill>
        </s:Rect>
        <s:Label id="titleDisplay"
    top="5"
        color="#FFFFFF"
        fontWeight="bold"
        fontFamily="Myriad Pro" fontSize="{font_label}"
        horizontalCenter="0"/>    
    </s:SparkSkin>
    When i call my component in my application, i can set property values in this way:
    <componenti:mioPannello width="100%" height="100%" title="panel title" skinClass="skins.mioPannello_skin" rett_titolo_bottom="15" rett_centrale_bottom="10" rett_centrale_top="30" font_label="12"/>
    Everything works good if i have just 1 state, but if, in my application i have 2 states, state1 and state2, the code doesn't work. So, if i write:
    <componenti:mioPannello width="100%" height="100%" title="panel title" skinClass="skins.mioPannello_skin" rett_titolo_bottom.state2="5" rett_titolo_bottom="15" rett_centrale_bottom="10" rett_centrale_top="30" font_label="12"/>
    rett_titolo_bottom.state2="5" it should change in state2 (or not??) but it doesn't change... It takes always the value 15 as it is in main state.
    Why this thing happen??.. I though i just created a normal property... How can i change that property in each different state. I hope you understand my problem and can help me..
    Sry for bad english
    Thx for all
    Max   

    Ok, i solved my problem. The problem was that i was applying my properties in the CreationComplete event but now i changed it and i applied the new value through render Event and it works fine.
    Thx a lot CoreyRLucier
    Max

  • SoftKeyboardType property of StageText : some values doesn't work on Android

    Hello,
    on my Galaxy Nexus Android 4.2.2, when I use the softKeyboardType property of StageText :
    "number" and "email" work,
    but "punctuation", "url", and "contact" doesn't work.
    http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/text/StageTe xt.html#softKeyboardType
    Why some values doesn't work ?
    I need the constant "punctuation", please help.
    Thanks

    Hi,
    Thank you for your bug report. We are able to reproduce the issue. Could you please open a new bug report on this over at bugbase.adobe.com?  Once the bug has been added would you mind posting back with the URL so that others affected can add their votes and comments?
    Thanks once again for reporting this.
    -Nimit

  • My MacBook's keyboard and track pad doesn't work property.

    My MacBook's keyboard and track pad doesn't work property after update to snow leopard. It's work fine while still using is 10.4. Please help me!

    Try Resetting the System Management Controller (SMC)

  • Pda cursor position property does not work

    Hi!
    I have a problem with cursor positionX propery on PDA.
    I use PDA Module 8.2 and Windows Mobile 5 OS on PocketPC.
    Actually problem is only when I try to get value of two cursors, it return the same value for both cursors (you can test it with attached VI), but when I set values it work fine.
    I have also worked with PDA Module 8.0.1 in past and I remember that get cursor position value worked, so I have no idea why it doesn't work in newer version.
    Thanks,
    andrej
    Attachments:
    cursor test.vi ‏21 KB

    Hello andrej,
    Unfortunately I also see the same behavior on a PDA using this "active cursor" property. It appears to me that this property is not being written successfully. I say this because it appears that the value displayed is always from the most recently repositioned cursor rather than either the 0 or 1 which is set by the property node.
    What I will do at this point is to file a corrective action request so that this behavior is corrected for a future release of the LabVIEW PDA module. I apologize for the inconvenience that this causes for your application. Please let me know if I can help at all as you modify your application to work around this behavior. Thanks,
    Mike D.
    National Instruments
    Applications Engineer

  • Page Setup dialog doesn't work

    Hi everyone
    My generic Page Setup dialog box as e.g. used for Word etc. doesn't work:
    In the Page Setup dialog, the "Setting" menu doesn't work at all, i.e. I can see the dropdown but it doesn't accept my changes (it's fixed on "Page Settings"). All other menus or choices are accepted but then the "OK" button doesn't work; it just flickers briefly and then goes back to blue. The "Cancel" button makes all contents of the dialog box disappear except for the frame and the buttons. Either way force quitting and relaunching the application is the only way to continue working in the application.
    What could be the issue here?
    A few specs on my hardware, printer and system:
    - MacBook Pro (brand new)
    - OS X 10.5.5
    - Printers: hp LaserJet 4200 (main printer), iP5200R, OKI B6200, Lexmark E321. All these printers I used without problems with my old PowerBook G4.
    The problem occurs with all applications using this generic Page Setup dialog, such as Word, Grab etc. In Excel e.g. all these functions work (it uses a different kind of dialog box for the page setup).
    The problem could possibly have started to occur when the Lexmark printer could not be installed automatically so I assigned it another Lexmark driver, which seemed to work. But I'm not sure whether those two problems occurred at the same time.
    What I tried already:
    - uninstall and reinstall all printers in the Print & Fax part of the System Preferences. I uninstalled all printers and (without restart) reinstalled the hp printer only. The problem was still there, even upon restart.
    - reinstall Word (first I thought it was a Word problem)
    Any ideas??
    Message was edited by: thuns72
    Message was edited by: thuns72

    Hi,
    Try to increase the size of repeating frame, as I follow this strategy in my report find the outermost repeating frame and increase its size to whole page than increase the size of your required repeating frame if you want to break page on this group, no need to set max record and page break properties(as I saw page break property never works).
    Thanks.
    Khawar

  • One reason why commandLink doesn't work in dataTable

    Ok, so I think I've got an explanation why commandLink doesn't work in dataTable when the model bean is request scoped. Maybe somebody can tell me if I'm wrong.
    I have a model bean that generates table rows based on some input criteria (request parameters).
    So, we validate the inputs, apply them to the bean and render the page. Once the inputs have been applied to the bean, a request for table rows returns rows, no problem.
    However, we put a commandLink in each row, so we can expand the details. Maybe we even get smart and repeat the input row-generating criteria as a hidden field in the page.
    Unfortunately, when the user hits the commandLink, the list page simply refreshes, maybe even w/out table rows. The user doesn't get the details page as expected.
    Why not?
    Because: in the DECODE phase (even before validation and before "immediate" values have had their valueChangeListeners called), we ask the model bean for the table rows, so we can decode the commandLinks. Unfortunately, in "decode" phase, the request-scoped model bean has not had its row-generating criteria updated (that happens in the "update model" normally, or at the END of the decode phase if we got cute by (1) setting the "immediate" attribute on the row-generating criteria to "true" AND (2) set a valueChangeListener to allow us to update the model bean early. The END of the decode phase isn't good enough -- in the middle of that phase, when we're attempting to deocde commandLinks, the model bean has no citeria, so there's no row data. No row data means no iteration over commandLinks to decode them and queue ActionEvents. So, we march through the rest of the phases, process no events, and return to the screen of origin (the list screen) with no errors.
    So, what's the solution?
    One solution is to make the model bean session-scoped. Fine, maybe we can store a tiny bit of data in it (the search criteria), so it's not such a memory drag to have it live in the session forever. How do we get that data in? A managed property in faces-config.xml with value #{param.PARENT_KEY} won't work because it's assigning request-scoped data to a session-scoped holder. JBoss balks, and rightly so. Do we write code in the model bean that pulls the request parameter out of thin air? (FacesContext.getExternalContext()....) I don't really like to code the name of a specific http request parameter into the bean, I think it's the job of the JSP or faces-config.xml to achieve that binding (request parameter to model propery). Plus, I'd be sad to introduce a dependency on Faces in what was previously just a bean.
    Is there a better way?
    In my particular situation, we're grafting some Faces pages onto an already-existing non-Faces application. I don't get the luxury of presenting the user an input field and binding it to a bean. All I've got to work with is a request parameter.
    Hmm, I guess I just answered my own question. if all I've got to work with is a request parameter, some ugliness is inevitable, I guess.
    I guess the best fix is to cheat and have the bean constructor look for a request parameter. If it finds it, it initializes the criteria field (which, in my case, is the key of an object that has a bunch of associated objects (the rows data), but could be more-general d/b search criteria).
    (I looked at the "repeater" example code in the RI, but it basically statically-generates its data and then uses 100% Faces (of course) to manage the paging (where "page number" is essentially the "criteria").
    Comments? Did I miss something obvious?
    John.

    ...or I could just break down and do the thing I was hoping to avoid (outputLink instead of commandLink):
    <h:outputLink value="/faces/Detail.jsp">
      <f:param name="PARENT_KEY" value="#{bean.parentKey}"/>
      <h:outputText value="#{bean.label}"/>
    </h:outputLink>It's still a "hardcoded" parameter name, but at least the binding is in the JSP and faces-config.xml, not the bean Java code.

  • Parsing in Weblogic/jsp doesn't work; application-mode (command-line) works

    Hello-
    Parsing my XML file in Weblogic/jsp doesn't work, whereas it works
    in application-mode... (albeit on two different machines)
    Here are the parameters:
    server1:
    weblogic 6.0
    win2k server
    jre1.3
    my personal machine:
    ***no weblogic***
    win2k server
    jre1.3
    When I run my code as an application (command-line style) on my machine,
    parsing in my xml file works fine, and I can do a root.toString() and it
    dumps out the entire xml file, as desired.
    However, running my code inside weblogic (on server1) in JSP, parsing in
    my file and doing a root.toString() results in the following: [dmui: null]
    (where dmui is my root)
    (even though i'm running it on two different machines, i'm positive its the
    same code (the servers share a mapped drive)...
    So, I think its probably because I'm using a different parser, as
    specified by weblogic? There are no exceptions being thrown. Here's my
    (abbreviated) code, which is called either command line style or in a JSP:
    // Imports
    import org.w3c.dom.*;
    import org.w3c.dom.Document;
    import javax.xml.parsers.*;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    DocumentBuilderFactory docBuilderFactory =
    DocumentBuilderFactory.newInstance();
    DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
    mDocument = docBuilder.parse (inFile);
    myRoot.toString()
    -END
    Doing a System.getProperty("javax.xml.parsers.DocumentBuilderFactory")
    results in:
    server1 (weblogic/jsp):
    "weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl"
    my machine (application-mode):
    null
    Does anyone have any ideas about how to get this work? Do I try to set it
    up so that they both use the same parser? Do I change the Weblogic parser?
    If so, to what? And how?
    Am I even close?
    Any help would be appreciated..
    Thanks, Clint
    "[email protected]" <[email protected]> wrote in message
    news:[email protected]...
    No problem, glad you got it worked out :)
    ~Ryan U.
    Jennifer wrote in message <[email protected]>...
    I completely missed setting the property(:-o), foolish mistake. That wasit. Thanks.
    "j.upton" <[email protected]> wrote:
    Jennifer,
    Personally I would get rid of import com.sun.xml.parser.* and use xerces
    which comes with WLS 6.0 now, unless like I said earlier you have a need
    to
    use the sun parser :) Try something like this with your code --I've put
    things to watch for as comments in the code.
    import javax.xml.parsers.*;
    import org.xml.sax.SAXException;
    import org.w3c.dom.*;
    import java.io.FileInputStream;
    public class BasicDOM {
    public BasicDOM (String xmlFile) {
    try{
    FileInputStream inStream;
    Document document;
    /*You must specify a parser for jaxp. You can in a simple view
    think
    of this as being analogous to a driver used by JDBC or JNDI. If you are
    using this in the context of a servlet or JSP and have set an XML
    registry
    with the console this happens automatically. You can also invoke it in
    the
    context of an application on the command line using the -D switch. */
    System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
    >>>
    "weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
    // create a document factory
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    // specify validating or non-validating parser
    dbf.setValidating(true);
    // obtain a factory
    DocumentBuilder db = dbf.newDocumentBuilder();
    // create a document from the factory
    inStream = new FileInputStream(xmlFile);
    document = db.parse(inStream);
    }//try
    catch (Exception e)
    System.out.println("Unexpected exception reading document!"
    +e);
    System.exit (0);
    }//catch
    }//BasicDom
    // Main Method
    public static void main (String[] args) {
    if (args.length < 1)
    System.exit(1); file://or you can be more verbose
    new BasicDOM(args[0]);
    }//class
    =============================================
    That will give you a basic DOM you can manipulate and parse it fromthere.
    BTW this code
    compiled and ran on WLS 6.0 under Windows 2000.
    Let me know if this helped or you still are having trouble.
    ~Ryan U.
    "Jennifer" <[email protected]> wrote in message
    news:[email protected]...
    Actually I included com.sun.xml.parser.* as one last febble attempt toget
    it working.
    And as for source code, I included the code. If I just put that oneline
    of code
    in, including the imports, it fails giving me an error listed above inthe
    subject
    line. Here is the code again:
    package examples.xml.http;
    import javax.xml.parsers.*;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    import org.w3c.dom.*;
    import java.util.*;
    import java.net.*;
    import org.xml.sax.*;
    import java.io.*;
    public class BasicDOM {
    static Document document;
    public BasicDOM (String xmlFile) {
    try {
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    } catch (FactoryConfigurationError e){
    System.err.println(e.getException());
    e.printStackTrace();
    // Main Method
    public static void main (String[] args) {
    BasicDOM basicDOM = new BasicDOM (args[0]);

    Hi, Rob
    Does it work in WL9.2?
    It seems I do it exactly as the explained at http://edocs.bea.com/wls/docs81/programming/classloading.html - and it fails :o(.
    I try to run my app.ear with WL9.2 There are 2 components in it: webapp and mdb. The webapp/WEB-INF contains weblogic.xml:
    <weblogic-web-app>
    <container-descriptor>     
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    </weblogic-web-app>
    Mdb is expected to run in the same mode, i.e. to prefer the webapp/WEB-INF/*.jar over the parent Weblogic classloader. To do so I add the weblogic-application.xml to the app.ear!/META-INF:
    <weblogic-application>
    <classloader-structure>
    <module-ref>
    <!-- reminder: this webapp contains
    prefer-web-inf-classes -->
    <module-uri>webapp</module-uri>
    </module-ref>
    <classloader-structure>
    <module-ref>
    <module-uri>mdb.jar</module-uri>
    </module-ref>
    </classloader-structure>
    </classloader-structure>
    </weblogic-application>
    Now, when classloader-structure specified, both webabb and mdb prefer the weblogic root loader as if prefer-web-inf-classes not defined at all.

  • [T410s] Lenovo Software doesn't work for me

    Hi,
    System:
    - T410s 2912 W69, (8 GB RAM)
    - Windows 7 Prof. 64bit
    The following software is installed on my system: Office Prof. Plus 2010 (64bit), SQL Server 2008 R2 (64bit), Visual Studio Ultimate 2010, Sybase Powerdesigner 15.2, Adobe Reader 9 and Kaspersky IS 2011.
    Since some days nearly the whole Lenovo Software doesn't work. The only exception is System Update 4.
    When I try to start e.g. Lenovo Toolbox I get the error message "ThinkVantage Toolbox doesn't work...". A View into the Windows solution center offers the following message:
    Beschreibung
    Stopped working
    Pfad der fehlerhaften Anwendung: C:\Program Files\PC-Doctor\pcdrcui.exe
    Problemereignisame: CLR20r3
    Problemsignatur 01: pcdrcui.exe
    Problemsignatur 02: 6.0.5692.7
    Problemsignatur 03: 4c87004b
    Problemsignatur 04: PresentationCore
    Problemsignatur 05: 3.0.0.0
    Problemsignatur 06: 4b594d40
    Problemsignatur 07: 5017
    Problemsignatur 08: 0
    Problemsignatur 09: System.TypeInitialization
    Betriebsystemversion: 6.1.7600.2.0.0.256.48
    Gebietsschema-ID: 1031
    The same problems occured in starting e.g. the lenovo power manager, the fingerprint reader etc. and the graphics properties window (gfxui.exe)
    Beschreibung
    Stopped working
    Pfad der fehlerhaften Anwendung: C:\Windows\System32\GfxUI.exe
    Problemereignisame: CLR20r3
    Problemsignatur 01: gfxui.exe
    Problemsignatur 02: 8.15.10.2154
    Problemsignatur 03: 4c2053e7
    Problemsignatur 04: PresentationCore
    Problemsignatur 05: 3.0.0.0
    Problemsignatur 06: 4b594d40
    Problemsignatur 07: 5017
    Problemsignatur 08: 0
    Problemsignatur 09: System.TypeInitialization
    Betriebsystemversion: 6.1.7600.2.0.0.256.48
    Gebietsschema-ID: 1031
    I also try to reinstall the ThinkVantage Toolbox via http://web.lenovothinkvantagetoolbox.com/index.html. The installation fails with the following protocol:
    Informationen über das Aufrufen von JIT-Debuggen
    anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
    Ausnahmetext
    System.UnauthorizedAccessException: Der Zugriff auf den Pfad "full_5692_08_64_00.exe" wurde verweigert.
       bei System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
       bei System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
       bei appupdater.utility.ProcessLauncherManager.DeleteFiles(String exePath)
       bei appupdater.utility.ProcessLauncherManager.LaunchProcess(String exePath, Boolean bWaitForExit, Int32 sleepInMilliSeconds, String buildID)
       bei appupdater.formcontrols.download.DownloadProgressFooter.LaunchInstall()
       bei appupdater.controllers.UIBuildIDManager.NotifiyDownloadDelegate.Invoke(Boolean bFlag)
       bei appupdater.controllers.UIBuildIDManager.UpdateDownloadComplete(String buildID, String saveFileName, DownloadStates state)
       bei appupdater.utility.DownloadLargeFile.m_webClient_DownloadFileCompleted(Object sender, AsyncCompletedEventArgs e)
    Geladene Assemblys
    mscorlib
        Assembly-Version: 2.0.0.0.
        Win32-Version: 2.0.50727.4952 (win7RTMGDR.050727-4900).
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
    mscorlib.resources
        Assembly-Version: 2.0.0.0.
        Win32-Version: 2.0.50727.4952 (win7RTMGDR.050727-4900).
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
    appupdater
        Assembly-Version: 1.0.5551.3.
        Win32-Version: 1.0.5551.03.
        CodeBase: file:///C:/Users/STEPHA~1/AppData/Local/Temp/nsk41D2.tmp/appupdater.exe.
    System.Windows.Forms
        Assembly-Version: 2.0.0.0.
        Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
    System
        Assembly-Version: 2.0.0.0.
        Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
    System.Drawing
        Assembly-Version: 2.0.0.0.
        Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
    System.Configuration
        Assembly-Version: 2.0.0.0.
    The rest of the software mentioned above works great and fast. Only the Lenovo software doesn't work. This is rather annoying, because I can't change e.g. important property values in the power manager.
    I've deinstalled and installed (manually) again graphics driver as well as the troubleshooting software without success.
    What shell I do now?
    Regards
    Dorian
    Moderator edit:  Title adjusted to better reflect message content

    Dorian,
    You found me! Thanks for the logs. They confirmed what I was suspecting: a font problem is causing any application built on Windows Presentation Foundation (WPF) to crash. Based on our research there are two potential issues. The fixes are pretty easy.
    One or more of your installed fonts does not have a proper date/time
    The Registry may have some invalid font path entries
    To Detect and Fix the Font Invalid/Missing Date Problem
    Open an elevated command prompt (CMD.EXE) and navigate to C:\Windows\Fonts\
    Save a font listing to your desktop with the command:  DIR *.* /tw /od > %USERPROFILE%\desktop\fontlist.txt
     3. Open fontlist.txt with notepad.
      4. Remove any fonts with a missing or invalid date (January 1, 1601 for example). Easiest way to do this is by opening Windows Explorer, going to the fonts folder (C:\Windows\Fonts\), and removing the offending fonts.
     5. Open LTT or one of the other TVTs to see if the problem is solved. If not, continue with the next section.
    To Detect and Fix the Font Registry Problem
    WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. I cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk!
    Open the Registry Editor (REGEDIT.EXE)
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
    Scan the "Data" column for each font looking for any illegal path characters
    If any are found, remove the offending characters. Here are some blogs that may offer additional insight: http://code.logos.com/blog/2009/11/how_to_crash_every_wpf_application.html and http://alissonsol.blogspot.com/2009/02/when-wpf-applications-dont-start.html
    Let me know how it goes.
    Stephen Streufert
    Senior Product Marketing Manager
    PC-Doctor, Inc.
    http://www.lenovothinkvantagetoolbox.com

Maybe you are looking for

  • ITunes opens with volume turned down

    For the past couple days everytime i open up iTunes it gives me a popup that the volume in itunes is turned all the ways down. i usually never touch the volume in itunes, rather the system volume, so i dont know why it "mutes" itself...

  • Object GC'ed out of JNDI?

    Folks, We've experienced some bizarre behavior within one of our EJB's and its interactions with JNDI during our performance testing effort. We've developed a theory, and we're currently developing a test case for it, but I wanted to post it here and

  • How would someone else's notes be shared on my iPad when they are not synced with my device?

    Hi - I have a brand-new iPad and am suddenly getting someone else's notes showing up on my computer. It is coming from my daughter's phone, I believe. Our accounts and computers are in no way connected. The strange thing is that the notes are from 20

  • Applying a CSS to the project

    I assigned a style sheet the Java sources that is not listed in the project (i.e. my file system). when I run the project, the styles are not implemented. On a related note, is there any way to use the property sheet to create styles for the style sh

  • Issues with video in Flash (pauses, interactivity, etc)

    Hi. I hope someone can help me out with this. I have a rendered video sequence that consists of an intro, a section that is intended to loop indefinitely, and a conclusion. The intention is that I bring the three clips into Flash, have the first one