I was going to start converting a bit of the config from the xml
mapped names to the actual class names in our resin-web.xml . However
the names have changed; Is there an example of how this works?

<!-- Doesn't work  because the destination cannot be found -->
<ejb:MessageBeanConfig destinationName="delivery"
class="org.subethamail.core.queue.DeliveryListener"/>


<!-- works -->
<ejb-message-bean
class="org.subethamail.core.queue.DeliveryListener"><destination>#{delivery}</destination></ejb-message-bean>

Thanks in advance,
Scott


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to