Hi All,
I was wondering if there is any way to get the documentation that one
writes into the Doc's area of Entities, Attributes and Relationships
inside Entity Modeler to be included in the java files that it spits
out ?
Im currently using _WonderEntity.java and WonderEntity.java as my
t
Hi
In Eclipse/ WOLips, if you are going to add system or user frameworks, you
could righ click the project and choose Properties -> add Library ->here
it goes until you reach system frameworks for WO. Hope it helps.
Cheers
Cheong Hee
-Original Message-
Behalf Of Qi Yang
Sent
On May 27, 2008, at 6:57 PM, Qi Yang wrote:
here's what's in wobuild.properties:
wo.woroot=/
wo.dir.local=/
wo.dir.user.home.library=/home/user/Library
wo.dir.library=/WO/System/Library
wo.wosystemroot=/WO/System
wo.dir.local.library=/WO/Library
wo.dir.library.frameworks=/WO/System/Library/Fram
here's what's in wobuild.properties:
wo.woroot=/
wo.dir.local=/
wo.dir.user.home.library=/home/user/Library
wo.dir.library=/WO/System/Library
wo.wosystemroot=/WO/System
wo.dir.local.library=/WO/Library
wo.dir.library.frameworks=/WO/System/Library/Frameworks
wo.dir.user.home.library.frameworks=/hom
Please keep messages on the list.
On May 27, 2008, at 5:37 PM, Qi Yang wrote:
Thanks for the reply Chuck,
On 27-May-08, at 6:44 PM, Chuck Hill wrote:
No. wobuild.properties describes the setup for a user.
build.properties is project specific. They are two totally
unrelated files.
Sorr
Thanks for the reply Chuck,
On 27-May-08, at 6:44 PM, Chuck Hill wrote:
No. wobuild.properties describes the setup for a user.
build.properties is project specific. They are two totally
unrelated files.
Sorry I have no idea, still a noobie at this ;)
What frameworks in /System/Library/Fra
On 27.05.2008, at 17:11, Chuck Hill wrote:
I tried to figure out how to do that a while back, but finally gave
up. You would have to do a lot of low level work or get more clever
than I was feeling at the time. Heck, I bet even Mike can't do it.
Hehehe ...
cug
--
http://www.event-s.net
Kenny,
I have the exact same setup and it is really easy.
after you turn on the service, you must go to the web
page... http://server_address:56789
Then it is the same as before.
Ted
--- Kenny Leung <[EMAIL PROTECTED]> wrote:
> Hi All.
>
> I am faced with setting up WebObjects on MacOSX
> Ser
Hi,
1. install java-1.5-sun and in eclipse->Preferences->java->installed
JREs-> select java-1.5-sun not java-1.5.0-gcj-4.2 coming with Ubuntu.
2. should be wobuild.properties
> at java.lang.Class.initializeClass(libgcj.so.81)
I think it's using java-1.5.0-gcj-4.2
Good luck,
kevin
-Origi
On May 27, 2008, at 1:12 PM, Timo Hoepfner wrote:
Am 27.05.2008 um 20:05 schrieb Chuck Hill:
The thing is, as I expect Paul has found out, is that this won't
work reliably. Something else can add the value to the database
between when you make this check and when the SQL transaction is
On May 27, 2008, at 3:32 PM, Qi Yang wrote:
Hi Kevin,
Thanks for the reply, I came across your mails in the mailing list
before, I do have java 1.5, and my wobuild.properties is setup right
as far as I can tell... is it suppose to be named build.properties
instead?
No. wobuild.propert
Hi Kevin,
Thanks for the reply, I came across your mails in the mailing list
before, I do have java 1.5, and my wobuild.properties is setup right
as far as I can tell... is it suppose to be named build.properties
instead? Oh and I didn't really bother to put link to API reference
docs in
Thanks, The installation I am building is currently only being
created for
Linux,
Windows,
OS X
I do not have any other operating systems that I can test the
installation on. If anyone has other operating systems that they
think should be supported. Please let me know, also you will nee
On May 27, 2008, at 12:06 PM, Don Lindsay wrote:
I need Webobjects and WOLips images to place in my installation that
I am building. Is there a place where I can get these types of
images?
Take a look at /Library/WebServer/Documents/WebObjects/Frameworks/
JavaWOExtensions.framework/WebS
Hello;
I need Webobjects and WOLips images to place in my installation that I
am building. Is there a place where I can get these types of images?
Dlon
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list
Hi everyone,
A few questions about ERCaptcha:
1. Is it possible to use ERCaptcha with DirectActions instead of
component actions?
2. Is there any way to set the alt attribute of the img tag so so that
the component will validate with XHTML 1.0 strict?
3. Is it possible to change the captcha
Well, as with all other programming stuff, the better design depends on your
situation.
I agree using and locking the same edting context for request and background
tasks will lock up you app server (multithreaded or not). But maybe you
don't need to lock during the entire background task. If your
Hi!
From what I remember, WebObjects "on" means wotaskd running. You
should also have a checkbox for turning on Monitor.
Yours
Miguel Arroz
On 2008/05/27, at 21:34, Kenny Leung wrote:
Hi All.
I am faced with setting up WebObjects on MacOSX Server 10.5.2 on an
Xserve. I have done th
Am 27.05.2008 um 20:05 schrieb Chuck Hill:
The thing is, as I expect Paul has found out, is that this won't
work reliably. Something else can add the value to the database
between when you make this check and when the SQL transaction is
committed.
...
On May 27, 2008, at 11:01 AM, Zak B
Hi all,
I'm trying to set up a WO build environment on Ubuntu 8.04 with WO5.3. I
tried following guides from
http://wiki.objectstyle.org/confluence/
and mostly:
http://wiki.objectstyle.org/confluence/display/WOL/Usage+for+Other+*NIX
however, after I installed eclipse + WOLips, copied the framewor
The thing is, as I expect Paul has found out, is that this won't work
reliably. Something else can add the value to the database between
when you make this check and when the SQL transaction is committed.
Chuck
On May 27, 2008, at 11:01 AM, Zak Burke wrote:
On Tue, May 27, 2008 at 5:45 AM,
On Tue, May 27, 2008 at 5:45 AM, Paul Stringer <[EMAIL PROTECTED]> wrote:
> I'm following the PracticalWebObjects advice to handle unique values
> validation at the database and then handle it in thrown
> EOGeneralAdaptorExceptions. Wish I'd checked this before I wasted time
> pre-checking for all
DB dependent stuff usually goes in ERXSQLHelper sub-classes. I
thought Mike did some work in this area recently, but I don't see it.
I didn't, but we talked about it recently. I think probably
ERXSQLHelper should probably have a throwUnCrappyException method or
something that can take an EO
Hi Paul,
On May 27, 2008, at 2:45 AM, Paul Stringer wrote:
Hi,
I'm following the PracticalWebObjects advice to handle unique values
validation at the database and then handle it in thrown
EOGeneralAdaptorExceptions. Wish I'd checked this before I wasted
time pre-checking for all this in
24 matches
Mail list logo