This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I use vsj-standard with Java 1.7?

I have an application with desktop client who connect with the server via vsj-weblogic library:

- jaas.config
- WinSSPIProvider --> WinSSPI.dll
- EjbClientKerberosLoginModule

 

My weblogic server is running on java 8, but I can't upgrade java from client (currently 1.6) because it doesn't work with this authentication configuration.

 

How can I migrate to modern systems?