Re: Hello World crashing in Eclipse 4.2

2012-07-31 Thread John Huss
4.2 is not supported, it's experimental, so problems are to be expected. Does the same thing happen to you with 3.7? On Tuesday, July 31, 2012, Chuck Hill wrote: > > On 2012-07-31, at 3:38 PM, Maik Musall wrote: > > > Follow-up on this. Happend to me, too (on 10.7). Turning off "Generate > bundl

Re: Fluffy Bunny question

2012-07-18 Thread John Huss
+1 The tools just aren't robust enough to handle edge cases and aren't likely to change, and even if they did it would be likely to break in the future. Following the crowd is the best approach here. On Wed, Jul 18, 2012 at 4:43 PM, Jesse Tayler wrote: > > obey the bunny! > > On Jul 18, 2012,

Re: Migrating from EOF to ????

2012-07-14 Thread John Huss
On Sat, Jul 14, 2012 at 12:39 PM, Philippe Rabier wrote: > > On 14 juil. 2012, at 03:49, John Huss wrote: > > In general though there is nothing compelling enough for me to think about > rewriting existing code in Tapestry (or any framework). For new projects > it might be

Re: Migrating from EOF to ????

2012-07-13 Thread John Huss
Tapestry has been through one or two complete rewrites, and the latest version 5.x is one of them - it's brand new. Tapestry is probably the web framework that is most like WO, but there are some important differences. It would not be trivial to convert an app I think. Their markup and use of co

Re: Migrating from EOF to Cayenne

2012-07-13 Thread John Huss
They just have what the java world has; which is JAX-RS and it's implementations like Jersey+Jackson and RestEasy. It's good I think, but completely generic, so something that is specific designed to handle entity objects is helpful. So yes ERRest could be useful. Or recreating something like it

Re: Migrating from EOF to Cayenne

2012-07-13 Thread John Huss
So this thread has devolved quite a bit from it's original intent. One of my original goals was to detail the areas where people could help with an effort to provide an easy and painless migration to Cayenne. I haven't seen much interest in helping thus far. So if you are interested, please spea

Re: Migrating from EOF to Cayenne

2012-07-12 Thread John Huss
On Thu, Jul 12, 2012 at 9:45 AM, Hugi Thordarson wrote: > >> Cayenne is still missing a lot of functionality when compared to > EOF/Wonder and generally feels less mature (understandably, since EOF is > ancient). This is perhaps not such a huge problem, since functionality can > always be added—b

Re: Migrating from EOF to Cayenne

2012-07-11 Thread John Huss
> philosophies of the original authors may be ignored. BTW, I say original > authors because the person that wrote the first line of code left his/her > imprint on the direction of all code that follows. > >> > >> JMHO (i mean that sincerely). > >> > >> Ted &g

Re: Can't get the integration build?

2012-07-11 Thread John Huss
typo - intgration On Wed, Jul 11, 2012 at 10:26 AM, James Cicenia wrote: > Hello - > > I am trying to get this ol' laptop working as I travel. When I went to git > the integration branch (which I need), I get the following: > > Users-MacBook-Pro:git user$ git clone -b intgration git:// > github.

Migrating from EOF to Cayenne

2012-07-11 Thread John Huss
At WOWODC there was a lot of interest in migrating from EOF to Cayenne, and even entirely rebasing Wonder to run on top of Cayenne instead of EOF. *Why would anyone want to do this? * 1. Cayenne is open-source and is actively being developed 2. Cayenne has great concurrency support which i

Re: Eclipse 4.2 and WOLips

2012-07-01 Thread John Huss
It's not supported yet, but you can try it and tell everyone what doesn't work. :-) The news from WOWODC is that if you're not using Git then you're stupid™ - that's a Chuck-ism John On Sun, Jul 1, 2012 at 10:04 AM, Lars Sonchocky-Helldorf < lars.sonchocky-helld...@hamburg.de> wrote: > Hi, > >

Re: WOLips integration branch

2012-06-28 Thread John Huss
I would try with Eclipse Classic, which has everything. On Thu, Jun 28, 2012 at 12:05 PM, Henrique Gomes wrote: > Just tried it now, with 'Eclipse for Java Developers', no luck: > > Cannot complete the install because one or more required items could not > be found. > Software being installed:

Change eclipse font size easily

2012-06-28 Thread John Huss
If you're giving a presentation at WOWODC and using Eclipse, or if you do pair-programming occasionally, there is a handy Eclipse plugin that adds some toolbar buttons that allow you change the font size of the editor on the fly. Get it here: https://www.iam.unibe.ch/scg/svn_repos/Sources/b/FontS

Re: jar confusion

2012-06-13 Thread John Huss
In Eclipse go to Navigate -> Open Type... Type in the class name and see what jars/locations it shows up in. John On Wed, Jun 13, 2012 at 7:42 AM, Jon Kleiser wrote: > Hi, > > I maintain an old WO project that I "ported" to WOLips last year. I now > use the new directory structure (jar files in

Re: New Tomcat 6 Deployment

2012-05-30 Thread John Huss
> > On Wed, May 30, 2012 at 10:43 AM, Ramsey Gurley wrote: > >> Given the way the pool is implemented, it is not fixable AFAICT. The EC >> is only connected to one OSC to run cleanup. So snapshots get inserted >> into all OSCs, but only get removed from one. The bigger the pool, the >> bigger the

Re: Properties file for third-party tools

2012-05-30 Thread John Huss
On Wed, May 30, 2012 at 1:35 PM, Kieran Kelleher wrote: > Is it being actually copied to bin dir by the incremental builder? (If not > adjust appropriate patternset in woproject dir) > Yeah, you have to adjust the patternset for the incremental builder. For the ant build I think I had to manuall

Re: New Tomcat 6 Deployment

2012-05-30 Thread John Huss
On Wed, May 30, 2012 at 10:43 AM, Ramsey Gurley wrote: > Given the way the pool is implemented, it is not fixable AFAICT. The EC > is only connected to one OSC to run cleanup. So snapshots get inserted > into all OSCs, but only get removed from one. The bigger the pool, the > bigger the leak. >

Re: New Tomcat 6 Deployment

2012-05-30 Thread John Huss
Does that mean you have a fix coming? :-) On Wed, May 30, 2012 at 10:16 AM, Ramsey Gurley wrote: > > On May 30, 2012, at 7:13 AM, John Huss wrote: > > I would go with wotaskd/monitor. You can more easily run multiple > instances; each instance gives you another data

Re: New Tomcat 6 Deployment

2012-05-30 Thread John Huss
I would go with wotaskd/monitor. You can more easily run multiple instances; each instance gives you another database connection. Alternatively, you can set the property: er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=3 And this will give you a pool of database connections (an

Re: ERXJDBCAdaptor

2012-05-23 Thread John Huss
Set the property: er.extensions.ERXJDBCAdaptor.className = er.extensions.jdbc.ERXJDBCAdaptor On Wed, May 23, 2012 at 9:34 AM, Ron X wrote: > hi > what do i need to move from JavaJDBCAdaptor to the ERXJDBCAdaptor? > thanks > > ___ > Do not post admin

Re: 5.4.3 on Windows

2012-05-08 Thread John Huss
Why not use Apache and mod_WebObjects? That's what I've done whenever I've had to use Windows. On Tue, May 8, 2012 at 9:16 AM, doug andrews wrote: > Still no luck. > > If I view the html, the action on the form tag is: > > action="/scripts/WebObjects/BatchUpdate.woa/1/wo/VIzTbQZkPQtha4eJc08RmM/

Re: X-Webobjects-Loadaverage ?

2012-04-30 Thread John Huss
Chuck, do you have any more info about this? Do you mean Random also is broken, or just Load Average? Do you know what part of it is broken? Thanks, John On Mon, Mar 14, 2011 at 9:30 PM, Chuck Hill wrote: > Though unless someone has fixed it recently, only Round Robin works > correctly in the

Re: Load balancing problem

2012-04-30 Thread John Huss
ng and you > have eight other instances all responding to requests quickly? > > > > > > > > Sent from my iPad > > > > On Apr 30, 2012, at 1:09 PM, John Huss wrote: > > > >> I've been troubleshooting some load problems with an app and run

Re: Deploying to multiple servers

2012-04-25 Thread John Huss
g the > connection from Server1. > > > Chuck > > > On 2012-04-25, at 10:06 AM, John Huss wrote: > > > I'm trying set up an app to run on multiple servers and I'm having some > problems. I got it working in my dev environment, but production is not > work

Deploying to multiple servers

2012-04-25 Thread John Huss
I'm trying set up an app to run on multiple servers and I'm having some problems. I got it working in my dev environment, but production is not working. The setup is like this: 1) Server1 is the primary entrypoint (or proxy) - it does Apache and JavaMonitor and 1/2 of the app instances 2) Server2

Re: Entity Modeler, attributes default value for migrations

2012-04-18 Thread John Huss
> > I was hoping there was a box in Entity Modeler that said, "Default Value". > There is no box, but if you hand-edit the file like I said it will do what you want. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailin

Re: Entity Modeler, attributes default value for migrations

2012-04-18 Thread John Huss
You have to add it manually into the userInfo dictionary by editing by model with a text editor. For example, for the ATTRIBUTE called "deleted": ... { columnName = "scp_deleted"; name = deleted; prototypeName = intBoolean; *userInfo = {defa

JavaMonitor on each server?

2012-04-17 Thread John Huss
If you have 2 unrelated applications on two separate servers is it best to run JavaMonitor separately on each server or just run monitor on one of the servers? Is there anything wrong with running it on both? Thanks, John ___ Do not post admin requests

Re: WOCOmmunity Logo

2012-04-13 Thread John Huss
On Fri, Apr 13, 2012 at 10:13 AM, Amedeo Mantica wrote: > New proposal > > > > is a W, but rapresent also three people > Meaning WO only has about 3 users left? John <> ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev m

Re: Tests fitnesse with WebObject

2012-04-12 Thread John Huss
On Thu, Apr 12, 2012 at 9:41 AM, SAUGET Marc wrote: > Thanks for the RTFM but we have read some part of this manual > without find information about test method using Webobject application > using editong Context, Session, and ... really connected the database > (in not using a fake editingConte

Re: SQL

2012-04-12 Thread John Huss
EOUtilities.rawRowsForSQL 2012/4/12 Ron X > but how can i do COUNT() and SUM() in ONE query? > aggregateFunctionWithQualifier - name of the function - just one > (count/sum), but i need two (count & sum) > > > 11 апреля 2012 г. 19:17 пользователь Ramsey Gurley < > rgur...@smarthealth.com> напис

Re: unique constraint

2012-03-30 Thread John Huss
Distinct On Fri, Mar 30, 2012 at 2:40 PM, Theodore Petrosky wrote: > I found the entity index by right clicking on the attribute, but I can not > find anything that says 'unique'. > > --- On *Fri, 3/30/12, John Huss * wrote: > > > From: John Huss > Subject: Re:

Re: How to know when it is time to abandon WebObjects for another technology

2012-03-28 Thread John Huss
LOL On Wednesday, March 28, 2012, Chuck Hill wrote: > Just sayin' > > ___ 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: https:/

Re: Most requested stuff on Google Moderator

2012-03-28 Thread John Huss
Technologies come and go; there is a lifecycle for everything. That is a fundamental attribute of software development. The fact that WebObjects has endured for so long as a relevant and useful piece of technology is amazing. But like all technologies, it can't last forever. The sun is setting

Re: Opening multiple database channels

2012-03-23 Thread John Huss
> > >>> Cayenne supports this kind of concurrency and will utilize multiple > connections to the database without requiring a duplicate stack like EOF > does. So for concurrency it is a much better choice than EOF. And it's > easy to get started if you're familiar with EOF already. It can be us

Re: Opening multiple database channels

2012-03-23 Thread John Huss
ould keep them straight since you would have to have separate classes for Cayenne and EOF. > thanks, > mai > On Mar 23, 2012, at 10:56 AM, John Huss wrote: > > Cayenne supports this kind of concurrency and will utilize multiple connections to the database without requiring a duplicate

Re: Opening multiple database channels

2012-03-23 Thread John Huss
Cayenne supports this kind of concurrency and will utilize multiple connections to the database without requiring a duplicate stack like EOF does. So for concurrency it is a much better choice than EOF. And it's easy to get started if you're familiar with EOF already. It can be used inside a WO

Re: foundation class patching

2012-03-13 Thread John Huss
It's determined by the order of the jars in your classpath. The ERExtensions and ERFoundation jars have to be before the apple jars. On Tue, Mar 13, 2012 at 9:56 AM, Michael Gargano wrote: > Hi, > >Can anyone describe how the foundation classes are patched into an > ERX based application

Re: Opinions on OpenJDK

2012-03-05 Thread John Huss
I was thinking he meant JDK 6. But yeah, it's probably that. On Mon, Mar 5, 2012 at 12:26 PM, Andrus Adamchik wrote: > There is a developer preview for OS X: > > http://jdk7.java.net/macportpreview/ > > > > On Mar 5, 2012, at 12:03 PM, John Huss wrote: > > >

Re: Opinions on OpenJDK

2012-03-05 Thread John Huss
Are you building with it on a Mac? If so, how? On Mon, Mar 5, 2012 at 10:40 AM, Simon wrote: > We're building on it as well as deploying on it > > > On Monday, 5 March 2012, Paul Hoadley wrote: > >> On 05/03/2012, at 8:24 PM, Kieran Kelleher wrote: >> >> > I've been running it on a Centos serve

Re: 5.4 uploading large files

2012-03-03 Thread John Huss
As Mike said above it is already fixed in Apple's version of WO. But you're never going to see that version. So if you want a fix you have to roll your own. John On Saturday, March 3, 2012, Helmut Tschemernjak wrote: > > we investigated in the past into the > 2.1GB form upload limitation. I re

Re: WebObjects 5.4.3 and JavaClient Apps

2012-02-23 Thread John Huss
; > Le 23 févr. 2012 à 19:45, John Huss 'cvml', 'johnth...@gmail.com');>> > a écrit : > > D2JC means Direct to Java Client, which is rules based app development > framework like Direct to Web (D2W). > > On Thursday, February 23, 2012, Raymond NANEON wrot

Re: WebObjects 5.4.3 and JavaClient Apps

2012-02-23 Thread John Huss
> Thanks > > > Le 23 févr. 2012 à 19:24, John Huss 'cvml', 'johnth...@gmail.com');>> > a écrit : > > Why does it have to be Java Client? And why D2JC? I might have some > suggestions. > > On Thu, Feb 23, 2012 at 12:20 PM, Raymond NANEON wr

Re: WebObjects 5.4.3 and JavaClient Apps

2012-02-23 Thread John Huss
the dynamic link of the > JavaClient.jnlp, I take. > > > Thanks > > > > Le 23 févr. 2012 à 17:28, John Huss a écrit : > > I don't want to offend David A, but my advice is: run away! > > John > > On Thu, Feb 23, 2012 at 7:46 AM, Raymond NANEON wrote: &g

Re: WebObjects 5.4.3 and JavaClient Apps

2012-02-23 Thread John Huss
I don't want to offend David A, but my advice is: run away! John On Thu, Feb 23, 2012 at 7:46 AM, Raymond NANEON wrote: > Hi, > > I tried a little JavaClient app but I can't launch the app because the > JavaClient.jnlp link is broken. > > I got this error : > > [2012-2-23 14:33:42 CET] Openin

Re: Wrong Session class

2012-02-17 Thread John Huss
I think you should spend a few more weeks on this. That's the responsible thing to do. On Fri, Feb 17, 2012 at 2:06 PM, Ted Archibald wrote: > Feels like I'm beating a dead horse: > > After trying many combinations of changes I finally found one change that > helps. If I have wolips generate bu

Re: Wrong Session class

2012-02-14 Thread John Huss
You could also just tell WO explicitly where your classes are. You can do this in your Application's main method: _NSUtilities.setClassForName(Main.class, Main.class.getSimpleName()); _NSUtilities.setClassForName(Session.class, Session.class.getSimpleName()); _NSUtilities.setClassForName(DirectAc

Re: Compare Integer with EOObjects using EOQualifier

2012-02-08 Thread John Huss
BigDecimals are not integers so they aren't equals to integers. Compare BigDecimals to BigDecimals and Integers to Integers. On Wed, Feb 8, 2012 at 11:14 AM, Sisi Li wrote: > Hi, > > I got a quick but silly question about EOQualifier, I want to compare a > object key with integer value zero but

Re: AutoLaunch on Windows

2012-02-06 Thread John Huss
I have a WOOpenURL.exe that I wrote - a one line delphi program. I could get it to you tomorrow. But if you can control the name of the script / app then you could use a batch file instead. On Sun, Feb 5, 2012 at 3:49 PM, Pascal Robert wrote: > Ah, so I guess having a script to open the URL an

Re: Limit to the number of instances under JavaMonitor

2012-02-04 Thread John Huss
I think that would depend on how many servers are running the instances. On Sat, Feb 4, 2012 at 12:03 PM, Jesse Tayler wrote: > I'm not sure - but - > > that's an odd number, but why don't you have separate servers for more > instances? > > are you trying to increase the number of threads to you

Re: WOApplication and pageRefreshOnBacktrackEnabled

2012-01-19 Thread John Huss
this.setPageRefreshOnBacktrackEnabled(false); All this setting actually does is change the response headers like Expires and Cache-Control, etc which browsers use to determine whether a page from the cache can be used instead of contacting the server. You can set these headers on the response you

Re: Properties, Frameworks and App

2012-01-11 Thread John Huss
Try printing out both dictionaries and look to see how they are different. On Wed, Jan 11, 2012 at 8:31 AM, James Cicenia wrote: > Now I am all confused ( I know, I know). > > If I just put the Global DB info in my App properties file, Wonder > complains: > > IllegalArgumentException: The connec

Re: WebObjects FORM Validation

2012-01-06 Thread John Huss
*fonction* * * *Typo? * On Fri, Jan 6, 2012 at 8:55 AM, Raymond NANEON wrote: > Hi All, > > I have somes problems with validation of my form fields. I use custom ajax > submit button and when I put this parameter *onclick = "fonction() { > return formValidator(this}";* to the button, nothing hap

Re: Ant Instal

2011-12-15 Thread John Huss
It couldn't create that directory: "direction creation was not successful" On Thu, Dec 15, 2011 at 12:54 PM, Gino Pacitti wrote: > Hi All > I am using a clean version of Eclipse 3.7 with WOlips. > > I am just trying to build and instal using WOLips Ant Tools -> install and > I get an error: > >

Re: Weird Behaviour...

2011-12-05 Thread John Huss
Logging is your friend here - log out the value of editingContext.updatedObjects and see if it is empty. On Mon, Dec 5, 2011 at 12:21 PM, John Huss wrote: > If you have a save button, then do it in that action at the end. > > > On Mon, Dec 5, 2011 at 9:16 AM, Calven Eggert wrote:

Re: Weird Behaviour...

2011-12-05 Thread John Huss
If you have a save button, then do it in that action at the end. On Mon, Dec 5, 2011 at 9:16 AM, Calven Eggert wrote: > When do you suggest that I call objectWillChange(eo)? > > > On 2011-12-05, at 10:07 AM, John Huss wrote: > > It is possible that EOF doesn't think the o

Re: Weird Behaviour...

2011-12-05 Thread John Huss
It is possible that EOF doesn't think the objects have changed and so it doesn't actually save anything. If so, calling editingContext.objectWillChange(eo) will force it to look at the object and see if it has changes. John On Mon, Dec 5, 2011 at 8:35 AM, Calven Eggert wrote: > Hi, All > > I'm

Re: Maven

2011-11-17 Thread John Huss
On Thu, Nov 17, 2011 at 4:58 AM, Lachlan Deck wrote: > On 17/11/2011, at 6:39 PM, Johann Werner wrote: > > > Following this thread with great interest, what about a 'match of the > build systems' at next WOWODC comparing ant/ivy/maven/gradle/... ? Anyone? > > :) > > Challengers ready? > > Your fir

