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 250279 - Wizard misspells "Durable", breaking Message-driven beans
Summary: Wizard misspells "Durable", breaking Message-driven beans
Status: RESOLVED DUPLICATE of bug 250162
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-06 20:47 UTC by peterjnelson
Modified: 2015-06-04 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peterjnelson 2015-02-06 20:47:36 UTC

    
Comment 1 peterjnelson 2015-02-06 20:50:47 UTC
When using the Wizard to create a Message-Driven bean, if I choose to use a "DURABLE" subscription, it creates the following annotation in the code:

    @ActivationConfigProperty(propertyName = "subscriptionDurability", propertyValue = "durable"),

The problem is, many JEE servers do not recognize this String, but rather are expecting "Durable" (init caps).  The Wizard should use the same literal string as expected by the JEE servers.
Comment 2 Petr Hejl 2015-06-04 12:26:40 UTC

*** This bug has been marked as a duplicate of bug 250162 ***