_EOCheapCopyMutableArray blocks

2005-12-06 Thread Corin Lawson
Hi, Recently found this peculiar anomaly... calling a method on _EOCheapCopyMutableArray blocks! Something as simple as calling count() doesn't return ... WTF? Please help. Here is a code snippet and a bunch of logs (log4j)... public class EOReseller extends EOGenericRecord { // *snip*

Re: Encrypted Database

2005-12-06 Thread Chuck Hill
I don't know a lot. Some, like FrontBase, handle this. Nothing to change in your code. I have no idea if mySQLToy does this or not. Chuck On Dec 6, 2005, at 7:08 PM, James Cicenia wrote: Hello We recently had a request for our application but they want the data that is stored in the d

Re: displayGroup querybindings

2005-12-06 Thread .::welemski::.
Hi all, Thanks for all your help... :D welemski ___ 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/ma

Encrypted Database

2005-12-06 Thread James Cicenia
Hello We recently had a request for our application but they want the data that is stored in the database to be encrypted. We are using mySQL. Anyone know anything at all about this? Thanks James Cicenia ___ Do not post admin requests to the list.

Re: Disable Direct Connect during development

2005-12-06 Thread Chuck Hill
I'd think about re-installing WebObjects then. Something went wrong in the install. On Dec 6, 2005, at 5:10 PM, Jan Verrept wrote: you where right the CGI file was not present. it is working fine now! thnx so much Op 7-dec-05, om 02:05 heeft Chuck Hill het volgende geschreven: That sou

Re: Disable Direct Connect during development

