Re: Private coding comments in WO .html files

2013-03-15 Thread Q
To ensure the comment is always kept private you could just create a custom wocomponent that never renders its component content and use it with an inline binding to wrap your comments. On 16/03/2013, at 3:36 AM, John Pollard wrote: > Hi List, > > What is the best way to add comments to a WO

Re: production hanging

2012-12-02 Thread Q
redPage(WOComponentRequestHandler.java:242) > at > com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedSession(WOComponentRequestHandler.java:298) > at > com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedApplication(WO

Re: production hanging

2012-11-28 Thread Q
If you are doing concurrent dispatch then this might be worth doing even after they have been running for a while. It could be that you have a deadlock issue and are slowly deadlocking all your worker threads over time until eventually they all become non-responsive and the app instance is effec

Re: Building with Jenkins slaves

2012-11-01 Thread Q
We use a totally custom ant base build setup that uses ivy (plus a ruby script that turns the .classpath into a ivy dependency list). The custom build files are checked out from a remote git repo into the project, and ivy downloads the required build artifacts from jenkins using the jenkins_url

Re: MyISAM and Webobjects

2012-10-30 Thread Q
There is also no row locking on EO_PK_TABLE with myisam, so you will get primary key clashes and subsequent failed inserts if the db is sufficiently contended. On 31/10/2012, at 12:03 AM, Kieran Kelleher wrote: > So, it might be stating the obvious, but the primary consequence of using a > no

Re: Problem Deployment on Cent OS 5 - 64 bit vs. 32 bit

2012-10-29 Thread Q
On 30/10/2012, at 3:54 PM, ute Hoffmann wrote: > Just to eliminate this: > If I compile a WO App on a 32 Bit system (development) and deploy on a 64 bit > system, are there known issues? No, the compiled bytecode is the same not matter what architecture you compile it on. > Are there known i

Re: Date time classes for new Wonder frameworks

2012-10-24 Thread Q
On 20/10/2012, at 10:50 AM, Pascal Robert wrote: > > Le 2012-10-19 à 20:04, Paul Hoadley a écrit : > >> On 20/10/2012, at 9:21 AM, Pascal Robert wrote: >> >>> I'm working on ERGroupware, and I was wondering if I should use >>> NSTimestamp. I started using it to make it more "WO friendly" b

Re: Callstacks in jenkins-built apps without line numbers

2012-09-27 Thread Q
This is what I have in my build scripts and it works fine: ... On 27/09/2012, at 8:08 PM, Maik Musall wrote: > Hmm, doesn't work yet. My wocompile now looks like this: > > fork="true" encoding="utf-8" debug="on" debuglevel="lines,vars,source"> > > Java 6. > > Any suggestions? > > Maik >

Re: ERPDFGeneration problem & best practices

2012-09-23 Thread Q
On 24/09/2012, at 10:21 AM, Tim Worman wrote: > On Sep 21, 2012, at 5:50 PM, Q wrote: > >> >> On 22/09/2012, at 6:26 AM, Tim Worman wrote: >> >>> All: >>> >>> My app is attempting to attach a PDF to an email and I'm getting a fa

Re: ERPDFGeneration problem & best practices

2012-09-21 Thread Q
On 22/09/2012, at 6:26 AM, Tim Worman wrote: > All: > > My app is attempting to attach a PDF to an email and I'm getting a failure. > The only response is: > > "Your request produced an error." > > The code below works fine in development but fails in deployment. I'm using > ERJavaMail for

Re: ERPDFGeneration with FOP and examples

2012-09-11 Thread Q
t possible we could move Q's PDFIn60Seconds.mov to the community > resources? It looks like it was hosted on his iDisk - which went the way of > the dodo. :-) > > Tim > UCLA GSE&IS > > On Apr 2, 2012, at 1:27 PM, Q wrote: > >> Nice work! >> >

Re: Eclipse source of problems?

2012-09-11 Thread Q
On 11/09/2012, at 11:39 PM, Ângelo Andrade Cirino wrote: > Hi Chuck, > > I understand that, but it seemed that the SQL generation code was interacting > heavily with the frameworks in my _specific_ project, not only with WO's > frameworks. What else would make it work in a project and present

Re: FYI - regex to list installed WO frameworks

2012-09-10 Thread Q
find /Library/Frameworks -regex ".*/\([^\.]*\)\.framework/Resources/Java/\1.jar" -execdir sh -c 'echo {} | sed s/jar$/framework/' \; On 11/09/2012, at 12:38 PM, Kieran Kelleher wrote: > Here is the output of the original 3-stage command - I was curious if anyone > could produce the same ou

Re: response.setContentStream fails servlet deployment

2012-08-22 Thread Q
This is a known bug in 5.4.3 when deploying as a servlet. My notes on this indicate that the offending code should be in _WOApplicationWrapper.servletDispatchRequest() if you feel like getting your hands dirty. On 22/08/2012, at 11:30 PM, René Bock wrote: > Hi every one, > > In order not to

Re: WOLips 4.2

2012-08-20 Thread Q
http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/ On 21/08/2012, at 2:33 AM, WebObjects TORAcom wrote: > Hi Amedeo, > > What's the URL to download the WOLips version to test on eclipse Juno. > > Thanks. > > > On 19/08/2012, at 17:19, Amedeo Mantica wrote:

Re: WOPopUpButton not working on ipad

2012-08-05 Thread Q
ink of a reason why one would work and the other doesn't. Does your markup validate correctly against an HTML validator? -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not post admin requests to the lis

Re: Can not launch WOnder app / was: WOnder install fails

2012-08-03 Thread Q
This problem is caused by deploying with a version of Wonder that was either not built with, or is not compatible with WO 5.3. On 04/08/2012, at 12:40 AM, SAUGET Marc wrote: > I allow me to complete this question; > > > > I have to the same problem and my complete stack trace are the same .

Re: Hello World crashing in Eclipse 4.2

2012-08-01 Thread Q
On 01/08/2012, at 6:03 PM, Maik Musall wrote: > Hi John, > > I *am* on 3.7 with Eclipse. I said nothing about 4.2, did I? The subject of your email was about Eclipse 4.2, so yes, you did. > Maik > > > Am 01.08.2012 um 02:40 schrieb John Huss: > >> 4.2 is not supported, it's experimental, s

Re: Hello World crashing in Eclipse 4.2

2012-07-29 Thread Q
Not officially.. but I pushed up some initial changes I was working on to github, and pascal is building them on the wocommunity jenkins build server. So if you're feeling adventurous.. On 30/07/2012, at 7:55 AM, Paul Yu wrote: > David > > I didn't know the WO/WOLips worked with Eclipse 4.2

Re: Installing Tools and Framework is a mess

2012-07-17 Thread Q
Thanks. I haven't got around to actually running this locally yet, it may still have lots of issues. On 18/07/2012, at 12:33 PM, Pascal Robert wrote: > > Le 2012-07-17 à 19:22, Q a écrit : > >> >> On 18/07/2012, at 3:41 AM, Ramsey Gurley wrote: >> >>

Re: Installing Tools and Framework is a mess

2012-07-17 Thread Q
On 18/07/2012, at 3:41 AM, Ramsey Gurley wrote: > On Jul 17, 2012, at 8:28 AM, Markus Ruggiero wrote: > >> WE NEED A WORKING TURNKEY SOLUTION - ASAP! > > I would be happy with a working solution. WOLips is totally broken on > Eclipse Juno. > > I tried running WOLips from source in Juno tw

Re: Eclipse 4.2 and WOLips

2012-07-01 Thread Q
WOLips on 4.2 is completely broken. I have had a quick look at it, but it might take a while before I figure out what needs to change to make things work. On 02/07/2012, at 3:20 AM, John Huss wrote: > It's not supported yet, but you can try it and tell everyone what doesn't > work. :-) > > Th

