On 5/16/07, Ady Das OToole <[EMAIL PROTECTED]> wrote:
This is the element content that goes into that parseWorkspaceElement() method - would the u/c "A" in ..2005/Atom make a difference?[[Text: ], [Element: <atom:title [Namespace: http://www.w3.org/2005/atom]/>], [Text: ], [Element: <app:collection [Namespace: http://purl.org/atom/app#]/>], [Text: ], [Element: <app:collection [Namespace: http://purl.org/atom/app#]/>], [Text: ]] Ady Das OToole wrote: > I debugged the error to this line in > ...propono.atom.client.ClientWorkspace parseWorkspaceElement(Element > element){} > Element titleElem = element.getChild("title", AtomService.ATOM_FORMAT); > //Ady comments -> AtomService.ATOM_FORMAT = [Namespace: prefix "atom" > is mapped to URI "http://www.w3.org/2005/Atom"] > //Ady comments -> titleElem = null > > setTitle(titleElem.getText()); //<- the exception is here
That could be the problem. By the way, are you using Roller 3.1 or Roller trunk? - Dave
