Different timeout between bean and method

I have to set on the same bean a different timeout between the bean und one method.
I set in the weblogic-ejb-jar.xml <trans-timeout-seconds> to 39 sec But I will
set the timeout for a method in this bean to 120 sec. How con I set this timeout?

I don't know if this is yourproblem, but you have unbalanced quotes on the line
name=""object1">I didn't know that javascript could talk to java like this. Please tell me where I can read more about this.

Similar Messages

  • Binding between Task and method dissappears

    The binding between task and method is dissappearing .
    I tried creating a new task altogether but still not working
    kindly help
    Edited by: kittu reddy on May 6, 2008 3:19 PM

    I have Zmethod and i have done binding between the task and the method and
    Task and workflow..
    Binding between Task  and work flow doesnt seem to Disappear
    but the binding between Task and the method kept on disappearing
    I have a Zmethod to Bus2091(delagated to Zbus2091)
    with an import parameter and an export parameter
    and now when creating the task and assigning the method the container elements of method are transferred to Task
    and next i wen to binding eeditor and generated automatic binding:
    From task to method
    and method to task
    with out errors and now on clicked green tick mark of the binding editor and saved the Task and now on checking back the binding editor
    i find the binding disppearead

  • What is the difference between function and method

    Hey I need help I dont know which is the difference between function and method ?
    Does anybody can ask me this question.
    Thanks

    jverd wrote:
    The first two answers were also correct.Also the blocked message, quoted here for posterity:
    "Tinkerbell" wrote:
    Methods are defined by Java whereas functions are not. ~

  • Can we have different products between B2B and B2C

    Hi Experts,
          I have one basic question.  Can we maintain the different products between B2B and B2C users.  Because we have requirement is B2B users should get all the products, but B2C users should get limited products.  Is there way we can setup like this to meet the requirements.  Please let me know.  Thank you very much in advance.
    With Regards,
    Sudheer.

    You do this by creating two Product Catalogs (PCAT_B2C and PCAT_B2B, for example)  Then, in ShopAdmin you assign the B2C site to PCAT_B2C and the B2B to the PCAT_B2B.
    Another possibility, although not very user friendly is to use one PCAT and allow B2B users to add items to their cart directly, even thought they're not in the PCAT.  The drawback here is that they MUST know the exact number and they can not search for them.  I can give more info on this if you feel it might work for you, but it is not a very good option as a general rule.

  • Different quantity between GR and Invoice

    Hi gurus,
    If there is a different quantity between GR and Invoice, how could I handle it?
    Please tell me the process in detail for 2 cases: GR > Invoice and GR < Invoice.
    Thanks!!!

    hi
    firstly why u will pay for more quantity if u have received less ????
    if the quantity is less and bill is for more quantity then u can use invoice reduction
    or the subsequent credit or debit is good option for both cases

  • Why different systems between Japan and other SEA region?

    Hello
    Just curious that why people maintain seperate systems for Asia (excluding SEA and JP), Japan, SEA (South East Asia), even though now all is unicode enabled?
    Still, why again different systems between Japan (dedicated) and other SEA countires? (where in the Font is same)
    I dont think its because of volume of business, dynamic changes in the business/governament policies!!
    Thank you

    Hi MSRaju_ABAP,
    sometimes there may be security reasons.
    But mostly these are management decisions which are not always as comprehensible as we hope.
    I worked in a company with two system for the same business, one for back end purposes, one for customer interaction. Both machines were busy all day and night synchronizing their data
    Regards
    Clemens

  • SMP3 - AppDevelopment (Mobiliser): Different Machine Between SMP3 and Mobiliser

    Hi, Expert I have a question on SMP3 and AppDevelopment (Mobiliser):
    Let me explanation an issue,
    I Have a mobiliser 5.1  banking system and it running normally on server, and a few  month later i want to use mobile application with (SMP3, Cordova with Kapsel and SAPGUI) for use my existing mobiliser system, heBut  i find difficult when they want to access te services (SOAP) provided by the mobiliser system.
    for information, which i have done for that:
    install smp3.0 sp01
    configure Eclipse IDE with SAPGUI plugin and integration gateway plugin
    create odata service from jdbc -> successfully to access odata service provided from mobile application
    create odata service from SOAP -> successfully to access odata service provided from mobile applicationn
    But when i tried create Odata from mobiliser service, it failed with message " Could not send Message", i think this happens because the mobiliser service requires authentication. the following my question:
    how to create Odata Service from SOAP service with authentication
    if point 1 not possible, anyone have another solution for integrate service between SMP3 and Mobiliser (running on difference machine)
    difference function the SAP mobile solution (Agentry, Integration gateway(SMP3), Appbuilder, Kapsel, SAPGUI, Afaria, Fiori)
    Many thanks for explanation, and if possible can guide me with some example.
    Basuki

    The Mobiliser server components have been integrated into SMP3.0 and are actually the same components that are used for the standalone Mobiliser 5.1 SP03 release (also referred to as 5.1.3). The difference is in the packaging.
    Documentation for the Mobiliser 5.1.3 can be found here : http://sybooks.sybase.com/sybooks/sybooks.xhtml?id=100066&c=firsttab&a=0&p=categories
    Now for the less obvious part …
    The Mobiliser sample/reference mobile apps (aka Smartphone Mobiliser) and the build scripts required to build for iOS, Android, Blackberry and Mobile Web are part of the Mobiliser 5.1 SP03 release only. The apps didn't make it into the mobile platform, except for the build output of Mobile Web. With the build scripts mentioned, we did create a Mobile Web version that is included in the SMP3.0 server. This is a separate bundle that needs to be activated via the admin cockpit.
    If you want to leverage the Smartphone Mobiliser product, you will have to use Mobiliser 5.1.3. Not sure how this works out from a sales/customer point of view. Let me know if you have issues with this.
    Technically, the web services used by Smartphone Mobiliser to interface with the server are identical for SMP3.0 and Mobiliser 5.1.3. So Smartphone Mobiliser apps can work with both SMP3.0 and Mobiliser standalone. Mobiliser apps will directly interface with the smartphone web services.
    Hope this helps.
    Regards,
    Ludo Noens

  • Difference between eventhandlers and methods

    Hi all
    I hope i am correct when i say  creating an action called submit in a view raises an eventhandler called onactionsubmit in the implementation tab for that controller
    we are expected to write some coding in the implementation tab of the view controller in a specified area.
    lets say that this submit action should give us the details of a sales order wherein it should go to the componnet controller to get the data
    apart from this coding we need to write code for populating the context of the component controller from where we get the actual data
    so how different are the coding areas in  the view controller and the component controller since one handles an action and another getting a data?
    urgent.
    Thanks in advance
    krishna chaitanya

    hi all
    pls elaborate me about the actual difference between a eventhandler and a method
    thanks in advance
    krishna chaitanya

  • How table GLT0 work? (Different value between GLT0 and BSAS)

    Anyone know about how the table GLT0 work?
    After checked in sapenote sapnote 100273 which said "For an FI posting (for example, with Transaction FB01),
    the balances resulting from the posting are updated twice in the G/L Account Monthly
    Debits and Credits (table GLT0)."
    So, Any change amount value of items in accounting doc. This problem should to update, correct?
    For any change of amount value in item of accounting doc and currencies is change.
    Need to reupdate this  table with new currencies? or any logic
    Now, I found a problem is "Account balance" value in currency group (USD) in transaction FS10
    and total sum of "USD Amount" in transaction code FBL3 (If click to sum by currency)
    are different for 17.79 USD.
    I tried to get a logic of this 2 transaction code and found detail as below:
    FS10 : Get data from table GLT0 and for group currency report. Program select data
    from field KSLVT and KSLXX to display in report.
    FBL3 : Get all data until selected period in table BSAS and sum total amount from field BSAS-DMBE2
    (Amount of USD Currency)
    Actually, This 2 report should to have the same account balance.
    So, My question is
    1. When the table (GLT0) update?
    2. Can have a problem with the data in GLT0 (field KSLVT and KSLXX t)
    and sum of amount USD curency BSAS-DMBE2 are differenct?
    If can have, how is occur?
    Many thank in advance.

    Hi,
    Did you find any relationship between the data (sql data and Essbase)?
    While you are loading fresh data, there is no discrepancy.
    You find discrepancy at the time of incremental loading.
    It might be possible in incremental loading data can be added to already existing value in dimension.
    In that case you will find your Essbase data is 2times or 3 times more than base data (sql).
    Then check there might be some setting.
    Thanks
    Dhanjit G

  • Different document between KZ and RE

    I would like to know what is the different between document of KZ and RE, as I know, RE is created by MIRO. how about KZ. Thanks

    Hi Port,
    RE Document type is for Vendor Purchase Invoice booking time Financial side automatically genarated the document at the the time of MIRO Entry against the WE Docuement Entry.
    KZ Document type is for Vendor Payment through Check or others.
    Hope it will clear.
    Regards,
    Kishore K

  • What's the difference between FM and Method?

    We can layout a list by using FM (reuse_alv_grid_display) or Method cl_gui_alv_grid.
    can anybody tell me the difference?Thanks

    Hi Slam,
    <b>Function modules</b> are procedures that are defined in function groups (special ABAP programs with type F) and can be called from any ABAP program. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the  Function Builder.
    Function modules allow you to encapsulate and reuse global functions in the R/3 System. They are stored in a central library. The R/3 System contains a wide range of predefined function modules that you can call from any ABAP program. Function modules also play an important role in database updates and in remote communications between R/3 Systems or between an R/3 System and a non-SAP system.
    Hope u understood.
    Thanks&Regards,
    Ruthra

  • What is exact diff between Bean and Class

    As my knowledge...
    Class should not depends on any specified rules..But Bean should specified on specified rules, like setters and getters....
    is there any more........
    thanks for giving help..........

    Yes, but what are they good for, except for providing
    examples of really bad OO design by just being a
    complicated struct?Look at Spring; an extremely powerful application configuration tool (and much, much more); all possible because of JavaBean conventions. Otherwise Spring would have had one set of conventions, JSF another, Hibernate another still, making programmers' lives difficult.
    Look at the PropertyEditorSupport class - it's fantastic that I can write a standardized String-to-instance-to-String class for a particular type and just have frameworks like Spring take care of the problems generating my domain model from configuration. Using a standard mechanism makes me confident that if, in the future, I ditch Spring, my bespoke property editors will not be obsolete.

  • Different version between Indesign and Incopy?

    It ispossible to use different versions of both programs??
    I have and use Indesign CS2 for windows for a newsletter and I have Incopy CS4 for mac for a printing facility
    Is this possible?
    Thank´s in advance

    You'll need to upgrade.
    Bob

  • Different timeout for ECP and OWA possible?

    Hi,
    Is there any trick to change the timeout value of only the ECP?
    I have set the values for public and private OWA, but I´d want another value as ECP timeout.
    It would also be OK if the special timeout value was for a known client computer or user.
    Thanks!
    Nico

    Have you set the values in the registry as shown in Rajith's blog post here:
    http://theucguy.net/changing-outlook-web-app-2010-timeout/
    I think the corresponding location for ECP is here:
    There is a Linkage and Performance subfolder, like for OWA. If you have a test lab, I would test settings in that location.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • 2 different itunes between home and office

    Background: I use my Dell laptop for home and office use. I do not log in at home, but i work i log in with a name and password.
    While i'm home and using the laptop, i can install and download music, podcasts, etc......
    When i'm at work and connected to the server, i get a TOTALLY DIFFERENT itunes program to pop up. It doesnt show anything i've downloaded at home, and vice versa. I've completely deleted iTunes ( or so i think ) and reinstalled while AT HOME, but when i open it while at work, it comes back up with all the previous settings and stuff i thought i deleted when i re-installed the program.
    Can anyone advise why i have 2 different itunes ? and how do i deleted EVERYTHING associated with it, so i can try to install one universal program accesible from home and the office.
    It ***** if i download stuff at home, and then just want to load it onto the iPod while at work.
    Please help with any and all advice.
    Rob
    .

    iTunes places its files in the profile folder of the logged on user. Though you say you do not log in when at home, Windows still recognizes a default user. If there is no password associated with this user, Windows automatically logs you on. The reason you have two different iTunes libraries is a unique library is created for your "work user" and your "home user". It is all the same iTunes, just different libraries. What you need to do is create a shared library that both users can access.
    If you do not mind starting from scratch you can create an iTunes library that resides somewhere other than your Windows profile folder. Start by creating a folder directly underneath C: and call it something like "My_iTunes". Next, copy the folder that contains all of your music files to your newly created folder. Now, start iTunes with the Shift key depressed. When prompted, create a new library (browse to the "My iTunes" folder you just created). When the new, blank library is open, you can re-import all of your music into the new library.
    When you are using the laptop at the other location, start iTunes with the Shift key depressed, but this time click the button "Choose Library". Browse to the folder you created above and highlight the file "iTunes Library.itl". You will now be using the same library at work and at home.
    Post any questions if any of these steps are unclear.

Maybe you are looking for