|
Hi:
I seem to be having a problem
with the name space facility.
I get the following
exception:
"There is no statement named
ADDAM_GROUP.abatorgenerated_selectByPrimaryKey in this SqlMap."
The XML map snippet
is:
<?xml version="1.0"
encoding="UTF-8"?> <sqlMap namespace="ADDAM_GROUP"> ........ <select id="abatorgenerated_selectByPrimaryKey"
resultMap="abatorgenerated_GroupResult"
parameterClass="com.rigci.addamsub.persistence.ibatis.model.GroupKey">
and the call, within the DAO java class is: public
Group selectByPrimaryKey(GroupKey key) {
Any help would be appreciated, Edwin
|
- name space Edwin Lukaweski
- Re: name space Clinton Begin
- Re: name space Edwin Lukaweski
- Re: name space Jeff Butler
- Re: name space Edwin Lukaweski
