| Summary: | SOA-P contains incorrect ModeShape revision | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | Build Process, EDS | Assignee: | Default User <jbpapp-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 5.2.0dev2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-3176 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-15 07:33:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Bug in Jenkins |
project_key: SOA There is at least one test failing with the following exception java.lang.NoSuchFieldError: USE_SECURITY_CONTEXT_CREDENTIALS at org.modeshape.jcr.ImportExportTest.beforeEach(ImportExportTest.java:111) If I do a javap dump in the distribution I get Compiled from "JcrRepository.java" public final class org.modeshape.jcr.JcrRepository$Option extends java.lang.Enum{ public static final org.modeshape.jcr.JcrRepository$Option PROJECT_NODE_TYPES; public static final org.modeshape.jcr.JcrRepository$Option JAAS_LOGIN_CONFIG_NAME; public static final org.modeshape.jcr.JcrRepository$Option SYSTEM_SOURCE_NAME; public static final org.modeshape.jcr.JcrRepository$Option READ_DEPTH; public static final org.modeshape.jcr.JcrRepository$Option INDEX_READ_DEPTH; public static final org.modeshape.jcr.JcrRepository$Option ANONYMOUS_USER_ROLES; public static final org.modeshape.jcr.JcrRepository$Option TABLES_INCLUDE_COLUMNS_FOR_INHERITED_PROPERTIES; public static final org.modeshape.jcr.JcrRepository$Option QUERY_EXECUTION_ENABLED; public static final org.modeshape.jcr.JcrRepository$Option QUERY_INDEX_DIRECTORY; public static final org.modeshape.jcr.JcrRepository$Option QUERY_INDEXES_UPDATED_SYNCHRONOUSLY; public static final org.modeshape.jcr.JcrRepository$Option PERFORM_REFERENTIAL_INTEGRITY_CHECKS; public static final org.modeshape.jcr.JcrRepository$Option EXPOSE_WORKSPACE_NAMES_IN_DESCRIPTOR; public static final org.modeshape.jcr.JcrRepository$Option REPOSITORY_JNDI_LOCATION; public static final org.modeshape.jcr.JcrRepository$Option VERSION_HISTORY_STRUCTURE; public static final org.modeshape.jcr.JcrRepository$Option REMOVE_DERIVED_CONTENT_WITH_ORIGINAL; public static final org.modeshape.jcr.JcrRepository$Option USE_ANONYMOUS_ACCESS_ON_FAILED_LOGIN; public static final org.modeshape.jcr.JcrRepository$Option REBUILD_QUERY_INDEX_ON_STARTUP; public static final org.modeshape.jcr.JcrRepository$Option QUERY_INDEXES_REBUILT_SYNCHRONOUSLY; public static org.modeshape.jcr.JcrRepository$Option[] values(); public static org.modeshape.jcr.JcrRepository$Option valueOf(java.lang.String); public static org.modeshape.jcr.JcrRepository$Option findOption(java.lang.String); static {}; } I have used a revision Compiled from "JcrRepository.java" ref: refs/heads/68512e9a149298d50ecd06b5aeb2ad71fe1ecf04 as decalred on SOA release page