VO CONTAINS ALL THE DB ROWS AUTOMATICALLY WITHOUT ANY QUERY EXECUTION

HI ALL,
I am getting a strange issue. I have two VO say UserVO and PasswordVO.
When i run the application i am not using any BC component in HomePg. I click on login and through another read only VO i am authenticating.
After authentication i am doing getUserVO() and in WATCH i can see fetched row count and row count showing all the rows from DB. This View Object has not been executed before and still it shows all the rows.
Now when i apply a view criteria into it and execute the query still it contains all the rows. Its not filtering it.
Also, i have overridden executeQuery and executeQueryForCollection methods and i have put debug points there.
It comes there only when i am explicitly executing the query after applying view criteria.
Please let me know if i am doing something wrong.
Thanks,
Deepak

Thanks Timo for a quick reply.
a) I am using JDEV 11G Release 1 (11.1.1.6.0)
b) Also i am specify the following two parameters in java options and still logs are not coming up in console:
-Djbo.debugoutput=console -Djps.app.credential.overwrite.allowed=true
c) "The framework executes vo in the background using the default query."
Does that mean framework doesn`t internally call executeQuery to get rows from DB and executes the query some other way.
As i have break point and its not coming there at all.
Please advise.
Thanks,
Deepak

Similar Messages

  • How to create a folder (in unified folders) which contains all the messages of inboxes and outboxes

    Hi, i've searched without success how to create a folder (in unified folders) which contains all the messages of inboxes and outboxes (as it exists in Windows Live Mail).
    For me, it would be very useful to search in only one folder when i try to find something in sent and received mails.
    Thank's

    This is what Unified Folders does. I'm not sure what exactly you're trying to achieve.
    http://kb.mozillazine.org/Global_Inbox#Unified_Folders
    You might take a look at this article.
    https://support.mozilla.org/en-US/kb/global-search

  • App folder in the dock doesn't contain all the apps in the main Applications folder

    I have noticed recently that the App folder in the dock doesn't contain all the apps in the main Applications folder (the correct one under Macintosh HD).
    This occurs whether in list, grid, automatic or whatever.
    I've removed the apps folder from the dock and dragged in the current one and yet it doesn't show all the apps from the source folder.
    Any ideas on why this is happening or how I can fix it?
    There are 55 items in the Apps folder but only 51 are shown in the folder located in the dock.
    If I drag it over (as per normal operation), all 55 should appear right?
    Is there a limit on how many can be displayed?
    Can the grid spacing/icon size be changed to fit them all in if that's the case?
    Just dunno why this is happening???
    Cheers
    Frank
    Mac i5 / OS X 10.6.8

    Not sure this is what you want, but if you are an admin user, try this instead. Right-click on /Applications (Applications in the hard drive icon folder, the root folder, not Applications in your user) and select Make Alias, then drag that alias into the Dock to the right of or below the divider (the Trash icon is in that area.) Your Applications will now open from that alias in the Dock. The "original" alias will remain in that location, while creating a new Applications folder in the Dock. I have done this for my home folder, Utilities, and Downloads as well.

  • Removing the excel rows automatically using VB script

    Hi,
    Can anyone please help me in functionality of,  removing the excel rows automatically which are having  value
    as ZERO across all columns.

    Hi,
    Please try the code:
    Sub RemoveRows()
    Dim i As Long
    i = 1
    Do While i <= ThisWorkbook.ActiveSheet.Range("A1").CurrentRegion.Rows.Count
    If InStr(1, ThisWorkbook.ActiveSheet.Cells(i, 1).Text, "0", vbTextCompare) > 0 Then
    ThisWorkbook.ActiveSheet.Cells(i, 1).EntireRow.Delete
    Else
    i = i + 1
    End If
    Loop
    End Sub
    PS:
    This is the forum to discuss questions and feedback for Microsoft Excel, if you have further question about VBA code, please post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Search for a word and return all the  lines (row) from the text file..

    Hi all,
    I need a help on how to search a string from the text file and returns all the lines (rows) where the searched string are found. I have included the code, it finds the indexof the string but it does not return the entire line. I would appreciate your any help.
    public class SearchWord
         public static void main(String[] args){
         //Search String
         String searchText = "man";
         //File to search (in same directory as .class file)
         String fileName = "C:\\Workspace\\MyFile.txt";
         //StringBuilder allows to create a string by concatinating
         //multiple strings efficiently.
         StringBuilder sb =
         new StringBuilder();
         try {
         //Create the buffered input stream, which reads
         //from a file input stream
         BufferedInputStream bIn =
         new BufferedInputStream(
         new FileInputStream(fileName));
         //Holds the position of the last byte we have read
         int pos = 0;
         //Holds #of available bytes in our stream
         //(which is the file)
         int avl = bIn.available();
         //Read as long as we have something
         while ( avl != 0 ) {
         //Holds the bytes which we read
         byte[] buffer = new byte[avl];
         //Read from the file to the buffer
         // starting from <pos>, <avl> bytes.
         bIn.read(buffer, pos, avl);
         //Update the last read byte position
         pos += avl;
         //Create a new string from byte[] we read
         String strTemp =
         new String(buffer);
         //Append the string to the string builder
         sb.append(strTemp);
         //Get the next available set of bytes
         avl = bIn.available();
         catch(IOException ex) {
         ex.printStackTrace();
         //Get the concatinated string from string builder
         String fileText = sb.toString();
         int indexVal = fileText.indexOf(searchText);
         //Displays the index location in the file for a given text.
         // -1 if not found
         if (indexVal == -1)
              System.out.println("No values found");
         else
              System.out.println("Search for: " + searchText);     }
    }

    Hi, you can use servlet class and use this method to get the whole line of searched string. You can override the HttpServlet to treat that class as servlet.
    public class ReportAction extends HttpServlet {
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    //write your whole logic.
    BufferedReader br = new BufferedReader(new FileReader("your file name"));
    String line = "";
    while(line = br.readLine() != null) {
        if(line.contains("your search string")) {
            System.out.println("The whole line, row is :"+line);
    }

  • HT4910 My iCloud contact list does not contain all the contacts that are in my phone.  If I delete one from my phone it will delete it instantly from the iCloud contacts.  But how do I get all those other contacts on my phone to the iCould on my Windows c

    My iCloud contact list does not contain all the contacts listed in my iPhone 5S.  If I delete a contact from the phone it instantly deletes it from the iCloud on my PC.  But my PC iCloud list is lacking many of the contacts on my phone.

    And which account did you enter these contacts in?
    On My Mac
    or
    iCloud?

  • I have connected my macbook pro to my tv via MDP to HDMI port cable, all that is showing up is the basic desktop image without any icons, what do i do to correct this

    i have connected my macbook pro to my tv via MDP to HDMI port cable, all that is showing up is the basic desktop image without any icons, what do i do to correct this

    Your MBP is running in "extended desktop" mode, where the two screens together make one larger area to display windows. You can drag one or more windows from the primary (internal) screen to the secondary (TV) screen. By default, the secondary screen is off to the right of the primary screen.
    If you would prefer the two screens show the same image, you want to switch to "mirroring" mode. You will have to pick a single resolution for both screens, which may look poor on one or the other.
    Both the relative positions of the two screens in extended desktop mode and the switch to mirroring mode can be set in System Preferences > Displays > Arrangement.

  • Which library file contains all the registered application in win98/win2000

    Hi:
    Can anyone tell me which file contains all the registered application signature in win98/win200. I am using java to develop an application to open a file in windows system according to the file's extension. For instance, to open a file abc.doc use winword, to open a file abc.xls use excel etc. I know that there's a library file contains all these info., what's the file name, how can i use it. (ie. use what method call to get the associated application name/path according to the file extension).
    Thanks very much in advance.

    Hi there:
    can anyone help with this question, I did try to use the syntax of Runtime.getRuntime().exec("start abc.txt"), but some computers works, others don't. they are all running win2000, did I miss something on the system setting, many thanks in advance.
    another question is I want to display the file using different icon according to their type, is there any way to get the icon info. of the registered application from windows registry?
    super thanks in advance.

  • TS3694 I am using iphone 3gs, I upgraded my i-os to 6.0 from 5.1.1 however I am facing performance issue, along with this all the applications including settings or any other shuts down automatically. Is there any way by which I can use my phone in better

    I am using iphone 3gs, I upgraded my i-os to 6.0 from 5.1.1 however I am facing performance issue, along with this all the applications including settings or any other shuts down automatically. Is there any way by which I can use my phone in better way?

    No, downgrading from any version of iOS to an earlier version is not supported.

  • My plugins (inserts) are showing a strike-through them and all get is a track without any effects on it. How do restore the remove the strike-through of the plugin?

    I completed a projected which I saved and closed. Afterward I reopened it to make some changes but found that all the plugins (inserts) in all the tracks had strike-through signs on them and when i tried to play the project all I got was sound without any effects. How can I fix this issue?

    That would indicate that the plugin or plugins in question.. are no longer available... for some reason..
    Did you change Logic's start up mode from 32 to 64 bit after you last saved that song? (and the plugins you were using were 32bit only versions)
    Have you checked the AU Plugin Manager to make sure those plugins are still available?
    Were the plugins used,  demo versions that have now expired or become disabled for whatever reason?

  • Repeat parent node values in all the child rows

    In xml publisher how one could repeat the parent values in all the child rows at the template builder if their is more than one query in the report sql.

    for example if the xml is like
    <e1>A1</e1>
       <l2s>
            <l2>B1-01</l2>
                 <q2s>
                      <q2>D111</q2>
                      <q2>D112</q2>
                 </q2s>
            <l2>B1-02</l2>
                 <q2s>
                      <q2>D121</q2>
                      <q2>D122</q2>
                 </q2s>
       </l2s>
    i look to make it like
       <row>  
            <e1>A1</e1>
            <l2>B1-01</l2>
            <q2>C1-1-1</q2>
            <n2>D111</n2>
       </row>
       <row>  
            <e1>A1</e1>  
            <l2>B1-01</l2>
            <q2>C1-1-2</q2>
            <n2>D112</n2>
       </row>
       <row>  
            <e1>A1</e1>  
            <l2>B1-02</l2>
            <q2>C1-2-1</q2>
            <n2>D121</n2>
       </row>

  • Setfilter to display all the duplicate rows pb7

    Friends,
    my version is powerbuilder 7.
    i am checking the duplicate rows in the datawindow before inserting.
    in a button click event...i have the below code
    dw_master.SetSort ("rollno A")
    dw_master.Sort()
    dw_master.SetFilter("rollno = rollno[-1]")
    dw_master.Filter()
    if dw_master.RowCount() > 0 then
        MessageBox('Duplicate Rows','Check the Duplicate Roll numbers',StopSign!,OK!)
        Return 1
    end if
    //no dups, so clear the filter and do the update...
    dw_master.SetFilter ("")
    dw_master.Filter()
    i have 2 duplicate rows...but this setfilter is displaying only one row....
    if it displays all the duplicate rows then it will be very useful for me...
    how can i modify this code to get all the duplicate rows in this datawindow before inserting?
    thanks

    Instead of a filter you could do this...
    boolean lb_dupe_found=false
    long ll_row, ll_rowcount
    string ls_val1, ls_val2
    ll_rowcount = dw_1.rowcount()
    for ll_row = 2 to ll_rowcount
    ls_val1 = dw_1.getitemstring(ll_row, 'col1')
    ls_val2 = dw_1.getitemstring(ll_row -1, 'col1')
    if ls_val1 = ls_val2 then
      // duplicate
      lb_dupe_found = true
      exit
    end if
    next
    if lb_dupe_found then
    messagebox('DUPE', 'Houston we have a problem!')
    else
    messagebox('SAVE', 'Data valid for saving')
    end if

  • How to obtain richtextbox whose height adjusts to the appended text automatically without having scrollbar

    How to obtain richtextbox whose height adjusts to the appended text automatically without having scrollbar

    How to obtain richtextbox whose height adjusts to the appended text automatically without having scrollbar

  • "the repository does not contain all the required definitions"

    Hello,
    At customer's site, I experiment a problem with Powerdesigner Viewer version 16.5.3.2 (4343) to view content of the repository created by Powerdesigner 16.5.3.2 (4343).
    I got the message "The repository does not contain all the required definitions. It cannot be used with this version of the Viewer.".
    Is there someone having an idea of the solution ?
    Kr,
    Thierry de Spirlet

    Hello,
    This article may help you configure the Viewer properly.
    See KBA 1877837 (https://support.wdf.sap.corp/sap/support/notes/1877837)
    I hope this helps,
    Arnaud

  • How can I easily create a playlist contain all the songs on my iPhone

    How can I easily create a playlist containing all the songs on my phone? I have iOS 7.1.1. on the iPhone. Older versons of iOS had a one button operations to add all songs. iOS 7 does not seem to have this one button operation, which requires me to add songs individually. Considering I have over 1500 songs on my iPhone this takes a long to to do.

    It has always been very basic to always maintain a backup copy of your computer for this very occasion.  Use your backup copy of your computer to put everything on the new one.
    If for some reason you have failed to backup, big mistake, then you can transfer itunes purchases from the iphone to the computer:  File>Transfer Purchases
    You may be able to buy a 3rd party program to get any other music off of the iphone ( not supported by Apple).
    When you sync the iphone, it will erase the current content and replace with content form the new computer.
    "Not happy with itunes right now, more then a bit of a joke"
    Not itunes fault that you did not do the very basics and maintain a backup copy.

Maybe you are looking for