Is this TRUE or FALSE ?

Hi all,
Pls tell me whether this sentence is true or false.
A transaction used by a BMT bean MUST have been started by the bean.
In book this question is marked as false, but as far as I think it should be true.
Pls update.
Regards,
Sanjeev

As it's written I would say it's true as well.
Bean-managed transactions are only allowed for session beans(stateful and stateless) and message-driven beans. Furthermore, if there is any client transaction context propagated on the call to the BMT bean, the container is required to suspend the client tx before calling the business method. So, BMT beans cannot inherit client transactions.
For BMT stateless session beans and message-driven beans, there cannot be an active user transaction when the business method completes. If there is, the container is required to treat it as an error.
The slightly more interesting case is for stateful session beans. For BMT SFSBs, it's o.k. for the transaction to still be active when the business method returns. In that case, the container suspends the tx and assoicates it with the SFSB. Whenever the SFSB is invoked again, the previously associated transaction is resumed before the business method is called. ( The same rule holds for client transactions. If there is one, it will be suspended and resumed when the business method completes. ) However, even if the container resumes a previously suspended transaction before invoking the SFSB, it can only be a transaction that was started by that bean.
--ken

Similar Messages

  • HT5137 I went to the genius bar the other day and was told that force quitting apps was the single worst thing I can do to my phone or iPad, short of dropping and damaging it, or jailbreaking it. Is this true or false?

    I went to the genius bar the other day and was told that force quitting apps was the single worst thing I can do to my phone or iPad, short of dropping and damaging it, or jailbreaking it.That it is bad for the software, firmware and battery. The employee was very excited about the topic and cringed when I force quit in front of him. He gave me the url to read about multi-tasking so that i could read more. But neither that page nor the force quitting apps page says anything about this activity being bad. Is it so bad? If so, why don't we know that? So many people I know force quit in an effort to have fewer pages appear.

    Thank you for the feedback. I can breathe a sigh of relief that I can once again clear these pages from my sight. This employee said he tells about a half dozen people a day when they come in with various problems, as he is attributing their problems to force quitting. It's like he was out to save the world, one iphone user at a time. I'm talking *serious* passion from this man!

  • $100 off MacBook (student discount) + $100 BBY gift card? True or false?

    I've been hearing that in addition to the $100 off students get on Macbooks there is also an additional $100 Best Buy giftcard. Is this true or false? Why is the giftcard being offered and is it offered everywhere? Is it to price match the $100 app card Apple is offering?

    This from their Terms and Conditions. It would appear that you would not be elligible to even purchase using the education store to obtain the afformentioned pricing/deal. I don't know why going into a physical Apple Store would relax the policy. That is, unless they simply "overlook" the policy.
    Eligibility
    Those eligible to purchase from the Apple Store for Education Individuals include faculty, staff, students and parents as follows:
    K12 - Any employee of a public or private K-12 institution in the United States is eligible, including homeschool teachers. In addition, school board members who are currently serving as elected or appointed members are eligible. PTA or PTO executives currently serving as elected or appointed officers are eligible.
    Higher Education - Faculty and staff of Higher Education institutions in the United States; and students attending, or accepted into a Higher Education institution in the United States are eligible to purchase. Purchases from the Apple Store for Education Individuals are not for institutional purchase or resale.
    Higher Education Parents - Parents purchasing on behalf of their child, who is a student currently attending or accepted into a public or private Higher Education Institution in the United States, are eligible to purchase.

  • Applescript help with true or false script

    I'm in need of a applescript that will run two different scripts based on the outcome of an existing file.
    I have a folder called Status. Inside this folder is a simple text file called Good.rtf
    I would like a script that would run one or the other script base on the true or false output.  If file exists then:
    true will
    run script A
    false will
    run script B
    I have been searching the web for two days looking for something to help me get started on this and have not had much success.
    Please help me.   I really would appropriate any help or guidance. 
    Thanks....
    Ron

    Ron
    AppleScript calls this kind of script a "Conditional" = if this > then that
    Some templates are in MacintoshHD/Library/Scripts/Script Editor Scripts/Conditionals
    You don't need a value for "false" in binary as it is merely "not true" (else)
    if true then
        -- insert if actions here
    else
        -- insert else actions here
    end if
    If you already have your Scripts A & B working, copy>pastethem into the "insert actions here" part as appropriate
    ÇÇÇ

  • The case structure is not working well on comaring two strings using true or false string matching VI

    I need an execution of commands after the reply from the instrument matches with the string I provided for that i used true or false string match VI on which the true string the matching command and the string is the reply from the instrument. And I put the further executionable commands in frame after frame of sequence loop in the true of the case structure. Amd finally I given all the output strings to the concatenate string to get all the replies as one loop. But when I execute the program the desired result is not available. So kindly please help me to overcome this problem.  
    Attachments:
    basic serial with changes.vi ‏24 KB

    You VI makes absolutely no sense and I would recommend you start with a few simple LabVIEW tutorials before trying to tackle this.
    What is the point of the FOR loop with 1 iteration, it might as well not even be there, same difference.
    Why is there an abort primitive in the FOR loop, this mean the program will unconditionally stop abort before any downstream code will ever go into action. The program will never get past the FOR loop.
    You created a circular data dependency and LabVIEW inserted a feedback node automatically, making things even worse. (see also)
    You need to learn about dataflow, execution order, and data dependency.
    You need to learn about the various types of tunnels (plain, autoindexing, etc.)
    There is a tremendous amount of duplicate code. Large code sections are the same, differeing only by a string. You should only have one copy of that code inside a proper state machine. Have a look at the design templates and examples that ship with LabVIEW.
    LabVIEW Champion . Do more with less code and in less time .

  • Parameter Query for True or False values

    I have what seems like a painfully simple task and it has me stopped dead.  I reviewed a similar thread, and the answers there don't seem to apply. Working in Crystal 11.5 with an MS SQL database.
    I am pulling data from vwCommmittees.  There is a field in this view called IsActive.  I want to create a committee list report that will allow the user to select only the active committees or all committees.
    A SQL select statement that says where dbo.IsActive = '1' will return only the active committees.
    In Crystal reports, if I place the IsActive field on the report, it returns with "True" or "False."
    When I create a parameter for this field, I find that 1) I can't see the parameter in the report expert -- my only choices are Is any value, Is true, Is false or Formula.
    I've made several attempts to create a formula and nothing is working. It's not clear to me wheter I should be creating a static or a dynamic parameter.  When I choose boolean as the type, that doesn't seem to help.  I tried a dynamic parameter which gave me true and false values, but don't seem to work.
    Any pointers on dealing with this kind of parameter query would be greatly appreciated.
    Sincerely,
    Ridge (in New Joisey)

    Hi..
    Create a static parameter and give the default values like
    0 and 1
    In Record Selection check like..dbo.IsActive = {?parameter}
    If the above is not working for you, then create a formula
    like..
    If dbo.IsActive = '1' then
    "Active"
    Else "In Active"
    Place this formula on your report and create a static parameter with default values Active and In Active.
    In record selection filter the above.
    Thanks,
    Sastry

  • [Help plz]Can't set a boolean attribute to true or false

    Hello,
    I'm new in NWDS development. I need to develop a download functionality
    I used a FileDownload UIElement for that and I created a node context (ExcelExport) with 3 attributes :
    - ExcelFile
    - ExcelIcon
    - And ExcelEnabled (Boolean type)
    My problem is that everytime I try to set the attribute ExcelEnabled to true or false, it return me a java.lang.NullPointerException
    I'm binding this attribute with "Enabled" property of the UIElement.
    Have anyone got this error before? Thanks a lot for your help.
    Kind regards,
    Safae.

    Hello Safae,
    Have you tried to put true/false value for the enabled property? I mean without using a context attribute?
    Also try to create the attribute out of the node.
    Regards,
    ImaneA.

  • How to set render true or false in java class

    Use case:
    i have a page in which i have one inputListOfValues attributes and two LOV .initial the LOV render attribute value is false .it means it show only one attribute in run time .inputListOfValues is content two value .suppose if first value A then the first LOV have to show and is it value is B then Second LOV have to show .i bind my LOV to class .but i do not know how to set render attribute at java class.

    <af:inputListOfValues label="Branch Name"
    popupTitle="Search and Result Dialog"
    id="ilov1"
    model="#{pageFlowScope.organizationLOV.param['bindings.Organization'].listOfValuesModel}"
    converter="#{pageFlowScope.organizationLOV.param['bindings.Organization'].convert['latinDesc']}"
    valueChangeListener="#{viewScope.salaryBenefitsReportForm.branchChange}"
    binding="#{viewScope.salaryBenefitsReportForm.branchName}"
    rendered="true" visible="false"/>
    <af:inputListOfValues label="Department Name"
    popupTitle="Search and Result Dialog"
    id="ilov2"
    model="#{pageFlowScope.objectLOV.param['bindings.Department'].listOfValuesModel}"
    converter="#{pageFlowScope.objectLOV.param['bindings.Department'].convert['latinDesc']}"
    valueChangeListener="#{viewScope.salaryBenefitsReportForm.departmentChange}"
    binding="#{viewScope.salaryBenefitsReportForm.departmentName}"
    rendered="true" visible="false"/>
    this is code in jsff .
    and class code are following
    public void reportBy(ValueChangeEvent valueChangeEvent) {
    String value=(String)valueChangeEvent.getNewValue();
    System.out.println(value);
    if(value.equals("Branch")){
    branchName.setVisible(true);
    departmentName.setVisible(false);
    AdfFacesContext.getCurrentInstance().addPartialTarget(branchName);
    AdfFacesContext.getCurrentInstance().addPartialTarget(departmentName);
    if(value.equals("Department")){
    departmentName.setVisible(true);
    branchName.setVisible(false);
    AdfFacesContext.getCurrentInstance().addPartialTarget(departmentName);
    AdfFacesContext.getCurrentInstance().addPartialTarget(branchName);
    }

  • Can we save a True or False state in Labview?

    I'm using Labview 4.01 and I'm trying to control my testing process. In
    this case, I have 3 gas cylinders and every one of them can be turned on
    or off through the digital out lines. After one tank is empty, I can
    turn it off and turn on another one. My question is, how we can save
    this status either it's true or false so next time, we can open the
    other one instead of this empty one. After this one is turned off, I can
    show its state with an indicator, but the program can not read an
    indicator, so we still can not check the state of this tank. Any one
    have a solution for this problem?
    Thanks in advance,
    Guangde Wang

    Guangde Wang wrote:
    >
    > I'm using Labview 4.01 and I'm trying to control my testing process. In
    > this case, I have 3 gas cylinders and every one of them can be turned on
    > or off through the digital out lines. After one tank is empty, I can
    > turn it off and turn on another one. My question is, how we can save
    > this status either it's true or false so next time, we can open the
    > other one instead of this empty one. After this one is turned off, I can
    > show its state with an indicator, but the program can not read an
    > indicator, so we still can not check the state of this tank. Any one
    > have a solution for this problem?
    >
    > Thanks in advance,
    >
    > Guangde Wang
    Your version is too old. So I believe that saving data in any kind of
    configuration file will
    do the job (like .ini or .conf).
    It also depends on if you are closing application between your vi runs.
    If you don't remove the vi from memory, you have a chance to use global
    or functional global to store your state.
    In latest versions you can do it another way.
    Sergey Krasnishov
    Automated Control Systems
    National Instruments Alliance Member
    Moscow, Russia
    [email protected]
    http://acs.levsha.ru

  • DisAppointed news  Sun Solaris  forum ????????? True or False

    hello Friends ,
    I read some disappointed news on this forum
    that sun would not continue support for intel edition
    i donot know it is true of false
    Any tell me what is exact matter on
    following email :- [email protected]
    or reply this letter

    Cross-posted
    Sun Solaris 5.10 - SSH 1.1.3-Not able to connect to server with ssh -Urgent
    @O.P.
    Don't do that.
    In the future, pick the most appropriate forum and make your post.
    Cross-posting is considered to be the same as rude spamming.
    I'm not aware of any forum web-site-of-value that would encourage cross-posting in its etiquette guidelines.
    ... and as far as "Urgent" goes?
    This web site is for the end-user community to gather and discuss various topics in general conversations. Your self-imposed time pressures are irrelevant. If you need actual technical support for something, then log a support case and pay for a speedy answer.
    See the FAQ link at the top of the page.

  • Is that True or False ?

    I recieved a message from e-mail told me that the nokia can Detect Radar on the road
    Nokia Speed Trap Detector
    The settings for radar speed traps detector.
    Your Nokia cell phone can be programmed to pick
    up radar speed traps, when programmed your cell
    phone picks up the radar and alerts you on the
    message alert tone. ( Doesn't work with Nokia
    7110! )
    1. Enter your menu
    2. Select settings
    3. Select security settings
    4. Select closed user group
    5. Select on
    6. Enter 00000
    7. Press ok
    8. Clear back to normal, within a few seconds
    your phone will display a radar sign with five
    zero's next to it. It is now activated.
    Unfortunately only Nokia phones have this
    function. Cell info display needs to be de-
    activated. Settings -> Phone Settings -> Cell
    Info display
    Each time you turn off your phone, or even each
    time you loose contact with your carrier, you'll
    have to activate it again... It is done by steps
    1 through 5, but the number (00000) will be
    already on the field as default.
    Is that True or False ?

    It is false.closed user group is an operator based service by which your phone can be made to make phone calls only to those numbers in that group id.it is service provides dependant.contact your operator.

  • Last parameter in the raise_application_error  (true or false)

    Hi everyone,
    I have a question reagrding the last parameter in the raise_application_error clause.
    The last parameter says
    true: purge error stack
    false: do not purge error stack.
    I raised an exception and captured it with both parameters.
    In the case of false(do not purge previous errors) I could see the exect error no and msg (like No data found).
    But in the case of true (purge previous errors) i got an exception, but not the exact error msg.
    Is this the difference.
    In the case of true, it should purge previous errors, why is it purging the most recent error also.
    Is there anything more to true and false. Please highlight.
    And is there a way i can see the error stack.
    I am so keen to see that.
    It always says error is placed on the stack of previous errors.
    I want to see the previous errors.
    Can I.
    Any ideas.
    meenakshi

    See:
    http://www.oracle.com/technetwork/issue-archive/2005/05-mar/o25plsql-093886.html
    DBMS_UTILITY.FORMAT_ERROR_BACKTRACE

  • Check True or False Condition

    All,
    In my Form_Load module, I use For Loop to get data from Microsoft Access database to the texbox and that works fine.  The problem I have is that there is one column with True/False condition in the access database and I would like to know how to check
    if it is set to True or False.
    In the For Loop I use something like this for the textbox:
    Textbox1.text = row.cells("columnname").value.tostring()
    How do I check the column with the True/False condition
    VS 2008
    OS: XP
    Thanks,
    LA_Bob
    

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum.
    If you are doing your code using visual basic, Visual Basic forum within Visual Studio Language Forums:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages may help you.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • TRUE or FALSE if cell contains number value

    I'm looking for the equivalent of the NUMBERVALUE function in Excel.
    My equation in excel is:
    =IF(AND(NUMBERVALUE($I8),NOT(NUMBERVALUE($C8)),NOT(NUMBERVALUE($D8)),NOT(NUMBERV ALUE($E8)),NOT(NUMBERVALUE($F8)),NOT(NUMBERVALUE($G8))),"ERROR","")
    Reworking it to use ISBLANK, or a combination of EVEN and ODD doesn't work because it interprets blank cells as even (blank = 0) and spaces as not being blank (makes sense as it does have a length the the string instead of it just being length=0).
    So I want to find a function that will tell me whether or not there is actual numerical data (integer between 0-1000) in a cell.

    Tan-Tan wrote:
    I'm now using checkboxes in a True or False 10-item test. I once used buttons, but I gave up and went to checkboxes. I managed to display them using this:I'm confused. So does your code use JRadioButtons (like your code says), or JCheckBoxes (like this sentence says)?
    I intentionally just have 2 groups of radio button displayed to test if I could tally the right answer. No luck.How did you attempt to tally the right answer? How do you have the right answers stored? How were you getting the status of each JRadioButton?
    So how do I tally the right answer upon clicking 'submit'. I know you have to have a new frame for that, but it's about tallying. Like the right answer for number 1 is false, for number 2 is true. If you click Submit, I should be able to show "You got 1 correct answer".Worry about how you display the tally later. For now just use a System.out.println. I'd use a for loop to get the status of each JRadioButton or JCheckBox, and check that against an array of correct answers.

  • True or False - re $99 Triple Play

    Simple question, but I have gotten conflicting answers from VZ reps:  For the current "triple play" promotion that includes "$150 Cash Back" (and is being aggresively promoted in my neighborhood, where virtually everyone already has Verizon phone service only), is it true or false that a current Verizon phone-only customer (not Fios, just copper POTS) is ineligible for the full $150 but will get instead a "pro-rated" $100 cash back?
    I cannot find this referenced in *any* of the promotional materials, even in the fine print.  Is it true, and if so, why is it not documented anywhere?
    Thanks,
    Jerry

    This is what I see for the current offer and is in the fine print at the bottom. If you are a copper subscriber and enroll for all three
     services you must commit to the terms of the contract.
    This it what it shows in my area. It may depend on your area. If you do not have FIOS or never had it it should apply to you. Perhaps one of the good Verizon people here will confirm this.
    http://www22.verizon.com/residential/bundles/veriz​onbundles/
     SPECIAL OFFER:Order online and get $125 Back for Double Play and $175 Back for Triple Play!
    Plus, order online and take $5 off the monthly rate for the first year. HURRY! Offer ends soon.
    ** $125 and $175 provided via prepaid bank card. Card can be used where prepaid bank cards are accepted. To obtain cash from your card, visit a participating bank and present your card and ID. Must be enrolled in service for 31 days to receive card which will be sent within 60 days of in-service date. Must reimburse total value of card if service is canceled within 6 months. Prepaid bank card delivery may be delayed or withheld in the event of suspected fraud. Valid 2/22/09 through 4/18/09. Must install by 6/18/09.
    Sorry but FIOS bundle does show this.
     SPECIAL OFFER:ACT NOW AND GET $150 Back. Plus, order online and take $5 off the monthly rate for the first year.
    HURRY! Offer ends soon.
    * $150 provided via prepaid bank card. Card can be used where prepaid bank cards are accepted. To obtain cash from your card, visit a participating bank and present your card and ID. Must be enrolled in service for 31 days to receive card which will be sent within 60 days of in-service date. $179 early termination fee applies. Prepaid bank card delivery may be delayed or withheld in the event of suspected fraud. Price Guarantee applies to base monthly rate only and is void if changes are made to the service plan. Valid 2/22/09 through 4/18/09. Must install by 6/18/09. 
    Message Edited by prisaz on 04-10-2009 08:09 AM
    Message Edited by prisaz on 04-10-2009 08:09 AM

Maybe you are looking for

  • How to put identical target value in value mapping table

    Hi all ,          I am implementing a value mapping function .Problem is occuring for repetated target value.for ex: if key is GL001 GL002 GL003  and destination value is 4 5 4 then its creating problem for identical values i.e for  both GL001 & GLOO

  • Xfce4 not detecting other partitions[SOLVED]

    I have installed arch linux with xfce4, wine, java, libreoffice, opera and some other packages. The system is working well. However, I am not able to solve following problem: The file manager is not showing other partitions of the disk drive. I think

  • Function return size(Performance)

    Hi All, Can we specify function return size. Let's say select table_name from user_tables; TABLE_NAME FUNCTION_LIST INFORMATION_DETAIL INFORMATION_MASTER INFORMATION_TYPE PLAN_TABLE BIG_TABLE_OWNERS BIG_TABLE IDX_STATS EMP DEPT PROJECT T RUN_STATS se

  • Ovi apps

    If I put in my phone model, Ovi says Opera is available for the C6. Opera's site doesn't list the phone, and Opera usually has a browser for everything. So who's right? I don't like to use OVI as I don't want the item billed to my carrier. It's too o

  • What does adobe create pdf do for me at $79.00

    I bought this adobe create a pdf months ago and have not used it. Help what did I buy and why is it not user friendly?