Bugs item #552980, was opened at 2002-05-06 12:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=552980&group_id=22866

Category: JBossMQ
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Sam Goody (sam123us)
Assigned to: Nobody/Anonymous (nobody)
Summary: Logical op in Selector results in excp

Initial Comment:
With the JBoss 3.0 RC2 build, the Selector expression
"Cateogry IN ('category1') AND Rating >= 2" results 
in an exception.

I have used the individual portions of the 
expression "Cateogry IN ('category1')", "Rating >= 2" 
without any issues. The problem only results when the 
portions are combined with the AND operator, though I 
haven't tried any other logical operators.

Following is the stack trace:

javax.jms.JMSException: SELECTOR: null
        at org.jboss.mq.selectors.Selector.test
(Selector.java:185)
        at org.jboss.mq.Subscription.accepts
(Subscription.java:79)
        at org.jboss.mq.server.BasicQueue.receive
(BasicQueue.java:188)
        at org.jboss.mq.server.JMSTopic.receive
(JMSTopic.java:178)
        at org.jboss.mq.server.ClientConsumer.receive
(ClientConsumer.java:207)
        at org.jboss.mq.server.JMSServer.receive
(JMSServer.java:726)
        at 
org.jboss.mq.server.JMSServerInvokerSupport.receive
(JMSServerInvokerS
upport.java:217)
        at 
org.jboss.mq.security.ServerSecurityInvoker.receive
(ServerSecurityInv
oker.java:96)
        at 
org.jboss.mq.il.oil.OILServerILService$Client.run
(OILServerILService.
java:278)
        at java.lang.Thread.run(Thread.java:484)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=552980&group_id=22866

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to