Title: Problem with 'typeAlias'

I was wondering if anybody has seen an error when adding a 'typeAlias' tag to a sql map.  I'm assuming this is the method for referencing a class that lives in different assembly.

I'm seeing a "Could not load type with a null or zero length parameter" when adding a typeAlias (even if the class is contained in the same assembly that is usng Ibatis).  If I remove all of the 'typeAlias' elements from the 'alias' element, I don't get the above error, but I do get a 'Could not load type: <class name>".

BTW:  All of the asseblies are sitting in the bin/debug directory of the project.  So, I don't think it is a path issue.

If this sounds familiar, let me know -- I'm new to Ibatis and it might just be a configuration goof.

Thanks,
Kent


Reply via email to