Questions tagged [apache-abdera]

Tag for questions related to the Apache Abdera project, an implementation of the Atom Syndication Format and Atom Publishing Protocol specifications.

Introduction

"The goal of the Apache Abdera project is to build a functionally-complete, high-performance implementation of the IETF Atom Syndication Format (RFC 4287) and Atom Publishing Protocol (RFC 5023) specifications."

source

What questions should have this tag?

Questions that use this tag should be related specifically to the Apache Abdera implementation of the above specifications. Questions more generally directed to the specifications themselves should use the atom and atompub tags.

More Information

19 questions
0
votes
1 answer

FOMUnsupportedTextTypeException: Unsupported Text Type: text/html

I am trying to parse the response atom feed received from websphere portal after rest call using apache abdera. However receiving the below error when parsing. Could some one let me know what the issue…
Ayub
  • 599
  • 3
  • 10
  • 24
0
votes
1 answer

IRI validation, unexpected fail with encoded <> symbols

I'm working with abdera in my project and it fails during parsing IRI address from content which contains already encoded < and > symbols: > < The exception is: "org.apache.abdera.i18n.text.InvalidCharacterException: Invalid Character…
XZen
  • 225
  • 5
  • 27
  • 49
0
votes
1 answer

Abdera parser: how to acess element with different namespaces

Let's say I have an Atom entry like this: test 42 If I load the entry into Apache Abdera, I get a nice org.apache.abdera.model.Entry instance.…
rompetroll
  • 4,781
  • 2
  • 37
  • 50
0
votes
1 answer

Apache Abdera Client POST not posting to IBM Connections API

I have a web service that is using the Apache Abdera lib to communicate with our IBM Connections 4 server's REST API. The problem I'm having, is that my request doesn't work. When I say that it is not working, I mean that all my GET operations work…
Corne
  • 93
  • 6
1
2