Reference to putTransactionValue is ambiguous, plus extension controller qu

Good Morning,Afternoon or Evening OA Framework Gurus,
I'm creating an extension of a OA framework controller and I'm receiving the following compile
error. I believe it is because of 2nd parameter being passed is null, but I'm not sure how to get around
this. This is part of Oracle's delivered code and I did not want to mess with it.
Second question, when extending a controll, do I need to copy all of the code out of
the original contoller and put into the extesnion controller? I plan to replace the standard controller
by doing a personalization to specify the new extension controller.
I tried just creating an extension controller with my change and the page did not render correctly
/ code line 53
oapagecontext.putTransactionValue("DupReportHeaderId", null);
compile error
Error(53,27): reference to putTransactionValue is ambiguous; both method putTransactionValue(java.lang.String, java.lang.String) in interface oracle.apps.fnd.framework.webui.OAPageContext and method putTransactionValue(java.lang.String, oracle.jbo.domain.Date) in interface oracle.apps.fnd.framework.webui.OAPageContext match
Thanks for any help

If the issue is in Oracle's delivered Code, log a SR immediately.
When you extend a standard Controller you donot need to copy the code in the standard controller to your custom controller. The reason is that you are extending it. Please notice the line super.processRequest() in your custom process Request. This would invoke the standard processRequest.
In case you are getting issues, kindly look for the problem and try to understand why such a thing is happenning.
Regards
Sumit

