[jboss-user] [Messaging, JMS & JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-31 Thread mdonato
So, If i set a flag on my application, end test it on MDB, is there a way to make a message be redelivered to other's client, like an exception? Note.: Same application on both servers. Or if i can set a message selector for an MDB in runtime, is there a way to do this ? Or if i set an prop

[jboss-user] [Messaging, JMS & JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-27 Thread mdonato
So i have big problem, I have an application that willl run in 2 servers ... the same application !! My application has an SessionBean that send messages to JMS, and have 2 MDB's that receive messages, one for queue and other for topic. But when the message was sent to "topic", for now, it's ok

[jboss-user] [Messaging, JMS & JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-18 Thread mdonato
Hi ... I found this "noLocal" option on method createDurableSubscriber for TopicSession interface ... but i use MessageDrivenBean .. where i have one for topic and other for queue Is there a way to my MessageDivenBeans do not receive the message sent by the same server ? I have my applica

[jboss-user] [Messaging, JMS & JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-11 Thread mdonato
Where i'll set noLocal ??? programatic or descritor ??? Subscriber or publisher View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135657#4135657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135657 _

[jboss-user] [Messaging, JMS & JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-11 Thread mdonato
Thanks a lot, i'll make a test, what about QUEUE, is the same ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135654#4135654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135654 _

[jboss-user] [Messaging, JMS & JBossMQ] - haSingleton JMS + cluster (publisher node receiving its mess

2008-03-03 Thread mdonato
Hi All, Env.: Jboss-4.0.2 in cluster with haSingleton Is there a way to the node who publish the message do not receive it ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133748#4133748 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Beginners Corner] - Re: why jboss is not calling release() in taglibs

2007-06-05 Thread mdonato
Hi All, Sorry by the post, but i found what is wrong! The release Method is not invoked each time, couse the specification said that there are a pool of taglib instance class, that could be reused. So i invoke the release method in the doEndTag method for cleaning up my attibutes. And its work

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: why container is not calling release() in taglib class

2007-06-05 Thread mdonato
Hi All, I have this same Issue! Jboss 4.0.2 Struts/Struts-el/jstl taglib's Someone can help? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051468#4051468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40514

[jboss-user] [Beginners Corner] - Re: why jboss is not calling release() in taglibs

2007-06-05 Thread mdonato
Hi All, I have this same Issue! Jboss 4.0.2 Struts/Struts-el/jstl taglib's Someone can help? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051467#4051467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40514

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How To make Jboss talk to tomcat in other server

2006-10-10 Thread mdonato
Hi all, Sorry for the question, but i don't know what to do? My environment is this: Jboss-4.0.2 with my enterprise application running sucessfuly, but, i will need to create another application and put it in other server with tomcat only. For only one reason, my problem is BusinessObject (Cry

[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2006-09-25 Thread mdonato
Now: Bean Statistics - CreateCount === 176 - RemoveCount == 0 Invokations Statistics -- create == 176 -- remove == 176 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973965#3973965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2006-09-25 Thread mdonato
Hi, I made a modification in my application, and now i see the call of method remove() by web-console, but it appears in section Invocation Statistics, but do not appear in Bean Statistics. Like this: Bean Statistics - CreateCount === 27 - RemoveCount == 0 Invokations Statistics -- create ==

[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2006-09-25 Thread mdonato
Thanks for reply, So, after using the bean, i have to call remove(), right? Then when the container will release the instance and put it for garbage?? Imidiatelly? Or will take some time ?? What is the rule for it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [EJB/JBoss] - Re: serious leak container doesnt call ejb remove() -- urgen

2006-09-25 Thread mdonato
Hi all, I have the same problem. I'm using jboss-4.0.2 and a lot of StateLess Session Bean. Using my application a long period of time, the memory leaks and throws an Out Of Memory Exception. And i saw, in web-console that my beans are only created and never removed. Reading docs and analisin

[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2006-09-25 Thread mdonato
Hi All, I'm Facing the same problem. I'm using jboss 4.0.2 and the creation of stateless session bean increments over max size of 100, and the remove method is never called by the container. There are a lot of user's using my application, and it become unstable, couse memory leaks and give me