Re: [SOLVED]: Is JDBCAdaptor generating the wrong SQL for fixed length character columns?

2011-11-10 Thread John Huss
Isn't this fixed in ERXJDBCAdapter (if you use it)? er.extensions.ERXJDBCAdaptor.className = er.extensions.jdbc.ERXJDBCAdaptor John On Thu, Nov 10, 2011 at 12:09 PM, Alexander Spohr wrote: > Hi Chuck, > > you have to use useBundledJdbcInfo=true with PostgreSQL. Otherwise your > PostgreSQLAdapto

Re: [SOLVED]: Is JDBCAdaptor generating the wrong SQL for fixed length character columns?

2011-11-09 Thread John Huss
> > You need to create a pull request on github. > > I never did that, I never used git and I currently have no time to acquire > that knowledge. Can somebody else please do that instead? > You could create a JIRA and attach a patch instead then. ___ Do

Re: [SOLVED]: Is JDBCAdaptor generating the wrong SQL for fixed length character columns?

2011-11-09 Thread John Huss
You need to create a pull request on github. On Wed, Nov 9, 2011 at 1:41 PM, Lars Sonchocky-Helldorf < lars.sonchocky-helld...@hamburg.de> wrote: > > Am 08.11.2011 um 20:56 schrieb Lars Sonchocky-Helldorf: > > > Hi folks! > > > > > > For reason not to be discussed here my coworker has created a P

