http://jira.jboss.com/jira/browse/JBAS-3390
What is the current state of the protocol handler for use by the Connector? The Http11Protocol is deprecated and there seems to be a need to use Http11AprProtocol. But there is no way the plugged in "Http11AprProtocol" is getting used for the "setAttribute" call, because the protocolHandler is taken as the default "Http11Protocol" (even though the protocolHandlerClassName has been changed to the Apr one).
So the connector interface needs to be updated such that the Http11AprProtocol gets used.
The issue is that the setAttribute call is not happening on a plugged in SSLImplementation (in our case JBossSocketFactory).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957840#3957840
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957840
I found that online too. But it's the more general, overview docs that I couldn't find, rather than specific coding examples. What, for example is
<service-ref>:policy=PortalPolicyConfigService</service-ref>
and how does it differ from the :service=Module service-refs? I checked the jboss-service.xml file and it looks like these are "just names" and the question I guess would be: is there any significance to the names and their structure?
So, when you do get a chance to list out all the possible elements in a jboss-portlet.xml that'd be greatly appreciated.
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957834#3957834
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957834