Hide Forgot
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
Bug in Jenkins