Re: ERPDFGeneration with FOP and examples

2012-04-02 Thread Q
e feedback on code. I've tried > to conform to the organization and design that was already part of > ERPDFGeneration. I am still digging through some of the things that I don't > understand so if I've made mistakes in any part of the design or > implementation, pleas

Re: Anybody using a decompiler (JD-Eclipse) successfully with Eclipse/WOLips/Lion?

2012-03-30 Thread Q
I have used it occasionally, but only the standalone version, I never got the eclipse plugin to work properly. JD is useful for preserving generics, and some exception handling, but I have had bad experiences with it in the past generating bad code (ie, completely wrong), bad var assignments, i

Re: Most requested stuff on Google Moderator

2012-03-28 Thread Q
On 28/03/2012, at 9:38 AM, Pascal Robert wrote: > > Le 2012-03-27 à 19:30, Mike Schrag a écrit : > > "I think we should use the funds to pay people to fix issues that the > majority of users are having. The issues will be voted by the community > and the most voted issues will bec

Re: Getting your git chops on

2012-03-28 Thread Q
For those who are interested, the move Sharpy mentioned took us just over a day to complete. Dozens of projects, years of SVN history, everything was moved painlessly to git using SourceTree, our build server was reconfigured and without any drama we were done. We chose to use bitbucket rather t

