-
Bug
-
Resolution: Done
-
Major
-
8.12
-
None
In WSConnectionImpl setDispatchProperties setting depend on Security Subject:
else if (this.mcf.getAsSecurityType() == WSManagedConnectionFactory.SecurityType.OAuth) { Subject subject = ConnectionContext.getSubject(); if (subject != null) { } ... }
Note if run WS connector with security in Embedded, ConnectionContext.getSubject() return null, the cause exception throw.