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

Summary: no choice for bean-managed transactions
Product: javaee Reporter: alanpetersen <alanpetersen>
Component: EJBAssignee: martin_adamek <martin_adamek>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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