-
Bug
-
Resolution: Fixed
-
High
-
2.3.1
-
None
-
None
Integrating Crowd 2.3.1 with Confluence 3.4.9 prevents Confluence from loading properly due to a class not found exception. The full error is really messy, but the important part is this:
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public com.atlassian.user.configuration.DelegationAccessor com.atlassian.user.configuration.xml.XMLConfigurat
ion.getDelegationAccessor()] threw exception; nested exception is java.lang.RuntimeException: Could not find class: [com.atlassian.crowd.integration.atlassianuser.CrowdUserManager]
Caused by: java.lang.RuntimeException: Could not find class: [com.atlassian.crowd.integration.atlassianuser.CrowdUserManager]
at com.atlassian.user.configuration.DefaultRepositoryProcessor.getClassForName(DefaultRepositoryProcessor.java:104)
at com.atlassian.user.configuration.DefaultRepositoryProcessor.createBeanDefinition(DefaultRepositoryProcessor.java:87)
at com.atlassian.user.configuration.DefaultRepositoryProcessor.process(DefaultRepositoryProcessor.java:37)
Replacing the 2.3.1 integration JAR with the 2.2.7 integration JAR resolves the issue.
- is caused by
-
CWD-2542 Remove atlassian-user-1 implementation
- Closed
[CWD-2613] Crowd 2.3.1 integration JAR causes class not found exception
Workflow | Original: Simplified Crowd Development Workflow v2 - restricted [ 1509939 ] | New: JAC Bug Workflow v3 [ 3364854 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1392532 ] | New: Simplified Crowd Development Workflow v2 - restricted [ 1509939 ] |
Workflow | Original: Crowd Development Workflow v2 [ 339963 ] | New: Simplified Crowd Development Workflow v2 [ 1392532 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | New: joe [ jwalton ] |
Fix Version/s | New: 2.3.2 [ 19199 ] |
crowd-integration-atlassian-user is now included in the crowd-integration-client jar.