RE: Medium Trust Environments

2009-07-30 Thread Erin Rollenhagen
Bingo!!! That solved the reflection error. Thank you! From: Ron Grabowski [mailto:rongrabow...@yahoo.com] Sent: Wednesday, July 29, 2009 10:35 PM To: user-cs@ibatis.apache.org; mich...@mccurrey.com Subject: Re: Medium Trust Environments I think there is a setting / to turn off the IL

RE: Medium Trust Environments

2009-07-30 Thread Carlos Peix
: user-cs@ibatis.apache.org; mich...@mccurrey.com Asunto: RE: Medium Trust Environments Bingo!!! That solved the reflection error. Thank you! From: Ron Grabowski [mailto:rongrabow...@yahoo.com] Sent: Wednesday, July 29, 2009 10:35 PM To: user-cs@ibatis.apache.org; mich...@mccurrey.com Subject

Re: Medium Trust Environments

2009-07-30 Thread Michael McCurrey
, 2009 10:35 PM *To:* user-cs@ibatis.apache.org; mich...@mccurrey.com *Subject:* Re: Medium Trust Environments I think there is a setting / to turn off the IL optimizations which means you can't use any of the lazy loading. -- *From:* Michael McCurrey mmccur

RE: Medium Trust Environments

2009-07-30 Thread Dustin Aleksiuk
What do you mean by this? Thanks, Dustin From: Carlos Peix [mailto:peix-lis...@praxia.com.ar] Sent: Thursday, July 30, 2009 8:54 AM To: user-cs@ibatis.apache.org; mich...@mccurrey.com Subject: RE: Medium Trust Environments Erin, Be careful, resigning lazy loading nowadays is equivalent

RE: Medium Trust Environments

2009-07-30 Thread Erin Rollenhagen
It's version 1.1.5.433 I just downloaded it from the site a couple of days ago. From: Michael McCurrey [mailto:mmccur...@gmail.com] Sent: Thursday, July 30, 2009 9:57 AM To: user-cs@ibatis.apache.org Subject: Re: Medium Trust Environments Which version number of DynamicProxy did you

RE: Medium Trust Environments

2009-07-30 Thread Carlos Peix
=lazy+loading [2] http://www.google.com/search?q=ibatis+lazy+loading Regards Carlos Peix _ De: Dustin Aleksiuk [mailto:dustin.aleks...@huskyenergy.com] Enviado el: Jueves, 30 de Julio de 2009 12:00 p.m. Para: user-cs@ibatis.apache.org Asunto: RE: Medium Trust Environments What do you

RE: Medium Trust Environments

2009-07-30 Thread Dustin Aleksiuk
: RE: Medium Trust Environments Hi Dustin, Lazy loading is a very powerful optimization technique that allows you not to load full object graphs when you need just one. There are a lot of articles on the web about this topic, check [1] for basic information or [2] for details on IBatis [1

RE: Medium Trust Environments

2009-07-30 Thread Erin Rollenhagen
though. -Ms. Erin Rollenhagen From: Carlos Peix [mailto:peix-lis...@praxia.com.ar] Sent: Thursday, July 30, 2009 12:48 PM To: user-cs@ibatis.apache.org Subject: RE: Medium Trust Environments Oh, sorry for the analogy. I understood that Erin was happy to solve the problem

Medium Trust Environments

2009-07-28 Thread Erin Rollenhagen
attribute and signing it, but to no avail. I still get the security exception. What I'd like to know is if this is something that just cannot be done, if Ibatis is fundamentally incompatible with medium-trust environments, or if there is a way to configure things so that it will run in medium trust

Re: Medium Trust Environments

2009-07-28 Thread Michael McCurrey
, if Ibatis is fundamentally incompatible with medium-trust environments, or if there is a way to configure things so that it will run in medium trust. Does anyone have this working currently? If this is something obvious that I am not getting about how medium trust works, please forgive me

RE: Medium Trust Environments

2009-07-28 Thread Erin Rollenhagen
the road and I don't feel like I'm comfortable enough with Ibatis to be sure that I'm not messing something up. Thanks! --Erin From: Michael McCurrey [mailto:mmccur...@gmail.com] Sent: Tuesday, July 28, 2009 8:02 PM To: user-cs@ibatis.apache.org Subject: Re: Medium Trust Environments I'm

RE: Medium Trust Environments

2009-07-28 Thread Erin Rollenhagen
(IExecutionStep step, Boolean completedSynchronously) +75 From: Michael McCurrey [mailto:mmccur...@gmail.com] Sent: Tuesday, July 28, 2009 8:02 PM To: user-cs@ibatis.apache.org Subject: Re: Medium Trust Environments I'm not around a compiler at the moment; but I do recall reading someplace

Re: iBatis and Medium Trust Environments

2008-11-10 Thread dcyphr88
. - New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. -- View this message in context: http://www.nabble.com/iBatis-and-Medium-Trust-Environments-tp3679770p20431279.html Sent from the iBATIS - User - Cs mailing list

Re: iBatis and Medium Trust Environments

2006-03-31 Thread Shawn Smiley
Thanks for the reply. Unfortunately my code will be running on a shared server at my hosting provider so I can't modify the trust level or allowed permissions. I'll just have to come up with a different DAL solution. I'll probably just throw together a very simple one (I only have 3 tables in a

Re: iBatis and Medium Trust Environments

2006-03-31 Thread Shawn Smiley
This is currently with .net 1.1 hosted by 11. The FAQ on their site doesn't explicitly say that they are running in Medium trust, but I inferred that based on the list of restrictions they indicate.The restrictions include:-No file access outside of the application directory-No calls to unmanaged