Re: AW: Obsfucation in iBatis xml file

2006-06-21 Thread Clinton Begin
RDBMS will provide some kind of monitoring and all> the sqls will be available anyway.>> Andre> > > -Urspr�ngliche Nachricht->> > Von: Paul Benedict [mailto: [EMAIL PROTECTED]]> > Gesendet: Mittwoch, 21. Juni 2006 14:52> > An: user-java@ibatis.apa

Re: AW: Obsfucation in iBatis xml file

2006-06-21 Thread Paul Benedict
RDBMS will provide some kind of monitoring and all> the sqls will be available anyway.>> Andre>> > -Urspr�ngliche Nachricht->> > Von: Paul Benedict [mailto: [EMAIL PROTECTED]]> > Gesendet: Mittwoch, 21. Juni 2006 14:52> > An: user-java@ibatis.apache.org&g

Re: AW: Obsfucation in iBatis xml file

2006-06-21 Thread Clinton Begin
be available anyway.>> Andre>> > -Urspr�ngliche Nachricht->> > Von: Paul Benedict [mailto: [EMAIL PROTECTED]]> > Gesendet: Mittwoch, 21. Juni 2006 14:52> > An: user-java@ibatis.apache.org> > Betreff: Re: Obsfucation in iBatis xml file> >>

Re: AW: Obsfucation in iBatis xml file

2006-06-21 Thread Paul Benedict
gt; > Gesendet: Mittwoch, 21. Juni 2006 14:52> > An: user-java@ibatis.apache.org> > Betreff: Re: Obsfucation in iBatis xml file> >> > I am looking for the same thing. I'd like to encrypt my> > sqlmap files during my packaging phase. But how to decrypt> > them? I

Re: AW: Obsfucation in iBatis xml file

2006-06-21 Thread Larry Meadors
TECTED] > Gesendet: Mittwoch, 21. Juni 2006 14:52 > An: user-java@ibatis.apache.org > Betreff: Re: Obsfucation in iBatis xml file > > I am looking for the same thing. I'd like to encrypt my > sqlmap files during my packaging phase. But how to decrypt > them? I can only imagi

Re: AW: Obsfucation in iBatis xml file

2006-06-21 Thread Paul Benedict
e.org> Betreff: Re: Obsfucation in iBatis xml file> > I am looking for the same thing. I'd like to encrypt my > sqlmap files during my packaging phase. But how to decrypt > them? I can only imagine with a custom class loader, maybe AspectJ.> > Tom Henricksen <[EMAIL PROTECTED]&

AW: Obsfucation in iBatis xml file

2006-06-21 Thread Andre Peterka
Mittwoch, 21. Juni 2006 14:52 > An: user-java@ibatis.apache.org > Betreff: Re: Obsfucation in iBatis xml file > > I am looking for the same thing. I'd like to encrypt my > sqlmap files during my packaging phase. But how to decrypt > them? I can only imagine with a cu

Re: Obsfucation in iBatis xml file

2006-06-21 Thread Paul Benedict
I am looking for the same thing. I'd like to encrypt my sqlmap files during my packaging phase. But how to decrypt them? I can only imagine with a custom class loader, maybe AspectJ.Tom Henricksen <[EMAIL PROTECTED]> wrote: We are working on looking into code obfuscation for Java

Obsfucation in iBatis xml file

2006-06-21 Thread Tom Henricksen
We are working on looking into code obfuscation for Java application.  Is there some way to obfuscate the iBatis xml file?  My guess is probably not as this would be very difficult. Thanks, Tom