This week's giveaway is in the OCPJP forum. We're giving away four copies of Practice Tests for OCP Java 17 Certification Exam (1Z0-829) and have Paul Anilprem on-line! See this thread for details.
Can someone please tell me the meaning or what the tag <abstract-schema-name> stands for in ejb-jar.xml deployment descriptor. Mean while I sing and wait for my copy of HF EJB from Amazon; Hopefully the meaning will be there.
The abstract-schema-name element specifies the name of the abstract schema type of an entity bean with cmp-version 2.x. It is used in EJB QL queries. For example, the abstract-schema-name for an entity bean whose local interface is com.acme.commerce.Order might be Order.