Log in to follow, share, and participate in this community.
Thread Persistent producer registration impl
Persistent producer registration implI 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...
WSRP Registration issues and designThere 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...
ConsumerCapabilities questionConsumerCapabilities 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...
RegistrationLocalI 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...
ProducerRegistrationRequirementsImpl listenerChris, 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...
WSRP ApiChris, 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...
Consumer registration to the producerI 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...
Thread Bug in processing of form parameters (WSRP Producer)
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 :-)
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...
WSRP+JSF doesn't workI 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...
requiresRegistration=trueI 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...
Thread WSRP consumer cookie management and session
WSRP consumer cookie management and sessionIt 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...
WSRP errorI 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...
WSRP Create ProducerI 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?
Possible error in wsrp_services.wsdlHi 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:...
More information regarding remote portletsWe 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...
Dependencies updatesI 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...
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...
Thread WSDL-generated classes and good Java citizenship
WSDL-generated classes and good Java citizenshipMost 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...
Expose portlet runtime informationI 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...