On Thu, 2003-10-02 at 11:58, Ricardo Coutinho wrote:
> Hi all,
> 
> Well, I guess that the Subject sums it up. SSL configuration changed!
> For me, the worst part is that Jboss did not warn/complain about
> having the 
> 
> <home-invoker>jboss:service=invoker,
> type=jrmp,socketType=SSL</home-invoker>
> <bean-invoker>jboss:service=invoker,
> type=jrmp,socketType=SSL</bean-invoker>
> tags in the jboss.xml. I found a thread on the jboss forum regarding
> this issue,
> http://www.jboss.org/thread.jsp?forum=49&thread=36778&message=3793578&q=Jboss+3.2+SSL#3793578
>  , but I could not get it to work. Can someone give me a few pointers on getting SSL 
> to work with 3.2.1. The beans I am looking to secure are stateful and sometimes 
> clustered.
> 

As you are now aware the invoker configuration has changed in 3.2
The new configuration allows the same EJB container to be exposed
on multiple protocols.
You can see the default configurations in standardjboss.xml,
some of the details are in the dtd, it is better explained in the
Admin docs.

You configure <invoker-proxy-binding(s)> (client bindings)
simply copy the default jrmp binding and change the <invoker-mbean>

Then link the <invoker-binding(s)> to your ejb 
or the container configuration.

Here is an example from the testsuite that uses compression sockets
rather than ssl:
http://cvs.sourceforge.net/viewcvs.py/jboss/jbosstest/src/resources/jrmp/META-INF/jboss.xml?annotate=1.4

We have been discussing for a while, a mechanism to transform
3.0 jboss.xml into 3.2 jboss.xml at deployment, but nothing has been
done yet.

Regards,
Adrian

> Ricardo Coutinho
> Software Engineer
> ____________________________________________
> Odyssey Asset Management Systems S.A.
> Espace Kirchberg-Eolis 
> 26-28, rue Edward Steichen
> L-2540  Luxembourg-Kirchberg
> Direct Line:+352 42 60 80 4425
> fax: +352 42 91 92
> http://www.odyssey-group.com
> 
> 
> __________________________________________________________________________
> · This email and any files transmitted with it are CONFIDENTIAL and
> intended
> solely for the use of the individual or entity to which they are
> addressed.
> · Any unauthorized copying, disclosure, or distribution of the
> material within
> this email is strictly forbidden.
> · Any views or opinions presented within this e-mail are solely those
> of the
> author and do not necessarily represent those of Odyssey Asset
> Management
> Systems SA unless otherwise specifically stated.
> · An electronic message is not binding on its sender.  Any message
> referring to
> a binding engagement must be confirmed in writing and duly signed.
> · If you have received this email in error, please notify the sender
> immediately
> and delete the original.
-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to