This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 68073 - no choice for bean-managed transactions
Summary: no choice for bean-managed transactions
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 02:25 UTC by alanpetersen
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alanpetersen 2005-11-04 02:25:55 UTC
When creating Session or Message-Driven beans, the wizard should provide radio
buttons to let the user choose between Bean- or Container-managed transactions.
Right now, all Session and Message-Driven beans that are created use
bean-managed transactions, forcing the user to change this in the deployment
descriptor.

In addition, when you do change the bean to use bean-managed transactions, the
XML deployment descriptor still contains a

    <container-transaction>
      <method>
        <ejb-name>BeanName</ejb-name>
        <method-name>*</method-name>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>

entry, which it should not have for a bean-managed
transaction bean.
Comment 1 Pavel Buzek 2005-11-09 15:13:03 UTC
We cannot make UI changes now, NetBeans 5.0 is in bugfixing mode.
Comment 2 Martin Balin 2016-07-07 08:55:24 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss