Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1277

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1277
    Summary: Need support for <messaging-type> attribute of MDBs
       Type: Improvement

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Mark Mindenhall

    Created: Tue, 22 Feb 2005 6:57 PM
    Updated: Tue, 22 Feb 2005 6:57 PM
Environment: Any J2EE 1.4 environment.

Description:
I am writing a message-driven bean which implements a custom message listener 
in order to process incoming messages (not JMS messages) from a resource 
adapter.  As part of the deployment descriptor, I need to make use of the EJB 
2.1 optional <messaging-type> element in order to specify the message listener 
interface of the message-driven bean.

The parameter needs to be added to the @ejb.bean class level tag as an optional 
parameter that applies only to MDBs, and then of course generate the correct 
element tag within ejb-jar.xml.  (FYI, it should come between the <ejb-class> 
and <transaction-type> elements if specified).

The only workaround I have at the moment is to generate the deployment 
descriptors and then manually add the following line to the file:

<messaging-type>com.whatever.MyMessageListener</messaging-type>

Many thanks!



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to