--
You received this message because you are subscribed to the Google Groups "Payara Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to payara-forum+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/payara-forum/b1640b3c-55db-4289-9853-6570aff6b855%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
There's a very simple workaround though. The properties can be added after the JAAC Provider is created, etiher in the Admin console or with asadmin `set` command.Hi Tomasz,This is a bug in Payara Server. I've tested in and confirm it happens on my side too. Please raise it as an issue on github: https://github.com/payara/Payara/issues/The corresponding asadmin command would look like:
set configs.config.server-config.security-service.jacc-provider.jaac_provider.property.abc=defThis command sould work as is in Docker, because the default configuration is server-config. Only in case you create a separate configuration, you would have to replace server-config with the name of your configuration.I hope that helps. But even if it does, please raise the bug on github so that we remember to fix it.Ondro
2018-01-31 10:29 GMT+01:00 Tomasz Bembnista <tomasz.b...@gmail.com>:
Hi all,I'm trying to create JACC provider with asadmin command create-jacc-provider. The provider will be created, but the param --property will be not considered.My command looks like this:create-jacc-provider --policyproviderclass com.mydomain.PolicyProvider --policyconfigfactoryclass com.mydomain.PolicyConfigurationFactory --property abc=cdf jaac_providerbut the list of properties in created provider is empty:I'am using docker image payara/server-full latest (175).Have you any idea what is wrong with the command? Or is it known issue? Any workarounds?Thanks in advance,Tomek
--
You received this message because you are subscribed to the Google Groups "Payara Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to payara-forum...@googlegroups.com.