I'm trying to generate a RSS feed for a Table. I did this:
set spec {
name "xxx"
aliases {
datasource xxx::rss_datasource
lastUpdated xxx::last_updated
}
contract_name "RssGenerationSubscriber"
owner "xxx"
}
acs_sc::impl::new_from_spec -spec $spec
set subscr_id [rss_support::add_subscription \
-summary_context_id $package_id \
-impl_name "xxx" \
-owner "xxx" \
-lastbuild ""]
However, when I do: rss_gen_report $subscr_id it doesnt work because the proc "AcsSc.rssgenerationsubscriber.datasource.xxx" doesn't exists. What can I do? Shouldn't that proc should be created by the system?