Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is not possible to store a flow's messages external to the app's jar [SWF-1747] #922

Open
spring-operator opened this issue Jun 4, 2021 · 0 comments
Labels
in: binding status: waiting-for-triage We need additional information before we can continue

Comments

@spring-operator
Copy link
Contributor

Alpheratz opened SWF-1747 and commented

Currently, SWF requires that a flow's messages are co-located with the flow definition XML file. This is problematic.

I have an application where the users fret about every word presented in the UI and change messages regularly but don't ask for many changes to the actual flow or coding.

As things currently stand, I have to repackage the jar and redeploy for every wording change, no matter how trivial. This is a PITA for me 'cos the host organisation's  bureaucracy is mind-boggling. If I could claim that "it's just a message file change", it would be treated in a much more relaxed manner.

Ideally, when resolving messages, SWF would use the same sort of configuration heirarchy as seen in Spring Boot, eg: system properties -> global files -> specified packaged files -> default location.


Affects: 2.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: binding status: waiting-for-triage We need additional information before we can continue
Projects
None yet
Development

No branches or pull requests

1 participant