WOLips eogen editor heads up.

2012-03-26 Thread Q
I probably should have sent this out a while ago but better late than never. Just a heads up that there was a bug introduced into the EOGen editor in WOLips 3.7 a few weeks ago by yours truly that caused some relative paths to be replaced with absolute ones when the eogen file was edited. The b

Re: Funny WebObjects Adaptor

2012-03-04 Thread Q
bivDAV != bizDAV On 05/03/2012, at 12:19 PM, Gaastra Dennis - WO Lists wrote: > Hi List, > > Thanks for your kind help in the past with our new complicated Lion Server > SSD Deployment setup. > Everything is working and rebooting smoothly now. > > Still one funny thing: > > vds4.webappz.com

Re: 5.4 uploading large files

2012-03-04 Thread Q
On 05/03/2012, at 9:40 AM, Lachlan Deck wrote: > Hey Alan, > > On 05/03/2012, at 9:32 AM, Alan Ward wrote: > >> Speaking for myself (and definitely not on behalf of my employer) I'm >> curious where you are coming from here? Did you have a contract that >> obligated Apple to continue to supp

Re: WOO encoding type UTF-8 doesn't match component MacRoman

2012-02-22 Thread Q
The easy way is to either set the encoding type of the project or workspace to UTF-8, although you can change the encoding closer to the component itself if you have a mix of different encodings. (You can set the encoding in the properties menu) The error is basically telling you that the compo

Re: WOLips issues on Jira

2012-01-14 Thread Q
On 14/01/2012, at 2:50 AM, Ramsey Gurley wrote: > > On Jan 13, 2012, at 8:51 AM, Johann Werner wrote: > >> >> Am 09.01.2012 um 22:21 schrieb Pascal Robert: >> >>> >>> Le 2012-01-09 à 16:09, Johann Werner a écrit : >>> Btw who is able to do commits on wolips? It seems that the group of

Re: woproject.jar ant build issue on linux

2011-12-20 Thread Q
Both builds are broken. Your classpath files shouldn't contain any platform specific paths, they should be relative and prefixed with things like APPROOT, WOROOT and LOCALROOT, which gets expanded at launch time to point to the correct path based on the value of the NEXT_ROOT environment variab

Re: ERPDFGeneration tutorial

2011-12-07 Thread Q
NSData pdfAttachment = pdfReport.content(); On 07/12/2011, at 11:40 PM, Raymond NANEON wrote: > Hi, > > Thanks for all advices and the sent mail methods but sorry I think I was not > clear in my question. My problem is get the file inside the generated > component by this method : > > publi

Re: Why are static web resources duplicated in the app bundle?

2011-10-21 Thread Q
On 22/10/2011, at 5:35 AM, Chuck Hill wrote: > > On 2011-10-21, at 11:28 AM, arosenzw...@clinworx.com wrote: > >> Good thought Chuck, >> >> I checked and the app I was testing and it has direct connect disabled. I >> guess somehow deep in the bowels of WO it just expects the duplication to b

Re: Insight request into jstack output on constant eclipse hangs

