I am trying to read an environment variable in our application running on WAS6.0. While the same configuration runs fine on WAS6.1 it is unable to recognize the same env variable with the former....
Type: Posts; User: somakd; Keyword(s):
I am trying to read an environment variable in our application running on WAS6.0. While the same configuration runs fine on WAS6.1 it is unable to recognize the same env variable with the former....
I have a composite primary key mapping using the following tag :
<composite-id name="advisorID">
<key-property name="field_1"/>
<key-property name="field_2"/>
</composite-id>
Q1. I want to...