[INFO] Reactor Summary:
[INFO]
[INFO] ServiceMix :: Samples :: CXF WS SECURITY .......... SUCCESS [0.424s]
[INFO] ServiceMix :: Samples :: WS SECURITY :: CXF SE .... SUCCESS [8.739s]
[INFO] ServiceMix :: Samples :: WS SECURITY :: CXF BC .... SUCCESS [1.434s]
[INFO] ServiceMix :: Samples :: WS SECURITY :: SA ........ FAILURE [2.195s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.861s
[INFO] Finished at: Fri Jun 24 14:32:03 EDT 2011
[INFO] Final Memory: 27M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.servicemix.tooling:jbi-maven-plugin:4.5:generate-jbi-service-assembly-descriptor (default-generate-jbi-service-assembly-descriptor) on project ws-security-sa: Execution default-generate-jbi-service-assembly-descriptor of goal org.apache.servicemix.tooling:jbi-maven-plugin:4.5:generate-jbi-service-assembly-descriptor failed: String index out of range: -1 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http:[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :ws-security-sa
However using "mvn compile" we can see this error.
Freeman