Re: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.ClassCircularityError first time subscribe to

2005-07-25 Thread Robert Augustyn
Adrian, Can you point me to the actual work around example? Thanks, robert --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Just for completeness, JBoss already jumps through > hoops to try to avoid the problem > including scheduling classloading across threads and > retrying the classloading

[JBoss-user] How to setup Session EJB for access over SSL and strait RMI?

2003-03-10 Thread Robert Augustyn
Hi, I need to give access to some of my ejb's over ssl and directly through unencrypted rmi. What is the best way to do it? Currently I have to have 2 beans one for ssl and one for non-ssl connections. This is less then ideal. robert --- Thi

[JBoss-user] How to change Cipher Suite when doing RMI over SSL?

2003-03-10 Thread Robert Augustyn
Hi, I have setup jboss 3.0.4 to accept rmi calls over ssl but I am not able to define a cipher suite I would like to use for that connection. Is there a way to do that? Btw: I know how to do it when doing https but I need to do it for RMI. Thanks in advance. robert -

RE: [JBoss-user] Remote RMI (jndi)

2003-02-20 Thread Robert Augustyn
Title: Message This should work in your scenario the only difference is that you would need to replace "yourhostname" with the name or ip of your jboss server.    try{    Context iniCtx = getInitialContext();    }catch (Exception e){    e.printStackTrace();    }   private static Co

[JBoss-user] Should I setup multiple RmiPort's?

2002-12-07 Thread Robert Augustyn
Hi, By default jboss starts multiple ports for RMI. When I define RmiPort attribute in jboss-service.xml jboss starts only one defined by that attribute. Is that enought? Is it possible to define multiple ports? Thanks in advance. robertDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign u

[JBoss-user] How to control tcp ports required for jboss?

2002-12-06 Thread Robert Augustyn
Hi, I have a typical 3tier configuration with 2 firewalls between tiers. I need to control what ports I need to have open to support connections between Web tier ( Tomcat ) and App Tier ( Jboss ). I can control JNDI (1099) and RMI but it looks like jboss is communicating on bunch of other port