how to migrate using mod_proxy?

2014-10-23 Thread Tom Woteki
All: As others have noted, Yosemite upgrade has broken deployment using mod_WebObjects.so compiled for web server 2.2. After reviewing some threads here I have tried migrating using mod_proxy with no success on a test machine. Although I get the message “JavaMonitor has migrated your WebObjec

Re: EO Modeling tool?

2014-10-23 Thread Ken Anderson
Works now! I’m guessing an older version didn’t do it, and I gave up trying :) Thanks guys! On Oct 23, 2014, at 2:11 PM, Morris, Mark wrote: > I just drag the model onto the OmniGraffle icon on the dock. > > On Oct 23, 2014, at 12:53 PM, Ken Anderson wrote: > >> Really? I couldn't get 5 t

Re: EO Modeling tool?

2014-10-23 Thread Morris, Mark
I just drag the model onto the OmniGraffle icon on the dock. On Oct 23, 2014, at 12:53 PM, Ken Anderson mailto:kenli...@anderhome.com>> wrote: Really? I couldn't get 5 to open an eomodel. Any tricks? On Oct 23, 2014, at 10:56 AM, CHRISTOPH WICK | i4innovation GmbH, Bonn mailto:c...@i4innova

Re: EO Modeling tool?

2014-10-23 Thread Fabian Peters
Works fine for me. You have to disable clickToOpen for the page. To get SVG or PDF straight away, you have to have graphviz installed and pass the format via "?format=svg". Am 23.10.2014 um 18:43 schrieb Ramsey Gurley : > Last time I wanted a diagram of the model, I tried using the graphviz d2w

Re: EO Modeling tool?

2014-10-23 Thread Ken Anderson
Really? I couldn't get 5 to open an eomodel. Any tricks? > On Oct 23, 2014, at 10:56 AM, CHRISTOPH WICK | i4innovation GmbH, Bonn > wrote: > > I can't speak for the latest version (6), but my 5.4.4 can still display EO > Models. > > OmniGraffle is also my favorite diagram tool since Diagra

Re: EO Modeling tool?

2014-10-23 Thread Ramsey Gurley
Last time I wanted a diagram of the model, I tried using the graphviz d2w page. It was broken. *mumble mumble untested commits grumble grumble breaking stuff* Anyway, if you get it working again, the graphviz thing is nice, because you can use it to graph portions of your model rather than the

Re: EO Modeling tool?

2014-10-23 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
I can't speak for the latest version (6), but my 5.4.4 can still display EO Models. OmniGraffle is also my favorite diagram tool since Diagram.app disappeared with NeXT ;-) C.U.CW -- The three great virtues of a programmer are Laziness, Impatience and Hubris. (Randal Schwartz) On 23.10.2014,

Re: EO Modeling tool?

2014-10-23 Thread Ken Anderson
An excellent recommendation. And, if you have OmniGraffle 4, it will actually open the eomodeld and create an initial graphic. I *wish* they had kept this feature in later version! > On Oct 23, 2014, at 10:41 AM, Paul Yu wrote: > > Omni graffle > > Sent from my iPad > >> On Oct 23, 2014,

Re: EO Modeling tool?

2014-10-23 Thread Paul Yu
Omni graffle Sent from my iPad > On Oct 23, 2014, at 10:40 AM, Calven Eggert wrote: > > Hi, Fellow WOers > > What are people using these days to create diagrams from the EO models? > > Calven > > > ___ > Do not post admin requests to the list. Th

EO Modeling tool?

2014-10-23 Thread Calven Eggert
Hi, Fellow WOers What are people using these days to create diagrams from the EO models? Calven ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Updat

Re: Best way to use raw SQL

2014-10-23 Thread Johann Werner
Hi Thomas, look at ERXJDBCUtilities and ERXEOAccessUtilities for plenty of methods like: ERXJDBCUtilities.executeUpdate(EOAdaptorChannel channel, String sql) ERXEOAccessUtilities.evaluateSQLWithEntity(EOEditingContext ec, EOEntity entity, String sql) There should be something suiting your needs

Best way to use raw SQL

2014-10-23 Thread Thomas LATTER
Hi, what would be the best way to query in SQL these days in Project Wonder ? I would like to use SQL directly sometimes for complex queries including calculations (averages, medians..). Some of the previous solutions are deprecated. Thanks in advance __