2011-09-16 Thread Q
Yeah, that's probably a good idea, the 3.6 branch is no longer being worked on. On 17/09/2011, at 10:08 AM, Pascal Robert wrote: > Should Golipse be updated to use Eclipse and WOLips 3.7? > >> >> Upgrade to 3.7, this deadlock is resolved in the more recent 3.7 builds of >> wolips. >> >> On 1

Re: Insight request into jstack output on constant eclipse hangs

2011-09-16 Thread Q
Upgrade to 3.7, this deadlock is resolved in the more recent 3.7 builds of wolips. On 16/09/2011, at 7:46 PM, Riccardo De Menna wrote: > Hi All, > > After my upgrade to Lion, eclipse is freezing a lot. I tried more than one > version and I'm currently going with the latest GoLips stuff. > My

Re: Interface file not loaded (solved)

2011-09-15 Thread Q
That looks fine to me. Is there a chance that IBusinessUnitKeyValueParameters is available at build time, but not in the classpath at runtime? On 15/09/2011, at 6:05 PM, Cheong Hee (Gmail) wrote: > Looks we have more respondents in at this hours in this time zone now : ) > > > In IBusinessUni

Re: Interface file not loaded

2011-09-13 Thread Q
Looks like it's having trouble firing the static initialisers in IBusinessUnitKeyValueParameters. The class bytecode isn't missing, the JVM can't initialise it. There should be another exception to go with that one that shows why the class failed to load. On 13/09/2011, at 6:37 PM, Cheong Hee

Re: Prevent NEW in D2W?

2011-08-30 Thread Q
On 30/08/2011, at 3:44 PM, David Avendasora wrote: > > On Aug 29, 2011, at 11:43 PM, Markus Ruggiero wrote: > >> Thanks Ramsey, >> >> This is a completely standalone table with no relationships that contains >> one record with a couple attributes that define the configuration of the >> app.

Re: D2W app and Excel and PDF generation example

2011-08-04 Thread Q
You should be able to create a custom page wrapper and use a rule to set the "enabled" binding on ERPDFWrapper to turn any valid XHTML page into a PDF. On 04/08/2011, at 7:33 PM, Johan Henselmans wrote: > > Op 4 aug. 2011, om 11:22 heeft Paul Hoadley het volgende geschreven: > >> On 04/08/2011

Re: EOModelDoc output no longer viewable with Safari 5.1, Firefox 5.0.1

2011-08-02 Thread Q
On 02/08/2011, at 8:07 PM, Paul Hoadley wrote: > Hello, > > I've been generating EOModelDoc output for over a year, just using the > standard templates in the EOModelDoc JAR itself. I've just noticed that it > renders to a blank page in both Safari 5.1 and Firefox 5.0.1. Can someone > just

Re: WOLips on eclipse 3.7

2011-08-01 Thread Q
Can anyone else confirm that this doesn't work? It works fine for me. On 02/08/2011, at 1:40 PM, Johan Henselmans wrote: > > Op 2 aug. 2011, om 01:44 heeft Q het volgende geschreven: > >> I think this is related to a recent commit I made to fix a different problem. >&

Re: WOLips on eclipse 3.7

2011-08-01 Thread Q
I think this is related to a recent commit I made to fix a different problem. I will take a look at it sometime later today. On 02/08/2011, at 12:22 AM, Alexis Tual wrote: > Hi list, > > I've just switched to eclipse 3.7 with WOLips from > http://webobjects.mdimension.com/hudson/job/WOLips37Cu

MySQL was: Re: Lion and WO

2011-07-27 Thread Q
If you want a bit of history about MySQL you won't read on Wikipedia, here is the backstory: Back in 1993 there were no free lightweight SQL servers. The first one to appear was mSQL* (aka miniSQL), which wasn't technically open source, but it was free for non commercial use, and distributed as

Re: Lion and WO

