I think the problem with this has always been that there's no way to do a
"package" listing of all of the classes/files/resources in a package.  So
we'd have to convert the package to a file path via a URL (file://) and then
do quite a messy hack that would only work *sometimes* (i.e. if your
resources are not in a JAR file or on a web server...).
Clinton

On Mon, Jul 13, 2009 at 10:57 AM, Nathan Maves <nathan.ma...@gmail.com>wrote:

> This sounds like a reasonable request.  I love more convention over
> configuration, even if it is just less configuration.
> Wonder if we can get it into IB 3.
> Might want to submit a ticket so it does not get lost.
>
> Nathan
>
>
> On Sat, Jul 11, 2009 at 6:09 AM, Marco Musu <musm...@gmail.com> wrote:
>
>> Hi everyone,
>> it is possibile to use wildcards inside a SqlMapConfig file?
>>
>> I usually put all sqlMap files into a package of my project, so it
>> will be useful to have all resources automatically added without
>> specifing every xml inside the sqlMapConfig...
>>
>> Any suggestions?
>>
>> thanks
>> Marco
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
>> For additional commands, e-mail: user-java-h...@ibatis.apache.org
>>
>>
>

Reply via email to