On Thursday 27 January 2011 1:26:45 am diptiv wrote: > Update: It could be that the issue is with Intellij rather than CXF. > Through command prompt, I can see the geronimo-jaxws_2.2_spec dependency > is getting transitively pulled in from cxf-rt-frontend-jaxws 2.3, but in > IntelliJ I do not see that dependency in the dependency graph for > cxf-rt-frontend-jaxws. > > So I'm not sure now if the problem is in IntelliJ or CXF's dependency. > > The weird thing is if I use CXF-2.2.9, then the geronimo-jaxws_2.1_spec jar > dependency is getting pulled in correctly in Idea - IntelliJ. > > Anyone run into similar issues? Or thoughts on this?
Defintiely sounds like an IntelliJ issue or similar. With 2.3, all the deps that are required for Java5 but not for Java6 were put in a profile with the id jdk15 that should activate when maven detects a 1.5 JDK. It looks like that activation is not occuring when IntelliJ is running the maven stuff. If IntelliJ allows setting a profile for the pom stuff, you could set the profile to jdk15 manually and see if that helps or not. -- Daniel Kulp [email protected] http://dankulp.com/blog
