Build info out-of-date

2006-02-01 Thread David Avendasora
Hi all, I have moved my development project to a new hard drive, but there is something in the build that is causing it to look for the old location. I've been through my build settings and I can't find anywhere that I reference the old location so I'm not sure how it is coming up with

Re: Build info out-of-date

2006-02-01 Thread Jean-François Veillette
1- Make sure you do not have references to old path. To do that, open aaa.xcode/project.pbxproj with a text editor, search and replace all references to '/Volumes/Projects/...' to '/Volumes/Hoobs/...' 2- Rebuild the index. To do that, ctrl-click 'Get Info' on your project (top xcode icon

Re: Build info out-of-date (FIXED)

2006-02-01 Thread David Avendasora
This did it! Thanks a ton! Dave On Feb 1, 2006, at 12:36 PM, Jean-François Veillette wrote: 1- Make sure you do not have references to old path. To do that, open aaa.xcode/project.pbxproj with a text editor, search and replace all references to '/Volumes/Projects/...' to '/

Re: Common library, how to

2006-02-01 Thread Dev WO
Hi Gavin,   The Java entry in the Resources group is a folder reference (blue icon).  This makes that whole folder be treated as a resource and moved into the WebObjects Framework resources (and not the individual jar files).  When the project is built, it will have a folder in it as follows:     

Re: Common library, how to

2006-02-01 Thread Gavin Eadie
At 3:41 PM +0100 2/1/06, Dev WO wrote: Could you tell me how you make a folder reference? I wanted to have a folder for common image files without having to import them one by one and have to add new ones by hand. ... when you Add something to a project (Project - Add to project...), after

Re: Common library, how to

2006-02-01 Thread Dev WO
That's perfect, thanks Gavin:) Xavier At 3:41 PM +0100 2/1/06, Dev WO wrote: Could you tell me how you make a folder reference? I wanted to have a folder for common image files without having to import them one by one and have to add new ones by hand. ... when you Add something to a

Re: EnterpriseObjects in a regular Java application

2006-02-01 Thread Mike Schrag
That NPE is a result of your Main Bundle being null ... If you're not running inside of a bundle, it falls back to using JavaFoundation as your bundle (this officially explains why when things get funky people end up launching JavaFoundation.woa!).  Double check that JavaFoundation is, in fact, in

RE: Calculator Web Service example - log4j/commons-logging discovery

2006-02-01 Thread Randy Wigginton
The calculator example does work. The source code is cleverly hidden at /ADC Reference Library/documentation/WebObjects/Web_Services/Web_services.tar.gz Try that, see if it doesn't help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas B Winans

Re: D2WQuery Component Frustration

2006-02-01 Thread James Cicenia
Ok -I am now feeling really stupid. I have taken out what I think is relevant from ERD2WQueryPage and made myself a TOSD2WQuery component. Inside that I have mainly taken the push/pull but when i print out some info this is what I get:after pushQueryBindings ::: {}TOS Query Bindings {queryMin =

Re: Using a dynamic library with Java

2006-02-01 Thread logan . allred
I'm trying to use the Oracle Mail (Collaboration Suite) from a WebObjects application, and instead of using the JDBC thin (Type IV) driver, it use their Type 3 (JDBC + OCI), so a native OCI dynamic library is required, I took the one from their InstantClient for OS X. I adjusted the

Re: Using a dynamic library with Java

2006-02-01 Thread Pascal Robert
Le 06-02-01, à 14:29, [EMAIL PROTECTED] a écrit : I'm trying to use the Oracle Mail (Collaboration Suite) from a WebObjects application, and instead of using the JDBC thin (Type IV) driver, it use their Type 3 (JDBC + OCI), so a native OCI dynamic library is required, I took the one

Relationships howto

2006-02-01 Thread Jim Wong
Hi:help help!!I have 2 tables. COMPANY and COUNTRY. in COMPANY, i have a country(integer type) attribute. in COUNTRY, i have ctryID(int type) and ctryName(string). Each ctryName will have a unique corresponding ctryID. in a web component, user will select from a WOPopup(which draws out all the

Re: Relationships howto

2006-02-01 Thread Jerry W. Walker
Hi, Jim,The vocabulary of your message implies that you don't yet have an EOModel for your two tables and that you're thinking of them as tables, rows and columns rather than Entities, objects and attributes.There is a section of the distributed WebObjects documentation that provides good tutorial

WebObjects Licensing

2006-02-01 Thread petermcgregor
Hello I haven't used a mac or webobjects in about a year and I am wondering if I should buy a mac mini. What I would like to do is deploy webobjects to multiple XP computers running tomcat. WebObjects is very good at collections in a form and session issues, much better than ruby on rails.

Re: Creating indexes from EOModeler?

2006-02-01 Thread Ian Joyner
OK I created all the indexes in SQL (an SQL script file to be precise), but it seems rather obvious that EOModeler should be able to do this heuristically, and it seems like a bug that it sets primary keys to a unique index, but then back to a plain index. On 01/02/2006, at 5:07 PM, Ian