Re: migrations error

2011-11-01 Thread John Huss
g, boolean) in the type > ERXMigrationTable is not applicable for the arguments (String, > boolean, String) > > > Ted > > --- On Tue, 11/1/11, John Huss wrote: > > From: John Huss > Subject: Re: migrations error > To: "Ramsey Gurley" > Cc: "The

Re: migrations error

2011-11-01 Thread John Huss
Ah, I didn't really read it either :-) Yeah you should just pass the default value and NOT NULL in the newColumn call: workingTable.newLargeStringColumn("c_password", false, "4004"); workingTable.newLargeStringColumn("c_user_name", false, "theuser"); On Tue, Nov 1, 2011 at 10:37 AM, Ramsey Gurl

Re: migrations error

2011-11-01 Thread John Huss
The transaction handling for Migrations is a bit sloppy, partly because the JDBC transaction can be started and stopped directly without telling EOF, and that can lead to problems. I created a patch to fix it, the jira is here so you can vote

Re: restarting javamonitor

2011-10-14 Thread John Huss
I thought it ran on port 56789 - that's how mine has always been. You can load it using: launchctl load /Library/LaunchDaemons/com.webobjects.womonitor.plist something like that. John On Fri, Oct 14, 2011 at 9:04 PM, Jesse Tayler wrote: > I have a recent install where I guess I'd left WOMono

