Where is the method getting called ??

Dear experts,
I am new to ISA. I have a piece of code :
<a href="<isa:webappsURL name="b2b/viewinvoice.do"/>"
where the method 'viewinvoice.do' is getting called. But I am not able to find where this method is actually lying and I have to make some changes in the code.
Can anybody guide me where does the code lie or how to find out where the method / code lies??
Regards,
Mamai.

Search for config.xml in your Workspace. There are all the calls defined which are done behind this links.
In this file, search for "b2b/viewinvoice"  without the "do" behind.
Best regards,
Toni

Similar Messages

  • How and when the realDelete method gets called for a custom adapter?

    Hi,
    I am a newbie in sun identity manager and is in the process of writing a custom adapter for documentum resource.
    While I am successful in creating the resource,then provisioning the resource to an user(i.e creating an account of the user on documentum ) updating the user through idm I am not being able to deprovision the resource.
    Actually in the trace I am not seeing the realDelete method getting called anywhere,but I am sure if it gets called it would do its designated job bcos as a standalone code it's working.
    Does this mean I am not properly doing deprovisioning in sun-idm?
    What method I am employing is in the assignment list of the user,i am putting the resource from assigned to unassigned side(i.e right to left side) just as in case of provisioning I have put it from left to right.
    Is it the standard way of deprovisioning or am I missing something here?
    Any sort of help would be highly appreciated.
    Thanks
    anjan

    You need to read that manual with more caution. It has all info you need.
    1. Table modification info stays in shared pool and flushed into dictionary by Oracle automatically. You can explicity do it by calling dbms_stats.flush_database_monitoring_info.
    2. dba_tab_modifications view = How many DML are applied to target table?
    dba_tab_statistics.stale_stats = Is statistics stale?
    3. When you call dbms_stats.gather... familiy, Oracle flushed the stale info to disk. You gnerally don't need to care about that.
    4. Statistics is considered to be stale, when the change is over 10% of current rows.
    (As of 11g, this value can be customized per objects. Cool feature)
    create table t_stat(id int);
    insert into t_stat select rownum from all_objects where rownum <= 100;
    commit;
    exec dbms_stats.gather_table_stats(user, 'T_STAT');
    select * from sys.dba_tab_modifications where table_name = 'T_STAT';
    No row selected
    select stale_stats from sys.dba_tab_statistics where table_name = 'T_STAT';
    NO
    insert into t_stat select rownum from all_objects where rownum <= 20;
    select * from sys.dba_tab_modifications where table_name = 'T_STAT';
    No rows selected <-- Oops
    select stale_stats from sys.dba_tab_statistics where table_name = 'T_STAT';
    NO  <-- Oops
    exec dbms_stats.flush_database_monitoring_info;
    select * from sys.dba_tab_modifications where table_name = 'T_STAT';
    TABLE_OWNER     TABLE_NAME     PARTITION_NAME     SUBPARTITION_NAME     INSERTS     UPDATES     DELETES     TIMESTAMP     TRUNCATED     DROP_SEGMENTS
    UKJA     T_STAT               20     0     0     2008-01-18 PM 11:30:19     NO     0
    select stale_stats from sys.dba_tab_statistics where table_name = 'T_STAT';
    YES

  • HT5262 where does the information get stored when you back up your i-phone? It just reports its done but I have no idea where to find it if I need it again!

    Where does the information get stored when you sync/back up your i-phone. I have no idea where to look if I need it again!
    Thanks

    You can chhose the backup when you would reset your device. In this case you would get the option, during the set up process, to choose your backup and restore your device from it.
    (You can find a few information e.g. size and date of your backup in "Settings > iCloud > Storage & Backup > Manage Storage")

  • Where does the data get saved from (notepad) or Notes on Windows Mobile 5?

    Where does the data get saved from (notepad) or Notes on Windows Mobile 5?
    (ON the Phone)  Sticky note like program WM5
    I ask because I synced my Blackjack 1 to my pc after about a year and MANY notes later, All the notes from the PC remained but ALL new notes on phone (a years worth) were deleted from the phone.
    I would like to attempt a data recovery on my mobile device- that was an insane endeavor but i got it to work now i just need to know what to look for (what type of files to recover) and or where to recover from?
    I did make the phone a drive already and have data recovery software that can pull deleted files from the phone in fat or raw data format.
    Thanks.

    Hi,
    I think this is not the best forum for your question. This forum is for Microsoft Exchange Server's mobile connectivity issues.
    Regards,
    Zoltán
    http://www.clamagent.org - Free Antivirus for Exchange
    http://www.it-pro.hu
    http://emaildetektiv.hu

  • [svn:fx-3.x] 5072: Bug: LCDS-636 - None of the responder get called from the createItem

    Revision: 5072
    Author: [email protected]
    Date: 2009-02-25 13:27:34 -0800 (Wed, 25 Feb 2009)
    Log Message:
    Bug: LCDS-636 - None of the responder get called from the createItem
    QA: Yes (LCDS QA)
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-636
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    If you create a metadatatype with a single metdata block, and you reference that in your vm/cm cell attribute using a *one* based index, Excel seems to see the link and it honors it when saving the spreadsheet.
    So, I ended up with something like:
    <c ... cm="1"/> (I'm dealing with cell metadata, but the concept is equivalente to value metadata)
    <metadataTypes count="1">
      <metadataType name="MyMetaType" .../>
    </metadataTypes>
    <futureMetadata count="1" name="MyMetaType">
      <bk>
        <extLst><ext
    uri="http://example" xmlns:x="http://example"><x:val>87</x:val></ext></extLst>
      </bk>
    </futureMetadata>
    <cellMetadata count="1">
      <bk><rc
    t="1" v="0"/></bk> <!-- this is what gets referenced as cm=1 on the cell -->
    </cellMetadata>
    Hope this helps. 

  • HT1430 where does the backup get saved on the windows computer?

    whenever m tryin to backup my phone it starts and after consuming the space on the hard drive of computer it stops after the msg saying bakup could nt b saved on the computer.. so my question is where does the backup get saved on d computer  n how to access it n hw to clear the old backup history n free the space on the computer? help plz...

    WHERE ARE BACKUPS LOCATED
    ITunes stores one active backup and each time a backup is created the old backup is overwritten.  Icloud saves the last three backups.  You cannot view the backups unless you have special software to read it.  If you want to know where the backups are located on your computer then read this article
    http://support.apple.com/kb/HT4946

  • Where does the Attachments gets stored.

    Hi All,
    We are adding attachments to a Human Task ADF TaskDetails page.
    When opening the attachments we are getting an error.
    Reason : The HOST_NAME is getting changed to the managed server name while opening the attachment.
    Can someone tell me where does these attachments gets stored.Can i query and check which host_name is used while storing it , if it is using the database for it.
    Please help me to debug this issue.
    Thanks,
    Sid.

    Hi,
    Here are the tables you should look at:
    fnd_attached_documents
    fnd_documents
    fnd_documents_tl
    fnd_lobs
    fnd_documents_short_text
    fnd_attached_documents has a column called entity_id which contains the po_header_id or po_line_id depending on where the document is attached.Those tables are already mentioned in the link referenced above --> Where are attachments stored in oracle apps
    Regards,
    Hussein

  • [NSNotificationCenter defaultCenter] selector method get called 2 times

    i am sending NSSNotifcation to root view controller in iPhone app but its observer method getting notified two times how its possible can any one guide me
    i have use this code to post notification in my detail view controllers which are going to get added in popover view
    -(void) viewDidAppear:(BOOL)animated
        [super viewDidAppear:YES];
        [[NSNotificationCenter defaultCenter] postNotificationName:SetPopOverSizeNotification object: [NSNumber numberWithFloat:480]];
    and added observer in my root view controller
    - (void)viewDidLoad
        [super viewDidLoad];         [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(setPopoverSize:) name:SetPopOverSizeNotification object:nil];
    the method implementation is as follows
    #pragma mark - Popover Notification Method
    - (void)setPopoverSize:(NSNotification *)notification
         NSNumber *height = (NSNumber *)notification.object;
          [myPopover setPopoverContentSize:CGSizeMake(320, [height floatValue]) animated:NO];
    Also removing observer as follows
    - (void)viewDidUnload {
        [super viewDidUnload];
        [[NSNotificationCenter defaultCenter] removeObserver:self name:SetPopOverSizeNotification object:nil];

    Hi Saravanan,
    I am  calling this component directly from my application. This component is not used anywhere. The component name is : ERC_C_REQ_MGMT_UI and the application name is: erc_a_req_mgmt
    I am calling an application configuration ERC_A_REQ_MGMT to execute it.
    Regards
    Vishal Kapoor

  • Unable to override the method get(int) in java.util.AbstractList

    package util;
    import java.util.Vector;
    import java.lang.Integer;
    public class integerVector extends Vector
    public integerVector() { //construct a Vector()
    super();
    public integerVector(int m) { // construct a Vector(m)
    super(m);
    public integerVector(int m, int n) { // construct a Vector(m,n)
    super(m,n);
    public void set (int i, int n) {
    Integer ii= new Integer(i) ;
    setElementAt(ii,n);
    when i try compiling this i get the following error:
    integerVector.java:37: get(int) in util.integerVector cannot override get(int) i
    n java.util.AbstractList; attempting to use incompatible return type
    found : java.lang.Integer
    required: java.lang.Object
    public Integer get(int n) {
    It would be very helpful if anyone can provide the solution

    The method's signature is defined by the Interface java.util.List.
    public Object get(int index)
    instead you want to implement
    public Integer get(int index)
    Yes you could write a class with this method, and call it IntegerList or similar.
    However it could not implement the List interface, or extend any of the List classes.
    Instead of extending Vector (or ArrayList) you could delegate to it.
    That way you're not extending the class, and not changing the signature of a method.
    public class IntegerList(){
      private List internalList = new ArrayList();
      public Integer get(int index){
        return (Integer)internalList.get(index);
    }This class would be of limited use though, because you couldn't treat it as a regular list because it hasn't implemented the interface properly.
    The best you could do would be to have it implement the collection interface, which doesn't expose the specific get methods.

  • DataAction prepareModel method getting called twice.

    I have a DataAction subclass in which I have overridden the prepareModel() method, putting a System.out.println() into. I just discovered that this method is getting called twice per time that I run the DataAction. Why is this, and how do I change it so that it is only executed once?
    Brad

    Hi:
    The prepareModel method will get called each time your action is executed, ie before your page is displayed, and after a user submits a request.
    If you dont want your code in the prepareModel method to be run when a user submits a request, you should check the event list. If the list is non-empty, then the user has submitted a request to your action.
    The following code is taken from Steve Muench's ADFToyStore demo:
    private boolean handlingEvents(DataActionContext ctx) {
        List events = ctx.getEvents();
        return (events != null) && (events.size > 0);
    }in your prepareModel method, do the following:
    protected void prepareModel(DataActionContext ctx) {
        if(!handlingEvents(ctx)) {
            // code for before the initial display of the page
        } else {
            // code to be executed before your event handlers get called
    }HTH
    Gareth

  • Action method getting called multiple times.

    Hi All,
    The problem that I am facing is pretty weird.
    The issue is the i have an input field that takes date as input field.
    This field is inside a data taable
    FYI: I tried converter still same problem.
    So when ever I enter wrong data as "asda" inside this date field I get a validation error. which is good. So assume it took me 3 submit clicks to fix all my errors on the page.
    So now when I click the submit for the 4th time.
    The action method gets trigerred 4 times.
    Desperately waiting for a fix.
    Thank you in advance.
                                            <h:dataTable id="disbursementTable"
                                                 value="#{certTemplateBean.disbursements}" var="disbursement"
                                                 binding="#{certTemplateBean.disbursementTable}"
                                                 columnClasses="disburseDate,disburseAmt,disburseAction"
                                                 styleClass="disbursementTable" cellspacing="0" cellpadding="1">
                                                 <h:column >
                                                      <h:inputText id="disburseDate" styleClass="#{certTemplatesListBean.errorHolder.disburseDate} ms" size="10"
                                                                value="#{disbursement.date}">
                                                           <f:validator validatorId="RegExp" />
                                                           <f:attribute name="regexp" value="[0-9]{2}/[0-9]{2}/[0-9]{4}" />                                             
                                                           <f:attribute name="fieldRef" value="Disbursement Date :" />
                                                           <f:attribute name="message" value="Invalid Date" />
                                                           <f:attribute name="bean" value="certTemplatesListBean" />
                                                      </h:inputText>
                                                 </h:column>
                                            </h:dataTable>
                                            <h:commandLink id="addPro"
                                                 action="#{certTemplatesListBean.doAddUpdateCertTemplate}">
                                                 <h:outputText value="Add Profile direct"/>
                                            </h:commandLink>

    Probably got to do with the JSF jar files. I am not sure though. Can you check if the below link is useful?
    http://jira.jboss.com/jira/browse/AJSF-127

  • When/how does the UNinstaller get called?

    This simple demo. of using the ExtensionInstallerService
    has me confused..
    http://www.physci.org/jws/application.jnlp
    It behaves as I expect on installation.
    At time of installation, the user is prompted to
    accept a psuedo 'license agreement'.
    If they accept it, the application is launched.
    If they refuse it, it is not launched.
    If they refuse it, they can try again later and
    the EULA dialog will be shown again, and
    will continue to be shown, each launch, as
    many times as the user refuses it.
    But how/when is the uninstall option called?
    In this example, I used the uninstaller option
    simply to thank the user for using the application.
    However, I do not ever see the 'thanks' dialog.
    So far I have tried uninstalling the app. from both
    the Java Control Panel, as well as Windows own
    Add/Remove Programs dialog.
    Does it work for anybody else?
    The source for the installer that I am currently
    using is as follows.
    package test;
    import javax.swing.*;
    // classes of the web-start API, used in this example.
    import javax.jnlp.ExtensionInstallerService;
    import javax.jnlp.ServiceManager;
    import javax.jnlp.UnavailableServiceException;
    class Installer {
      Installer() {
        try {
          ExtensionInstallerService installerService =
            (ExtensionInstallerService)ServiceManager.
              lookup("javax.jnlp.ExtensionInstallerService");
          /* We do not need the progress bar as progress
          is determined by the user accepting the EULA.
          They can consider it as long as they like. */
          installerService.hideProgressBar();
          int result = JOptionPane.showConfirmDialog(null,
            "Do you agree to the EULA?",
            "End User License Agreement",
            JOptionPane.YES_NO_OPTION,
            JOptionPane.QUESTION_MESSAGE );
          boolean agree = (result==JOptionPane.YES_OPTION);
          if (agree) {
            installerService.installSucceeded(false);
          } else {
            JOptionPane.showMessageDialog(null,
              "Perhaps another time..");
            installerService.installFailed();
        } catch (UnavailableServiceException e) {
          e.printStackTrace();
      public static void main(String[] args) {
        if ( args[0].equals("install") ) {
          Installer installer = new Installer();
        } else {
          /* No need to do anything on uninstall,
          but thank the user for their patronage */
          JOptionPane.showMessageDialog(null,
            "Thank you for using (Trivial) Application!");
    }

    I submitted a Bug Report for this, under the title..
    installer-desc UNinstaller never called
    The basic gist of it is..
    Java web start (JWS) offers the installer-desc
    element to identify an installer/uninstaller
    for an application. The intent of the installer
    is to do any application set-up/pull-down that
    can not be handled by the standard JWS behaviour
    of caching the classes/resources at 1st launch,
    and clearing them at uninstall.
    The 'install' side of the installer-desc element
    seems to work as advertised, but as has been noted
    in the web start forum a number of times*, the
    installer is never called at time of 'uninstall'.
    * Though none reported successful resolution of
    the problem, it also seems no one took it through
    to a bug report.
    http://forum.java.sun.com/thread.jspa?forumID=38&threadID=5124101
    (one report)
    http://forum.java.sun.com/thread.jspa?threadID=790898
    (two relatively recent reports)
    http://forum.java.sun.com/thread.jspa?forumID=38&threadID=263691
    (1 report from June 2002)

  • How populate and execute methods gets called in UserDefined Action Classes?

    In Struts2, if we override methods populate() and execute() , then if we made any request to some Action class which overrides these methods, then how does it look for these 2 methods??
    and why populate() method called first and later execute() method????
    Harishwar
    Edited by: Harishwar_Madhya on Sep 3, 2010 2:47 AM
    Edited by: Harishwar_Madhya on Sep 3, 2010 2:49 AM

    45RPMSoftware wrote:
    Thanks for this. Alas, I do not have the source code used to generate the jar file, and I have no means of getting it. I imagine, therefore, that I will not be able to update the manifest file.The manifest file is just a simple text file.
    You can get at it by unpacking/repacking the jar file with the jar utility (tar like syntax).
    ... I assume that classpath is rather like the unix path.It specifies a list of jar files and directories containing java class files (and more).
    Is there anything that defines the classpath for each login session and, if so, how do I add to it?As the link I posted says;
    you can set a CLASSPATH env.var.

  • HT4137 When I back up my iPhone using iTunes, where does the information get stored?

    I have a problem. 
    I have an iPhone that has already been synced with an HP laptop.  This PC is now in need of repair but the price of repair was too costly so I bought a MacBook Pro to replace it.
    I would like to now sync my iPhone with my new MacBook using iTunes but when I attempt this I get a message stating that all the information in my iPhone will be replaced by all the information in iTunes (which is nothing).  I cannot afford to lose all the information in my iPhone but also I cannot update my iPhone using iTunes because it has not been paired with my new MacBook and I am told that it can only be paired with one computer at a time.  I cannot unpair it with my old PC because my old PC doesn't even boot up anymore.
    I was told that I could Backup the information in my iPhone by control clicking on the icon in the toolbar to the left of the iTunes screen which would then let me sync safely.  I have now done this but I still have nothing to show for this in the iTunes library (no music, photos, notes, contacts etc.) and I have no idea where this backup has been stored.
    Also in the help menu in iTunes it says that media files such as songs, videos and some photos AREN'T backed up but can be restored by syncing with iTunes (how is this possible to restore something that hasn't been backed up in the first place?).
    I am really stuck with this and hope that someone out there can help.
    Leigh

    The first step in the sync process is to create a backup.  On a mac this backup is located at
    ~/Library/Application Support/MobileSync/Backup.  The backup does not included iTunes media as it is assumed to be in the iTunes library you are syncing with.  Also, as you have discovered, when you first sync with a new iTunes library iTunes will erase all iTunes media on the phone (music, videos, etc.) and replace it with the media in the library you are syncing with.  Photos from Camera Roll (which are taken by the phone) are part of the backup.  Photos in Photo Library (which were synced to your phone from your computer) are not; again, because it is assumed they are already on your computer as that is how they were synced to your phone in the first place.
    What, exactly, is still on your phone at this point?

  • Where is the cursor after calling setFocus on AS created TextInput?

    I am having trouble getting a TextInput field to replace the current selection when the user starts typing without having to first click the field. I have seen that many people face this problem when initially loading the movie, but this is not my case. In my case, Flash already has focus, I have created a TextInput field via AS and made it invisible. At a given point a user double clicks a label and I display ( textInput.visible = true) the the field and setFocus to it. The text is correctly highlighted and the focus border shows but typing produces no effect until I click inside text field and get a cursor there. Is there something else I need to do aside from setFocus? I have also tried setting the selection manually to zero width, and this causes the field to have the focus border but no cursor whatsoever, until the field is actually clicked.
    Ruy

    referr: http://forums.adobe.com/thread/452365?tstart=30
    <script language="JavaScript" type="text/javascript">
    function setFocusToTextInput()
        document.getElementById('${application}').focus();
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = ${version_major};
    // Minor version of Flash required
    var requiredMinorVersion = ${version_minor};
    // Minor version of Flash required
    var requiredRevision = ${version_revision};
    // -->
    </script>
    on creationcomplete event call
    init(event);
    public function init(event:Event):void
        ExternalInterface.call('setFocusToTextInput');
        this.username.setFocus();

Maybe you are looking for