|
OK, changing the alias from <typeAlias alias="Forecaster" type="com.roanoketimes.forecasters.Forecaster,com.roanoketimes.forecasters" /> to this: <typeAlias alias="Forecaster" type="com.roanoketimes.forecasters.Forecaster" /> fixed the issue. But I still don’t
know why. Can anybody tell me? I could not find any documentation on
<typeAlias> tag itself in the help files. From: Douglas Smith
[mailto:[EMAIL PROTECTED] By the way, why have the second element
after the comma? <typeAlias alias="Forecaster"
type="com.roanoketimes.forecasters.data.Forecaster,
com.roanoketimes.forecasters.data" /> Why is this not good enough? <typeAlias alias="Forecaster" type="com.roanoketimes.forecasters.data.Forecaster"
/> I could not find any documentation on
<typeAlias> itself in the help file. From: Alexandre
Grenier [mailto:[EMAIL PROTECTED] I love how people almost feel a need to
apologize for using VB J For your question, check the assembly
default namespace (in VS project properties), that could be a cause. Alex |
- RE: iBatis Newbie: Problem with <typeAlias> Douglas Smith
- Re: iBatis Newbie: Problem with <typeAlias&g... Martín Trejo Chávez