Re: HTML rendering of

2011-10-13 Thread John Huss
I found it here: http://www.filibeto.org/unix/macos/lib/dev/documentation/WebObjects/Reference/WOJExtensions/WOExtensions.pdf On Thu, Oct 13, 2011 at 4:20 PM, Klaus Berkling wrote: > > I can't find documentation on bindings for WOMetaRefresh. > > kib > > *"Live as if you were to die tomorrow. L

Re: HTML rendering of

2011-10-13 Thread John Huss
Did you try WOMetaRefresh? On Thu, Oct 13, 2011 at 2:18 PM, Klaus Berkling wrote: > Hi All. > > I have this in my component html: > > > > And this in the wod (ognl at work): > > RefreshMETATag : WOGenericElement { > elementName = "META"; > http-equiv = "Refresh"; > content = "~\"3;\" + redirect

Re: Finding WO people for startups

2011-09-25 Thread John Huss
If you want WebObjects, but you don't want WebObjects, then the answer is clear: Cayenne + Tapestry If you aren't familar with these frameworks, both are heavily inspired by WebObjects. Cayenne is very similar to EOF - almost all of the EOF concepts have a direct one-to-one correspondence in Cay

Re: Help on incorporating the WOCommunity Association

2011-09-20 Thread John Huss
+1 for Apache. On Mon, Sep 19, 2011 at 8:24 AM, Andrus Adamchik wrote: > I was trying to find a statement on the association objectives. > > Here is a crazy idea - maybe instead of starting a new non-profit, the > community should consider taking the open source parts of the WO code and > join th

Re: EO refresh question

2011-09-14 Thread John Huss
I think you need to call setRefreshesRefetchedObjects(true) on the fetch specification. John On Wed, Sep 14, 2011 at 9:51 AM, Pascal Robert wrote: > I have a question about EO refresh. I have a component where I show the > list of running and completed jobs (reports) and since some jobs might b

Re: No Instance Available - New Lion Mac

2011-08-24 Thread John Huss
You have to configure wotaskd and javamonitor to use localhost as the WOHost: cat /System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/Properties ... WOHost=localhost And then do the same in your app. John On Wed, Aug 24, 2011 at 2:48 PM, Johnny Miller wrote: > Hi, > > I

Re: WebOjects Apache Adaptor for 16 Servers+

2011-08-24 Thread John Huss
On Wed, Aug 24, 2011 at 9:17 AM, Chuck Hill wrote: > > On 2011-08-24, at 1:40 AM, Paul Dunkler wrote: > > > Hi out there, > > > > we a re currently facing problems with our WebObjects deployment which > has grown very much in the last time. > > The problem is, that we want to connect more than 16

Re: Entity Modeler and java.io.Serialization

2011-08-11 Thread John Huss
If you use the ERAttributeExtension framework or whatever it's called I think could do it - this is what the joda time prototypes use. It fixes the features that were supposed to be in 5.4 But I'm not sure why you would want to store it in a binary format; if you just need to convert a stored

Re: Cayenne

2011-08-08 Thread John Huss
No, I mean the user list, like this post. :-) On Mon, Aug 8, 2011 at 6:08 PM, David Holt wrote: > Interested parties would like to know what you found interesting! :-) > > Is this the list you're thinking of? > http://ma

