-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Version 1.10, resource properties missing #587
Comments
+1 All of our Web Start applications that depend on JNLP-set properties are fatally broken in OWS 1.10.0. 1.9.1 works. |
I've had the same problem. |
We found the source of the problem an plan on releasing a bugfix early next week |
Thank you! |
Fixed with 1.10.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resource properties are not forwarded to the application since updating to 1.10.
Looks like all my applications are broken with this update, since they all have jdbc urls specified in the resource section.
I'm working with very simple jnlp files, here's an example:
The system property
db.url
is no longer forwarded to the application. There's nothing in the log file, by the way.I looked through recent commits and found an interesting line in this one: cce96c6
OwsJvmLauncher:250
I haven't looked into this any further, but this line does look a bit suspect, given the problem I'm running into :-).
The text was updated successfully, but these errors were encountered: