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

none jndi.xxx properties are not passed to runtime any more with 1.10.0 #588

Closed
markuslutumnedap opened this issue Jun 6, 2024 · 4 comments

Comments

@markuslutumnedap
Copy link

markuslutumnedap commented Jun 6, 2024

We use very complex JNLP files with a huge set of properties like:
<property name="myprefix.initialContextFactory" value="org.wildfly.naming.client.WildFlyInitialContextFactory"/>
In the past we had an issue using the default jndi.xxx prefix because the generated -Djndi.xxx commandline was too long.
So we changed to lets say myprefix.xxx
Since 1.10.0 those are not added any more.

The workaround using deployment.properties mentioned here:
https://board.karakun.com/viewtopic.php?p=10573&sid=072e283934096c0d1e95f20de055344e#p10573
is not applicable. The client machine is not under our control. The jnlp file change and there are a lot of properties used.

This breaks the applications currently when the clients press update OWS on startup.

@fleminra
Copy link
Contributor

fleminra commented Jun 7, 2024

Probably a duplicate of #587.

@markuslutumnedap
Copy link
Author

I agree... can be closed as duplicate

@sclassen
Copy link
Member

sclassen commented Jun 7, 2024

We found the source of the problem an plan on releasing a bugfix early next week

@sclassen
Copy link
Member

Fixed with 1.10.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants