"dward" wrote : "Kevin.Conner(a)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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...