Web Services and Axis

2005-10-12 Thread Corin Lawson
Hi all, I've been successfully developing web services with WO 5.2.3 and have Axis 1.0 installed using Eclipse. The time has come for those services to be consumed. A consumer, however, has had difficulty parsing the wsdl doc. (Apparently a 'schema' element containing empty 'import' and '

Re: Different connections to aDatabase

2005-10-12 Thread Mark Morris
Sorry, I always seem to jump one step too far without thinking when it comes to this subject. I'm so used to altering the connection dictionary *on application startup* that I'm way too anxious to share how easy it is. So anxious that I forget the context in which I'm doing it! It IS ea

Re: Direct to Web java problem

2005-10-12 Thread Pete Rive
Thanks a lot Art, Yes, that was it. A trap for young players - I have to get used to not having spaces in my folder directories. As soon as they were closed - bing just like magic. Thanks to Ute, and David for their suggestions. Cheers Pete On Oct 10, 2005, at 7:47 PM, Pete Rive wrote:

Re: [OT] JavaCast/JavaPosse WebObjects Interview

2005-10-12 Thread David Holt
The interview is now up. David -- It's like driving a car at night. You never see further than your headlights, but you can make the whole trip that way. E. L. Doctorow from Sunbeams: http://www.thesunmagazine.org On 7 Oct 2005, at 11:41 AM, Chuck Hill wrote: Hi, If anyone here used to lis

Trouble with reusable components (and XMLHTTPRequest ?)

2005-10-12 Thread Stephane Guyot
Hi list, we currently have an exception with a reusable components. Reusable Component X > inside Reusable Component Y --> inside WOComponent Z ( top level component ) X and Y are stateless and every works fine until the submit of the FORM in the page Z. When the form submit we h

Re: 5.3 CLOSE_WAIT problem and multi instance change notification

2005-10-12 Thread Hordur Thordarson
On 12.10.2005, at 18:26, Chuck Hill wrote: On Oct 12, 2005, at 11:18 AM, Hordur Thordarson wrote: If they don't communicate the change with change notification then the only ways I can see are the ones suggested by you/Apple: - Timed invalidation via EO(F)'s fetch timestamps This appli

Re: 5.3 CLOSE_WAIT problem and multi instance change notification

2005-10-12 Thread Chuck Hill
On Oct 12, 2005, at 11:18 AM, Hordur Thordarson wrote: If they don't communicate the change with change notification then the only ways I can see are the ones suggested by you/Apple: - Timed invalidation via EO(F)'s fetch timestamps This applies only to the first fetch/fault of an objec

Re: 5.3 CLOSE_WAIT problem and multi instance change notification

2005-10-12 Thread Hordur Thordarson
On 12.10.2005, at 17:30, Chuck Hill wrote: Just a few more questions: 1) At the risk of exposing my ignorance, how do I get a thread dump from a running java app, preferably via Terminal ? Well, if you had the book you could start reading on page 92. :-) Ok, I get the message now :-) If

Searchable Index of Practical WebObjects with Full Page Results

2005-10-12 Thread Chuck Hill
The publisher has just put up an index of all (most?) of their books, including our Practical WebObjects. Search results return the _entire_ page where the term is found. OK, it is not formatted as nicely as in the book, but if you don't have it, or don't want to search, you may find this

Re: 5.3 CLOSE_WAIT problem and multi instance change notification

2005-10-12 Thread Chuck Hill
On Oct 12, 2005, at 1:53 AM, Hordur Thordarson wrote: Hi Ute, Yep, I have a preview button too. In the current single instance setup it does not generate urls with an instance number however, but maybe that will change if I add another instance ? That depends on how you are generating

Re: Different connections to aDatabase

2005-10-12 Thread Chuck Hill
Hi, Yes, if you create a copy of the schema from the EOModel under a different user for each school and then alter the JDBC URL to connect as that user. The user for a school can be defined in the application properties. Done like this, each school will need its own instance(s) of the a

