[JBoss-user] [Messaging, JMS & JBossMQ] - Durable Subscription with Message Selector

2005-06-20 Thread afyoung
I have a question regarding the messages that JBoss saves when a durable subscription is created with a message selector. If durableSubscription "ds1" is created with message selector "ms1" on topic "t1" and "ds1" is the only durable subscription to "t1", will only messages selected by "ms1" b

[JBoss-user] [EJB/JBoss] - Re: jboss4 upgrade problem - remote client proxy calls local

2005-03-29 Thread afyoung
The problem had already been identified in the follwoing JIRA: http://jira.jboss.com/jira/browse/JBAS-1442 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871887#3871887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871

[JBoss-user] [EJB/JBoss] - Re: jboss4 upgrade problem - remote client proxy calls local

2005-02-14 Thread afyoung
My initial description is incorrect. The problem occurs when a StateFullSessionBean (SomeSFSB) creates a StateFullSessionBean (CommonValueIterator). The SomeSFSB creates and returns the CommonValueIterator when the client calls a query method. Furter, I now have a junit test that reproduces th

[JBoss-user] [EJB/JBoss] - jboss4 upgrade problem - remote client proxy calls local inv

2005-02-11 Thread afyoung
We are experiencing an issue during our port of an application from JBoss 3.2.3 to JBoss 4.0.1. The application consists of a StatelessSessionBean (SomeSLSB) creating a StateFullSessionBean (CommonValueIterator). The SomeSLSB creates and returns a CommonValueIterator when a remote client (runn