2011-07-27 Thread Q
650 million rows, 230Gig, growth rate of ~20 rows/sec, ~5 queries/sec MySQL = KaBoom! :( PostgreSQL = Mostly idle. MySQL is fine for simple queries and datasets that don't need lots of IO. For complex queries, or very large datasets MySQL's index handling and query planner are garbage, but that'

Re: WOWODC 2011 recordings

2011-07-05 Thread Q
On 06/07/2011, at 7:06 AM, Hugi Thordarson wrote: ... > I'd love to participate in a community supported clean room reimplementation > of the frameworks vital to the future of *Wonder* (which is, as we all know, > the real WO and the future of the community). There's really only four major > f

Re: ERPDFGenerator and Charts

2011-07-01 Thread Q
On 01/07/2011, at 8:40 PM, Sergio Sánchez Maffet wrote: > > On 01.07.2011, at 02:02, Q wrote: > >> >> On 01/07/2011, at 6:05 AM, Sergio Sánchez Maffet wrote: >> >>> Hi all, >>> >>> Maybe there is someone who can help with this issue. >

Re: ERPDFGenerator and Charts

2011-06-30 Thread Q
up then? Are you doing anything that might cause the temporary image to be fetched before the pdf generation takes place? -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) smime.p7s Description: S/MIME cryptographic signature _

Re: Upgrading to Latest Wonder + DirectAction NoClassDefFoundError

2011-06-30 Thread Q
This is a filesystem induced issue. It happens when you use a case insensitive filesystem and try to dynamically load a class with the correct name, but the wrong case. It shouldn't be an issue in production as the classes will be bundled in jar files. This isn't specific to WO or Wonder, it can

Re: Why does Terminal show this for /Library/LaunchDaemons/ plists?

2011-06-20 Thread Q
On 21/06/2011, at 3:07 AM, P Teeson wrote: > I am installing Elipse and Friends on Snow Leopard 10.6.7 following the > instructions at: > > > I have succesfully completed eveything on that page and did an ls -al in > Te

Re: More advice please about WO project..

2011-06-17 Thread Q
not deployment. > But I am nowhere near that stage yet so I don't want to even run it in 30-day > trial mode. > > So how do I stop it bothering me for now? If you configure eclipse to point to the jrebel jar it won't start your 30 trial until you actually turn it on

Re: It is that time again... WO Deploy on a new CentOS server

2011-06-08 Thread Q
ve seen strange issues with the OpenJDK that went away after switching to the sun/oracle version. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) smime.p7s Description: S/MIME cryptographic signature ___ Do

Re: Renaming Components

2011-06-07 Thread Q
On 08/06/2011, at 9:09 AM, David Avendasora wrote: > Hi, > > I just renamed a component's .wo directory in the Mac OS X Finder, and > Eclipse renamed all the component files inside while I watched in the Finder! > Wow! When did that happen? Very cool. I added this a few years ago. :) > I've

Re: Renaming Components

2011-06-07 Thread Q
On 08/06/2011, at 11:15 AM, David Avendasora wrote: > Yes and no. > > When I Refactor -> Rename 'd the .java file, it did rename the .wo and its > contents. Very cool! > > But when I tried to Refactor -> Rename it back, it failed saying that a file > with that name already existed. I had to m

Re: build.xml: Content is not allowed in prolog.

2011-05-17 Thread Q
> ___ > 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

Re: Projects with space in their name

2011-04-15 Thread Q
Spaces in the project name aren't supported. If it works in some cases it's not by design. On 16/04/2011, at 3:59 AM, Pascal Robert wrote: > I'm working on a project with Michael Gargano and one of the projects have a > space in the middle of its name. The project also have a space in its name

Re: PHP Customer Request

2011-04-14 Thread Q
On 08/04/2011, at 4:23 AM, Dov Rosenberg wrote: > This says a lot about the customer in general. If his primary motivation for > going with PHP is cheap hosting - he is going to be a pain in the ass when > it comes to payment and functionality. These kind of people want the moon > for the price o

Re: Memory control

2011-03-14 Thread Q
Try using jvisualvm or a similar tool to get a heap dump of the JVM after it has been running for a while so you can see where the memory is actually being used. On 14/03/2011, at 6:36 PM, Gennady Kushnir wrote: > Hello again everybody. > I still hope somebody would answer. > I'va made GC loggi

Re: H2 and timezones

