Hi,
I'm looking for a way to enable EJB3 over HTTP,
I saw some articles on the sobject here in the community. like https://community.jboss.org/wiki/EJB3overHTTPHTTPSinJBossAS-5
but all of them are indicating that I need to set the @RemoteBinding - clientBindUrl in the SessionBean.
I have some custumers who want to use the HTTP and some that are using regular RMI.
I don't wanna create two versions of the same class, one for HTTP and one for RMI.
how do I configure this outside the SessionBean?
and it looks like I need to set the same string (clientBindUrl) in all my SessionBeans, is there a way to set it once in Jboss conf files?
10x, Kobi :)