[Replying to myself, as usual ;) ]

On May 13, 2008, at 2:57 PM, Ugo Cei wrote:

I'm currently trying to use Abdera 0.4.0 for generating Atom feeds from an Atlassian Confluence plugin. I suspect there are some classloader issues when using Abdera in this scenario, because if I use the following typical idiom:

abdera = new Abdera();
Feed feed = abdera.newFeed();

I get an NPE due to the fact that abdera.getFactory() returns null. Apparently the ServiceUtils class is not finding classes to load.

I suspect this could be the same issue as ABDERA-155, at least the symptoms are the same. Now, since ABDERA-155 was fixed yesterday by James, do we publish snaphsot builds on a Maven repo somewhere?

        Ugo

--
Ugo Cei
Sourcesense - making sense of Open Source: http://www.sourcesense.com

Reply via email to