User Activity

  • Posted a comment on ticket #183 on Yet Another Java Service Wrapper

    Hi @rzorzorzo, I'm not sure if this is working as expected? Your latest commit https://sourceforge.net/p/yajsw/yajsw/ci/611c787cda585ebe2d112370d22cb05aa338cb7e/tree/src/yajsw/src/main/java/org/rzo/yajsw/util/Utils.java?diff=d4513df542383f3a7be6066f1a5b5dd53bafc502 lowercases the key on windows before you've read the value out of conf.getProperty(key). My env var is in uppercase and it therefore can't find it. If I temporarily change it to lowercase it can then be found. I think the to lowercase...

  • Created ticket #194 on Yet Another Java Service Wrapper

    Version 13.05 logs that it is version 13.04

  • Modified a comment on ticket #183 on Yet Another Java Service Wrapper

    I experienced the same issue and narrowed it down to a change between 12.13 and 12.14. This commit https://sourceforge.net/p/yajsw/yajsw/ci/4a25095893569605c48e8f17e4749433b8a155f9/ makes changes to YajswConfigurationImpl and how it reads config. It used to create a CaseInsensitiveMap which tolowercase()ed the key before inserting into the map. This has been commented out and replaced with a call to EnvironmentConfiguration, which internally calls System.getenv(). The docs for this say it is case...

  • Posted a comment on ticket #183 on Yet Another Java Service Wrapper

    I experienced the same issue and narrowed it down to a change between 12.13 and 12.14. This commit https://sourceforge.net/p/yajsw/yajsw/ci/4a25095893569605c48e8f17e4749433b8a155f9/ makes changes to YajswConfigurationImpl and how it reads config. It used to create a CaseInsensitiveMap which tolowercase()ed the key before inserting into the map. This has been commented out and replaced with a call to EnvironmentConfiguration, which internally calls System.getenv(). The docs for this say it is case...

View All

Personal Data

Username:
alexsheppard11
Joined:
2012-07-01 13:30:58

Projects

This is a list of open source software projects that Alex Sheppard is associated with:

  • Project Logo CReST CReST: The Cloud Research Simulation Toolkit Last Updated:

Personal Tools