Extend the Atom binding so that the description of the feed can be set
----------------------------------------------------------------------
Key: TUSCANY-3110
URL: https://issues.apache.org/jira/browse/TUSCANY-3110
Project: Tuscany
Issue Type: New Feature
Components: Java SCA ATOM Binding Extension
Affects Versions: Java-SCA-1.5
Reporter: Mark Combellack
Assignee: Mark Combellack
Priority: Minor
Fix For: Java-SCA-Next
Currently the title of an Atom binding can be set by using the title attribute
on a binding.atom element. However, there is no way of setting the description
for the Atom feed.
What we should be able to do is to specify the description as shown by the
following example:
<binding.atom uri="http://localhost:8084/myFeed" title="My Atom Feed"
description="A little Atom feed to keep you up to date with what I am working
on"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.