Patches item #503809, was opened at 2002-01-15 03:17
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=503809&group_id=31602

Category: vendor
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Chris Harris (charris)
Assigned to: Andrew Stevens (stevensa)
Summary: jboss:container-configuration for MDBs

Initial Comment:
The current template set does not use the 
@jboss:container-configuration tag for message driven 
beans since the configuration name is hardcoded into 
the template. To fix, the line in the 
MessageDrivenBean section of jboss_xml.j that reads:

         <configuration-name>Standard Message Driven 
Bean</configuration-name>


should read:

        <XDoclet:ifHasClassTag 
tagName="jboss:container-configuration">
         <configuration-name><XDoclet:classTagValue 
tagName="jboss:container-configuration" 
paramName="name"/></configuration-name>
        </XDoclet:ifHasClassTag>

as is the case for the other types of bean.

----------------------------------------------------------------------

Comment By: Andrew Stevens (stevensa)
Date: 2002-01-15 16:16

Message:
Logged In: YES 
user_id=247081

Done.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=503809&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to