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:Alexandre.Grenier markettools.com]
Sent: Wednesday, July 19, 2006
3:53 PM
To: user-cs ibatis.apache.org
Subject: RE: iBatis Newbie:
Problem with <typeAlias
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
|