Re: DB2

2016-10-12 Thread Lon Varscsak
I think I have an app that connects to a DB2 server. What’s up? On Wed, Oct 12, 2016 at 6:57 AM, Michael Kondratov < mich...@aspireauctions.com> wrote: > Hello, > Any one using WO with DB2? > > Michael > > Sent from my iPhone > ___ > Do not

Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
Ok I got a github account and made a fork. What is confusing me is which branch in the fork do I check out and add my code to. Is master the right one? Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU) prepares young people for

Re: DB2 Plugin Done

2011-04-27 Thread Pascal Robert
Le 2011-04-27 à 11:41, Jeffrey Simpson a écrit : Ok I got a github account and made a fork. What is confusing me is which branch in the fork do I check out and add my code to. Is master the right one? If you use WebObjects 5.4.x, master is the right one. Jeffrey Simpson Senior

Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
I have checked in my plugin to g...@github.com:jeffreyindc/wonder.git. Please have a look. I know I am probably the only person using DB2 but the PluginTest may be of interest. Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU)

Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
This is a better link to the github https://jeffreyi...@github.com/jeffreyindc/wonder.git Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU) prepares young people for their responsibilities and opportunities in a changing,

Re: DB2 Plugin Done

2011-04-27 Thread Pascal Robert
Hi Jeffrey, I had a quick look and so far the project structure seems ok. The only thing missing is the targets in build.xml: https://github.com/jeffreyindc/wonder/blob/master/Build/build/build.xml You should add a target for the plugin (see the H2Plugin.all target for an example) and

Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
Thanks for the help. The targets are in there now. Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU) prepares young people for their responsibilities and opportunities in a changing, interdependent world. simpson@yfu.orgOn Apr

Re: DB2 Plugin SQL Generation

2011-04-20 Thread Chuck Hill
Hi Jeffrey, On Apr 20, 2011, at 11:13 AM, Jeffrey Simpson wrote: Thanks for the responses from my previous email DB2 Plugin testing. I am working on the SQL Generation and so I looked at the sql generated from the MySql Plugin and the Postgress plugin. I have a question related to PK

Re: DB2 Plugin Testing

2011-04-18 Thread Chuck Hill
I don't know of a suite, but it is a good idea. Chuck On Apr 18, 2011, at 1:27 PM, Jeffrey Simpson wrote: So I am taking my ancient DB2 plugin and updating into a more modern plugin. My hope is to contribute this to Wonder. Is there a standard test suite I should run the plugin against?

Re: DB2 Plugin Testing

2011-04-18 Thread Pascal Robert
It would be great to have unit tests for EOF, so that we can try all plugins and check if they are all working. I don't know of a suite, but it is a good idea. Chuck On Apr 18, 2011, at 1:27 PM, Jeffrey Simpson wrote: So I am taking my ancient DB2 plugin and updating into a more modern

Re: DB2 Plugin Testing

2011-04-18 Thread Chuck Hill
For the plugin, you really need to test SQL generation, DDL generation, model reverse engineering, PK generation, that kind of stuff. You don't need to test all of EOF, so it is a bit constrained. But the results you are testing for are definitely plugin specific. Chuck On Apr 18, 2011,

Re: DB2

2010-04-22 Thread Jeffrey Simpson
Thanks for your help guys. The attributes of the problem entity were not prototyped. When I added prototypes everything worked fine. Why this is true I do not know. I talked to my boss and he has committed to us writing a DB2 plugin for Wonder. I do not get to work on this until after I

Re: DB2

2010-04-22 Thread Chuck Hill
Sounds good! On Apr 22, 2010, at 1:50 PM, Jeffrey Simpson wrote: Thanks for your help guys. The attributes of the problem entity were not prototyped. When I added prototypes everything worked fine. Why this is true I do not know. I talked to my boss and he has committed to us

Re: DB2

2010-04-21 Thread Pascal Robert
Le 10-04-21 à 10:45, Jeffrey Simpson a écrit : Does anyone else use DB2 with WebObjects? Looking at the results of the 2009 surveys, only two organizations are using EOF with DB2, yours being one of the two. I have was thinking of cleaning up my DB2 plugin and submitting it to Wonder.

Re: DB2

2010-04-21 Thread Chuck Hill
On Apr 21, 2010, at 7:45 AM, Jeffrey Simpson wrote: Does anyone else use DB2 with WebObjects? I have was thinking of cleaning up my DB2 plugin and submitting it to Wonder. I did not write most of it. All the comments are in German and the dates are all pre 2004. I would love to know

Re: DB2 and WebObjects

2008-04-07 Thread David Avendasora
I'm not sure I'd call it a bug as Chuck's original code does the Right Thing® in 99.9% of the situations you'd use it. But, being the PITA that I am, I've come up with a situation where even though the his code can't verify that what I'm doing is safe from a referential- integrity

Re: DB2 and WebObjects

2008-04-07 Thread Chuck Hill
On Apr 7, 2008, at 2:19 AM, David Avendasora wrote: I'm not sure I'd call it a bug as Chuck's original code does the Right Thing® in 99.9% of the situations you'd use it. If my code does not work in 0.1% of situations, then I'd consider it buggy. But that is just me. :-) But, being

Re: DB2 and WebObjects

2008-04-06 Thread Chuck Hill
Hi Andrew, On Apr 6, 2008, at 5:09 PM, Andrew Lindesay wrote: Hello; A couple of years ago I was investigating DB2 and WO. A couple of people were kind enough to point me in the right direction. I've got another question. I could be wrong, but suspect that DB2 doesn't support

Re: DB2 and WebObjects

2008-04-06 Thread Andrew Lindesay
Hello Chuck; Thanks for the overview on that one. No deferred constraints. Sigh. DB2 just dropped a notch in the respect that I had for it. I'm actually not 100% sure on the deferred RI checks for DB2 so leave the respect in place for now! I was wondering if somebody here knows? I

Re: DB2 and WebObjects

2008-04-06 Thread Chuck Hill
On Apr 6, 2008, at 5:38 PM, Andrew Lindesay wrote: Hello Chuck; Thanks for the overview on that one. No deferred constraints. Sigh. DB2 just dropped a notch in the respect that I had for it. I'm actually not 100% sure on the deferred RI checks for DB2 so leave the respect in place

Re: DB2 and WebObjects

2008-04-06 Thread Andrew Lindesay
Hello Chuck; I Googled it when you said that as it surprised me. The answer I found was that it did not. Hmmm darn. I was hoping that I had spelt deferred wrong or something. :) I see DB2 has a feature to turn constraints off/on inside a transaction so I am guessing it would be

Re: DB2 and WebObjects

2008-04-06 Thread Chuck Hill
On Apr 6, 2008, at 5:48 PM, Andrew Lindesay wrote: Hello Chuck; I Googled it when you said that as it surprised me. The answer I found was that it did not. Hmmm darn. I was hoping that I had spelt deferred wrong or something. :) I see DB2 has a feature to turn constraints off/on

Re: DB2 and WO

2006-09-09 Thread RedBugz Software
On 9/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello -- does anybody use DB2 with WO5? I can't see any adaptors out there? Has anybody had a crack at writing a JDBC adaptor for it? We use DB2 for one of our WebObjects projects. We were just using the normal JDBC stuff until we

Re: DB2 and WO

2006-09-06 Thread David Aspinall
Yes, we are using it with one client. All we wrote was the plugin , then we use the drivers from IBM. If you are interested I will look into publishing the classes. On 6-Sep-06, at 5:51 PM, [EMAIL PROTECTED] wrote: Hello -- does anybody use DB2 with WO5? I can't see any adaptors out