Log in to follow, share, and participate in this community.
Thread Client request needs removed from the request context
Client request needs removed from the request contextI have removed the getClientRequest method from the ComponentRequestContext that was need to be implemented in order to have the producer make invocation to the portlet container.
WSRP statusI cleared the bug that was happening during the dispatch from the endpoint to the service : it was due to a bad packaging of the service. Indeed the wsrp lib was both in the sar file and in the war/WEB-INF/lib and cl...
Component invokerI want to introduce *in the future* the notion of ComponentInvoker in the architecture. The main reason is for WSRP for the consumer and the producer. 1/ The producer today has to care of the instance registry and t...
Understanding Doc/Lit wrapped style response parameter unwraThomas, can you check whether the following method in org.jboss.ws.jaxrpc.ParameterWrapping is doing things correctly:
public static Object unwrapResponseParameter(OperationMetaData opMetaData, Object resStruct)
{
...
Deploy Struts Portlet in JBOSS PORLTAL 2.2This forum is reserved for discussions about the design and the implementation of WSRP support in Portal. You question is a user-oriented question about JBoss Portal. Please post to the JBoss Portal user forum (http:/...
WSRP and JBoss WSSo where are things as far as deploying WSRP on JBoss WS (new stack)? I have managed to deploy it under several conditions: + Comment out an import in wsrp_v1_types.xsd because this causes an issue with Xerces schem...
Instance migrationI have migrated the instance interfaces : Instance and InstanceContainer to the server module. I will not migrate its implementation as it is specific to hibernate. The WSRP module should make a simple implementation...
Thread Proposal for alternative WSRP transport layer
Proposal for alternative WSRP transport layerChris has issues to make JBossWS working with JDK 1.4 and the JBossWS backport. I am confident that resolving this is just a matter of time. However this is a showstopper for us and I propose to use another invocatio...
Force the jsessionid on request dispatchWe need to know if we can force the servlet container to use a specific session id when we perform a request dispatch to a servlet context. In a portable way or non portable way.
Introduce dispatch in invocationI will decouple the server from the RequestController. That will help you to plug in your own controller invoked after the server stack. So the server invocation stack does not have to use the controller imposed by t...
Portlet container client request dependenceI am working on removing the dependency on the client request for the portlet container so the WSRP layer can use it and does not have to fake an HttpServletRequest.