Flowable 6.4.0 on Weblogic 12c

Hi,

After a few trial & error i could find the list of packages / classes that are in conflict with weblogic libraries & jars. Solution to overcome these exceptions would to explicitly mention weblogic class cloader where the classes should be loaded from in wls:prefer-application-packages ( weblogic.xml)

com.fasterxml.jackson.*
com.google.common.*
com.google.thirdparty.*
javax.annotation.*
javax.annotation.security.*
javax.annotation.sql.*
org.aopalliance.aop.*
org.aopalliance.intercept.*
org.apache.commons.*
org.apache.xerces.*
org.joda.time.*
org.slf4j.*
org.slf4j.helpers.*
org.slf4j.impl.*
org.slf4j.spi.*
org.w3c.dom.ls.DOMImplementationLS
org.w3c.dom.ls.LSLoadEvent
org.w3c.dom.ls.LSProgressEvent
org.w3c.dom.ranges.DocumentRange
org.w3c.dom.ranges.Range
org.w3c.dom.ranges.RangeException

But my login works only for flowable-idm , if i use flowable-admin,modelere or task i get directed back to idm login page

Similar redirect problems has been reported like below

I coundn’t find the solution yet for redirect , could you please guide on how to fix it

Regards

Arun