This content has been marked as final.
Show 1 reply
-
1. Re: Use of @Parameters in WELD-SE,
mkouba Feb 29, 2016 8:54 AM (in response to kalber)Hi Karlheinz,
yes, parameters refer to command line arguments. However, they are available out of the box only if
org.jboss.weld.environment.se.StartMain
is used. So if usig a custom main method you'll have to set the args manually, see alsoorg.jboss.weld.environment.se.beans.ParametersFactory.setArgs(String[])