Re: JDBC URL on a per session basis

2009-02-15 Thread Cheong Hee (Datasonic)
Richard I have tried that before and if one of the model had changed in one session, the other session will also be affected. It is true since EOF is a single stack by default. If you are to achieve multiple stacks, it is possible then to create new object store coordinator for each session

Re: WOProject: First Time Maven User

2009-02-15 Thread Lachlan Deck
Hi Dov, On 16/02/2009, at 1:20 PM, Lachlan Deck wrote: we'll need a bit more info. Can you tell us - what version of maven do you have installed? - have you installed the settings.xml file from the quick-start guide into ~/.m2/? - are you aware of what version of the archetype you're using.

Re: WOProject: First Time Maven User

2009-02-15 Thread Lachlan Deck
Hi Dov, we'll need a bit more info. Can you tell us - what version of maven do you have installed? - have you installed the settings.xml file from the quick-start guide into ~/.m2/? - are you aware of what version of the archetype you're using. - can you attach the complete output? Thanks. O

Re: Current status of WO Adaptors

2009-02-15 Thread Q
On 16/02/2009, at 9:59 AM, Miguel Arroz wrote: Hi! On 2009/02/15, at 23:41, Q wrote: /Developer/WebObjects543/Developer/Examples/WebObjects/Source/ Adaptors Why don't I have that directory? Do I have to install some extra package? My bad. /Developer/Examples/WebObjects/Source/Adapt

Re: Current status of WO Adaptors

2009-02-15 Thread Q
On 16/02/2009, at 10:14 AM, Mark Ritchie wrote: On 15-Feb-09, at 6:59 PM, Miguel Arroz wrote: On 2009/02/15, at 23:41, Q wrote: /Developer/WebObjects543/Developer/Examples/WebObjects/Source/ Adaptors Why don't I have that directory? Do I have to install some extra package? That looks like

Re: WOProject: First Time Maven User

2009-02-15 Thread Dov Rosenberg
When I tried using the woframework-archetype I got a bunch of errors like: [WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template = archetype-resources/pom.xml [line 33,column 34] : ${woversion} is not a valid reference. [WARNING] org.apache.velocity.runtime.excep

Re: Current status of WO Adaptors

2009-02-15 Thread Miguel Arroz
Hi! That's it! :) Thanks! Yours Miguel Arroz On 2009/02/16, at 00:14, Mark Ritchie wrote: On 15-Feb-09, at 6:59 PM, Miguel Arroz wrote: On 2009/02/15, at 23:41, Q wrote: /Developer/WebObjects543/Developer/Examples/WebObjects/Source/ Adaptors Why don't I have that directory? Do I have t

Re: Current status of WO Adaptors

2009-02-15 Thread Mark Ritchie
On 15-Feb-09, at 6:59 PM, Miguel Arroz wrote: On 2009/02/15, at 23:41, Q wrote: /Developer/WebObjects543/Developer/Examples/WebObjects/Source/ Adaptors Why don't I have that directory? Do I have to install some extra package? That looks like a custom folder structure to support multiple ver

Re: Current status of WO Adaptors

2009-02-15 Thread Miguel Arroz
Hi! On 2009/02/15, at 23:41, Q wrote: /Developer/WebObjects543/Developer/Examples/WebObjects/Source/Adaptors Why don't I have that directory? Do I have to install some extra package? - What about the Wonder adaptor? I saw, in the repository history, that there's a recent commit with

Re: Current status of WO Adaptors

2009-02-15 Thread Q
On 16/02/2009, at 8:43 AM, Miguel Arroz wrote: Hi! What's the status of the current Apache 2.2 adaptors? Namely: - I have the idea that Apple would make their adaptor open source on 5.4. Is this correct? If so, where's the code? /Developer/WebObjects543/Developer/Examples/WebObjects

Current status of WO Adaptors

2009-02-15 Thread Miguel Arroz
Hi! What's the status of the current Apache 2.2 adaptors? Namely: - I have the idea that Apple would make their adaptor open source on 5.4. Is this correct? If so, where's the code? - What about the Wonder adaptor? I saw, in the repository history, that there's a recent commit with a

Re: WOProject: First Time Maven User

2009-02-15 Thread Lachlan Deck
Hi Dov, On 16/02/2009, at 9:08 AM, Dov Rosenberg wrote: We are considering a swap over to Maven for our build system and I had some questions: pre-requisite plugins - either m2eclipse (http://m2eclipse.sonatype.org/) - or q4e (http://code.google.com/p/q4e/, http://eclipse.org/iam) Readings

WOProject: First Time Maven User

2009-02-15 Thread Dov Rosenberg
We are considering a swap over to Maven for our build system and I had some questions: * How do I create a Maven enabled project for Eclipse for a WOFramework? I see there is a woapplication-archetype. Is there something similar for WOFrameworks? * We just started using Project Wonder ­ is that s

just funny :-)

2009-02-15 Thread Amedeo Mantica
iTunes store out of ram <> ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-

Re: migrations and return values

2009-02-15 Thread Mike Schrag
just do fetchRowSet and ignore the result ... On Feb 15, 2009, at 9:48 AM, Theodore Petrosky wrote: Thanks, Mike... but i don't understand what to do with the return value. This signature is looking for a IResultSetDelegate. I assumed I could just set it to null like this: ERXJDBCUtilit

Re: migrations and return values

2009-02-15 Thread Theodore Petrosky
Thanks, Mike... but i don't understand what to do with the return value. This signature is looking for a IResultSetDelegate. I assumed I could just set it to null like this: ERXJDBCUtilities.executeQuery(database.adaptorChannel(), "SELECT setval('t_plum_job_seq', 1000)", null); but that does

Re: New D2W Overview

2009-02-15 Thread Ramsey Lee Gurley
(^_^) Thank you! I take that as a big compliment David. I hope to add more to the D2W docs in the near future. Ramsey On Feb 13, 2009, at 1:03 PM, David Holt wrote: Hey all, I've got to congratulate Ramsey for writing the clearest overview of D2W I have ever seen. If you haven't read it,

Re: JDBC URL on a per session basis

2009-02-15 Thread Andrew Lindesay
Hello Richard; I've not done anything like this, but maybe you might be able to create a new model-group for each session somehow and then change the connection dictionary on the model in the model group, but I'm not sure on the mechanics of that as I've not done anything like this. cheer

JDBC URL on a per session basis

2009-02-15 Thread Richard Stephens
Hi, Is it possible to set the JDBC URL for one of my models on a per session basis? I need to connect to a different database based on which customer is logged in, and i'd rather not have to deploy a new copy of my app for each customer. -- Regards, Richard Stephens Ph: 07 3136 3426 Mob: