Hi Dave
is the following snippet exactly the same as in the SqlMap?
If so then the parser might get confused about the carriage return
within the string starting at box3d('
<insert id="storeFeatureSet" parameterClass="IFeatureSet">
insert into feature_set (format_id, projection_name, bounds)
values(#format.id#,
#projection.name#,
box3d('BOX3D($bounds.minX$ $bounds.minY$, $bounds.maxX$
$bounds.maxY$)'))
</insert>
Kind regards
Volker
