12345678910111213141516171819202122232425 |
- [Logging Date Time: 2016-10-11 10:29:38,630] =====================================================================================
- Error Message -
- - The error occurred while loading SqlMap.
- - loading update tag
- - The error occurred in <sqlMap resource="OracleQuery\\CLIP.e-Form.Hospital.Dfh.Patient.xml" xmlns="http://ibatis.apache.org/dataMapper" />.
- - Check the UPDATE_USERSETUP.
- IBatisNet.Common.Exceptions.ConfigurationException:
- - The error occurred while loading SqlMap.
- - loading update tag
- - The error occurred in <sqlMap resource="OracleQuery\\CLIP.e-Form.Hospital.Dfh.Patient.xml" xmlns="http://ibatis.apache.org/dataMapper" />.
- - Check the UPDATE_USERSETUP. ---> System.TypeLoadException: Could not load type from string value 'Code'.
- 위치: IBatisNet.Common.Utilities.TypesResolver.TypeResolver.ResolveType(String typeName)
- 위치: IBatisNet.Common.Utilities.TypesResolver.TypeResolver.Resolve(String typeName)
- 위치: IBatisNet.Common.Utilities.TypesResolver.CachedTypeResolver.Resolve(String typeName)
- 위치: IBatisNet.Common.Utilities.TypeUtils.ResolveType(String typeName)
- 위치: IBatisNet.DataMapper.TypeHandlers.TypeHandlerFactory.GetType(String className)
- 위치: IBatisNet.DataMapper.Configuration.Statements.Statement.Initialize(ConfigurationScope configurationScope)
- 위치: IBatisNet.DataMapper.Configuration.DomSqlMapBuilder.ConfigureSqlMap()
- 위치: IBatisNet.DataMapper.Configuration.DomSqlMapBuilder.Initialize()
- 위치: IBatisNet.DataMapper.Configuration.DomSqlMapBuilder.Build(XmlDocument document, DataSource dataSource, Boolean useConfigFileWatcher, Boolean isCallFromDao)
- --- 내부 예외 스택 추적의 끝 ---
- 위치: IBatisNet.DataMapper.Configuration.DomSqlMapBuilder.Build(XmlDocument document, DataSource dataSource, Boolean useConfigFileWatcher, Boolean isCallFromDao)
- 위치: IBatisNet.DataMapper.Configuration.DomSqlMapBuilder.Configure(XmlDocument document)
- 위치: CLIP.eForm.Server.Data.IBatisHelper.GetConnect(String sProvidersPath)
|