Cayenne

2011-08-08 Thread John Huss
Interesting traffic on the cayenne list these days... Just sayin'. ___ 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

Re: Lion and WO

2011-07-29 Thread John Huss
The changes in PostgreSQL 9 allow for "hot standby" databases, which are running and allow read-only access and can instantly become stand-alone masters if failover is needed. You can have many standby DBs being fed by one master with little performance degradation. The slaves are updated asynchr

Re: Dynamic loading of a component into a container?

2011-07-28 Thread John Huss
So does Snow Leopard, maybe even earlier versions. On Thu, Jul 28, 2011 at 12:16 PM, David Holt wrote: > Quicktime for Lion has screen capture/movies built in now... > > d > > On 2011-07-28, at 9:28 AM, John & Kim Larson wrote: > > > Done. Then not done. ScreenFlow didn't work with Lion. As soon

Re: PostgreSQL Setup and Tuning

2011-07-28 Thread John Huss
For production on OS X at least you have to modify your shared memory settings in sysctl.conf -- there are instructions about this in the README in the installer. Otherwise, I have found the program 'pgtune' to be useful for configuring postgresql. John On Thu, Jul 28, 2011 at 9:27 AM, Kieran Ke

Re: Lion and WO

2011-07-27 Thread John Huss
Finding a weak spot in the query optimizer can be done for any database, can't it? That's just the nature of the beast. On Wed, Jul 27, 2011 at 2:22 PM, Kieran Kelleher wrote: > Good detail. Thanks for the insight. And yeah, it was obvious from the > beginning that you loathed MySQL! ;-) > > Ch

Re: Lion and WO

2011-07-25 Thread John Huss
I don't know what I would do if I was using some proprietary technology that hadn't been updated in years, with almost no communication from the company in charge of it! What is that like? ;-) On Mon, Jul 25, 2011 at 10:22 PM, Tim Worman wrote: > Openbase has been a great product from day one

Re: properties files

2011-07-15 Thread John Huss
It does. There is a WOWODC video about it from last year. It boggles the mind. On Fri, Jul 15, 2011 at 10:03 AM, Michael Gargano wrote: > I'm assuming the ERXProperties still doesn't allow you to reference other > properties in your properties, does it? > > Thanks. > -Mike

Re: Creating cookies for parent URL

2011-06-16 Thread John Huss
On Thu, Jun 16, 2011 at 9:06 AM, Pascal Robert wrote: > I'm creating a cookie to store a token but the problem is that the path is > set to the stateful request handler (/wo) and I can't read the cookie in the > REST (/ra) handler... I have tried to set the path to be the root of the > app, but b

Re: Use EOF without WO?

2011-06-15 Thread John Huss
On Wed, Jun 15, 2011 at 1:14 PM, Amy Worrall wrote: > > 1) JavaFoundation requires some small tweaks to the binary for it to be > used > > successfully by android > > Thanks ever so much for the sample project. It looks really useful. > I'll have a chance to play with it more tomorrow. > > Out of

Re: Use EOF without WO?

2011-06-15 Thread John Huss
On Wed, Jun 15, 2011 at 12:24 PM, John Huss wrote: > I was curious about this a while back, so tried it and, yeah, it does work > (with a little fiddling). The biggest challenge is learning how > EODistribution works. I will send you my sample project off-list. > > The question

Re: Use EOF without WO?

2011-06-15 Thread John Huss
I was curious about this a while back, so tried it and, yeah, it does work (with a little fiddling). The biggest challenge is learning how EODistribution works. I will send you my sample project off-list. The question I had is, does the license allow this? It really depends on whether this coun

Re: Use EOF without WO?

2011-06-15 Thread John Huss
I really like jar bundles (for Java Client anyway). But it makes me sad that they don't load the additional properties files like Properties.dev. John On Wed, Jun 15, 2011 at 9:57 AM, Henrique Prange wrote: > BTW, any Jar can become a bundle. NSBundle recognizes any Jar as a bundle > if it con

Re: Use EOF without WO?

2011-06-15 Thread John Huss
I think the key requirement was "non-server". On Wed, Jun 15, 2011 at 9:32 AM, Jesse Tayler wrote: > what is it really that you need to be removed? > > you don't want to use the monitor and load balance or taskd stuff? or you > can't install something in some environment? > > WO isn't really def

