[jboss-dev-forums] [JBoss ESB Development] - Re: SOAPProxy+AS5: INVM contract unavailable w/classpath URI
dward
do-not-reply at jboss.com
Fri Dec 11 15:24:12 EST 2009
"dward" wrote : "Kevin.Conner at jboss.com" wrote : First, only when WSDL is exposed through the HTTP/JBR endpoints should the contract publisher be registered. https://jira.jboss.org/jira/browse/JBESB-2913 seems to cover this.
|
| You can't not register their EPRs, just so the contract JSP app won't display them. Reason is that a particular Service might have multiple Listeners configured, for example a mix of JMS and HTTP (JBR or HttpGateway), and not registering the non-HTTP EPRs would mean the ServiceInvoker would have nothing to load balance across.
To more completely address Kev's quote, I should also clarify that you similarly can't not add the Publisher for those cases where you have a mix of Listeners configured, some that we want to expose contracts for, and some that we don't. I believe that doing the filtering in the contract JSP app is the safest thing to do without causing big ripples in the 4.x codebase.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4270283#4270283
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270283
More information about the jboss-dev-forums
mailing list