"ron.sigal(a)jboss.com" wrote : For the record, there is also the wiki page
"EJB, JMS and JNDI over HTTP with Unified Invoker"
(
http://www.jboss.org/community/docs/DOC-9632). It refers to AS 4.2, but, as far as I
know (Jaikiran, correct me if I'm wrong), it's also applicable to AS 5.0.
I hadn't seen that wiki earlier. Now that i read it, i don't see much differences
for JBossAS5. There are however some differences in the configurations of the servlets in
the invoker.war for example the JNDIFactory configurations. In the 4.x version of this
servlet, the init-param was:
| <init-param>
| <param-name>namingProxyMBean</param-name>
|
<param-value>jboss:service=proxyfactory,type=unified,transport=servlet,target=naming</param-value>
| </init-param>
and for JBossAS5, this has changed to
| <init-param>
| <param-name>namingProxyMBean</param-name>
|
<param-value>jboss:service=invoker,type=http,target=Naming</param-value>
| </init-param>
Not sure how its going to affect AS5. So if the changes to the default servlets (that come
shipped with each version of AS) are left out, then yes the wiki should be applicable for
AS5 too. Infact, the one i created yesterday can be termed as a trimmed down version of
this one and talks only about EJB3 over HTTP and HTTPS :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203862#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...