views:

257

answers:

0

Here is my mapping file. I am not sure why I am getting "The 'catalog' s not declared." Please help.

          <join schema="roc" catalog="SMMS_APP" table="GenericLookupValue" fetch="join" inverse="false" optional="true">
             <key column="LookupValueID" foreign-key="LookupID" />
             <property name="Name"></property>
             <property name="IsActive"></property>
             <property name="Created_DT"></property>
             <property name="Modified_DT"></property>
             <property name="CreatedId"></property>
             <property name="ModifiedID"></property>
          </join>
</class>

related questions