[JBoss-user] [Messaging, JMS & JBossMQ] - Re: using TIBCO JMS server

2004-09-24 Thread r_raman
Thanks for your reply genman. If I understand correctly, you're suggesting binding the EMS ConnectionFactory objects to JBoss jndi and let the client use JBoss jndi to lookup these objects. But this still requires an external EMS broker running since all the EMS administered objects implement Re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: using TIBCO JMS server

2004-09-22 Thread r_raman
Is it possible to avoid running a separate process (broker) while integrating Tibco EMS to JBoss? It would be much nicer if it was possible to use Tibco JMS just by creating the Tibco Queue connection factory and binding it to JBoss jndi. Using this approach a client could select different JMS

[JBoss-user] [JCA/JBoss] - Re: Problem with deployment of non-static *-ds.xml

2004-09-01 Thread r_raman
I got rid of the SARDeployer error after I renamed the url from myprotocol://sybase-ds.xml to something like myprotocol://dummyhost/sybase-ds.xml. The deployer probably wasn't able to get the path from URL and hence it was reporting that error. But now, I have another one :(. I see that all the

[JBoss-user] [JCA/JBoss] - Re: Problem with deployment of non-static *-ds.xml

2004-08-31 Thread r_raman
Thanks for your reply janilsal. The reason for following this approach is following: 1. We can't have a static ds.xml file since the database parameters are different depending upon the configuration provided at the server startup (we have multiple instances of jbosss running for different serv

[JBoss-user] [JCA/JBoss] - Re: Problem with deployment of non-static *-ds.xml

2004-08-30 Thread r_raman
I am deploying the url by adding it to URLDeploymentScanner mbean in jboss-service.xml as follows: | deploy/, | http://localhost:8080/sybase-ds.xml, | The sybase-ds.xml is created on the fly by a servlet. I found that the FileWatcher keeps trying to access t

[JBoss-user] [JCA/JBoss] - Problem with deployment of non-static *-ds.xml

2004-08-27 Thread r_raman
I am trying to deploy a *-ds.xml file which is created on the fly by a servlet. So in my jboss-service.xml, I am deploying a url like http://localhost:8080/dbinfocreator/sybase-ds.xml. I notice that if I do this, even though a call is made to the servlet when jboss server starts, the JNDI bindin

[JBoss-user] [Installation & Configuration] - Using PrefixDeploymentSorter with http urls

2004-08-26 Thread r_raman
I am able to use PrefixDeploymentSorter to get the desired order while deploying local resources (war. ejb etc). Is it possible to use PrefixDeploymentSorter to specify something like, deploy "http://someplace/resource.xml"; after deploying "local.sar"? Essentially, I want to know how do I put t

[JBoss-user] [The Lizzard's corner] - Probably off topic, but the search on this forum is broken!

2004-08-25 Thread r_raman
The search results are not what one would expect, especially when click on "Search for all terms". Looks like it still looks for "any" instead of "all". Apart from this I have seen messages like "Page 2 of 1" while browsing some posts. I know a couple of more websites which use the same message

[JBoss-user] [EJB/JBoss] - Problem with bean/ejb-jar.xml not getting updated

2004-08-25 Thread r_raman
I am using Jboss 3.2.5 on Windows XP. I notice that sometimes if I redeploy the bean, the changes are not picked up. The problem is not limited to the bean classes alone, quite often the changes to ejb-jar.xml and jboss.xml aren't picked up either. Does jboss cache the jars somewhere that it kee

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Detecting client disconnect/logout

2004-07-29 Thread r_raman
Thanks for quick reply. I am going to try it now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843659#3843659 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843659 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Detecting client disconnect/logout

2004-07-29 Thread r_raman
We have an application where client creates temporary queue to the server and server communicates with client using this queue. We want to do some clean-up on the server whenever client disconnects or logs out. Essentially, we want to know when the queue was broken, and based on that want to do