About Question enthuware.jwpv6.2.890 :
Posted: Mon Jan 06, 2014 2:42 pm
Why is the first option incorrect?
Java Certification Resources and Java Discussion Forum
https://enthuware.com/forum/
Item 1 should be env-entry? I cannot find the env-ref in the J2EE6 Schema.Remember:
1. env-ref is used to specify simple initialization parameter type of things. They can only be String or any other primitive.
2. ejb-ref and ejb-local-ref are used to specify referenced to a remote or local EJBs.
3. resource-ref is used to specify datasource and Topic and Queue connection factories.
4. resource-env-ref is used to specify Topics and Queues.