[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2009-01-28 Thread PoonamAgarwal
I tried what Laurent K had suggested and it works. Just used JBoss remoting 2.5.0.SP2 with JBM 1.4.0 in JBoss4.2.0 and patched the org.jboss.messaging.util.JBMExecutor run method with is Privileged block. Moving to JBoss 5 was not a feasible solution for me and so had to find a quick fix with

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-18 Thread timfox
I don't recommend you using a mish-mash of versions of JBM and remoting. We have only tested the versions as specified in the user guide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197292#4197292 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-18 Thread clebert.suco...@jboss.com
timfox wrote : I don't recommend you using a mish-mash of versions of JBM and remoting. | | We have only tested the versions as specified in the user guide. Me neither. My recommendation was JBoss5. View the original post :

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-18 Thread PoonamAgarwal
Well Clebert, I had downloaded the latest version of jboss-remoting2.5.0SP2.jar from http://repository.jboss.com/jboss/remoting/ along with Jboss 4.2.0 and JBM 1.4.0. Using this, I could only make connections to the server but I could not receive jms messages. For now as a temporary

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-18 Thread clebert.suco...@jboss.com
You can't use jboss-remoting2.5.0SP2.jar with JBM 1.4.0. We haven't tested that. My suggestion for the versions on JB5 was regarding to using JBoss5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197372#4197372 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-17 Thread PoonamAgarwal
Hi Clebert, I am facing a similar issue as Laurent. I tried using jboss-remoting2.4GA.jar but I could only make the connections and was not able to receive messages. I am trying to access the messages via a webstart application. Can you send me the link from where I can download the

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-17 Thread clebert.suco...@jboss.com
Right before the release of JBoss 1.4.1, we've found/fixed a few issues regarding Security (or sandbox) on AOP and Remoting. As discussed on this URL: http://www.jboss.com/index.html?module=bbop=viewtopict=145765postdays=0postorder=ascstart=40 (Page 5) I suggest you use the versions

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-12 Thread [EMAIL PROTECTED]
timfox wrote : Not sure why you would need to patch JBM. | | AFAIK this is a JBoss Remoting issue. | | You should post this in the JBR forum so they are aware of this. Maybe Laurent is using an older TAG, since this seems fixed on Branch_CP. org.jboss.messaging.util.JBMExecutor is

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-10 Thread timfox
Please see my previous comment, here it is again :) anonymous wrote : | JBM doesn't support clients in applets or other restricted sandboxes (like webstart), this is because JBoss Remoting (which JBM 1.x uses) doesn't support this. | | This is being fixed in JBoss remoting 2.4.0, see

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-10 Thread Laurent K
Sorry, I did misunderstand you... (I was a little tired, on friday...) If thought it was already fixed in the 2.4.0.CR2 and thought this was only a problem with jboss remoting. I made all of this work by patching Jboss-remote (to fix this) Caused by: org.jboss.remoting.CannotConnectException:

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-10 Thread timfox
Not sure why you would need to patch JBM. AFAIK this is a JBoss Remoting issue. You should post this in the JBR forum so they are aware of this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149913#4149913 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-09 Thread Laurent K
Thanks for your answer ! I did a test using the 2.4.0.RC2... Connection was OK, but the client could not receive messages. Instead, I had, for each message (that was quite a lot...) Is there any way to work around this problem? (I really would like to use JBoss Messaging for our applets :-))

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-09 Thread Laurent K
After that test, I tried an http-tunnelled connection (which is, I must admit, my final goal...) and it did not succeed in establishing the connection, event with the last 2.4.0.RC2 library. Result was as shown below (all is perfectly working outside the applet jre, naturally...) Is there a

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-08 Thread Laurent K
Hello, I met the same problem. Did anyone succeed in fixing it? Thanks for any help, LK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149424#4149424 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149424

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-08 Thread timfox
JBM doesn't support clients in applets or other restricted sandboxes (like webstart), this is because JBoss Remoting (which JBM 1.x uses) doesn't support this. This is being fixed in JBoss remoting 2.4.0, see JIRA: http://jira.jboss.org/jira/browse/JBREM-978 View the original post :