MSCA/MWA Extension

Hi,
I am extending the Inbound-> Receipts -> PO in 11.5.10. The seeded page name is RcptGenPage. I would like to know how to compile this on my client machine locally using Jdeveloper.
I have installed Jdeveloper and applied all the patches to make it work for OAF. Can anybody give me step by step details on what needs to be done to be able to compile the page locally. Here are the details of my extended page:
Java Files :
RcptGenFunction.java
RcptGenPage.java
RcptGenFListener.java
The java pkg is xxx.oracle.apps.inv.rcv.server
My question is where should i place all the class files that i mentioned in "import statment" in my class files. Also where should i place the above java files that I created.
Please let me know asap. Thanks
Gy

Hi,
Please have a look at my articles for the basic understanding of MSCA under
http://www.apps2fusion.com/at/ss
You may also look at
http://www.apps2fusion.com/at/70-kt/378-extending-and-customizing-the-mobile-po-receipt-form
Feel free to post your queries in the comment section.
Thanks and Regards,
Senthil

Similar Messages

  • MSCA/ MWA Customization in R12

    I was trying to extend the shipLPN page and created a custom menu to access the function and when I access it from mobile login I'm unable to retain the original pages functionality(super call to base class) instead it is in the infinite loop
    "Change Responsibility --> "change org" --> "change Responsibility". Any Help appreciated.
    Vinay.

    I was trying to extend the shipLPN page and created a custom menu to access the function and when I access it from mobile login I'm unable to retain the original pages functionality(super call to base class) instead it is in the infinite loop
    "Change Responsibility --> "change org" --> "change Responsibility". Any Help appreciated.How did you do the customization? Have you followed the steps in the docs which are referenced in (MSCA Installation Steps / FAQ [ID 274034.1] -- Question #5. How to customize mobile applications?)?
    Can you find any errors in the log files?
    MWA Troubleshooting Tips for Release 12 [ID 782162.1]
    Howto Enable WMS / MSCA Logging? [ID 338291.1]     
    Thanks,
    Hussein

  • MSCA/MWA Hide a button in a extended page

    Hi,
    I have a custom MSCA page XXDeliveryLinePage which extends the source DeliveryLinePage, and there is a cancel button (mCancelBtn) in the source page. Does anyone knows how can I hide the cancel button from the XXDeliveryLinePage page?
    I don't want to directly modified the DeliveryLinePage.
    I tried the following logic but it thoughts error, when I log into the custom page
    mCancelBtn.setHidden(true);
    Regards
    Lawrence

    Hi,
    Either you can go to 'Personalize this page' link and set the rendered property to false from front end.
    Or from custom controller, set the handle to the button in PR method and use mCancelBtn.setRendered(false).
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • MSCA and MWA Mobile Applications Customization

    I am trying to add new business logic on CycleCountPage in MWA (Whse Mgmt Responsibility).
    I copied some .class files from the server and de-compile all of them and save the new files with CustomFileName.java
    Then change the classes’ code to meet the new file names and add my new logic in the following files
    •     Function     CustomCycleCountFunction.java
    •     Page          CustomCycleCountPage.java, CustomLotSerialPage.java
    •     Field          CustomItemLOV.java
    •     Listener      CustomCycleCountFListener.java
    Then I successfully compiled the new classes on the server using javac and generate the new .class files in the same original file’s folders
    And change the .class files attributes to 755.
    Then I added a new function and add it to the menu to run the new function class
    It appears in the menu but it gives me
    Unexpected error o >
    It seems that the application couldn’t read the new function class file
    Please tell me where to copy the new classes and what are the needed steps to run the new function.

    Shiv,
    I am talking about WMS/MSCA mobile customization white paper, for OAFramework mobile development we can use the OAF Dev guide.(there are few restrictions).
    The Oracle Whitepaper "Customization of Oracle Mobile Supply Chain
    Applications and Oracle Warehouse Management System" suggests how an
    application developer or consultant could customize the mobile pages to
    provide a specific look and feel to the customer or to support a company's
    specific business logic. This is available on Metalink here
    @ https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_databa
    se_id=NOT&p_id=301926.1
    The "Advanced Barcode Strategies" White paper may also be a useful source of
    information. This provides details on out of order scanning and custom scan
    capabilities This is available on metalink here:
    @ https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_databa
    se_id=NOT&p_id=297992.1

  • MWA/MSCA Customization ERROR

    Dear all,
    My requirement is to Customize a Page
    where i have FListener & Page file but not able to find Function File
    I have checked the the menu>function>it adress to a different Function File... where on condition it is pointing to different Page ..bt my page is not listed
    Now my Requirement is to_
    Customize the Page of which i am not able to find the Function File
    Edited by: 248 on Nov 18, 2012 10:02 PM

    Hi,
    Are you using MSCA Personalization/Did you recently apply any MSCA Patch?
    Did you recent setup/updated DFF on receiving transactions/header? Just try recompiling the DFF.
    or Did you change any profile option that has impact on MSCA?
    Just bounce the MWA server, it should work.
    Else, you will have to log a SR.
    Hrishikesh

  • Error deploying a custom page extension in MWA

    Hi All,
    I have deployed a Issue Transaction page extension in MWA to add a few extra fields as required by client and when I try opening it via application, it quits by itself and I get the following error in the log :
    MWA_PH_GENERAL_ERROR: General error occurred, disconnecting client and marking its session dropped.
    java.lang.UnsupportedClassVersionError: oracle/apps/inv/invtxn/server/DSIIssueTrxFunction : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at oracle.apps.mwa.container.ApplicationsObjectLibrary.loadClass(ApplicationsObjectLibrary.java:1481)
        at oracle.apps.mwa.container.ApplicationsObjectLibrary.getFirstApplicationName(ApplicationsObjectLibrary.java:848)
        at oracle.apps.mwa.container.MenuPageBeanHandler.pageExited(MenuPageBeanHandler.java:218)
        at oracle.apps.mwa.container.StateMachine.callListeners(StateMachine.java:1668)
        at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:868)
        at oracle.apps.mwa.presentation.telnet.PresentationManager.handle(PresentationManager.java:743)
        at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:850)
    Feel like there is a java compatibility issue but I cannot figure out where or with what the java version needs to match up.
    I ran the command javap -version on my unix and see that the java version is 1.7.0_25
    Any idea ? Please let me know asap.

    Hi,
    Please see:
    Cannot instantiate plugin eus_sun_py (Doc ID 1555141.1)
    Java Application Quits with java.lang.UnsupportedClassVersionError (Doc ID 1228044.1)
    Thanks &
    Best Regards,

  • Jdeveloper Version for MSCA development with MWA server based programming

    Any one Please provide the Oracle Jdeveloper version for Mobile Supply Chain Applications with MWA server based programming. This application basically runs on Whse mgmt responsibility. Any body who is developing this type application, please provide the Oracle Jdeveloper VERSION using for programming.
    Thanks,
    Deepak

    my issue is resolved. i'm getting this problem when i add just java class file to the project. but when i also add the business componets and page component and generate controller class to the project , i can see that import is recognized by the java class file. So i guess i have to delete all the unwanted business components that i have created at the end.
    Thanks
    Sunny
    Edited by: user13369509 on Mar 16, 2011 12:44 PM

  • Error in calling a custom page in Oracle MSCA Mobile Web Application

    A custom page which is extended from a standard MWA page needs to be called. While doing this, the following error shows up.
    "Parent page type 4 is unacceptable in pageEntered handler of MenuPageBean!" in the $INST_TOP/logs/*system.log file.
    Your inputs are very much appreciated. TIA.

    Hi;
    Please see:
    Howto Enable WMS / MSCA Logging? [ID 338291.1]
    Mobile Work Orderless Completion Giving Error Message Unexpected Error Occured [ID 413364.1]
    Mobile Apps Does Not Recognize Barcode Data Identifiers and Strip the DFI's [ID 745432.1]
    Regard
    Helios

  • How to check MWA session details in Oracle Apps R12

    I am an Oracle Apps DBA. Current Issue is that sometimes users working with the RF Guns(Scanners) through telnet in MWA servers got hanged.
    They ask to kill their sessions.
    I do not know how to find the MWA loged in users sessions details. What I am able to find is , frm or web session details.
    Could you please guide how to gather these MWA connection details, with database and server process and session details.
    Thanks in advance for ur support.
    Regards,
    KMISRA

    Koushikinath wrote:
    I am an Oracle Apps DBA. Current Issue is that sometimes users working with the RF Guns(Scanners) through telnet in MWA servers got hanged.
    They ask to kill their sessions.
    I do not know how to find the MWA loged in users sessions details. What I am able to find is , frm or web session details.
    Could you please guide how to gather these MWA connection details, with database and server process and session details.
    Thanks in advance for ur support.
    Regards,
    KMISRAPlease see these docs.
    MWA Server Hangs on R12 Environments [ID 559614.1]
    Which parameters control the maximum number of user connections per MWA listener [ID 567214.1]
    Mobile Web Applications (MWA) Troubleshooting Tips for Release 12 Mobile Web Applications Server [ID 782162.1]
    Mobile Application Server - Advanced Configurations and Topologies for Mobile Web Applications (MWA)of E-Business Suite 11i and R12 [ID 1081404.1]
    Mobile Web Applications Server - MWA Troubleshooting Tips for E-Business Suite 11i and R12 Oracle Mobile Application Server [ID 269991.1]
    How to Enable WMS / MSCA Logging? [ID 338291.1]
    Thanks,
    Hussein

  • MWA services in R12

    Hi All,
    We have MWA setup in R12.1.3
    Getting some errors like this in system.log :
    java.io.IOException: -1 is read from input stream
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1422)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1404)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1404)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1404)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.enterHighlight(ProtocolHandler.java:2050)
    at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:754)
    And the users are being timed out after 5min.
    Checked mwa.cfg, the settings are 30min for timeout..
    Please advise.
    Referred MWA Troubleshooting Tips for Release 12 [ID 782162.1], but have not got any solution.

    940525 wrote:
    # MSCA Server allows a client that was disconnected to reconnect
    # within the time mentioned below in minutes.
    mwa.DropConnectionTimeout=30
    # MSCA Server disconnects a client after the client is idle
    # for mwa.StaleSessionTimeout minutes.
    mwa.StaleSessionTimeout=60Set the context variables in the context file and run AutoConfig then bounce the services:
    s_mwaStaleSessionTimeout
    s_mwaDropConnectionTimeout
    Oracle EBS R12 Context Variables [ID 458282.1]
    Thanks,
    Hussein

  • Jdeveloper set up for MSCA(Mobile supply chain application) custom page

    Hi Everyone,
    Can anyone provide me with the jdeveloper setup instructions to write class files for MSCA Application. I was trying to redo the helloworld tutorial from anil passi.com(http://oracle.anilpassi.com/hello-world-mobile-supply-chain-application-framework-6.html). But when i write import statements as below, jdeveloper does't recognize these import statements and throws error when i try to compile.
    import oracle.apps.inv.utilities.server.UtilFns;
    import oracle.apps.mwa.beans.FieldBean;
    import oracle.apps.mwa.container.Session;
    import oracle.apps.mwa.eventmodel.AbortHandlerException;
    import oracle.apps.mwa.eventmodel.DefaultOnlyHandlerException;
    import oracle.apps.mwa.eventmodel.InterruptedHandlerException;
    import oracle.apps.mwa.eventmodel.MWAEvent;
    import oracle.apps.mwa.eventmodel.MWAFieldListener;
    The steps I did in jdeveloper are:
    1) Created OA Workspace
    2) Create project under it with a package structure xxx.oracle.apps.inv.customfunction.server
    3) Right click on project and selected New Java Class file
    4) Wrote code in the java class file.
    So what exactly i should do so that i can compile my code in jdeveloper without errors. ( I know that we have to deploy these files to apps instance inorder to execute. I just want to compile it in jdeveloper).
    Thanks
    Sunny
    Edited by: user13369509 on Mar 16, 2011 8:49 AM

    my issue is resolved. i'm getting this problem when i add just java class file to the project. but when i also add the business componets and page component and generate controller class to the project , i can see that import is recognized by the java class file. So i guess i have to delete all the unwanted business components that i have created at the end.
    Thanks
    Sunny
    Edited by: user13369509 on Mar 16, 2011 12:44 PM

  • Oracle MSCA: Customization in Standard ShipLPN page

    Hi,
    I am trying to extend the standard ShipLPN page in Oracle MSCA, but when I am trying to run this page, after entering the value of organization id it is redirecting it to menu.
    Error in log file is:
    SM_EXCEPTION: Exception occurred with user KD34209
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at oracle.apps.mwa.container.StateMachine.loadPage(StateMachine.java:1405)
         at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:1056)
         at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:898)
         at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:1185)
         at oracle.apps.mwa.presentation.telnet.PresentationManager.handle(PresentationManager.java:743)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:849)
    Caused by: java.lang.NullPointerException
         at oracle.apps.inv.wshtxn.server.ShipLPNPage.initPrompts(ShipLPNPage.java:143)
         at oracle.apps.inv.wshtxn.server.ShipLPNPage.<init>(ShipLPNPage.java:55)
         at oracle.apps.inv.wshtxn.server.ShipLPNPageXX.<init>(ShipLPNPageXX.java:17)
         ... 10 more
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) SM_EXCEPTION: Exception occurred with user KD34209
    java.lang.NullPointerException
         at oracle.apps.inv.wshtxn.server.ShipLPNPage.initPrompts(ShipLPNPage.java:143)
         at oracle.apps.inv.wshtxn.server.ShipLPNPage.<init>(ShipLPNPage.java:55)
         at oracle.apps.inv.wshtxn.server.ShipLPNPageXX.<init>(ShipLPNPageXX.java:17)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at oracle.apps.mwa.container.StateMachine.loadPage(StateMachine.java:1405)
         at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:1056)
         at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:898)
         at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:1185)
         at oracle.apps.mwa.presentation.telnet.PresentationManager.handle(PresentationManager.java:743)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:849)
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) (KD34209) handleEvent: entering new page (pageIx = 2)
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) (KD34209) callListeners: executing 1 listeners, action = 0
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) (KD34209) callListeners: PageBean
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN8
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN7
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN6
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN5
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN4
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN3
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN2
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN1
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN0
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) removeFieldBean: fieldName = oracle.apps.mwa.beans.MenuPageBean.MENUITEMBEAN-1
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) Parent page type 1 is unacceptable in pageEntered handler of MenuPageBean!
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) (KD34209) callListeners: AHException
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) (KD34209) handleEvent: backing off (pageEntered)
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) setCurrentPagePtr: ptr = 1
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) (KD34209) purgePageStack: purging at pageIx = 1
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - After switch action
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - curtSession not null
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - initialize new page
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) in initializePage...
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) Start getCustomPage, page=oracle.apps.mwa.beans.MenuPageBean at Mon Sep 17 16:16:45 IST 2012
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - newPage
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - initializeArrays
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - check for PageBean
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - updateObject
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - checkRefireEnter
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PM - renderScreen
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PH.run - after PM handle
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PH.run - while true
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PH.run - while true PM.m_drawScreen
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PH.run - while true PM.m_upArrow
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PH.run - while true PM.m_isNormalText
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PH.run - while true PM.m_highlightedList
    [Mon Sep 17 16:16:45 IST 2012] (Thread-15) PH.run - while true PM.m_highlightText
    [Mon Sep 17 16:16:52 IST 2012] (Thread-15) PH: User KD34209 got disconnected...
    [Mon Sep 17 16:16:52 IST 2012] (Thread-15) PH: caught IOException Connection reset
    [Mon Sep 17 16:16:52 IST 2012] (Thread-15) PH: caught IOException
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.net.SocketInputStream.read(SocketInputStream.java:182)
         at java.io.FilterInputStream.read(FilterInputStream.java:66)
         at java.io.PushbackInputStream.read(PushbackInputStream.java:122)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1370)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.enterHighlight(ProtocolHandler.java:2045)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:753)
    [Mon Sep 17 16:16:52 IST 2012] (Thread-15) PH: session is not null and session is not killed session...calling markSessionDropped()
    [Mon Sep 17 16:16:52 IST 2012] (Thread-15) KD34209 connection has dropped. Session will be saved temporarily.
    [Mon Sep 17 16:16:52 IST 2012] (Thread-15) PH.run - exit
    In ShipPLNPageXX on line number 17 code is:
    super(ses);
    (Inside page constructor ).
    Please provide the solution ASAP.
    Thanks,
    Kopal

    Hi Kristofer,
    When the Employee pressed the Save button and if the status of timecard is Approved/Submitted , a popup should display.
    I have created a page with two buttons (Yes and No) with  warning  "By clicking yes, all previously submitted versions of this timecard will be retracted. The Timecard will need to be resubmitted and reapproved. Are you sure you wish to continue?"..
    If Employee pressed Yes...I need to save the timecard and normal process should follow..
    Here even if I called the PFR of the TimecardListCO(Standard) controller, It's not working.
    Is there a way to create the page dynamically with two buttons ?So that I can write the code in the extended controller itself rather than creating a new page.
    Which method should I follow to implement this?
    Kindly provide your suggestion...
    Thanks,
    Sukanya

  • Urgent MSCA Customization

    Hi
    I am trying to add new business logic on CycleCountPage in MSCA(Whse Mgmt Responsibility).
    I copied some files from the server and de-compile all of them and save the new files with CustomFileName.java
    Then change the classes’ code to meet the new file names and add my new logic in the following files
    • Function CustomCycleCountFunction.java
    • Page CustomCycleCountPage.java, CustomLotSerialPage.java
    • Field CustomItemLOV.java
    • Listener CustomCycleCountFListener.java
    Then I compiled the new classes on the server using javac successfully and generate the new .class files in the same original file’s folders
    And change the .class files attributes to 755.
    Then I added a new function and add it to the menu to run the new function class
    It appears in the menu but it gives me
    Unexpected error o >
    It seems that the application couldn’t read the new function class file
    After that I tried to modify the original .class files
    I decompiled them and add my new code and compile them in the server
    but the page still using the old logic as there is no new code have been added.
    I renamed the folder name to cause error reading the original class files
    /oracle_apps/testcomn/java/oracle/apps/inv/count/server
    to
    /oracle_apps/testcomn/java/oracle/apps/inv/count1/server
    but it still working?!!
    It seems that the telnet server reads from another location
    actually I copied the files to
    /oracle_apps/testcomn/java/oracle/apps/inv/count/server
    /oracle_apps/testcomn/java/oracle/apps/inv/lov/server
    /oracle_apps/testcomn/java/oracle/apps/inv/utilities/server
    as /oracle_apps/testcomn/java is the $JAVA_TOP
    I need to know
    How to force the application to read from the new copied classes.
    Thanks in advance

    Did you have any luck with this? I was wondering if you were grabbing the files from the Forms server or from the database server. We have separate machines for both tiers, and the MWA stuff runs on the Forms server, so you have to modify the Forms server code.
    If you were modifying the code on the database server, it makes sense that your MWA session would not see the changes.
    We built a robust set of custom methods to allow us to extend the standard apps, allowing us to add custom code on top of the existing code without modifying it (stuff like adding new fields, or simulating the user pressing Enter to move through standard fields that we make invisible). We call it the 'magic' and it works very well....until a patch comes along that adds a new field to the screen that we weren't expecting. Ahh - nothing comes for free.

  • Oracle MSCA (Mobile Supply Chain Applications)/ Oracle Apps MSCA

    Hi Guys,
    If you have any study material on Oracle MSCA please fwd me at [email protected]
    Thanks in advance !!!!!

    I followed the documents and tried the steps in windows 2003 machine and i am getting the following error when i am trying to run the .cmd file.
    C:\msca>run.cmd
    C:\msca>set MWA_GUI_TOP=C:\msca
    C:\msca>set JAVA_TOP="C:\jdk1.1.8"
    C:\msca>"C:\jdk1.1.8"\bin\java -classpath "C:\jdk1.1.8"\lib\classes.zip;C:\msca\
    lib\j5479779.zip oracle.apps.mwa.awt.client.StartGUI
    Can't find class oracle/apps/mwa/awt/client/StartGUI
    Kindly suggest a solution pls.
    Thanks
    karthi

  • MSCA AND LOAD RUNNER

    Hi All,
    This is my first post on this forum. Can you please tell me if there is a way to load test MSCA using Load Runner? We want to test the capacity of our infrastructure to see if it will withstand the load of 45 - 50 MWA connection during peak traffic. Can you please suggest ways to go about achieving this?
    Kind Regards,
    Arun.

    Please see the links referenced in old threads -- http://forums.oracle.com/forums/search.jspa?threadID=&q=LoadRunner&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • BBM Malfuntion

    I have had this phone for about half a year (Blackberry Z10)  and it has worked fine.  I wake up this morning and go to send a bbm and I get the red clock symbole.  I spent 30 minutes with Rogers tech support and they can't fix it.  My internet still

  • Samba mount problem when using Oracle VM Server 2.1

    Hello I´m trying to mount a remote samba share from an Oracle VM Server 2.1 installation. To be able to do a mount.cifs, I installed samba-client manually using yum. yum repository based on Enterprise Linux 5 Update 1 In the first step the mount fail

  • Problem Importing Entourage into iCal

    I've had several problems with iCal recently but the most frustrating one is that I can't import from Entourage. I've selected File > Import > Import Entourage Data but the application essentially locks up and no data is imported. When I Force Quit i

  • Message Mapping of a CASE statement

    I'd like to implement the functionality offered by a CASE statement in a Message Map or a multi-level if-else. If "S" Then "Acc" ElseIf "I" Then "In" Elseif "E" Then "Rej" EndIf TIA Tim

  • Numbering Series

    Dear All I am working on SAP Business One 8.8 PL05 and am facing problem while adding numbering series, have added Period indicator as 11-12 bt its giving error as 'This entry already exists in the following table'. If any of you know's how to resolv