sorry for the consec. post, but i also noticed in the ejb-jar.xml file that 
"<home>" and "<remote>" entries are being generated for message-driven 
beans (mdb).  i believe that these are not necessary, correct?


    <enterprise-beans>
       <message-driven id="HelloMdbQueueBean">
          <description>blah blah</description>
          <ejb-name>HelloMdbQueueBean</ejb-name>

          <home>hellomdb.server.HelloMdbQueueBeanHome</home>
          <remote>hellomdb.server.HelloMdbQueueBean</remote>

          <ejb-class>hellomdb.server.HelloMdbQueueBean</ejb-class>
          <transaction-type>Bean</transaction-type>
          <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
          <message-driven-destination>
             <destination-type>javax.jms.Queue</destination-type>
             <subscription-durability>NonDurable</subscription-durability>
          </message-driven-destination>
       </message-driven>
    </enterprise-beans>


thx.  :)


p.s.    any type of diagrams/uml to give an overview of the inner-workings of 
xdoclet to help those looking to get involved?  thx.  :)

--------------
TERRORIST ATTACK ON AMERICA (tues, sept 11, 2001)

Information and Disaster Relief Resources
http://www.konrad.ws/special/20010911_terroristAttackOnAmerica/infoAndDisasterReliefResources.htm


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

Reply via email to