[ 
https://issues.apache.org/jira/browse/CXF-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594473#action_12594473
 ] 

Han Lee commented on CXF-1561:
------------------------------

Sorry for the delay. I tried to reproduce our stack trace by commenting out the 
abdera-i18n dependency that I put in our pom.xml. The abdeta-i18n library came 
back though; so someone must have linked to it using their pom.xml. My maven 
knowledge is not good enough to easily trace down who linked it in though.

We got an error back using any of our cxf calls. I.E. 
http://llocalhost:8080/json/api/getServerInfo

I'll try removing the library manually tomorrow to get a stack trace for you.
Han.

> pom.xml is missing a dependency when CXF is configured to handle JSON/REST 
> messages
> -----------------------------------------------------------------------------------
>
>                 Key: CXF-1561
>                 URL: https://issues.apache.org/jira/browse/CXF-1561
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>            Reporter: Han Lee
>
> In the current snapshot build, I received runtime errors about missing abdera 
> classes when I set CXF up to handle JSON/REST messages.
> I fixed the problem by adding the following to my project's pom.xml:
>         <dependency>
>             <!-- needed bacause the cxf folks messed up and forgot a 
> dependency -->
>             <groupId>org.apache.abdera</groupId>
>             <artifactId>abdera-i18n</artifactId>
>             <version>0.4.0-incubating</version>
>         </dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to