Re: 5.3 CLOSE_WAIT problem and multi instance change notification

2005-10-12 Thread Chuck Hill
On Oct 11, 2005, at 11:50 PM, Hordur Thordarson wrote: Hi Chuck, Thanks very much for your answers ! I promise I'll buy your book now :-) Don't buy it for me, buy it for the time it will save _you_. Just a few more questions: 1) At the risk of exposing my ignorance, how do I get a th

Re: Wonder & CVS

2005-10-12 Thread Anjo Krank
Arturo, I'm using .cvsignore to ignore the .svn: [EMAIL PROTECTED]:Home > cat .cvsignore *.pbxuser .DS_Store CPFileList.txt .svn and .subversion/config to ignore CVS: [EMAIL PROTECTED]:Home > cat .subversion/config |grep global-ignores ### Set global-ignores to a set of whitespace-delimited gl

Re: Wonder & CVS

2005-10-12 Thread Arturo Perez
Anjo Krank wrote: My personal recommendation is to use the CVS head and put it into your own version control. Then update and check if the stuff is OK with your apps and integrate the changes or not. You can also use the apple tags (2_0 etc) and have a stable version, but you miss out a lo

Re: Different connections to aDatabase

2005-10-12 Thread Ken Anderson
I would either create different instances pointing at a different database for each school (and therefore a different URL), or modify the existing data model to handle multiple schools and have the user login (and always restrict access by school). On the restriction idea, a cool thing to d

Re: Different connections to aDatabase

2005-10-12 Thread Frank Stock
What I want is to write one or more apllications that can be used by serveral school, de data has to be separated on the database, one school is one user in Frontbase? regards, Frank Op 12-okt-05, om 16:09 heeft David Teran het volgende geschreven: But be aware that you need one EOF stack for

Re: Different connections to aDatabase

2005-10-12 Thread David Teran
But be aware that you need one EOF stack for each EOModel having its own connection dictionary. This has several implications like non synchronized EOs and such things. regards, David Am 12.10.2005 um 15:11 schrieb Mark Morris: Hello Frank, Assuming you need a database connection to authe

JBoss By SW 1.2

2005-10-12 Thread Jeremy Matthews
FYI...we've also recently released JBoss By SW, which is a basic JBoss 4.0.2 installer with some optional scripts/autostart items. There's not very many additional components here, so we welcome your feedback. We've already run some basic WO 5.3 apps inside JBoss' servlet container; works w

Tomcat By SW 5.5.12

2005-10-12 Thread Jeremy Matthews
FYI,We just released Tomcat 5.5.12 installer for Mac OS X 10.2-10.4.2What's New: more than 100+ changes from the apache group; view changelogs at: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/changelog.htmlChanged to the newest stable distro (5.5.12)Rewrote everything to work with the newest ver

Re: Different connections to aDatabase

2005-10-12 Thread Mark Morris
Hello Frank, Assuming you need a database connection to authenticate the users and to determine which school to use, a simple approach would be to have 2 EOModels, one for authentication and one for everything else. After login, you can change the connection dictionary for the second model

Re: 5.3 CLOSE_WAIT problem and multi instance change notification

2005-10-12 Thread Hordur Thordarson
Hi Ute, Yep, I have a preview button too. In the current single instance setup it does not generate urls with an instance number however, but maybe that will change if I add another instance ? We are running 90% without session ids for the front end of the web. We also use Apache url re

Re: DirectAction to a Primary Key

2005-10-12 Thread Dev WO
Hi Will, I followed David's tip which was pretty close to this one except that I could handle the exception directly in the try/catch bloc instead of a separate part using newsitem=null. In fact I'm just returning the list of the latest news headline if there's an exception, which is pretty

Different connections to aDatabase

2005-10-12 Thread Frank Stock
Hi, I have a few projects we use in our school. I would like other schools to use the same projects. We use Frontbase as our local database, so I would like to make new users in the database (one for each school). Is it possible to control at login and connect to the school you want in your