Re: Use EOF without WO?

2011-06-15 Thread John Huss
But then you can't use the Properties file and that is no fun. On Wed, Jun 15, 2011 at 9:00 AM, Mike Schrag wrote: > You shouldn't actually need a bundle, i don't think ... you can manually > add models to your model group. > > ms > ___ Do not post ad

Re: Use EOF without WO?

2011-06-15 Thread John Huss
Yes, it's possible. You'll need to make sure the main bundle gets figured out, either by structuring it like a bundle or by declaring it explicitly. You'll need JavaEOAccess, JavaEOControl, and JavaFoundation. If you want to get data from the server you can use EODistribution too. If you're usi

Re: JDK 1.4.2 under 10.6.7

2011-06-15 Thread John Huss
I would ignore the new standard and just install them in the old location, but be aware that installing a new java version after that will break it, so be careful. John On Wed, Jun 15, 2011 at 7:02 AM, Frédéric JECKER wrote: > Moin list, > > I need to setup my workspace in order to compile my ap

Re: Dynamic loading of a component into a container?

2011-06-09 Thread John Huss
Isn't this what AjaxUpdateContainer does? What is wrong with using it? On Thu, Jun 9, 2011 at 3:12 PM, Paul Dunkler wrote: > Hey Guys, > > is there any possibility in wonder to load a component into a pre-defined > zone in the template? > I´m dealing with AjaxUpdateContainers and so on since 4 m

Re: It's alive!

2011-05-31 Thread John Huss
They have country music in Canada??? On Tue, May 31, 2011 at 6:10 PM, David LeBer wrote: > Finally! The iOS / WO project we've been working on is finally beginning to > bear fruit: > > > ___ Do not post admin requests to the list. T

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread John Huss
It works when running through the web server - another good reason to not use direct connect. 2011/5/31 Paul Dunkler > I´m running through direct connect (as mentioned in my first post at this > topic). Only in development - not production > > > Am 31.05.2011 um 16:22 sc

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread John Huss
e (../images/bar.png) - > It´s not working... > > > Am 31.05.2011 um 16:09 schrieb John Huss: > > > Relative URLS work fine, but you must use an external CSS file, not a > style tag embedded in a component. The URL is resolved relative to the > location of the hosting file.

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread John Huss
Relative URLS work fine, but you must use an external CSS file, not a style tag embedded in a component. The URL is resolved relative to the location of the hosting file. John On Mon, May 30, 2011 at 4:35 AM, Paul Hoadley wrote: > Hi Frank, > > On 30/05/2011, at 6:22 PM, Ruenagel, Frank wrote:

Re: John Huss, are you teasing me?

2011-05-26 Thread John Huss
rties. >>> >>> On May 26, 2011, at 7:05 PM, David Avendasora >>> wrote: >>> >>>> Hi John, >>>> >>>> Did you ever end up doing anything with Flor's JBND stuff? >>>> >>>> Dave >>>>

Re: John Huss, are you teasing me?

2011-05-26 Thread John Huss
> > On May 26, 2011, at 10:27 AM, John Huss wrote: > >> Yes, I care about Java Client. :-) We are undertaking a replacement for >> some native (Delphi) apps in order to make them more cloud-like. We're >> using Java Client instead of GWT or a web app primar

Re: Avoiding expensive database roundtrips for enterprise objects

2011-05-26 Thread John Huss
in > addition to this fix, it would be nice to know why the default behaviour of > the editingContext is to refault all objects on saveChanges()... maybe > anyone can explain? > > > Am 26.05.2011 um 16:40 schrieb John Huss: > > > I would presume t

Re: Avoiding expensive database roundtrips for enterprise objects

2011-05-26 Thread John Huss
I would presume that this is happening in response to the EOObjectsChangedInStoreNotification. You can implement an EOEditingContext delegate and override editingContextShouldInvalidateObject to see where it is happening and prevent it if you want. John On Thu, May 26, 2011 at 9:16 AM, Paul Dunk

Re: John Huss, are you teasing me?

2011-05-26 Thread John Huss
need; you could write the app using any UI toolkit, or even use EODistribution to transfer data between two WO server apps. It also works with Android... which is kind of ironic. John On Thu, May 26, 2011 at 7:19 AM, David Avendasora wrote: > > On May 11, 2011, at 4:17 PM, John Huss (

<    1   2   3   4   5   6   >