Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESB-1491
Type: Bug Bug
Status: Resolved Resolved
Resolution: Resolved at Apache
Priority: Major Major
Assignee: Freeman Fang
Reporter: Gert Vanthienen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE ESB

Error building cxf-ws-security example

Created: 25/Jun/11 11:56 AM   Updated: 30/Jun/11 03:53 AM
Component/s: None
Affects Version/s: 3.6.0-fuse-00-35
Fix Version/s: 3.6.0-fuse-xx-00

External Issue URL: https://issues.apache.org/jira/browse/SM-1957


 Description  « Hide
Claudio did some testing on the 3.6.0-fuse-00-35 release candidate and discovered this problem while building the cxf-ws-security example:
[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://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :ws-security-sa


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Freeman Fang added a comment - 30/Jun/11 02:48 AM
using "mvn install" as described in README.txt we don't see this error.
However using "mvn compile" we can see this error.

Freeman