Hmm.
The wo module was loaded by Apache. I'll try to dig in further.
On Nov 19, 2008, at 11:03 PM, Chuck Hill wrote:
On Nov 19, 2008, at 10:58 PM, Josh Paul wrote:
Switching to Apache2 was easy, easy. Apple provided a little button
on the Server Admin tool to do it.
There were additional
On Nov 19, 2008, at 10:58 PM, Josh Paul wrote:
Switching to Apache2 was easy, easy. Apple provided a little button
on the Server Admin tool to do it.
There were additional issues, however. The primary culprit was a
missing WebObjects binary in the cgi directory. This was on 10.5.5,
upgra
Switching to Apache2 was easy, easy. Apple provided a little button on
the Server Admin tool to do it.
There were additional issues, however. The primary culprit was a
missing WebObjects binary in the cgi directory. This was on 10.5.5,
upgraded from 10.4.11.
All is working as expected now
Thanks, Chuck and cug. WOHost was the problem.
- Joe
On Nov 18, 2008, at 21:00:06, Chuck Hill wrote:
On Nov 18, 2008, at 8:27 PM, Joe Moreno wrote:
Hi All,
Is there a way for context().completeURLWithRequestHandlerKey() to
return 127.0.0.1?
I'm running WO 5.3.x in dev on 10.5.5 with
On Nov 19, 2008, at 7:09 PM, Jeff Schmitz wrote:
How do you know what version of webobjects you have installed? I
guess I thought if you had Leopard running on two machines with dev
tools installed, the version of Webobjects would be the same via the
software updates, no?
If you install
How do you know what version of webobjects you have installed? I
guess I thought if you had Leopard running on two machines with dev
tools installed, the version of Webobjects would be the same via the
software updates, no?
I've copied over all the wonder frameworks directly from my dev
A friend just pointed that out as well.
Off to change to Apache2...
On Nov 19, 2008, at 7:06 PM, Chuck Hill wrote:
On Nov 19, 2008, at 6:48 PM, Josh Paul wrote:
Apache responds as expected when hitting the root of the domain (a
Flash detection page), but when sent to WebObjects, it fails t
On Nov 19, 2008, at 6:48 PM, Josh Paul wrote:
Apache responds as expected when hitting the root of the domain (a
Flash detection page), but when sent to WebObjects, it fails to
respond correctly.
Seeing this in the httpd log:
Process: httpd-1.3 [3810]
Path:/usr/sbin/ht
Apache responds as expected when hitting the root of the domain (a
Flash detection page), but when sent to WebObjects, it fails to
respond correctly.
Seeing this in the httpd log:
Process: httpd-1.3 [3810]
Path:/usr/sbin/httpd-1.3
Identifier: httpd-1.3
Version:
On 19.11.2008, at 19:17, Timothy Reaves wrote:
I thought that when a site used WebObjects, it was readily apparent
because of the distinctive URL. Is this no longer the case? Can
you now (or could you always) create sites that have no long string
of numeric characters, and the woa? In ot
I thought that when a site used WebObjects, it was readily apparent
because of the distinctive URL. Is this no longer the case? Can you
now (or could you always) create sites that have no long string of
numeric characters, and the woa? In other words, where the URL's look
just like stat
On Nov 19, 2008, at 4:13 PM, Josh Paul wrote:
I just moved our app to our server, configured WO, and everything
works well when running the app via cli and accessing it locally.
However, when going through Monitor and accessing via web (port 80),
I get a kCFErrorDomainCFNetwork. I've looke
Hi, change the _Entity.java template file to look something like this
right at the top of it:
for: COM.COMPANY.MYBASECLASS
public abstract class ${entity.prefixClassNameWithoutPackage} extends
#if ($entity.parentClassNameSet)${entity.parentClassName}#elseif
($entity.partialEntitySet)er.exten
I just moved our app to our server, configured WO, and everything
works well when running the app via cli and accessing it locally.
However, when going through Monitor and accessing via web (port 80), I
get a kCFErrorDomainCFNetwork. I've looked over httpd.conf and don't
see anything out of
I should clarify that the process fails after clicking the (Execute
SQL) button. The actual generation seems to work okay. If no one
else has any reports good or bad about this, I will go ahead and file
a bug on JIRA tomorrow.
Ramsey
On Nov 19, 2008, at 2:12 PM, Ramsey Lee Gurley wrote:
On Nov 19, 2008, at 12:41 PM, Mr. Frank Cobia wrote:
Is there somewhere that I can set the "JVMOptions" that appear in
the UNIXClassPath.txt file when I do a build? Specifically I want to
set the maximum memory parameter. i.e. -mx200m
I have no idea, but that is a WOLips question. BUT yo
Is there somewhere that I can set the "JVMOptions" that appear in the
UNIXClassPath.txt file when I do a build? Specifically I want to set
the maximum memory parameter. i.e. -mx200m
Thanks,
Frank
___
Do not post admin requests to the list. They will
I just verified on my old laptop.
-Duplicated Eclipse folder.
-Opened duplicated Eclipse.app.
-Generate SQL successful with WOLips 5503.
-Upgrade to WOLips 5547
-Generate SQL fails on same eomodel, same project.
-Close duplicate Eclipse.app, open unmodified 5503 Eclipse.app
-Generate SQL on the s
Hi Lachlan,
On Wed, Nov 19, 2008 at 2:29 PM, Lachlan Deck <[EMAIL PROTECTED]> wrote:
> Hi Michael,
>
> On 19/11/2008, at 6:06 PM, Michael Bushkov wrote:
>
>> On Tue, Nov 18, 2008 at 11:08 PM, Lachlan Deck <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> <...>
>>
>> Yes, maybe I simplified things too much. I'
Hi all,
We are localizing our software to various languages, and are in need
of a translator that can provide translations to Spanish. We need a
person proficient in specialized terminology (software, database,
accounting, project management etc..). If anyone has experience with
contract
Whoops, accidently sent the reply before actually typing a reply
I was actually talking about the base class package, I don't want
the base class to be in the same package as the subclass but
in a .base package
<>
I need this for all my models, so I wondered if it was possible to
set the base
On 19 nov 2008, at 12:16, Stefan Klein wrote:
Open your xxx.eogen in the EOGenerator Editor and go to the bottom.
Under "Defines" you can add a key value pair like:
EOGenericRecord = my.eo.superclass
Stefan
Freddie Tilley schrieb:
Is there way to set a default superclass package, so that i
Hi!
Are you sure WO is generating the tbody, and it's not just your DOM
viewer adding it to the DOM?
A tbody is a table body. All the tables must have at least one,
although it can be implicit (you don't need to explicitly add it to
the table). Most of the times, it is.
Most DOM v
Hi Michael,
On 19/11/2008, at 6:06 PM, Michael Bushkov wrote:
On Tue, Nov 18, 2008 at 11:08 PM, Lachlan Deck
<[EMAIL PROTECTED]> wrote:
<...>
Yes, maybe I simplified things too much. I'll add backup creation and
rollback to this example.
Great.
So here's some ideas for bonus points .. at
Open your xxx.eogen in the EOGenerator Editor and go to the bottom.
Under "Defines" you can add a key value pair like:
EOGenericRecord = my.eo.superclass
Stefan
Freddie Tilley schrieb:
Is there way to set a default superclass package, so that it doesn't
have to
be set manually every time I
Is there way to set a default superclass package, so that it doesn't
have to
be set manually every time I generate an eogen file for a model?
Freddie Tilley
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list
Check the build path of the project that model is in. Does it have
JavaFoundation in the build path?
On 19/11/2008, at 5:06 PM, Ramsey Lee Gurley wrote:
I'm using the latest nightly build of WOLips and I'm getting the
following error when attempting to generate SQL in Entity Modeler.
It a
27 matches
Mail list logo