I need to become better familiarized with the whole process. Is the
"process" as simple as going to Jira and opening an issue? Should
someone post to the mailing list whenever they open a Jira issue?
Perhaps a

An example of the documenation:
The current linked Developer's Guide download lists only "file" as an
attribute of SqlMap and incorrectly lists the parent as dataMaps.:
Example 53. SqlMap elements
<dataMaps>
<sqlMap file="Maps/Category.xml"/>
<sqlMap file="Maps/Product.xml"/>
<dataMaps>

It's not clear to users of the site that the documentation is not up
to date as it does not refer to the version that it was written for.
It is also not clear that you can build your own documenation. And the
process of installing and building in SVN isn't particularly
easy/straight-forward.

Anyway, these are just my observations from using IBATIS.NET over the
past 6 months for a (getting close to) production web service. I don't
mean to sound like a complainer and I have had no issues with the code
itself which is ultimately the most important issue.

Thanks for the info.

On 5/21/05, Ron Grabowski <[EMAIL PROTECTED]> wrote:
> Nothing has changed in the source your orignal post on this issue:
> 
> http://www.mail-archive.com/ibatis-user-cs@incubator.apache.org/msg00354.html
> 
> The code for getting the sqlMap elements is still:
> 
> #region Load sqlMap mapping files
> foreach (XmlNode xmlNode in
> _configScope.SqlMapConfigDocument.SelectNodes("/sqlMapConfig/sqlMaps/sqlMap"))
> {
>  _configScope.NodeContext = xmlNode;
>  ConfigureSqlMap();
> }
> #endregion
> 
> It sounds like you already have a working patch. If you think other
> users would find your patch helpful, I recommend opening a Jira issue
> and attaching your patch:
> 
>  http://issues.apache.org/jira/browse/IBATISNET
> 
> If the change is small enough, you may be able to just paste in your
> code. I do :-)
> 
> If you think the documentation could be improved, feel free to add an
> issue for that too.
> 
> --- Bob Hanson <[EMAIL PROTECTED]> wrote:
> > I already mentioned that ibatis does not configure in a way that I
> > think is best when using it with a DAL class library. So my current
> > ibatis build is modified as I explained in a previous email.
> > Unfortunately the configuration documentation is not up to date so I
> > don't know if I need to keep my changes or if a more recent version
> > would work for me.
> >
> > On 5/21/05, Ron Grabowski <[EMAIL PROTECTED]> wrote:
> > > What are you trying to do that isn't in the documentation?
> > >
> > > --- Bob Hanson <[EMAIL PROTECTED]> wrote:
> > > > Is more ibatis.net documentation planned?
> > > >
> > > > It would be nice if the Generic Developer Guide listed the
> > version it
> > > > was written for. The current download just isn't in sync wih the
> > > > latest version and makes configuration confusing.
> > > >
> > >
> >
>

Reply via email to