Liferay Issues

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Test Sessions Access more options
    • Getting Started
ZZZ: PUBLIC - Old Liferay Portal (Use Liferay Portal Standard Edition)
  • ZZZ: PUBLIC - Old Liferay Portal (Use Liferay Portal Standard Edition)
  • LEP-6343

WSRP 2.0 - Basic Consumer Support

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 5.2.0
  • Component/s: None
  • Labels:
    None
  • Similar Issues:
    Show 5 results 

    LEP-7470WSRP 2.0 - Basic Producer Support
    LEP-7288Adding the missing features in WSRP Consumer Admin Porlet
    LEP-7666Database integration for WSRP Consumer
    LEP-7318Support for Window mode and state change in WSRP Consumer integration
    LEP-7500Edit Consumer and OutOfBand Consumer Creation Not Working in WSRP Consumer Admin Portlet

Description

  • Basic support for markup and service description services.
  • admin portlet for managing producers
  • consumer portlet to consume remote portlets

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions Summary
  • Commits
Hide
Permalink
Brian Chan added a comment - 29/Jul/08 10:40 AM - Restricted to

Hi Rajesh,

I had to roll this back because of:

1.) Broke Hudson, see http://hudson.liferay.com/job/portal_trunk/119/

2.) Broke Eclipse

3.) Broke Ant (can't compile)

4.) Broke JSP precompiler

Show
Brian Chan added a comment - 29/Jul/08 10:40 AM - Restricted to Hi Rajesh, I had to roll this back because of: 1.) Broke Hudson, see http://hudson.liferay.com/job/portal_trunk/119/ 2.) Broke Eclipse 3.) Broke Ant (can't compile) 4.) Broke JSP precompiler
Hide
Permalink
Brian Chan added a comment - 29/Jul/08 10:48 AM

Also, is there a way to add this feature without modifying the Tomcat installation process?

Show
Brian Chan added a comment - 29/Jul/08 10:48 AM Also, is there a way to add this feature without modifying the Tomcat installation process?
Hide
Permalink
Brian Chan added a comment - 31/Jul/08 10:40 AM - Restricted to

Hi Rajesh,

Can you recheck it in. I rolled it because you didn't run "ant format-source" before checking it in and becaue of that, Neelan later ran it and checked in stuff that was really your changes (rev 18790).

Also, it still breaks on Eclipse.

Show
Brian Chan added a comment - 31/Jul/08 10:40 AM - Restricted to Hi Rajesh, Can you recheck it in. I rolled it because you didn't run "ant format-source" before checking it in and becaue of that, Neelan later ran it and checked in stuff that was really your changes (rev 18790). Also, it still breaks on Eclipse.
Hide
Permalink
Jesper We added a comment - 01/Aug/08 6:27 AM - Restricted to

The portal crashes at startup if relative pathnames are used in app.server.properties with this checkin.
The code in WSRPPersistenceHelper.java looks weird.

Show
Jesper We added a comment - 01/Aug/08 6:27 AM - Restricted to The portal crashes at startup if relative pathnames are used in app.server.properties with this checkin. The code in WSRPPersistenceHelper.java looks weird.
Hide
Permalink
Brian Chan added a comment - 04/Aug/08 7:02 PM - Restricted to

Hi Rajesh,

Thanks for the help with WSRP. I've only refactored the backend so far. I'll be doing the front end tomorrow.

Please see a diff of revision 18919 so you can see the refactoring and source formatting that I did.

Here's what I did...

1.) I refactored code to make it cleaner and more streamlined.

2.) SVN was broken for Eclipse and for the extension environment (I fixed it)

3.) I reverted the changes to catalina.properties.* (I don't understand why we need to modify Tomcat)

4.) I reverted most of the changes to build.xml because it's not really needed. We should be able to do this programmatically at startup instead of at deploy time.

But to be able to do it at startup time, I'll need you to move the settings in wsrpconfig.properties to portal.properties, and also expose WSRPConfig.java with a bunch of setters.

First, add setters to WSRPConfig.java. Then, make WSRPConfig.java lazy (don't read the wsrpconfig.properties if setters are called). This will allow me to manually set them from portal.properties.

5.) There are also some properties in wsrpconfig.properties that don't make sense to me, like:

portletcontainer.uri=/portletdriver

and

wsrpdriver.uri=/web/guest/home

Can you review them and remove the ones that aren't needed?

6.) Can you blog about the work you've done and teach ppl in that blog how to use the portlet? It's ok if the UI is ugly for now (colors don't match), because after you blog, and after I've refactored the front end code, another UI team from Liferay will make it pretty.

Show
Brian Chan added a comment - 04/Aug/08 7:02 PM - Restricted to Hi Rajesh, Thanks for the help with WSRP. I've only refactored the backend so far. I'll be doing the front end tomorrow. Please see a diff of revision 18919 so you can see the refactoring and source formatting that I did. Here's what I did... 1.) I refactored code to make it cleaner and more streamlined. 2.) SVN was broken for Eclipse and for the extension environment (I fixed it) 3.) I reverted the changes to catalina.properties.* (I don't understand why we need to modify Tomcat) 4.) I reverted most of the changes to build.xml because it's not really needed. We should be able to do this programmatically at startup instead of at deploy time. But to be able to do it at startup time, I'll need you to move the settings in wsrpconfig.properties to portal.properties, and also expose WSRPConfig.java with a bunch of setters. First, add setters to WSRPConfig.java. Then, make WSRPConfig.java lazy (don't read the wsrpconfig.properties if setters are called). This will allow me to manually set them from portal.properties. 5.) There are also some properties in wsrpconfig.properties that don't make sense to me, like: portletcontainer.uri=/portletdriver and wsrpdriver.uri=/web/guest/home Can you review them and remove the ones that aren't needed? 6.) Can you blog about the work you've done and teach ppl in that blog how to use the portlet? It's ok if the UI is ugly for now (colors don't match), because after you blog, and after I've refactored the front end code, another UI team from Liferay will make it pretty.

People

  • Assignee:
    Rajesh T
    Reporter:
    Michael Young
Vote (0)
Watch (0)

Dates

  • Created:
    17/Jun/08 9:42 PM
    Updated:
    01/Oct/08 10:19 PM
    Resolved:
    01/Oct/08 10:19 PM

Agile

  • View on Board
  • Atlassian JIRA (v5.2.11#854-sha1:ef00d61)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Liferay. Try JIRA - bug tracking software for your team.