2005-12-06 Thread Jan Verrept
you where right the CGI file was not present. it is working fine now! thnx so much Op 7-dec-05, om 02:05 heeft Chuck Hill het volgende geschreven: That sounds like the CGI adaptor is not installed. Look for /Library/WebServer/CGI-Executables/WebObjects If it is not present (it should be the

Re: Disable Direct Connect during development

2005-12-06 Thread Chuck Hill
That sounds like the CGI adaptor is not installed. Look for /Library/WebServer/CGI-Executables/WebObjects If it is not present (it should be there), copy it there from /System/Library/WebObjects/Adaptors/CGI/WebObjects Or check in /etc/httpd/httpd.conf and see if the last line is commented ou

Re: Disable Direct Connect during development

2005-12-06 Thread Jan Verrept
I have a fix IP-addressmessage in the browser:Not FoundThe requested URL /cgi-bin/WebObjects/MilieuCriminaliteit.woa/-49694 was not found on this server.Apache/1.3.33 Server at 10.0.1.202 Port 80Op 7-dec-05, om 01:39 heeft Jan Verrept het volgende geschreven:I  assume I just needed to remove the "#

Re: Disable Direct Connect during development

2005-12-06 Thread Jan Verrept
I assume I just needed to remove the "#" symbol from the line below? #"$WOSERVICE" -appPath "$WOTASKD" >/var/log/webobjects.log 2>&1 & that didn't work for me :-( Op 7-dec-05, om 01:06 heeft Miguel Arroz het volgende geschreven: Hi! You must enable WOTaskd by uncommenti

Re: Disable Direct Connect during development

2005-12-06 Thread Miguel Arroz
Hi! You must enable WOTaskd by uncommenting the correct lines in / System/Library/StartupItems/WebObjects/WebObjects, or something very close to that. Then, reboot. It should work now. When not in direct connect mode, you must be running wotaskd, so that the applications are registered

Disable Direct Connect during development

2005-12-06 Thread Jan Verrept
I have been testing my app with direct connect. Then I enabled Personal Webserver and added "- DWODirectConnectEnabled=false" as an argument to the executable. Now I get a page not found after a 'Build and run'. What am I doing wrong here? ___ Do not

Re: WO vs MS SQL Reporting Services

2005-12-06 Thread Hunter Hillegas
I've used MS SQL Reporting Services extensively. It is very good at building reports if your data exists in SQL Server and pretty much in the state you want it reported on. WO is a powerful set of frameworks used to design robust applications. Reporting Services can only do a very small sli

Re: How-to: on-demand PDF using Apache FOP

2005-12-06 Thread Stefan Pantke
Sorry, mentioned the wrong application. In fact, it is named fondu: http://fondu.sourceforge.net/ Am 06.12.2005 um 18:58 schrieb Stefan Pantke: Am 06.12.2005 um 15:07 schrieb Zak Burke: I saw the iText thread here a few days ago and thought I'd post an an on-demand PDF example usin

Storing tables in Application

2005-12-06 Thread Jan Verrept
In the Quickstart manual the Session is used to manage tables that are more or less global to each session. I have a few table's in my dbase that are global to the application. They are used to populate WOPopupButtons and get changed maybe once each year. Would it be possible to manage these

WO vs MS SQL Reporting Services

2005-12-06 Thread Jan Verrept
How does WO compare to MS SQL Reporting Services? It seems when using a MS SQL server, Reporting Services are more easy to use then WO. any thoughts? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (

Re: Request for feedback on proposed project

2005-12-06 Thread Chuck Hill
Hi Logan, On Dec 6, 2005, at 12:21 PM, [EMAIL PROTECTED] wrote: webobjects-dev@lists.apple.com wrote on 12/06/2005 11:04:19 AM: > On Dec 6, 2005, at 9:44 AM, Robert Walker wrote: > > >> Is there anyway to write some sort of plug-in for JasperReports to > >> get it to play more nicely? Are

Re: Request for feedback on proposed project

2005-12-06 Thread logan . allred
webobjects-dev@lists.apple.com wrote on 12/06/2005 11:04:19 AM: > > On Dec 6, 2005, at 9:44 AM, Robert Walker wrote: > > >> Is there anyway to write some sort of plug-in for JasperReports to   > >> get it to play more nicely?  Are there nice reporting tools for   > >> Hibernate that may have a

Re: Request for feedback on proposed project

2005-12-06 Thread Chuck Hill
On Dec 6, 2005, at 9:44 AM, Robert Walker wrote: Is there anyway to write some sort of plug-in for JasperReports to get it to play more nicely? Are there nice reporting tools for Hibernate that may have a better impedance match to EOF? It appears to me from gleaning the JasperReports API

Re: How-to: on-demand PDF using Apache FOP

2005-12-06 Thread Stefan Pantke
Am 06.12.2005 um 15:07 schrieb Zak Burke: I saw the iText thread here a few days ago and thought I'd post an an on-demand PDF example using Apache FOP 0.90 (http:// xmlgraphics.apache.org/fop/). Many FO examples are available here: http://www.dpawson.co.uk/xsl/sect3/. Thanks, I know of FO

Re: Request for feedback on proposed project

2005-12-06 Thread Robert Walker
Is there anyway to write some sort of plug-in for JasperReports to get it to play more nicely? Are there nice reporting tools for Hibernate that may have a better impedance match to EOF? It appears to me from gleaning the JasperReports API that this work has already been done. There are m

NullPointer with no info...

2005-12-06 Thread Jeremy Matthews
I have a reconstructed WO app; right now it is only comprised of a page to search the database.Everything displays correctly, including the to-many and to-one relationships in the page.However, when I submit the "search" command, which has worked until now, I get a NullPointer, which is not a major

Re: Request for feedback on proposed project

2005-12-06 Thread Arturo Perez
Jarvis Cochrane wrote: Hi everyone, I've been reading some of the posts on this list about generating PDFs and reports from WebObjects, and also getting really frustrated with the "impedance match" between EO and something like JasperReports (which seems to expect people to write sql queri

Request for feedback on proposed project

2005-12-06 Thread Jarvis Cochrane
Hi everyone, I've been reading some of the posts on this list about generating PDFs and reports from WebObjects, and also getting really frustrated with the "impedance match" between EO and something like JasperReports (which seems to expect people to write sql queries to extract data).

Re: Search Tools

2005-12-06 Thread Jeff Pearson
Sorry for last post. I had replied but my computer was not hooked to the net. I just got reconnected and this was sent from my outgoing queue. Jeff Pearson On Dec 6, 2005, at 7:58 AM, Jeff Pearson wrote: Lucene? On Dec 2, 2005, at 2:45 PM, Jonathan Miller wrote: Hi- Does anyone have

Re: Search Tools

2005-12-06 Thread Jeff Pearson
Lucene? On Dec 2, 2005, at 2:45 PM, Jonathan Miller wrote: Hi- Does anyone have any recommendations for text/xml search tools for use with WebObjects? Thanks in advance Johnny ___ Do not post admin requests to the list. They will be ignored. We

Re: displayGroup querybindings

2005-12-06 Thread Micky Holdorf
Hi, I had the same question some days ago, but managed to find out myself: displayGroup.queryBindings().takeValueForKey("value","key"); displayGroup.fetch(); /Micky On 06/12/2005, at 12.56, .::welemski::. wrote: Hi, Is there a way to modify or bind the queryBindings from the

Re: How to manage long running tasks

2005-12-06 Thread Pierre . Bernard
Chiming in with an all different solution We spin off long running task to separate processes. These processes exists for task as various loading a file or generating a report that takes 4 hours to compute. We call our system of batch processes the workflow system. A task is most often mater

How-to: on-demand PDF using Apache FOP

2005-12-06 Thread Zak Burke
I saw the iText thread here a few days ago and thought I'd post an an on-demand PDF example using Apache FOP 0.90 (http://xmlgraphics.apache.org/fop/). Many FO examples are available here: http://www.dpawson.co.uk/xsl/sect3/. I've heard that there are instructions on how to do this in the omn

Tomcat Installer Update (Take 2)

2005-12-06 Thread Jeremy Matthews
Get it while its hot! What's new in this version: - Added Apache Commons DBCP jars - Added Lucerne jar - Added alternate ANT install method (for standalone development use) - Added standalone ANT_HOME declaration for standalone installs - Added additional ANT subfolders for installing within Tomc

displayGroup querybindings

2005-12-06 Thread .::welemski::.
Hi, Is there a way to modify or bind the queryBindings from the displayGroup programatically?--  -- -- -- -- -- -- -- -- -- -- --   welemski -- -- -- -- -- -- -- ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: [Newbie] Lincensing of WO apps

2005-12-06 Thread Stefan Pantke
No, neither my email to a real person of European DTS nor my direct email to sw.licensing has been answered. This is day 9 of silence. Am 06.12.2005 um 02:18 schrieb L. Caballero: Hi All, No news in this question? Thanks. L. Caballero El 29/11/2005, a las 1:01, Marc Oesch escribió: Hel