RE: Merging multiple sqlmaps configurations

2005-05-23 Thread Zeltner Martin
Could you give me an example? Cheers, Martin -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Montag, 23. Mai 2005 20:03 To: Jean-Francois Poilpret Cc: ibatis-user-java@incubator.apache.org Subject: Re: Merging multiple sqlmaps configurations Then your best bet

Re: Merging multiple sqlmaps configurations

2005-05-23 Thread Brandon Goodin
config files instead of only one. > > Just my 2 cents. > > -Original Message- > From: Brandon Goodin [mailto:[EMAIL PROTECTED] > Sent: Monday, May 23, 2005 10:25 PM > To: ibatis-user-java@incubator.apache.org > Subject: Re: Merging multiple sqlmaps configurations &

RE: Merging multiple sqlmaps configurations

2005-05-23 Thread Jean-Francois Poilpret
from several SqlMap config files instead of only one. Just my 2 cents. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 10:25 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Merging multiple sqlmaps configurations Sorry Martin, i have

Re: Merging multiple sqlmaps configurations

2005-05-23 Thread Brandon Goodin
> -Original Message- > From: Brandon Goodin [mailto:[EMAIL PROTECTED] > Sent: Montag, 23. Mai 2005 14:26 > To: ibatis-user-java@incubator.apache.org > Subject: Re: Merging multiple sqlmaps configurations > > > I'm really not sure what you are asking her

RE: Merging multiple sqlmaps configurations

2005-05-23 Thread Zeltner Martin
3. Mai 2005 14:26 To: ibatis-user-java@incubator.apache.org Subject: Re: Merging multiple sqlmaps configurations I'm really not sure what you are asking here. There is no way to combine two different sqlMapConfig files into one. You would have to create a new sqlMapConfig with all of the sqlMap

Re: Merging multiple sqlmaps configurations

2005-05-23 Thread Brandon Goodin
I'm really not sure what you are asking here. There is no way to combine two different sqlMapConfig files into one. You would have to create a new sqlMapConfig with all of the sqlMap files configured into it or load two SqlMapClients with their own sqlMapConfig files. Brandon On 5/23/05, Zeltner

Merging multiple sqlmaps configurations

2005-05-23 Thread Zeltner Martin
Hello, I've got following two sqlmaps configuration files: file1: file2: I'd like to merge these two files now. Is there a possability so that I do not have to create a file like this below? file3: Thanks, Cheers,