> On Tuesday, September 06, 2011 1:49:44 PM Casey wrote: > > To anyone: > > > > I'm trying to create a web service inside Eclipse Indigo using CXF 2.x and > > when I test it with a client, I receive the following error dump inside > > What version of CXF? > > Also, what libraries/jars from CXF are present in your project? > > This is a WS-Security related policy so you would need cxf-rt-ws-security, > cxf-rt-ws-addr, and cxf-rt-ws-policy to enable all the WS-SecurityPolicy > related stuff.
Dan, I'm not sure you saw my follow-up as I replied from my e-mail account. My apologies if I replied incorrectly. That aside, I'm using CXF version 2.4.2 with the following libraries inside my web services dynamic web project (Eclipse Indigo): 1. antlr-2.7.7.jar 2. aopalliance-1.0.jar 3. asm-3.3.jar 4. commons-collections-3.2.1.jar 5. commons-lang-2.6.jar 6. cxf-2.4.2.jar 7. cxf-manifest.jar 8. cxf-xjc-boolean-2.4.0.jar 9. cxf-xjc-bug671-2.4.0.jar 10. cxf-xjc-dv-2.4.0.jar 11. cxf-xjc-ts-2.4.0.jar 12. FastInfoset-1.2.9.jar 13. geronimo-activation_1.1_spec-1.1.jar 14. geronimo-annotation_1.0_spec-1.1.1.jar 15. geronimo-javamail_1.4_spec-1.7.1.jar 16. geronimo-jaxws_2.2_spec-1.0.jar 17. geronimo-jms_1.1_spec-1.1.1.jar 18. geronimo-servlet_3.0_spec-1.0.jar 19. geronimo-stax-api_1.0_spec-1.0.1.jar 20. geronimo-ws-metadata_2.0_spec-1.1.3.jar 21. isorelax-20030108.jar 22. jaxb-api-2.2.1.jar 23. jaxb-impl-2.2.1.1.jar 24. jaxb-xjc-2.2.1.1.jar 25. jettison-1.3.jar 26. jetty-continuation-7.4.5.v20110725.jar 27. jetty-http-7.4.5.v20110725.jar 28. jetty-io-7.4.5.v20110725.jar 29. jetty-security-7.4.5.v20110725.jar 30. jetty-server-7.4.5.v20110725.jar 31. jetty-util-7.4.5.v20110725.jar 32. joda-time-1.6.2.jar 33. jra-1.0-alpha-4.jar 34. js-1.7R2.jar 35. jsr311-api-1.1.1.jar 36. msv-core-2010.2.jar 37. neethi-3.0.1.jar 38. opensaml-2.4.1.jar 39. openws-1.4.1.jar 40. relaxngDatatype-20020414.jar 41. saaj-api-1.3.jar 42. saaj-impl-1.3.2.jar 43. serializer-2.7.1.jar 44. slf4j-api-1.6.1.jar 45. slf4j-jdk14-1.6.1.jar 46. spring-aop-3.0.5.RELEASE.jar 47. spring-asm-3.0.5.RELEASE.jar 48. spring-beans-3.0.5.RELEASE.jar 49. spring-context-3.0.5.RELEASE.jar 50. spring-core-3.0.5.RELEASE.jar 51. spring-expression-3.0.5.RELEASE.jar 52. spring-jms-3.0.5.RELEASE.jar 53. spring-tx-3.0.5.RELEASE.jar 54. spring-web-3.0.5.RELEASE.jar 55. stax2-api-3.1.1.jar 56. velocity-1.7.jar 57. woodstox-core-asl-4.1.1.jar 58. wsdl4j-1.6.2.jar 59. wss4j-1.6.2.jar 60. xalan-2.7.1.jar 61. xml-resolver-1.2.jar 62. xmlbeans-2.4.0.jar 63. xmlschema-core-2.0.jar 64. xmlsec-1.4.5.jar 65. xmltooling-1.3.1.jar 66. xsdlib-2010.1.jar And yes, that was a dismal experience with typing all that out! Ha. Anyway, do you think I need different libraries?
