You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by "Kulkarni, Srinivas" <Sr...@nds.com> on 2007/11/07 06:21:08 UTC

The error occurred while loading SqlMap

I am a new user to iBATIS, and I am facing problems in executing the
application.

I always get the error "The error occurred while loading SqlMap"

 

The environment I am working on is

.NET 2.0 with Oracle 10g as the backend.

 

I have attached a demo project. Please let me know what is wrong with
this code.

 

Regards,

Srinivas Kulkarni

Disclaimer:
*********************************************************************************************************
This e-mail is confidential, the property of NDS Ltd and intended for the addressee only.  Any dissemination, copying or distribution of this message or any attachments by anyone other than the intended recipient is strictly prohibited.  If you have received this message in error, please immediately notify the postmaster@nds.com and destroy the original message.  Messages sent to and from NDS may be monitored.  NDS cannot guarantee any message delivery method is secure or error-free.  Information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.  We do not accept responsibility for any errors or omissions in this message and/or attachment that arise as a result of transmission.  You should carry out your own virus checks before opening any attachment.  Any views or opinions presented are solely those of the author and do not necessarily represent those of NDS.

To protect the environment please do not print this e-mail unless necessary.

NDS Limited Registered office: One Heathrow Boulevard, 286 Bath Road, West Drayton, Middlesex, UB7 0DQ, United Kingdom. A company registered in England and Wales  Registered no. 3080780   VAT no. GB 603 8808 40-00
**********************************************************************************************************

Disclaimer:
*********************************************************************************************************
This e-mail is confidential, the property of NDS Ltd and intended for the addressee only.  Any dissemination, copying or distribution of this message or any attachments by anyone other than the intended recipient is strictly prohibited.  If you have received this message in error, please immediately notify the postmaster@nds.com and destroy the original message.  Messages sent to and from NDS may be monitored.  NDS cannot guarantee any message delivery method is secure or error-free.  Information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.  We do not accept responsibility for any errors or omissions in this message and/or attachment that arise as a result of transmission.  You should carry out your own virus checks before opening any attachment.  Any views or opinions presented are solely those of the author and do not necessarily represent those of NDS.

To protect the environment please do not print this e-mail unless necessary.

NDS Limited Registered office: One Heathrow Boulevard, 286 Bath Road, West Drayton, Middlesex, UB7 0DQ, United Kingdom. A company registered in England and Wales  Registered no. 3080780   VAT no. GB 603 8808 40-00
**********************************************************************************************************


RE: The error occurred while loading SqlMap

Posted by Stefan Raffeiner <St...@aimsoftware.com>.
Hi,

 

in the mapping file Person.xml, change the line starting with <sqlMap
namespace="Person" ...> to include the namespace as follows:

 

<sqlMap namespace="Person"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="SqlMap.xsd"
xmlns="http://ibatis.apache.org/mapping">

 

Regards,

Stefan

 

From: Kulkarni, Srinivas [mailto:SrinivasK@nds.com] 
Sent: Wednesday, November 07, 2007 6:21 AM
To: user-cs@ibatis.apache.org
Subject: The error occurred while loading SqlMap

 

I am a new user to iBATIS, and I am facing problems in executing the
application.

I always get the error "The error occurred while loading SqlMap"

 

The environment I am working on is

.NET 2.0 with Oracle 10g as the backend.

 

I have attached a demo project. Please let me know what is wrong with
this code.

 

Regards,

Srinivas Kulkarni

Disclaimer:
************************************************************************
*********************************
This e-mail is confidential, the property of NDS Ltd and intended for
the addressee only. Any dissemination, copying or distribution of this
message or any attachments by anyone other than the intended recipient
is strictly prohibited. If you have received this message in error,
please immediately notify the postmaster@nds.com and destroy the
original message. Messages sent to and from NDS may be monitored. NDS
cannot guarantee any message delivery method is secure or error-free.
Information could be intercepted, corrupted, lost, destroyed, arrive
late or incomplete, or contain viruses. We do not accept responsibility
for any errors or omissions in this message and/or attachment that arise
as a result of transmission. You should carry out your own virus checks
before opening any attachment. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
NDS.

To protect the environment please do not print this e-mail unless
necessary.

NDS Limited Registered office: One Heathrow Boulevard, 286 Bath Road,
West Drayton, Middlesex, UB7 0DQ, United Kingdom. A company registered
in England and Wales Registered no. 3080780 VAT no. GB 603 8808 40-00
************************************************************************
**********************************