Kazuhisa Ichikawa wrote: > I am using Xdoclet 1.2.0 beta1 and am trying to get <destination-jndi- > name> element in weblogic-ejb-jar.xml generated. I've checked the tag > reference for @weblogic and could not locate anything related.
You need to add the following at class level for your MDB: /** * @weblogic:message-driven * destination-jndi-name="xxx" */ There are other things you can specify: /** * @weblogic:message-driven * destination-jndi-name="xxx" * initial-context-factory="xxx" * provider-url="xxx" * connection-factory-jndi-name="xxx" * jms-polling-interval-seconds="xxx" * jms-client-id="xxx" * @weblogic:pool * max-beans-in-free-pool="xxx" * initial-beans-in-free-pool="xxx" */ The documentation for weblogic task is currently awkward. Please take a look at the template file (weblogic-ejb-jar-xml.xdt) to see all you can do with weblogic tags. -- Pazu <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.NET email is sponsored by: Geek Gift Procrastinating? Get the perfect geek gift now! Before the Holidays pass you by. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
