[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-11-06 Thread ladam
Glad that I could help. Vicky: I've attached a diff-patch to the Issue. Ludwig View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187199#4187199 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187199

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-11-06 Thread vickyk
Thanks Ludwig, I will spend some time in looking at the patch over the weekend probably. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187200#4187200 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187200

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-11-05 Thread dommarco
Hi ludwig, I've been using it for 3 days with around 20 queries per second without problems. Thanks a lot! Best regards, -rochi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187038#4187038 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-28 Thread ladam
Hi, after I haven't heard something from Adrian I've filed it as a bug- please find the reference @ https://jira.jboss.org/jira/browse/JBAS-6149. @rochi: I've also attached the patched WrapperDataSourceService for you, hope that helps. We haven't yet tested in production, so please have a look

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-28 Thread vickyk
ladam wrote : Hi, | after I haven't heard something from Adrian I've filed it as a bug- please find the reference @ https://jira.jboss.org/jira/browse/JBAS-6149. | Can you attach the svn diff for this patch, this issues is not given much priority as the usage pattern you had been using is

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-27 Thread ladam
Hi Rochi, well, basically we are patching the WrapperDataSource. This hasn't been done yet as I wanted to get some feedback first. Once we've done that, we'll file a JIRA and provide a patch. Best regards, Ludwig View the original post :

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-27 Thread dommarco
Hi Ludwig, sounds good. If you want I can make some tests. Best regards, -rochi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184919#4184919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184919

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-26 Thread dommarco
Hi Ludwig, we have exactly the same problem. How did you solved it? Best regards, -rochi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184668#4184668 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184668

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-10 Thread vickyk
Hello Ludwig. ladam wrote : Before I file a issue in the jira / provide a patch I wanted to post this here for any feedback because I am not sure if I fully understand the functionalities involved here. | Did you got a chance to investigate the issue furthur, if so then update the details

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-10 Thread ladam
Hello Vicky, thanks for your reply. That's the situation currently: * We've confirmed on our side that the ungarbaged entries in the connectionMap are definitely the cause of our growing heap dump * After some intense searching I've found an old discussion around this

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-10 Thread ladam
ladam wrote : ...we plan to patch WrapperDatasourceService to do a connectionMethod.remove() in the doConnectionMethod()-function ... | Edit: Of course it should be connectionMap.remove() :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4181380#4181380

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-10 Thread vickyk
ladam wrote : | As we don't have the option not to use remote data sources for various reasons, we | Can you let me know your use case ? In a typical jee application using WrapperDatasourceService is not needed thus it is stated as anti-pattern. View the original post :

[jboss-user] [JCA/JBoss] - Re: connectionMap.remove in WrapperDatasourceService never c

2008-10-10 Thread ladam
Hi Vicky, sure. The need for using remote data sources is more forced by our system environment and the restrictions forced by our auditors than by the application design. In our production environment we have a backend jboss that does a JMS-based processing of incoming messages and is also