"Shmulik" wrote : Hi. We have upgraded from JBoss 3.2.1 to 3.2.3 and have encountered 2 problems: | | a. Message properties of the form property-name (note the minus sign) no longer work. The new JBoss version now scream. We have noted a speical validation check in the JBoss code which looks for the minus sign. The question is why is it no longer valid ? |
It was never legal, but JBossMQ didn't check it. "Shmulik" wrote : | b. Queues names of the form "queue/myQueue" (note the queue/ at the beginning) no longer work. In the new version JBoss is unable to find these queues while running (says something like "queue not found"). The question here is - what has changed ? Is it no longer legal ? | All of the JBoss's test queues are of that format? The two changes I can think of are: 1) You can now reference a queue that is not of the format queue/XXX in an MDB because ... 2) The MDB no longer tries to create the queue in JBossMQ when it does not exist (some people don't use JBossMQ). Most likely, your <destination-jndi-name> is incorrect or non-existent in jboss.xml and the previous (2) was fixing it for you. Regards, Adrian <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825647#3825647">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825647>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
