Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Query Reg env-entry in ejb jar xml

843830Mar 28 2006 — edited Jun 5 2006
Hi,

I have the following tag in the ejb-jar of my application:

<env-entry>

<env-entry-name>postingDate</env-entry-name>

<env-entry-type>java.lang.String</env-entry-type>

<env-entry-value>Request</env-entry-value>

</env-entry>



When a JNDI LookUp is done for this variable in the application, it doesn't pick up the value of the variable which is "Request" but it picks up the Value of the Posting Date.

I need to know how this works!

Just an Fyi, Posting Date is a date entered from the UI.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2006
Added on Mar 28 2006
4 comments
177 views