2011-03-07 Thread Q
On 08/03/2011, at 5:43 AM, John Huss wrote: > My recollection was that this was deprecated without any real alternative > being available. It's part of the magic that is WO 5.4. I just ignore the deprecation notice. If I recall correctly the reason for the deprecation was that there were some

Re: Sorting arrays nightmare

2011-02-20 Thread Q
On 21/02/2011, at 6:01 AM, Louis Demers wrote: > > Here is sample debug output when enumerating in chronological order <> are > primary keys > > <35474> 2011-01-10 19:07:36 Etc/GMT Q: 1/1 > <35475> 2011-01-10 19:07:36 Etc/GMT Q: 1/2 > <

Re: java.lang.NoClassDefFoundError

2011-01-25 Thread Q
Couple of other things to try: Do a full clean of your workspace. Have a look at the static initialisers in GlobalLU and see if any transient dependencies might be missing from the classpath. Log4J or some other 3rd party jar for example. On 25/01/2011, at 10:18 PM, Q wrote: > Check

Re: java.lang.NoClassDefFoundError

2011-01-25 Thread Q
Check the capitalisation of the class name vs what you have in your model. This error usually only happens when you use a case insensitive file system and try to load a class using the wrong cASE. On 25/01/2011, at 4:00 PM, David Avendasora wrote: > Hi all, > > I've been refactoring/modernizi

Re: Hudson and frameworks reference

2011-01-15 Thread Q
hout being disruptive to the existing processes, therefore that's what I use. If maven is the right choice for you that's great, but it's currently not the right choice for me. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) _

Re: Hudson and frameworks reference

2011-01-14 Thread Q
/framework and runs any unit tests. 4. Ask me to send you my copy of the above build files instead of writing them yourself. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not post admin requests to t

Re: multipart upload become garbage

2011-01-06 Thread Q
rtheless, I > have a patched version: > > https://github.com/yllan/wonder > > In case anyone still use the fcgi adaptor. Can you confirm your fix creates no other issues? Have you used this change in production for long? I will commit the change to wonder if that's all that is

Re: Postgres 9.0 and bytea?

2011-01-05 Thread Q
On 06/01/2011, at 10:09 AM, Anjo Krank wrote: > Hi, > > is anyone here using PG with bytea columns? > > I just updated a test db from 8.3 to 9.0 and am getting errors on received > data - rs.getBytes(col) returns the bytes (49) for the characters of my PKs, > not the bytes. > > In the she

Re: WOLips deadlock

2010-12-17 Thread Q
I spoke to mike about this recently, it's a race condition related to locking used for validation and validation caching, it's a difficult one to fix, and the only workaround I can think of would be to disable component validation. On 18/12/2010, at 6:22 AM, Johnny Miller wrote: > I have even a

Re: NoSQL (was: MySQL 5.5 goes GA Release)

2010-12-17 Thread Q
abstraction that it could operate on a "NoSQL" database directly. Doing so in a way that maintains all of EOFs features and a respectable level of performance would be no small task, but technically possible. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Austral

Re: MySQL 5.5 goes GA Release

2010-12-16 Thread Q
On 17/12/2010, at 3:22 AM, Paul D Yu wrote: > Is there a best practice for upgrading MySQL servers? I've killed my > previous databases the last few times I've upgraded. Try this: https://github.com/maxlapshin/mysql2postgres ;) > Paul > On Dec 16, 2010, at 9:44 AM, Kieran Kelleher wrote:

Re: Memory leak but only on Red Hat

2010-12-01 Thread Q
On 01/12/2010, at 5:00 PM, D Tim Cummings wrote: > Hi Q > > WOHTTPConnection ^^^ There's your problem. Don't use that class, it's broken. I once encountered a case where it would not work with a particular url, no matter what I did, it would always hang. If I changed

Re: Memory leak but only on Red Hat

2010-11-30 Thread Q
XRequest", loaded by > "java.net.URLClassLoader @ 0x2aaab375b7c0" occupy 27,297,992 (10.54%) bytes. It looks to me like your app had 1280 odd concurrent request handling threads running. Is it likely that they are getting deadlocked or not running to completion? Do you launch a

Re: Any one try making a db4o adapter for EO?

