the resources.xml change would be easy to check: if the app doesn't send any query to the database then it doesnt use the right one. Most of the time the lookup would just fail and it would be visible in the logs.
yes I use context.xml but the factory is normally the same so if algorithm is null it can be a typo in the server.xml no? You can also debug the setAlgorithm to check it is called or not Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-08-28 23:17 GMT+02:00 scaddenp <[email protected]>: > I dont think it can be database, as it retreives the MD5 hash, exactly as > it > appears in database (and as from Digest). Since algorithm isnt set in Realm > object, I assume it has to be something to do with the config. Your config > is very very different from mine. Namely, datasourcerealm is configured in > context.xml instead of within engine definition in server.xml. Your > resource > is defined in resources.xml instead of context.xml. I will try configuring > like this and see what happens. > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/Digest-changed-from-1-7-2-to-7-0-1-tp4679792p4679960.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
