Bug 780721 (SOA-3176) - SOA-P contains incorrect ModeShape revision
Summary: SOA-P contains incorrect ModeShape revision
Keywords:
Status: CLOSED NOTABUG
Alias: SOA-3176
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: Build Process, EDS
Version: 5.2.0dev2
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Default User
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-15 06:55 UTC by Jiri Pechanec
Modified: 2011-07-15 07:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-15 07:33:49 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-3176 0 None None None Never

Description Jiri Pechanec 2011-07-15 06:55:29 UTC
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

Comment 1 Jiri Pechanec 2011-07-15 07:33:49 UTC
Bug in Jenkins


Note You need to log in before you can comment on or make changes to this bug.