-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Hi,
I am using the following code within a POJO:
@Inject @Property(resolveEnvironment = true) private String abc;
I have created an environment variable of the same name, but always get an exception while Injecting the property and assigning the value.
Queries:
- Is the syntax correct as mentioned above?
- The code is deployed to JBOSS as WAR and have included the dependent JAR . Is it correct?
Kindly help.
Thanks
Milind