Skip to Content.
Sympa Menu

grouper-users - [grouper-users] elConfig property not working

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] elConfig property not working


Chronological Thread 
  • From: Paul Engle <>
  • To:
  • Subject: [grouper-users] elConfig property not working
  • Date: Fri, 25 May 2018 15:26:05 -0500
  • Ironport-phdr: 9a23:MdNbYxbV8Nc3yNvI/wTcvsP/LSx+4OfEezUN459isYplN5qZoM+4bnLW6fgltlLVR4KTs6sC17KN9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCazbL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjE28G/ZhM9+gr9Frh29vBFw2ZLYbZuPOfZiYq/Qf9UXTndBUMZLUCxBB5uxYZEVAOocOeZTsobzp10BrRu6GwanGeTiyidWiX/w0q061/ouHBrc3AwhA90Brm7Yo8voO6cPSO24yrTDwzbbb/5Oxzvw6ZTEfxIkrPGCXr9/atbdxEwgGg/ZklmftInoMC+J2ukJtmWW6vRsWOyzh2Mhtgp/uCKgxt02hYnMno8Vyk7L9SF+wIstIN23Uk97Ydq9HJtJtCGWK5J6Q8w8T2xmpCo20LIGuZm8fCgFzJQo2QTTZOCAc4iN+h7jVeCRLilkhH99Zr6yhgq+/Eqlx+3yVcS7y0pGoy9Kn9XQqnwCyhne5dSbRvZ5+0qs3CiD2g7P5u1cJEA7j6vbK5ovwr4qkZoTtFzOHjfol0Xwg6+Wclsr9/Oy6+TmfrrpuIWQOJFphQHjKqgugNCwAfwkMggSWGiW4eu81Kfk/U3kWLVFkOc2nrDEsJDBO8sbvLW5DhRR0oYi8Ba/Eyym3MoCkXkGKlJFZAyIj5LvO17QPPD0E+2zjEqxnzd2lLj6OejuGJLQNnXZ1ar6cKxmw09a1Acpy91DvdRZBqxSDuj0XxrJvcHcRjI/PAi5i7L/BdNy0o42Q2OED+mUPL6E4gzA3f4mP+TZPNxdgz36MfVwv/M=


In preparation for our move to containerized grouper, I'm playing around with storing property values in env variables and reading them into grouper via the .elConfig property definition mechanism.

In general, it's working well. But I can't seem to get the property for hibernate.connection.url to get set. I have the following in grouper.hibernate.properties:

hibernate.connection.url.elConfig = ${java.lang.System.getenv().get('GROUPER_DB_URL')}

and the GROUPER_DB_URL env variable holds the appropriate string. But when I try to crank up gsh, it keeps trying to connect to the default url value of jdbc:hsqldb:hsql://localhost:9001/grouper

The username & password are being read in via .elConfig expressions just fine. As are all the LDAP server parameters in the subject.properties file. There just seems to be something about the hibernate.connection.url.elConfig property that is preventing it from getting evaluated.

  -paul


-- 
Paul Engle
Office of Information Technology
713-348-4702


  • [grouper-users] elConfig property not working, Paul Engle, 05/25/2018

Archive powered by MHonArc 2.6.19.

Top of Page