Le 24 août 2016 05:29, "scaddenp" <[email protected]> a écrit : > > I'll see what I can do. Checking out tomcat and setting it up in Netbeans > sounds like considerably more than 10 mins work. Then have to find > datasourcerealm in the source code to set the breakpoint. However, I dont > think I can easily setup up a github project with copy of the oracle > database that contains the digested passwords either so its that or stick > with 1.7.2. >
Create a maven project, add tomcat-catalina dependency as provided, your IDE will grab source and the realm will be available through this dependency. You just need to remote debug your instance. Really 10 mn ;). > The only two things I can think of that might need changing between 1.7.2 > and 7.0.1 for this would be the server.xml and context.xml (which just > contains resourcelink). I started by just copying in the 1.7.2 conf. No > other ideas what I could check that would be relevant? > > Hmm, can be. Can you check if your logs have some "adjusting" resource and the datasource + realm config connecting on your instance(s) using jmx? > > -- > View this message in context: http://tomee-openejb.979440.n4.nabble.com/Digest-changed-from-1-7-2-to-7-0-1-tp4679792p4679856.html > Sent from the TomEE Users mailing list archive at Nabble.com.
