• Client request needs removed from the request context

    I 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.
    Profile Photo
    created by julien1
  • WSRP status

    I 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...
    Profile Photo
    created by julien1
  • Component invoker

    I 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...
    Profile Photo
    created by julien1
  • Understanding Doc/Lit wrapped style response parameter unwra

    Thomas, 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) { ...
    Profile Photo
    last modified by anil.saldhana
  • Deploy Struts Portlet in JBOSS PORLTAL 2.2

    This 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:/...
    Profile Photo
    created by claprun
  • WSRP and JBoss WS

    So 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...
    Profile Photo
    created by claprun
  • Instance migration

    I 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...
    Profile Photo
    created by julien1
  • Proposal for alternative WSRP transport layer

    Chris 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...
    Profile Photo
    last modified by julien1
  • Force the jsessionid on request dispatch

    We 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.
    Profile Photo
    last modified by julien1
  • CVS head works with 4.0.4RC1

    I spent 2 days fixing issues that were preventing 2.4 (head) to work with 4.0.4RC1. It is commited in cvs.
    Profile Photo
    created by julien1
  • Introduce dispatch in invocation

    I 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...
    Profile Photo
    last modified by julien1
  • Portlet container client request dependence

    I 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.
    Profile Photo
    created by julien1