Grails JIRA

  • 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
Wordpress Plugin
  • Wordpress Plugin
  • GPWORDPRESS-8

No data returned

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: Grails-Wordpress 0.2.1
  • Fix Version/s: None
  • Labels:
    None
  • Environment:
    client - Mac 10.5 (grails), server Ubuntu 9.10 (Wordpress)

Description

Actual version is 0.2.2-SNAPSHOT which was installed from grails install-plugin scripts

Using the following client code I'm not getting any data back:

def wordpressService

def index = {
def categories = wordpressService.getCategories()
def page = wordpressService.getPage(2)
def post1 = wordpressService.getPost(1)
[categories:categories, page:page, post1:post1]
}

Categories is an empty list and the others are empty strings. This is pointing to a temp Wordpress site I've setup.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Luis Arias
    Reporter:
    Robbie Clutton
Vote (0)
Watch (0)

Dates

  • Created:
    25/Feb/10 11:01 AM
    Updated:
    25/Mar/11 3:26 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.2.1#813-sha1:277a546)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Grails project. Try JIRA - bug tracking software for your team.