Hello, I have the follwing problem. I use these tags for my MDB:
* @ejb.bean * name="PreparedQueryExecutorEJB" * acknowledge-mode="Auto-acknowledge" * destination-type="javax.jms.Topic" * message-selector="JMSType='PreparedMsSqlType1Storage'" * subscription-durability="NonDurable" And I get CDATA for message-selector value in the corresponding generated ejb-jar.xml <activation-config> section: <activation-config> <activation-config-property> <activation-config-property-name>destinationType</activation-config-property -name> <activation-config-property-value>javax.jms.Topic</activation-config-propert y-value> </activation-config-property> <activation-config-property> <activation-config-property-name>acknowledgeMode</activation-config-property -name> <activation-config-property-value>Auto-acknowledge</activation-config-proper ty-value> </activation-config-property> <activation-config-property> <activation-config-property-name>subscriptionDurability</activation-config-p roperty-name> <activation-config-property-value>NonDurable</activation-config-property-val ue> </activation-config-property> <activation-config-property> <activation-config-property-name>messageSelector</activation-config-property -name> <activation-config-property-value><![CDATA[JMSType='PreparedMsSqlType1Storag e']]></activation-config-property-value> </activation-config-property> </activation-config> And EJB 2.1 specification says: <activation-config-property-name>messageSelector</activation-config-property -name> <activation-config-property-value>JMSType='PreparedMsSqlType1Storage'</activ ation-config-property-value> Maybe I'm doing something wrong? Thanks, Iliya Roubin Toxsoft ------------------------------------------------------- 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-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user