]
Steven Hawkins logged work on TEIIDSB-200:
------------------------------------------
Author: Steven Hawkins
Created on: 13/May/20 10:05 AM
Start Date: 13/May/20 10:05 AM
Worklog Time Spent: 1 hour
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 1 hour)
Time Spent: 1 hour
Worklog Id: (was: 12451026)
[DV] Overriding Http session in maven based deployment
------------------------------------------------------
Key: TEIIDSB-200
URL:
https://issues.redhat.com/browse/TEIIDSB-200
Project: Teiid Spring Boot
Issue Type: Bug
Components: core
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 1.5.0
Original Estimate: 1 hour
Time Spent: 1 hour
Remaining Estimate: 0 minutes
Used VDB CR:
https://gitlab.cee.redhat.com/mmajerni/fuse-dv-tests/raw/0f994426417887e0...
maven VDB is located here:
http://dvqe11.mw.lab.eng.bos.redhat.com:8081/nexus/content/repositories/b...
Build passed without any errors. The application failed to start due to:
{code:java}
The bean 'httpSessionManager', defined in class path resource
[org/teiid/spring/keycloak/SecurityConfig.class], could not be registered. A bean with
that name has already been defined in URL
[jar:file:/deployments/virtualdatabase-image-1.0.0.jar!/BOOT-INF/lib/keycloak-spring-security-adapter-4.8.3.Final-redhat-00001.jar!/org/keycloak/adapters/springsecurity/management/HttpSessionManager.class]
and overriding is disabled.
{code}