2010-11-08 Thread Q
not a simple undertaking. Having said that, I recommend you take a look at the JavaMemoryAdaptor in Wonder as a reference to get you started. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not post

Re: Java apps not in new Mac App Store???

2010-10-21 Thread Q
On 21/10/2010, at 10:04 PM, Pascal Robert wrote: > I don't think we should panic... Don't forget that Apple also need a JVM to > run their numerous WO apps. Unless they are going back to WO in Objective-C > or Ruby On Rails, they will need a JVM too... They could just as easily deploy their ap

Re: PostgreSQL [Off-topic]

2010-10-20 Thread Q
On 21/10/2010, at 4:24 AM, Chuck Hill wrote: > > On Oct 20, 2010, at 6:15 AM, Kieran Kelleher wrote: > >> [Bringing this twitter discussion to the mailing list...] >> >> So, for mysql, a new user needs to pay attention to a few things so as not >> to fall on your face with dismal performance

Re: PostgreSQL [Off-topic]

2010-10-20 Thread Q
nstall, such as: > > - Create a my.cnf (start with one of the example files and use the reference > guide to understand all the settings in the example file) > - Ensure innodb is default engine > - Pay special attention to innodb memory allocations > > > Q mentioned

Re: TurnKey Installer Components

2010-10-06 Thread Q
for the umteen'th time. So I moved it to my home directory instead. If eclipse kept it's plugins and other global config in my home directory I would have no reason to keep it there also. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___

Re: TurnKey Installer Components

2010-10-06 Thread Q
I install eclipse in ~/Developer/Applications/ On 07/10/2010, at 7:00 AM, Jeremy Matthews wrote: > And what is the consensus on the location for Eclipse? > > Last thread made me feel like we're leaning towards /Applications... > > /Applications > /Developer > other? > > Thanks, > jeremy > > O

Re: NoClassDefFoundError on ERXValidationException at startup

2010-09-21 Thread Q
nly the cause. Unzip them and grep for the offending ERXValidationException class. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not post admin requests to the list. They will be ignored. Webobjects-d

Re: Embedding FOP: resolving 'href' and 'url' references

2010-09-14 Thread Q
r ERPDFGeneration in wonder for how this problem is currently handled. If you aren't tied to using FOP you may wish to try using it instead. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not pos

Re: WOO file

2010-09-03 Thread Q
I've done enough mac programming to know that isn't Java. :) So > now that everything there is in order Any ideas on what else might cause > the ordering to not work? Exactly what sort order are you seeing when calling displayGroup1.displayedObjects()? -- Seeya...Q

Re: WOO file

2010-09-03 Thread Q
Woo files generally aren't meant to be edited by hand, or even looked at for that matter. You should either use the displaygroup editor built into wolips, which should "just work", or build your displaygroup in code. On 04/09/2010, at 1:32 AM, Michael Gargano wrote: > Hey Johann, > > I

Re: CSV File Reader

2010-08-31 Thread Q
to be smart enough to escape commas inside quotes, i.e.: > Name, Location > John Smith, "Cupertino, CA" > > I'm sure that this wouldn't be hard to write, but code I don't have to write > is code that I don't have to debug. :^D An optimist. :) -- See

Re: Cloud Computing and PCI Compliance

2010-08-23 Thread Q
only that the payment process was successful, keep the two operations at arms length. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev m

Re: Cloud Computing and PCI Compliance

