Search:

Type: Posts; User: somakd; Keyword(s):

Search: Search took 0.01 seconds.

  1. Unable to read env. variable through PropertyPlaceholderConfigurer

    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....
  2. Replies
    3
    Views
    1,131

    Load data with composite keys

    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...
Results 1 to 2 of 2