Similar Messages

  • How to get reference of UI controls in a JSON Controller?

    Hi Experts,
    This time I was looking to create a JSON view and I was successful in creating and including various UI controls in the view. However, I am not able to get the reference of the UI controls within the controller. Initially, I thought using same set of methods of CORE I can get their reference. But I, I am not able to see any thing getting filled.
    Please find the below screen shots about my view definition and controller implementation.
    Please provide some inputs
    Regards
    Pavan

    Hi Robin,
    Ok, then Let me conclude my understanding based on your opinion
    1. A View definition consists of UI controls, and their associated binding definitions(anything missing?)
    2. A Controller consists of Model implementation , and as you said initializations, event handlers, and helper methods.
    If my understanding is correct then an application can have various models and do the view recognizes or  understands all of them.  Otherwise what kind of approach should we follow.
    In the controller definition do I have to include the line sap.ui.core.getCore().setModel() for each of the models that I define. As per my understanding this statement makes the model available for all the elements within the view.
    Please correct me if my understanding is incorrect.
    I agree with your point but still if I have to access the reference of UI element in the controller how can I get that in the above context.  Please Share some inputs
    Thanks for pointing me in right directions
    Regards,
    Pavan

  • How can I emulate Mac OS Leopard on my Mac OS Snow Leopard (in order to run goLive plus extensions again?)

    Hi there!
    Having accepted the job of ”operating” our school website got me in a fix when Adobe decided to keep Dreamweaver and kill goLive: I am not really good at creating websites so that only with a lot of help did I manage to create the one we have online now, and since I see no way of instantly acquiring any Dreamweaver expertise and creating a new website, I need to find a way to emulate Mac OS Leopard (non-server!) on my new iMac 2011 i7 / Snow Leopard (on which goLive and its extensions (MenuMachine) don't run). So far I've tried Parallels 7 and VMWare Fusion 4, both only accept the Mac OS Leopard Server software. Is there any other way or programme that may do the trick? Or, if there isn't, does anyone out there know whether buying (and installing) the server software would do the trick ? I've seen eBay offers at about 200€, but such an investment would only make sense if there is a guarantee that it would let me install goLive plus extensions and that I am able to handle the software (never had a server and never had any aspirations in that field). Can somebody help, please?
    Thanks.

    At this point, the best (and cheapest) solution is to upgrade your website. Even if you get an old machine or have a working emulator, things will change (as you have already witnessed), making it more and more difficult to use the old software.
    Trying to stick to the outdated system is too costly and short-sighted in my opinion. ...unless your website has something so wildly celebrated by the users that it cannot be changed AND cannot be run by anything other than GoLive.
    BUT ANYWAY... yes, OS X can be emulated, but it is technically illegal. You would have to buy and maintain an older piece of hardware and hope it never breaks, or break the law.

  • Error: reference to method is ambiguous

    Hi guys,
    Here is the line that won't compile:
    ((p)(o1)).g.a.(this);
    Here is the error:
    reference to a is ambiguous, both method a(av) in au and method a(bu)in at match ((p)(o1)).g.a.(this);
    So I want to try calling either au.a or at.a explicitly but I can't figure out how to do that.
    Any help is greatly appreciated. This is for an online game where (bad)people can boot others so I am trying to write a patch. Thanks alot.

    The explanation isn't totally clear - but you can use as much of "package.classname.method()" reference as needed to disambiguate the code. I.E. "package.classname.method()" or "classname.method()".
    Post some applicable code that clearly shows the relationships if more help is needed.

  • Reference to Queue is ambiguous, both class javax.jms

    hi i already posted the problem .still i have not got the reply.
    i am using jboss-4.0.2 ant-1.6.0 jdk1.5.04
    error report
    makebuilddir:
    compileclasses:
    [javac] Compiling 161 source files to D:\New project\build\itracker\classes
    [javac] D:\New project\itracker\src\cowsultants\itracker\ejb\beans\session\I
    ssueHandlerBean.java:1158: reference to Queue is ambiguous, both class javax.jms
    .Queue in javax.jms and class java.util.Queue in java.util match
    [javac] Queue notificationQueue = (Queue) ic.lookup("java:comp/e
    nv/" + notificationQueueName);
    [javac] ^
    [javac] D:\New project\itracker\src\cowsultants\itracker\ejb\beans\session\I
    ssueHandlerBean.java:1158: reference to Queue is ambiguous, both class javax.jms
    .Queue in javax.jms and class java.util.Queue in java.util match
    [javac] Queue notificationQueue = (Queue) ic.lookup("java:comp/e
    nv/" + notificationQueueName);
    [javac] ^
    [javac] D:\New project\itracker\src\cowsultants\itracker\ejb\beans\session\U
    serHandlerBean.java:957: reference to Queue is ambiguous, both class javax.jms.Q
    ueue in javax.jms and class java.util.Queue in java.util match
    [javac] Queue notificationQueue = (Queue) ic.lookup("java:comp/e
    nv/" + notificationQueueName);
    [javac] ^
    [javac] D:\New project\itracker\src\cowsultants\itracker\ejb\beans\session\U
    serHandlerBean.java:957: reference to Queue is ambiguous, both class javax.jms.Q
    ueue in javax.jms and class java.util.Queue in java.util match
    [javac] Queue notificationQueue = (Queue) ic.lookup("java:comp/e
    nv/" + notificationQueueName);
    [javac] ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors
    BUILD FAILED
    D:\New project\itracker\build.xml:43: The following error occurred while executi
    ng this line:
    D:\New project\itracker\build.xml:54: The following error occurred while executi
    ng this line:
    D:\New project\itracker\build.xml:277: Compile failed; see the compiler error ou
    tput for details.
    Total time: 5 seconds
    Message was edited by:
    mastery20

    The problem here is that java compiler is a bit confused between
    both the classes javax.jms.Queue in javax.jms and java.util.Queue in java.util
    Just Edit
    IssueHandlerBean.java
    UserHandlerBean.java
    just add the line import javax.jms.*;
    D:\New project\itracker\src\cowsultants\itracker\ejb\beans\session\I
    ssueHandlerBean.java:
    D:\New project\itracker\src\cowsultants\itracker\ejb\beans\session\U
    serHandlerBean.java:
    Hope this will resolve ur problem. dont forget to update.

  • Reference to Timer is ambiguous, both class java.uti

    C:\g\Frame1.java:1776: reference to Timer is ambiguous, both class java.util.Timer in java.util and class javax.swing.Timer in javax.swing match
              Timer timer;
    My timer here refer to the one in java.util.Timer. How can I make to so that the timer refer to the one in java.util?
    Regards,
    Ng

    use the complete class name:
    import java.util.*;
    import javax.swing.*;
    public class Test
    java.util.Timer myTimer = new java.util.Timer(...);

  • Reference to Number is ambiguous; both class oracle.jbo.domai

    Hi,
    I'm trying to import the OAF BOPackage oracle.apps.icx.schema.server but I get 480 error messages when trying to make the files. (I have not made any changes yet)
    Most of the errors are like:
    Error(83,12): reference to Number is ambiguous; both class oracle.jbo.domain.Number in package oracle.jbo.domain and class java.lang.Number in package java.lang match
    Is there something wrong in my path Any ideas on how to fix this?
    My workaround is to compile the files I need on the server.
    /Karin

    Sumit,
    This is a common issue, and the cause of this is the decompiler.When decompiler decompiles a class file back to java file, it converts all the null refrences to "null", so, if the java file originally contained
    Number n in any method call where n is null, the decompiled java file will contain only null instead of Number n, so when you compile, the java compiler get ambigous refrence, and is not able to decide whether it is javan.lang.number or oracle.jbo.domain.Number.
    Karin,
    What you need to do is, identify the line where this error is coming, and put a null refrence of the data type. This should solve your problem.I hope i am clear.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I need drivers for TV @nywhere Plus Remote Controller!

    Hi, I'm really getting depressed because I'm searching for drivers for months. I have TV @nywhere Plus but I lost my CD long time ago and I didn't care because everything still worked fine but last year I reinstalled my XP and everything changed from that day. I found drivers online for the TV card but not for my remote controller (actually I found something like that in the official site but it's not working and it's not the same like from the CD). And I continued searching and searching and lost hopes, and my remote controller stopped working, I bought new today and I hoped to fix it but still I can't make it work because I don't have drivers. :(
    So guys, can you just send me the same drivers from this CD because I know they are there and they could help me. I really hope you have that CD. I found info in this topic - TV@nywhere Plus remote issue solved! - and I need exactly this program - P3XRCtl.exe version 2.0 something like that. It's a blue icon. I can't download anywhere this thing online :(
    You are my last hope to help me, I don't want to dissapoint my parents again. Thank you again
    P.S I bought the same things years ago

    Yes but the version is 3.0 and not 2.0 and when I install it and start it I see the icon working but my controller is not working. And on the app when I open the settings it says something like - hold the power button on remote controller and choose the app you want to start and there is a blank list (probably there should be TV anywhere programme and when u choose it to start working. And that's it. It's just useless and I don't know why, I am holding the button trying to make something installing uninstalling and it's the same thing.

  • Pop Ups on Safari with AdBlock Plus extension on

    Dear Apple Community,
    I have been having this issue with my 2013 MBP 13" Retina display where every time I open www.piratebay.se with Safari a pop up opens up even though I have Adblock Plus on. This issue only happens on this particular site and nowhere else. Any advice on this issue would be appreciated. Thank you

    The Safe Mac » Adware Removal Guide
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect anything targeting the Mac because there
         is no Mac malware in the wild, and therefore, no "signatures" to detect.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

  • Discoverer 4i Plus returns no data when using views with db link references

    I am using Discoverer 41 Plus to view reports online.
    When I create a worksheet based on a view, that only references local tables, everything is OK and Disco plus shows the output OK.
    When I create a worksheet based on a view, that references a Database link, Disco plus gives me an "Query caused no data to be returned" error.
    Is this to be expected from Discoverer Plus?
    Thanks - Sue.

    I'm wondering if this has anything to do with the default position (and default aggregate) for the EUL folder item? I can see that some of the folders have number type items with default position 'Data Point' and others have these with default position of 'Top or Side'. I'm totally stabbing around in the dark here; looking at EUL folders which exhibit the problem and those which don't.
    I've tried changing one field to 'Data Point' and it hasn't helped. Will try changing the join items now I think.
    If anyone has any comments, would be v. grateful as I'm looking at dropping folders which have quite a bit of code around them and trying to re-create them exactly, which is a risky and horrible solution.

  • Reference to class List is ambiguous

    Hello,
    I've started to make my first java program in which I use AWT.
    When I compile the file, it gave me this error:
    "reference to List is ambiguous, both class java.awt.List in java.awt and class java.util.List in java.util match"
    So I use some tools from the java library: java.util ( f.e. arrays)
    and I use of course the library: java.awt
    Now when I try to make a list:
    f.e.
    List data = new List(10,false);
    The program doesn't know if I want to use the method List, from AWT or UTIL
    In fact, I want to use this from AWT.
    How can I make that clear.
    Thx

    It will probably work if you add "import java.awt.List;" to your imports. If that doesn't do it, you will need to specify which List when you declare or instantiate it. For example, if you now have
    List list = new List(10,false);
    Then change it to
    java.awt.List list = new java.awt.List(10,false);

  • Getting appmod reference in UIX controller class

    Hi,
    I tried using ServletBindingUtils.getApplicationModule(BajaContext) method in a static method in UIX controller class to get the reference of application module defined in UIX page. But i am getting null. How can i get the reference of view and appmod in UIX controller class
    regards,
    srivatsan

    Your event handler has to be within a <bc4j:findRootAppModule> element.

  • Adware in Safari Extension "Print Plus" by Slice Factory

    I installed this extension called "Print Plus" from apple.com Safari extension page and noticed that when I was browsing amazon.com, I started getting popups for something called "Best Price" - which showed a balloon window with a link to another site.
    At first I wasn't sure where this was coming from, but ended up at a page on a "Slice Factory" website that showed the best price discount finder extension and noticed that Print Plus was listed as another of their extensions. So I uninstalled the "Print Plus" extension and the ads went away.
    This was easily reproducible by me - install the "Print Plus" extension, go to amazon.com and look at the Apple Battery Charger - http://www.amazon.com/gp/product/B003XIJ566 - and you should get a pop up with an ad for another site. Uninstalled the extension and the popup ad went away.
    So my advice is avoid all extensions by "Slice Factory".

    Have never had Price Blink installed (or any extension of that ilk), only Print Plus, and it was never actually used. As I mentioned before the Print Plus localstorage file seems to contain the answers. The reason I got immediate results on the one machine and delayed results on the other has to do with the fact that uninstalling the Print Plus extension does not delete the file in ~Library/Safari/LocalStorage.
    *At this point, I can pretty much guarantee that if you install Print Plus 1.0.2.0 eventually you will begin to see the adware balloons* (I mentioned the Apple Battery Charger at amazon.com before, but started getting it on other items (also at amazon.com) when testing it on another machine) - *took about an hour or so* (plus a reboot, but don't know if that matters) *for the balloons to start showing up on a second machine after I installed Print Plus on that, yesterday.*
    I've ended up deleting all Slice Factory extensions (I was using a Dictionary extension on another computer, it didn't exhibit the behavior, but just don't want to chance it. Also deleted their files from ~Library/Safari/LocalStorage/ as well.
    The posts on macrumors.com that I linked to above claim that they notified Apple about this at the beginning of the month (the posts were around the 7th and 8th of March) - I notified them yesterday about this as well (through the "we don't respond to every request...." page.
    I'm not computer illiterate, PriceBlink was never installed by me. Just for laughs, install Print Plus, leave it in for a few hours and see if you don't get the balloons also.

  • Unresolved application library references, defined in weblogic-application.

    Hi ,,
    Iam getting the following error while deploying the application . please help
    [10:12:41 AM] ADF shared library is not available, implicitly deploying library ADF Controller Runtime
    [10:24:00 AM] ---- Deployment started. ----
    [10:24:00 AM] Target platform is (Weblogic 10.3).
    [10:24:02 AM] Retrieving existing application information
    [10:24:02 AM] Running dependency analysis...
    [10:24:02 AM] Building...
    [10:24:07 AM] Deploying 2 profiles...
    [10:24:08 AM] Wrote Web Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\ViewController\deploy\SupplierApp1_ViewController_webapp1.war
    [10:24:08 AM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\deploy\SupplierApp1_application1.ear
    [10:24:09 AM] Deploying Application...
    [10:24:11 AM] [Deployer:149191]Operation 'deploy' on application 'SupplierApp1_application1' is initializing on 'OBIEE_DEV'
    [10:24:15 AM] [Deployer:149193]Operation 'deploy' on application 'SupplierApp1_application1' has failed on 'AdminServer'
    [10:24:15 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application SupplierApp1_application1 on AdminServer,OBIEE_DEV.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false]..
    [10:24:16 AM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:24:16 AM] See server logs or server console for more details.
    [10:24:16 AM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:24:16 AM] #### Deployment incomplete. ####
    [10:24:16 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    [10:25:48 AM] ---- Deployment started. ----
    [10:25:48 AM] Target platform is (Weblogic 10.3).
    [10:25:50 AM] Retrieving existing application information
    [10:25:50 AM] Running dependency analysis...
    [10:25:50 AM] Building...
    [10:25:55 AM] Deploying 2 profiles...
    [10:25:56 AM] Wrote Web Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\ViewController\deploy\SupplierApp1_ViewController_webapp1.war
    [10:25:56 AM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\SupplierApp1\SupplierApp1\deploy\SupplierApp1_application1.ear
    [10:25:57 AM] Deploying Application...
    [10:25:59 AM] [Deployer:149193]Operation 'deploy' on application 'SupplierApp1_application1' has failed on 'AdminServer'
    [10:25:59 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application SupplierApp1_application1 on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false]..
    [10:25:59 AM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:25:59 AM] See server logs or server console for more details.
    [10:25:59 AM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [10:25:59 AM] #### Deployment incomplete. ####
    [10:25:59 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Jan 31, 2012 7:32:23 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1328018543109' for task '2'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: *oracle.webcenter.skin*, Specification-Version: *11.1.1*, exact-match: false].'
    try to look at your weblogic-application.xml and check if it has code like this
    <library-ref>
    <library-name>oracle.webcenter.skin</library-name>
    <specification-version>11.1.1</specification-version>
    <exact-match>false</exact-match>
    </library-ref>
    If it has, then You might want to deploy oracle.webcenter.skin as a library in your Weblogic server.

  • I bought the wrong controller.  Should I dump my RemoteSL for an Axiom Pro?

    I didn't realize that the Novation RemoteSL doesn't support Logic's internal plugins. Plus, the controller implementation is so different going from Logic to Protools that I'm having a hard time getting used to it.
    I realize that the Axiom Pro doesn't support Logic fully, but I'd rather have terrific Protools integration and so-so Logic integration than half-baked integration on both platforms.
    Any opinions from RemoteSL or Axiom users out there?

    Browsing M-Audio's website, I see that the Axiom Pro:
    automatically maps the keyboard’s 65 controls to commonly accessed parameters in digital audio workstations including Pro Tools®, Cubase, Logic and Reason*, as well as software instruments.
    I wonder if M-Audio has succeeded in doing what Novation finds so difficult, and found a way to map Logic's internal plugins to controls. I know that the (Emagic) Mackie Control , the Euphonix surface and the SmartAV Tango have managed to find a way. Maybe I should ask this question on the DUC.

Maybe you are looking for