[jboss-user] [Messaging, JMS JBossMQ] - Re: Can not instantiate remote message provider

2006-10-04 Thread romanchr
Hi all, I found some sources and / or solutions for my problem. Checkout the other thread for details. Regards Christoph View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975993#3975993 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Tibco EMS messaging integration fails

2006-10-04 Thread romanchr
Hi all, I could solve my problems. Originally it seemed to be just one problem but infact there was another onbe coming up after solving the first one (Message No valid Context.Provider_Url found. Here is what I came up with: First problem was that NamingAliases are not working when you try to

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to make MDB listen on weblogic queue

2006-10-04 Thread romanchr
Hi Alan, What you need is a JMSProvider that access Weblogic. There are examples how you can achieve this for Tibco. My guess is you can do it the same way. If you want you can also check out my own topic in this forum (Tibco messaging integration fails). What you mainly need is, as mentioned

[jboss-user] [Messaging, JMS JBossMQ] - Tibco EMS messaging integration fails

2006-09-28 Thread romanchr
Hi all, I try to set up an environment where I have JBoss 4.0.4GA Patch1 with EJB3.0RC9 and Tibco EMS 4.2. In JBOss I would like to run an MDB and EMS the queues for my messaging. I followed the configuration guide lines stated

[jboss-user] [Messaging, JMS JBossMQ] - Can not instantiate remote message provider

2006-09-28 Thread romanchr
Hi all, I have a problem instantiating a remote message provider. I´d be pleased if you could have a look at the following topic where you find all further details of this case: http://www.jboss.org/index.html?module=bbop=viewtopict=91653. Any help is greatly appreciated! Thanks Regards

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-09-20 Thread romanchr
Hi all, With updating to EJB3.0 RC9 our problem has been solved. JBoss handles the ports settings correctly now and we can run it with others then just ports-default. I truly hope the guys from JBoss make it this time to keep the faulty code out and not merge it in again in a later

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-09-19 Thread romanchr
Hi, I'd like to apologize for my late answer due to my vacation last week. And yes I do not use @Service. Just @Remote in the remote interface and @Stateless in the bean. AS RC9 is out I gonna have another try. I come back when I know more. Regards, Christoph View the original post :

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-09-07 Thread romanchr
I finally find out what the problem is: It is a damned annoying bug in JBoss. JBoss version 4.0.4GA RC8 can't handle different ports settings other the ports-default. The bug will be fixed in RC9. See http://www.jboss.org/index.html?module=bbop=viewtopicp=3969990#3969990 if you want to know

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-08-03 Thread romanchr
Hi, Thanks for your answer. When going through my initial poste I noticed that i forgot to mention the JVM used. Both server and client are running on the same JVM version (1.5.0_06-b05). Now to the results of your suggestions. Port: Our server is listing on Port 1299 (we do not use the

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-08-03 Thread romanchr
I am on Windows 5.1 (XP with SP2). I somehow have the same feeling as you: it looks like as if the internal windoze firewall is blocking my calls. I had try on another machine and there I had absolutely no problems. Therefore I will examine my firewall a bit closer. Funy enough that my JBoss

[jboss-user] [EJB 3.0] - Constant UDP error messgae when running 4.0.4 GA Patch1 with

2006-08-01 Thread romanchr
Hi all, I am running JBoss 4.0.4GA Patch1 with EJB3 clustering enabled configuration. OS is Windows XP Pro, SP2 and Java version is 1.5.0_06. Everything seems to run fine except that I get constant error message somehow related to communication going on. Here is the stacktrace: 08:46:53,363

[jboss-user] [EJB 3.0] - Re: Constant UDP error messgae when running 4.0.4 GA Patch1

2006-08-01 Thread romanchr
Hi, Thanks for your reply. I tried to figure out how to configure a virtual network but failed. Instead I am using a none clustered version now as the exception is just too annoying. I still be happy if anyone outhere could point out a bit more detailed instructions. Thanks Regards