Re: Ibator for ibatis 3

2010-02-19 Thread Guy Rouillier
After banging on this for almost 24 hrs straight, I've made some progress, but I'm stuck on an Eclipse error when I try to get the context menu on ibatorConfig.xml. I'll put the stack trace at the end because of it's length. I looked in the config and I see these two entries: /instance/org.e

Re: iBatis annotation related questions

2010-02-19 Thread Clinton Begin
When is your workshop? On 2010-02-18, Ing. Jan Novotný wrote: > Thank you guys for sharing your experience. It's pretty good to hear that > combining annotations and XML approach works in practice. > > My first thought was, that in case of large systems I wouldn't be able tu > guess whether I sho

Re: iBatis annotation related questions

2010-02-19 Thread Ing . Jan Novotný
3rd March. 2010/2/19 Clinton Begin > When is your workshop? > > On 2010-02-18, Ing. Jan Novotný wrote: > > Thank you guys for sharing your experience. It's pretty good to hear that > > combining annotations and XML approach works in practice. > > > > My first thought was, that in case of large

Re: Ibator for ibatis 3

2010-02-19 Thread Jeff Butler
Look at MANIFEST.MF in the ibator.core project. The Export-Package directive must list all packages in the ibator.jar file - the version in SVN needs an update. A small bit of OSGI loveliness. That's my best guess. I'll take a look at updating this in SVN later today - hopefully :) Jeff Butler

Re: iBatis annotation related questions

2010-02-19 Thread Clinton Begin
There will be a new release by then, probably this weekend. On 2010-02-19, Ing. Jan Novotný wrote: > 3rd March. > > 2010/2/19 Clinton Begin > >> When is your workshop? >> >> On 2010-02-18, Ing. Jan Novotný wrote: >> > Thank you guys for sharing your experience. It's pretty good to hear >> > tha

Re: iBatis annotation related questions

2010-02-19 Thread Ing . Jan Novotný
Thanks. Did you notice my question about DB dialect porting issues? What is your opinion on this matter? Jan 2010/2/19 Clinton Begin > There will be a new release by then, probably this weekend. > > On 2010-02-19, Ing. Jan Novotný wrote: > > 3rd March. > > > > 2010/2/19 Clinton Begin > > > >>

Re: iBatis annotation related questions

2010-02-19 Thread Clinton Begin
If it's a concern, I'd stick with XML. But in my 12 years in this business, I've never swapped out one database wholesale for another. Clinton 2010/2/19 Ing. Jan Novotný > Thanks. Did you notice my question about DB dialect porting issues? What is > your opinion on this matter? > > Jan > > > 2

RE: iBatis annotation related questions

2010-02-19 Thread Jose Lora
I had to do it once, but we knew that was going to happen so we pushed the SLQ code down to the database (stored/procedures/ macros) so making the change didn't required to touch our Java/XML code (well just a bit), the Java code look simpler (use good names for your DB objects J ) and the DBA w

RE: iBatis annotation related questions

2010-02-19 Thread charlie bird
Had to port database last year but all the sql was in xml and that made it easy. It was also done within Spring so swapping the DAO implementations over was a piece of cake. Meant we could back out just as easily as well (not that we has too). To echo Clinton: Stick with XML --- On Fri, 19/2/10,

Re: Ibator for ibatis 3

2010-02-19 Thread Guy Rouillier
Unfortunately, that's not it. I had found that manifest and updated it to reflect 3.0.0. I'll try working more on this tonight. I'll search my Eclipse installation and just remove all other instances of the Ibator JAR; hopefully then at least Eclipse will give me some big error message ident

Re: Ibator for ibatis 3

2010-02-19 Thread Jeff Butler
I just committed some changes to the eclipse plugin code for version 1.2.2. Things work fine for me. Also, I updated the instructions for building the eclipse plugin here: http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.eclipse.doc/html-src/eclipseui/bui

Re: Ibator for ibatis 3

2010-02-19 Thread Guy Rouillier
I'll try a fresh checkout. The link below is failing for me: The requested URL /repos/asf/ibatis/java/ibator/trunk/eclipse/org.apacheibatis.ibator.eclipse.doc/html-src/eclipseui/buildingFromSVN.html was not found on this server. On 2/19/2010 4:07 PM, Jeff Butler wrote: I just committed some