I want to do something like that (Very basic…) :
@Resource(lookup = "my/jndi/name")
private String someString;
And the glassfish console isn’t clear about how to configure a jndi String resource named “my/jndi/name”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to do something like that :
You can use the glassfish console and add a custom resource :
Note that you must add a property with “value” as name.
And here is the corresponding glassfish-resource.xml file :