Manage bean methods not able to call application module methods

Hi,
I have an ADF application where in my managed bean method needs to call AppModuleImpl methods. I use the code as below:
public void getSummary() {
DCBindingContainer binding = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
OperationBinding op = binding.getOperationBinding("getVOData");
op.execute();
The code works fine when I run the application in my IntegratedWeblogicServer and I am able to get the data on my .jsp pages.
I have installed weblogic server on another machine and I need to deploy and run my application on that server. But when I try doing that, the above code is not able to call the AppModule method and I see no data on my page (Also there is no error or exceptin thrown). Seems that the ViewController project is not able to interact with the Model project.
Is there any extra configuration to be done on the newly installed weblogic server to get this work? Or will some change in the application code help?
Please suggest.
Thanks and regards,
Ansh

Hi,
While creating the weblogic domain, we had the following checkboxes checked:
1. Basic weblogic server domain [wlserver_10.3]
2. Oracle JRF [oracle_common]
I hope this is what we need.
Yes, I also have the adf runtime installed.

Similar Messages

  • Is it possible to call any Managed Bean method from af:goLink

    Hi,
    I am using RichGoLink component.
    Is it possible to call a managed bean method on click of the af:goLink? I want to provide some validations when user clicks on the goLink.
    There is no any actionListener provided.
    Thanks in advance.

    Hi,
    I am able to resolve my second problem also.
    i wanted to set the "destination" of the goLink on the fly. To do this I created a custom componnt by extending the RichGoLink and I override the encodeBegin method in that class. In this method i check my condition and then set the "destination" property.
    I am still using the clientListener and the serverListerner to do some further testing that i wanted to. Here one thing you have to keep in mind that. In the javascript function that we are calling in the clientListener should not do the "cancel" on the event object, if you do so it will not navigate to the required position.
    Thanks for the way you showed to resolve my problem. Hope you understand the way i worked for this solution.

  • Calling managed bean method using ajax on jsp page loading

    Hello,
    I am using jsf1.1 i want to call managed bean method when page gets loaded using ajax.
    Thanks
    K.Ramu

    Use an ajaxical JSF framework, for example Ajax4jsf (part of RichFaces).
    But why don´t you just use the constructor of the bean class to do some stuff prior to page loading?

  • Not able to call action method from the javascript

    I am using weblogic 10.3.2 portal.
    My requirement is to call a action in controller throuhg java script when user selects a different option in a dropdown.
    When try it we are not able to call it is returning null as a elementId. Below is the snippet of my code.
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
    <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
    <netui:html generateIdScope="true">
    <head>
    <netui:base/>
    </head>
    <script language="JavaScript" type="text/JavaScript">
    function SelectBANSubmit(id)
         var scope = document.getElementById("scopeOneSpan");
         alert("value====arv" + scope);
         //var form = document.getElementById(lookupIdByTagId(form,scope));
         //alert("value====arv" + form);
         var knoVal = document.getElementById(lookupIdByTagId(id,scope));
    alert("in method" + knoVal);
         </script>
    <netui:body>
    <span id="scopeOneSpan">
         <netui:form action="getBillDetails" >
         <netui:select dataSource="actionForm.selection" tagId="arvind" optionsDataSource="${actionForm.resDTO.kno}" onChange="SelectBANSubmit('arvind')"/>
              </netui:form>
         </span>
         </netui:body>
    </netui:html>
    Any help would be appreciated.

    Below is my code
    JS Code
    function fundemo(id)
    alert("so currently we are in fundemo function ");
         var scope = document.getElementById("scopeOneSpan");
    alert(scope);
         var check = document.getElementById(lookupIdByTagId('textbox1',scope));
    alert("check id is " + check.id + " and its value is "+ check.value);
    JSP Code
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
    <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
    <netui:html generateIdScope="true">
    <head>
    <netui:base/>
    </head>
    <script type="text/JavaScript" src="D:/testWS/testWebProject/WebContent/WEB-INF/js/test.js"> </script>
    <script language="JavaScript" type="text/JavaScript">
    function SelectBANSubmit(id)
    alert("In JS Method of the JSP File ");
    fundemo(id);
    </script>
    <netui:body>
    <span id="scopeOneSpan">
    <netui:form action="getBillDetails">
    <td >
    <netui:textBox dataSource="actionForm.selection" tagId="textbox1" />
    </td>
    <td>
    <netui:button type="button" onClick="javascript:fundemo('textbox1')" value="Test click"/>
    </td>
    </netui:form>
    </span>
    </netui:body>
    </netui:html>

  • How to call different managed bean methods on a page template button

    Dear All,
    Use Case:
    I have a Page Template and inside this page template is a popup screen which is common to all my
    pages. My popup has OK and Cancel button only.
    My question is this, there are lots of pages that uses this template.
    How is it possible to invoke a managed bean methods dialoglistener when say for example the user clicks the OK button?
    One thing common among the pages is that they are included in some kind of a taskflow and I have configured
    a managedbean in a pageflowscope variable in each taskflow and I just wanted to pass the
    My Template
         - TaskFlow 1 (ManagedBean1.dialogListener)
         - TaskFlow 2 (ManagedBean2.dialogListener)
         - TaskFlow 3 (ManagedBean3.dialogListener)
    Each dialog listener does different things.     
    How to do this?
    JDEV 11G PS3
    Thanks

    Found my answer here... http://www.oracle.com/technetwork/developer-tools/adf/learnmore/79-global-template-button-strategy-360139.pdf
    Thanks!

  • I have installed oracle 10g in my winxp machine. i am using enterprise manager. i am not able to shutdown the system as it asks for os username and password. i have provided my os username and password but eerror persiste. somebody pls help me to get rid

    I have installed oracle 10g in my winxp machine. i am using enterprise manager. i am not able to shutdown the system as it asks for os username and password. i have provided my os username and password but eerror persiste. somebody pls help me to get rid of this.

    Here I am using Java Type IV for database
    connection.
    So,there was no necessity of creating DNS.How your app communicates with db shouldn't matter for the end user. Still, you may want to use a functional network name also for the thin client driver connection string.
    So,is there any other way to solve this problem.What is the problem really? Do you not use dns for network naming? Maybe you have to manage the hosts file on every client then.

  • My tel Goes after 10 minutes offline, apears à enige Apple, and i have to unlock again. People are not able to call me while THE Apple apears. Question what can be THE solution ?? It is à 3GS tel iOS 4.2.1

    My tel Goes after 10 minutes offline, apears à enige Apple, and i have to unlock again. People are not able to call me while THE Apple apears. Question what can be THE solution ?? It is à 3GS tel iOS 4.2.1

    Hi Richard,
    You mentioned that 'Apple put the AirPrint spec out there for all printer makers'. I've been looking around but I haven't found any spec. Where did you find it?
    Do printer makers have to buy a license in order to be able to advertise that they've implemented the AirPrint protocol? Is there maybe an Apple review process in place?
    TIA
    Geert

  • My tel Goes after 10 minutes offline, apears à white Apple, and i have to unlock again. People are not able to call me while THE Apple apears. Question what can be THE solution ?? It is à 3GS tel iOS 4.2.1

    My tel Goes after 10 minutes offline, apears à white Apple, and i have to unlock again. People are not able to call me while THE Apple apears. Question what can be THE solution ?? It is à 3GS tel iOS 4.2.1

    Hi Richard,
    You mentioned that 'Apple put the AirPrint spec out there for all printer makers'. I've been looking around but I haven't found any spec. Where did you find it?
    Do printer makers have to buy a license in order to be able to advertise that they've implemented the AirPrint protocol? Is there maybe an Apple review process in place?
    TIA
    Geert

  • Not able to See Application Component

    Hi,
    I logged into the BI 7.0 system. In the RSA1 transaction under the Data Sources option am not able to see Application Component folder is not getting displayed. Is there any configuration or settings are required for getting displayed of Application Component. if so please let me know.
    Regards
    Sunil

    Hello,
    It may be because there is no file source system created yet.
    you will have to create FILE source system by yourself.
    just right click on the source system on the above and it will give you option to create and there you can create all kind of source system you want.Here chose file system and then give the necessary information and after creation you can see the file source system there.
    Regards
    Ajeet

  • I am not able to transfer application from mackbook to my iPhone 5 and when i click to install it comes will install

    i am not able to transfer application from mackbook to my iPhone 5 and when i click to install it comes will install

    http://www.wirelesstransferapp.com/sync-photos-from-mac-to-iphone-with-or-withou t-itunes.html#.UboKrBYTtF try this link..good luck

  • Not able to call from the UAE.

    hi there ....
    I am calling from UAE. i have purchased india 800min pack but i am not able to call. Call connects very rarely and whenever it does so it drops automatically after 2-3 secs. Plz help me out.
    Regards,
    Solved!
    Go to Solution.

    Hello,
    It has been brought to our attention that our website has been blocked by one or more ISPs in the United Arab Emirates. Unfortunately there is very little Skype can do about this situation. The best course of action would be for you to speak to your ISP, ask why they are blocking Skype and request that they unblock our site.
    Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Re: Subscription renewed but not able to call

    Me too having the sme issue here. 
    My subscription starts from 18th of each May; though the subscription charge gets deducted 3 days before each time. And still not able to call even it is 18th May.
    Dear Skype representatives, can you please do the needful asap and solve our issues??

    Hello,
    Using some else's thread is not only unfair to the thread starter but can lead to confusion and cause difficulty for those who are trying to assist you.
    Your issue is different to that of the person(s) whose thread you infiltrated. Two issues are almost never identical. There are too many variables.
    Please start your own thread here.
    Thank you.
    Due to the time it can take for some transactions to be processed, we charge your bank or PayPal account three days in advance to ensure prompt delivery of your subscription. You don’t lose these three days: your subscription is still valid for the full period that you sign up for (one, three or 12 months).
    Although the recurring payment is taken three days in advance to avoid possible delays, your subscription minutes are reset based on the initial purchase date and time.
    Minutes are added to Plans at or about midnight UTC/GMT on the due date.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Some time i am not able to call from iphone 6

    Some time i am not able to call from iphone 6 i have already talked with with my serviceprovider but they not able to find any problem.fom yesterday my outgoing has been stopped again

    Please give me a reply.last 24 hrs i am not able to call anyone from my phone

  • Not able to call from India but I have credit

    I m not able to call to any landline and mobile still I have Skype credit and 120 min subscription plz help me

    lakhanpandey wrote:
    I m not able to call to any landline and mobile still I have Skype credit and 120 min subscription plz help me
    Hello
    You are attempting to call within India which is no longer supported by Skype.
    https://support.skype.com/en/faq/FA34487/why-can-i-no-longer-make-calls-to-india-from-india
    p.s. You were flagged for duplicate posting which is not permitted. Please avoid in future. Duplicate post removed.
    Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Not able to call on any mobile number even credit ...

    not able to call on any mobile number even credit is there in account 

    Hi,
    Please check your usage call history on your Skype web account page to learn why the calls failed: www.skype.com/go/myaccount
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

Maybe you are looking for

  • Error while uploading Template

    Error while uploading Template in Internet Procurement Catalog Administrator responsibility I downloaded "Item Price" and i had one item onto spread sheet and tried to upload in above responsibility. This is how header level is in the template and li

  • I am trying to white balance my acquired image, but instead get a green image, has anyone encountered such a problem?

    Similar to Vision's white balancing utility, my VI allows the user to draw an ROI around a region and ideally reset the red, green, blue gains to make the area white. When I make red, green, and blue values equal one another, instead of white, I get

  • Can I Partition to run 10.8 and 10.6?

    I have a new iMac with M. Lion 10.8.2 which with will not run a few of my older applications.  Is it possible to partition my 1tb hard drive to run 10.8 and 10.6?  If so, how would it be done?

  • Is Jolt usable from other application servers?

    Hi All Is Jolt usable from application servers other than Weblogic? Thanks, Rob

  • ACR 4.3.1 Slow in general

    Hello All. I'm testing CS3 for my company before we roll it out. So far, so good... almost. Working with ACR 4.3.1 and DNG files has proved to be PAINFULLY SLOW. Sliders take 3-5 seconds before they move (any slider) moving from various tabs takes th