• Persistent producer registration impl

    I am starting to implementation of the producer registration in the core module based on hibernate. I don't understand the logic in RegistrationManagerImpl#createConsumer(String name) and RegistrationManagerImpl #add...
    Profile Photo
    last modified by julien1
  • WSRP Registration issues and design

    There are several things to keep in mind when considering support for WSRP Registration. The overall idea is that Consumers can register themselves with a Producer, if the Producer requires so. Consumers identify them...
    Profile Photo
    created by claprun
  • ConsumerCapabilities question

    ConsumerCapabilities holds a set of supported modes and window states for a given consumer. It looks like for now those are in the WSRP format. Would it make sense to have them converted to portal types ? The only u...
    Profile Photo
    last modified by julien1
  • RegistrationLocal

    I have added a very simple RegistrationLocal class which will be used to associate the WSRP invocation with the optional Registration interface. We need to have the WSRP layer to set the Registration when it is not n...
    Profile Photo
    last modified by julien1
  • ProducerRegistrationRequirementsImpl listener

    Chris, I saw that you added a listener mechanism on ProducerRegistrationRequirementsImpl. I see also that it is not used so far, but I need to know how it is going to be triggered and the use case. The major issue...
    Profile Photo
    last modified by julien1
  • WSRP Api

    Chris, for the wsrp.producer.registration API and plugin points we need to - have self containment in a package and not depend on wsrp implementation internals as an independant API. - use org.jboss.portal.api as pa...
    Profile Photo
    last modified by julien1
  • Consumer registration to the producer

    I have added a set of interfaces that defines the bare minimum of what the portal requires as a managing entity. Those interfaces are used by the portal to manage the set of consumers (i.e from the GUI) and their regi...
    Profile Photo
    last modified by julien1
  • Bug in processing of form parameters (WSRP Producer)

    Encountered a very critical bug in the processing of form parameters. Added JIRA issue here: http://jira.jboss.com/jira/browse/JBPORTAL-1095 Easy fix. Posting it here so that I know people read it :-)
    Profile Photo
    last modified by srs
  • Possibly bug in getRemoteUser()

    Hi. I have a consumer against the WSRP producer in JBoss Portal and has problem with the logged in user on consumer side. I transport this user in userContextKey field and this is not the same user in getRemoteUser o...
    Profile Photo
    last modified by srs
  • WSRP+JSF doesn't work

    I have deployed the HelloWorldJSFPortlet downloaded from the public repository. This portlet works fine when I use it locally, but I failed to start itvia WSRP. The follwoing stack trace appears in my logs: Stacktrac...
    Profile Photo
    last modified by skls
  • requiresRegistration=true

    I am running portlets in the JBoss Portal that requires a authenticated user. But when this portlets invoke javax.portlet.PortletRequest.getRemoteUser() it always returns null. This occurs because when my consumer inv...
    Profile Photo
    last modified by timba
  • WSRP consumer cookie management and session

    It is stated in the WSRP spec that the consumer must return all cookies it receives from the producer, mostly for producer http session tracking. Today in our producer we use a trick that track session level at wsrp...
    Profile Photo
    last modified by julien1
  • WSRP error

    I am using JBP 2.4 CR2 running on JAS 4.0.4 GA. I deployed the portal successfully, and I can login to the portal. However, when I tried to access http://localhost:8080/portal-wsrp/MarkupService?wsdl, I got a 404 erro...
    Profile Photo
    last modified by danny_hon
  • WSRP Create Producer

    I download jboss-4.0.3SP1 with jboss-portal-2.4.0-ALPHA adn try to configurate the WSRP poduser... But, I don't know where it create?
    Profile Photo
    last modified by sunman
  • Possible error in wsrp_services.wsdl

    Hi I am trying to use WPS 5.0.2.2 as a WSRP consumer for a few portlets I have in JBoss 2.4. However, WPS does not understand wsrp_services.wsdl unless I change: <wsdl:port name="WSRPMarkupService" binding="bind:...
    Profile Photo
    last modified by kristofer
  • More information regarding remote portlets

    We have been looking into the version of JBOSS portal (2.4) that includes WSRP. We have a client who is very interested in using remote portlet. So we would like some more information on how to implement and test remo...
    Profile Photo
    last modified by motet
  • Dependencies updates

    I have updated the thirdparty libraries to align with changes in 4.0.4 for libraries on which WSRP depends. Hence retrotranslator-retrotranslator has been split into jboss-jbossretro and jboss-backport-concurrent. Als...
    Profile Photo
    created by claprun
  • Is WSRP transport agnostic?

    http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936660 Based on the above conversation occurring in the WS user forum, I had a doubt as to whether wsrp spec is transport agnostic. This is because th...
    Profile Photo
    last modified by anil.saldhana
  • WSDL-generated classes and good Java citizenship

    Most of the business classes for WSRP are issued from WSDL-generated classes via JWSDP's wscompile. However, these classes are not necessarily really good Java citizens: they don't override equals or hashCode. They al...
    Profile Photo
    created by claprun
  • Expose portlet runtime information

    I have started to contribute a set of interfaces that describe runtime metadata exposed by a portlet. The word portlet here is to take with care as it can be a portlet container or an instance that points to a portle...
    Profile Photo
    last modified by julien1