2010-08-21 Thread Q
On 22/08/2010, at 8:43 AM, Miguel Arroz wrote: > Hi! > > On 2010/08/21, at 23:30, Q wrote: > >>> On the other hand, some of those questions have a very vague >>> interpretation, and others are just plain stupid (like asking if you have >>> an a

Re: Cloud Computing and PCI Compliance

2010-08-21 Thread Q
ls section is for. The questions have an underlying risk that they try to protect against. In the case of antivirus software, it is to prevent the surreptitious installation of malicious or otherwise unauthorised software on your systems. If you can provide this security by other means then you det

Re: Configuring CentOS 5.5 for WebObjects

2010-08-17 Thread Q
OS: http://vmadmin.nt.com.au/?p=47 May be useful for someone updating the wiki -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not post admin requests to the list. They will be ignored. Webob

Re: Hudson app build products incomplete?

2010-08-09 Thread Q
-- > Paul. > > http://logicsquad.net/ > > > ___ > 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: &

Re: JUnit testing outside Eclipse

2010-08-09 Thread Q
On 10/08/2010, at 11:37 AM, Paul Hoadley wrote: > On 10/08/2010, at 10:40 AM, Q wrote: > >> This is how I currently do it: >> >> > dir="${dest.dir

Re: JUnit testing outside Eclipse

2010-08-09 Thread Q
net.logicsquad.webobjects.core.LSEOModelUtils.setUpDatabaseConnectionForModel(Unknown > Source) > [junit] at net.logicsquad.pbf.tests.model.ModelTest.setUp(Unknown > Source) > [junit] at > net.logicsquad.pbf.tests.model.bookings.BookingsModelTest.setUp(Unknown > Source)

Re: SVN and Eclipse

2010-07-31 Thread Q
ctive, it might be useful to have a copy > of the build product. It might not too. ;-) > M. Use hudson. If you want to keep a particular build and all of its artifacts, there is a button for that. <> -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10)

Re: Hudson builds and framework dependencies

2010-07-31 Thread Q
sure its framework dependencies don't > need to be rebuilt, or do I have to do that manually since (in this example) > the polling interval is quite long? (What if there are 10 frameworks I'm > depending on?) I would recommend not having a long polling interval if you are t

Re: Solaris SPARC WO Adaptor

2010-07-23 Thread Q
ons/webobjects-dev/qdolan%40gmail.com > > This email sent to qdo...@gmail.com -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast, QLD, Australia (GMT+10) ___ Do not post admin requests to the list. They will be ignored. Webobjects-

OT: WebObjects job opportunity near Gold Coast, Australia

2010-06-29 Thread Q
Greetings all, A position will be opening up soon at the company I work for as we say goodbye to one of our developers. If you are an experienced WO developer and interested in a full time position on the Gold Coast please contact me. -- Seeya...Q Quinton Dolan - qdo...@gmail.com Gold Coast

Re: Multicore Processors and WebObjects

2010-06-02 Thread Q
gt; This email sent to guido.neit...@gmail.com >>> >> > > > > ___ > > > ___ > Do not post admin requests to the list. They will be ignored. > W

Re: Multicore Processors and WebObjects

2010-06-02 Thread Q
; ___ > 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/

Re: When can I expect my WOComponent to get garbage collected?

2010-05-25 Thread Q
sources that the JVM doesn't do itself (eg. JNI allocated resources, closing held open sockets or files etc.) I am not sure what you are trying to do exactly, or why having a local editing context is relevant, but it certainly sounds like you might be doing it wrong. -- Seeya...Q Quinton Dol

Re: Styled text

2010-05-23 Thread Q
>> >> >> >> >> > > ___ > 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 Subscrip

Re: Upgrading WOLips: dependency problem

2010-05-13 Thread Q
On 14/05/2010, at 11:29 AM, Paul Hoadley wrote: > On 14/05/2010, at 10:41 AM, Q wrote: > >> On 14/05/2010, at 10:34 AM, Paul Hoadley wrote: >> >>> Hello, >>> >>> I want to upgrade my ageing WOLips installation (3.4.5561). Using >>> http

Re: Upgrading WOLips: dependency problem

2010-05-13 Thread Q
solution satisfying the following requirements >> Match[requiredCapability: >> org.eclipse.equinox.p2.iu/org.eclipse.swt.carbon.macosx/[3.4.0.v3448f,3.4.0.v3448f]]. > What plugins is it trying to install when it checks the dependencies? -- Seeya...Q Quinton Dolan - qdo...@gmail

Re: Maclipse for 3.5.x

2010-05-13 Thread Q
instructions, etc: >> >> http://www.mdimension.com/page/Maclipse >> >> On Oct 21, 2009, at 6:27 PM, Q wrote: >> >>> I have seen this question asked a couple of times recently. >>> >>> If you are looking for the Eclipse 3.5.x version of maclipse

  1   2   3   4   5   >