I use maven almost exclusively for all my projects. Wonder and otherwise.
> On Jun 16, 2022, at 17:42, Henrique Prange via Webobjects-dev
> wrote:
>
> Hey guys,
>
> I've been talking to other Wonder users/committers lately. Keeping the Ant
> build configuration up to date in Wonder is becomi
I would also like to be added if possible
> On Nov 1, 2020, at 12:01, Jérémy DE ROYER via Webobjects-dev
> wrote:
>
> Hi Marc,
>
> You should have received a link on your mailbox.
>
> Have a nice evening,
>
> Jérémy
>
>
>> Le 1 nov. 2020 à 18:49, Marc Günther via Webobjects-dev
>> mailto:
eady in the DG) or qualifyDataSource() (to perform an entirely new fetch)
> on the DG to actually do anything with the qualifier you've set.
>
> Cheers,
> - hugi
>
>> On 12 Oct 2020, at 15:36, Don Lindsay via Webobjects-dev
>> mailto:webobjects-dev@lists.apple.
Hello, I apologize if this is a duplicate, I recently re-subscribed because my
old Mac.com email address appears to intermittently reject messages;
I want to apply a qualifier to an ERXDisplayGroup that is defined in WOO. I
couldn’t figure out how to create a EOFetchSpecification with a qualifi
Hello, I apologize if this is a duplicate my apple lists account appeared to be
messed up so I resubscribed;
I have a D2W application with two EOModels that connect to two different
databases.EOF works correctly to pull the data for both models, I turned on
EOF debugging and I see records b
Hello;
I want to apply a qualifier to an ERXDisplayGroup that is defined in WOO. I
couldn’t figure out how to create a EOFetchSpecification with a qualifier in
EOModeler that would take a value from the user’s session. The qualifier takes
it’s value from a variable in the user’s session using
an invalid
> character or sequence.
>
>> On Aug 11, 2020, at 8:26 AM, Don Lindsay wrote:
>>
>> The value entered for Serial is not a valid ?.
>>
>> ERXVaidationException
>>
>> I have setup no Validation, so it must be Wonder or WebObjects bas
sequence.
>
>> On Aug 11, 2020, at 8:26 AM, Don Lindsay wrote:
>>
>> The value entered for Serial is not a valid ?.
>>
>> ERXVaidationException
>>
>> I have setup no Validation, so it must be Wonder or WebObjects base
>> validation that is t
The value entered for Serial is not a valid ?.
ERXVaidationException
I have setup no Validation, so it must be Wonder or WebObjects base validation
that is throwing the error
> On Aug 10, 2020, at 18:20, Jesse Tayler wrote:
>
> Did you list your error?
>
>> On Aug 10, 202
Hello;
I have an app that the ucxstomer has asked to store specific serialized objects
into a MySQL database. I have stored serialized objects in MySQL many times,
at customer request. I get an error am trying to populate the field with
incorrect data type. The convertObject method is a sta
Hello;
I created a D2W application, and this may be a newbie question as I just
started using Wonder D2W. With WebObjects D2W, I don’t remember ever having an
issue with creating records in tables and saving them, the button was on the
the screen for each entity. In this new D2W Wonder applic
Thank you, I appreciate all your insight.
> On Jun 29, 2020, at 13:04, OCsite wrote:
>
> Don,
>
>> On 29 Jun 2020, at 17:16, Don Lindsay > <mailto:pccd...@me.com>> wrote:
>> Thanks for the information. This may be the path I will need to go down for
>&g
> higher-level APIs we have tried worked reliably for us (note though we not
> only read the schema in, but also need to add columns to tables dynamically;
> presumably, you won't need that).
>
> All the best,
> OC
>
>> On 28 Jun 2020, at 17:51, Don Lindsay v
for all the answers so far I was not aware Apache Cayenne could be used
as a full replacement for EOF
Don
> On Jun 25, 2020, at 20:53, Don Lindsay via Webobjects-dev
> wrote:
>
> Hello;
>
> The Documentation for EOModel states that you can build one in code, but
> the
Hello;
The Documentation for EOModel states that you can build one in code, but there
are no examples or further information that I can find. Does anyone have any
documentation or samples that they can direct me to so I can create EOModels
while the application is running:
What I want to do i
also looked at the readme
in GitHub and applied the script files that were needed according to the
document.
Thanks
Don
> On May 18, 2020, at 01:57, Don Lindsay via Webobjects-dev
> wrote:
>
> Hello;
>
> I have experience with D2W with WebObjects using Xcode. I
Hello;
I have experience with D2W with WebObjects using Xcode. I am modernizing an
application and would like to explorer the newer frameworks for D2W
(ERDirectToWeb, ERModern*).
Rather than blast the list with tons of questions, I was looking around for
documentation for the Wonder Project D
It is kind of funny. I also just found my copies of 5.0, 5.1, and 5.2 disks
and manuals, with license keys. Amazing what you find when you look at your
CDs (I was going through my CDRom stash that I have in CDROM books).
On Oct 2, 2013, at 4:34 PM, Lachlan Deck wrote:
> Hey all,
>
> I was w
Hello;
Sorry to respond on this so late. Work has been hectic. The installer
downloads the WOInstaller.jar file from
http://webobjects.mdimension.com/wolips/WOInstaller.jar, it is not contained
within the WO Installer.
Don
On Jun 19, 2010, at 2:54 AM, Simon wrote:
> i used it yesterday and
Which installer did you use?
Don
On Feb 25, 2010, at 5:47 PM, Fabián Montealegre Carvajal wrote:
Hello,
I'm trying to install WO 5.3 on a Centos 5.4 using this guide:
http://wiki.objectstyle.org/confluence/display/WO/Installing+WO+5.3+or+WO+5.4+on+Linux
I have finished the complete guide and
I agree, I have seen some error messages that are consise, like this
one, from the Eclipse plugins and I love it. It saves me time and
educates me.
I second the hero motion.
Don
On Feb 25, 2010, at 9:16 AM, Ralph Scheuer wrote:
Hi all,
just for your amusement...
who ever came up with th
join. And I do the exact same thing in another
model, which is the really perplexing part.
Do you think just creating a primary key in the database that is
auto incremented by MySQL would solve it?
Thanks Don.
On Feb 23, 2010, at 10:49 AM, Don Lindsay wrote:
This sounds like you have a
This sounds like you have a compound primary key? A primary key with
more than one field or that your primary key is not something that
WebObjects can generate (string, etc).
The easiest way to use web objects is to create a primary key that is
a number and use it. Not use other fields in
I have seen this before. it is not an issue with the oracle plugin.
What the ER is trying to do is re-fault all your objects for
webobjects. This results in an out of memory error.
I would say, just guessing because I cannot see your EO Model.
You have too many bidirectional relationshi
Hello;
I use the EROraclePlugin.framework and have never experienced any
performance or resource issues. What is the specific issue you are
experiencing?
What version of Oracle
What verison of JDBC
What OS is oracle installed on
Don
On Feb 19, 2010, at 11:34 PM, Fabián Montealegre Carvaja
Hello;
I use the EROraclePlugin.framework and have never experienced any
performance or resource issues. What is the specific issue you are
experiencing?
What version of Oracle
What verison of JDBC
What OS is oracle installed on
Don
On Feb 19, 2010, at 11:34 PM, Fabián Montealegre Carvaja
Ok, chalking it up to a bad idear. I only use apple hardware.
Don
On Feb 16, 2010, at 5:49 PM, Don Lindsay wrote:
You can run in VMWare Fusion on Macintosh Hardware. I already have
a blurb when you logon stating they need to fully understand the
license before proceeding.
Thanks
Don
On
hardware I
believe is not allowes by the WO license.
On 16/2/10 7:00 PM, "Don Lindsay" wrote:
Hello;
I have created two virtual appliances that I use for WebObjects
development. I was wondering if they would be of interest to anyone.
I have an Unbuntu installation of Eclipse Ga
s for _development_, I think
you would be in violation of the license. You would nee to use
something like Mike's woinstaller.jar to allow the end user to
download WO from Apple.
Chuck
On Feb 16, 2010, at 2:32 PM, Don Lindsay wrote:
This ia fully configured version of Ubuntu 9.1 and
Oh, they have wonder, eclipse, wolips, webobjects all installed on
them. Right now I have a couple with oracle installed as well but I
am sure that would be a license violation so I cannot distribute those.
Don
On Feb 16, 2010, at 5:32 PM, Don Lindsay wrote:
This ia fully configured
such an image? Is it like
http://wolastic.com/
(which is neat, btw)
Cheers, Anjo
Am 16.02.2010 um 23:00 schrieb Don Lindsay:
Hello;
I have created two virtual appliances that I use for WebObjects
development. I was wondering if they would be of interest to
anyone. I have an Unbuntu
Hello;
I have created two virtual appliances that I use for WebObjects
development. I was wondering if they would be of interest to anyone.
I have an Unbuntu installation of Eclipse Ganymede and WOLips and a
Windows installation of Eclipse and Ganymede.
I do not see an issue with distri
tLength(Unknown Source)
at
er.woinstaller.io.FileUtilities.writeUrlToFile(FileUtilities.java:
26)
... 13 more
Something went wrong, rolling back
Any idea what's happening?
On Thu, Dec 10, 2009 at 2:51 AM, Don Lindsay
wrote:
Hello;
Then a file that the installer is expecting is no longer at
webob
Hello Calven;
It sounds like you have a jar file missing on your classpath.Does
this error occur when you start your application or is it later when
you try to use mail functionality in your code.
Thanks,
Don
On Dec 16, 2009, at 10:11 AM, Calven Eggert wrote:
Hi All,
Since moving to
?
Cheers
Cheong Hee
- Original Message - From: "Don Lindsay"
To: "Andrew Lindesay"
Cc: "WebObjectsDev Development"
Sent: Wednesday, December 16, 2009 8:55 AM
Subject: Re: Oracle and EOF with Timestamps
Andrew;
Your JDBC file. Where did you get
Glad you found the error. Do you have Oracle Metalink?
Don
On Dec 15, 2009, at 6:35 PM, Andrew Lindesay wrote:
Hi Don;
It seems that if I intercept the Oracle connection as it is created
and force the timezone to "GMT+0" in there, the problem is
resolved. Thanks for looking anyway.
che
Andrew;
Your JDBC file. Where did you get it from? We need to know the
version of the file. There are 6 or 8 versions of the OJDBC5.jar file
floating around. Some work and some do not. :)
Don
On Dec 15, 2009, at 4:25 AM, Andrew Lindesay wrote:
Hello Don;
select * from v$version;
Hello Andrew;
Can you run the following query and provide the results?
select * from v$version;
What version is your jdbc file? I take it you are using the thin
driver and not the OCI driver correct?
Don
On Dec 14, 2009, at 3:54 PM, Andrew Lindesay wrote:
Hello Don & Chuck;
I use Oracl
I use Oracle with WebObjects. I have not seen this type of error.
What are you trying to do specifically? Do you have any code? Send
me the datatype and field name. How are you trying to manage the
timezone.
Thanks
Don
On Dec 14, 2009, at 5:23 AM, Andrew Lindesay wrote:
Hello;
I'm
rs to
WebObjects.
We needs more devs!
We need better docs (and not in a legacy section), better samples
and tutorials, and case studies to get more devs!
Picky, picky, picky ;-) . they need to be able to install the
darn thing too! :-P
Regards, Kieran
On Dec 10, 2009, at 1:54 PM
:54 PM, Don Lindsay wrote:
Cosmetic: Install wizard says "WebObjects 5.3.4/5.4.3" - should
that be "WebObjects 5.3.3/5.4.3"
Ref:
http://lists.apple.com/archives/Webobjects-dev/2007/Dec/msg00527.html
Fixed.
Cosmetic: Installer says it will install Eclipse ver
that supports 1.5,
as long as it is not "OS X"
Thanks,
Don
On Dec 10, 2009, at 1:54 PM, Don Lindsay wrote:
Cosmetic: Install wizard says "WebObjects 5.3.4/5.4.3" - should
that be "WebObjects 5.3.3/5.4.3"
Ref:
http://lists.apple.com/archives/Webobje
Cosmetic: Install wizard says "WebObjects 5.3.4/5.4.3" - should that
be "WebObjects 5.3.3/5.4.3"
Ref:
http://lists.apple.com/archives/Webobjects-dev/2007/Dec/msg00527.html
Fixed.
Cosmetic: Installer says it will install Eclipse version is 3.3.2 -
It installs 3.4.2 in reality
Fi
tself creates the default
properties later.
If you want to try and get this working for OS X Snow Leopard Don, I
will be happy to test it and if I get it working, I will update wiki
instructions for its usage too.
Regards and thanks, Kieran
On Dec 10, 2009, at 12:40 AM, Don Lindsay wrote:
He
Hello;
A new Installer has been released to install webobjects development
environment on Linux and Windows.
This installer may work on OS X 10.6 but will not work on 10.4 and 10.3.
Currently you can get the installer at http://web.me.com/pccdonl/wo.jar
Ensure you have Java 1.5 JDK installed
/wolips-HEAD-latest.tar.gz
It works great up until that point :)
Daniel Roy
daniel@fuegodigitalmedia.com
Software Developer
On 2009-12-06, at 2:01 PM, Don Lindsay wrote:
Hello;
I have an installer that combines everything in one installer. It
has been tested on windows, redhat linux, suse
I have no problems with it being hosted at object style. As long as
there is a way for me to update it when it is updated, be it
procedural by sending it to someone or uploading to a specific location.
I also have deployment installers for all Linux, and windows
versions. This sets up dep
Hello;
I have an installer that combines everything in one installer. It has
been tested on windows, redhat linux, suse linux, ubuntu linux, and
various other OSs. Since there was already an installer for OS X I
didnt include OS X support. It should work but I have never tried it.
The
Hello Frank;
What installer did you use to install on windows?
Thanks
Don
On Dec 2, 2009, at 3:23 PM, Frank Stock wrote:
Hi,
Is someone using Vista or Windows 7? It seems that the path c:
\Documents and Settings is replaced by Users.
Can that be a problem when installing WO/WOLips??
Thank
Howdy F;
Sorry to see you go buddy. Please keep in touch. I hope everything
goes well for you in school.
Don
On Nov 30, 2009, at 2:47 PM, Stamenkovic Florijan wrote:
Hi all,
I am leaving my current job, and consequently WebObjects. I am
writing just to say bye to the community :) My fi
Hello Pamela;
The IPhone's web browser does not redraw elements constantly unless
you force it to. A scroll on the IPhone is not the same as a scroll
in a desktop browser. The IPhone processor is kind of slow, so
constant updating of elements on the page cause it to bog down.
I learned
I would discourage you from using reserved keywords for table
names, it will get you into trouble. if you are having problems with
SQL generation, you may end up having problems with your application
when the EOF is attempting to update/insert/or retrieve data.
To be safe, change the tab
Thank you sir.
On Nov 11, 2009, at 1:26 AM, Andrew Lindesay wrote:
Hello Don;
The framework will deal with EO serialisation for you. Watch the
WOWODC-2009 video on this subject and check out the sample code
which was shown in the video;
http://homepage.mac.com/andrewlindesay/le/
n Nov 10, 2009, at 7:50 PM, Don Lindsay wrote:
Hello;
I am looking to play with some JSON implementations with
WebObjects. Unfortunately I have not been able to find much
information or examples. I searched through google and the Wiki,
without much success
Any hints on where to go
I am wanting to pass EO Objects back and forth to an AJAX web
application. We have a need where the entire front wend web
application will be designed by graphics designers, no developers
involved, then it will be turned over to the Developers to make sure
all the bits are filled in. (man
Hello;
I am looking to play with some JSON implementations with WebObjects.
Unfortunately I have not been able to find much information or
examples. I searched through google and the Wiki, without much success
Any hints on where to go to find information and small examples?
Don
_
ave answered this for you. I am not sure how to do
that, I have not tried it.
Thanks,
Tavis McDevitt
Message: 8
Date: Sat, 24 Oct 2009 14:57:11 -0400
From: Don Lindsay
Subject: Re: 2009 surveys results
To: undisclosed-recipients: ;
Cc: webobjects Apple
Message-ID:
Content-Type: text/pla
ember.
Thanks
Don
On Oct 25, 2009, at 11:16 AM, David LeBer wrote:
On 2009-10-25, at 10:13 AM, Ramsey Lee Gurley wrote:
On Oct 25, 2009, at 7:28 AM, Pascal Robert wrote:
- "Chuck Hill" a écrit :
On Oct 24, 2009, at 11:57 AM, Don Lindsay wrote:
I agree with Robert, I
Hello Chuck;
http://web.me.com/pccdonl/ I think you mean.
You are correct, I should not have cut and pasted. :)
Don
On Oct 24, 2009, at 11:42 PM, Chuck Hill wrote:
On Oct 24, 2009, at 11:57 AM, Don Lindsay wrote:
I agree with Robert, I created several tutorials for WebObjects as
I am glad to hear it. Web Objects is incredible.
Don
On Oct 24, 2009, at 10:03 PM, Daniel Beatty wrote:
Greetings Ken and Don,
I have managed to see to hopeful results. In some cases, it was
presented with reference to Don's tutorials, Chuck's books, and a
lot of researching the issue.
I agree with Robert, I created several tutorials for WebObjects as
well as an installer for windows and linux. This is something that I
use my spare time to support.
Based on my review of hits to the tutorials, they are rarely
accessed. If they were used more, I would create more of them.
hello Andrew;
Thank you sir.
Don
On Oct 17, 2009, at 7:20 PM, Andrew Lindesay wrote:
Hi Don;
You can override;
WOApplication.handleSessionRestorationErrorInContext(..)
This returns a WOResponse. You can nominate a component there,
generate its response and return it.
A long ti
Hello;
I have looked through all the documentation I can find, but I cannot
find information on replacing the generic Web Objects Session Timeout
message. I checked in WOnder as well, hoping there was some
information there.
What framework do these items live in? Is there a way to overr
Data extraction? isn't that brain surgery?
Don
On Oct 10, 2009, at 9:38 PM, Chuck Hill wrote:
On Oct 10, 2009, at 11:58 AM, David Holt wrote:
On 2009-10-10, at 10:53 AM, Chuck Hill wrote:
On Oct 10, 2009, at 10:36 AM, Guido Neitzer wrote:
On 9. Oct. 2009, at 22:30 , Stephane Guyot wro
submitted?
Clark
On 2009-10-07, at 12:49 PM, Don Lindsay wrote:
Oracle, and not using Wonder.
Don
On Oct 7, 2009, at 3:00 PM, Chuck Hill wrote:
Which database? Using Wonder?
On Oct 7, 2009, at 11:55 AM, Don Lindsay wrote:
Hello;
I would like to be able to see the SQL that is generated when
Oracle, and not using Wonder.
Don
On Oct 7, 2009, at 3:00 PM, Chuck Hill wrote:
Which database? Using Wonder?
On Oct 7, 2009, at 11:55 AM, Don Lindsay wrote:
Hello;
I would like to be able to see the SQL that is generated when using
a qualifier on a WODisplayGroup. For some reason my
Hello;
I would like to be able to see the SQL that is generated when using a
qualifier on a WODisplayGroup. For some reason my qualifier is not
returning any results, when I know it should be. So I wanted to be
able to look at the actual SQL. I have EOAdaptorDebugEnabled set to
true, I
component from time to time.
Don
On Oct 2, 2009, at 6:41 PM, Chuck Hill wrote:
On Oct 2, 2009, at 2:27 PM, Don Lindsay wrote:
Hello;
I know I have asked many questions this week. :) This is the first
time I have attempted a search of this magnitude in WebObjects. I
have users who are
Hello;
I know I have asked many questions this week. :) This is the first
time I have attempted a search of this magnitude in WebObjects. I
have users who are able to specify a parameter. For instance the
gauge of a steel pipe (.357), I want them to be able to enter a
default variance
Thanks David, you rock.
Don
On Oct 2, 2009, at 1:26 PM, David LeBer wrote:
On 2009-10-02, at 1:01 PM, Don Lindsay wrote:
Thank you David.
You're welcome Don. I added this to the D2W rule cookbook page <http://wiki.objectstyle.org/confluence/display/WO/D2W+Rules+Reference+-+Cookbo
Thank you David.
Don
On Oct 2, 2009, at 12:26 PM, David LeBer wrote:
On 2009-10-02, at 12:17 PM, Don Lindsay wrote:
Hello David;
I have searched the web and the documentation. I cannot find the
structure of the rule. I do not know if I have that rule in the
rules files.
*true
Hello David;
I have searched the web and the documentation. I cannot find the
structure of the rule. I do not know if I have that rule in the rules
files.
Don
On Oct 2, 2009, at 11:03 AM, David LeBer wrote:
On 2009-10-02, at 9:59 AM, Don Lindsay wrote:
Hello;
I have published a
Hello;
I have published a Direct 2 Web application on Tomcat. In development
the drop down containing entities shows the correct tables. When I
publish it in Tomcat I get other entries that start with ER
(ERAttachment, ERAttachmentdata). Is this something I have done wrong?
Thanks
Don
Hello;
What database are you using? Oracle, MySql, etc.
Don
On Sep 28, 2009, at 2:38 PM, Chuck Hill wrote:
Hi Jeff,
On Sep 28, 2009, at 10:09 AM, Jeff Dunnett wrote:
Hello,
I am having trouble creating a fetch specification selects
duplicate objects but bases the comparison on only a fe
It is using the WONavigationBar component from WOExtensions. It is a
hyperlink, inside that control.
Don
On Sep 22, 2009, at 12:22 PM, Chuck Hill wrote:
On Sep 22, 2009, at 2:32 AM, Don Lindsay wrote:
Hello;
I have a displayGroup displaying batches of 5 items per page. When
a user
issuing a savechanges via a WOSubmit?
This is a very vanilla form, no code that is manipulating the EO
objects, it is all done through WO Controls ,WORepetitions, and
display groups.
Thanks
Don
On Sep 21, 2009, at 10:45 PM, Chuck Hill wrote:
On Sep 21, 2009, at 2:16 PM, Don Lindsay wrote:
I
I was making it too difficult. I was able to solve the issue by using
the UserAnswers as the primary Display Group.
Don
On Sep 21, 2009, at 5:16 PM, Don Lindsay wrote:
I know, I have been piddling with it and probably violated many
commandments. Let me explain what I am doing and see if
rns an NSArray because it is a to-many. How do I bind this to the
selection property of a WOPopupButton, I can't that I know of.
<>
Don
On Sep 21, 2009, at 4:31 PM, Chuck Hill wrote:
On Sep 21, 2009, at 1:17 PM, Don Lindsay wrote:
Hello;
I have a component that I am u
Hello;
I have a component that I am updating a table of answers based on
selections made by the user from a worepitition.
The code being executed is:
try {
String sEoQualifierText = "page=";
sEoQualifierText +=
Integer.toString((Integer)thePage()
Hello;
I have created a D2W application, customized it using the assistant.
When using the application, I enter a to many fault component. I
click search, if there are multiple pages, I click the next button
until I find the item I want and click add. I then click search again
to search
Hello;
I am working on my first D2W application, Web Objects 5.4. I have a
D2WEditToManyFault, the only option I have in Target Key is
userPresentableDescription, in the assistant. How can I set the
target key, without having to create class files for all my entities?
Thanks
Don
__
Are you all gone now? I am in SF on business.
On Jun 11, 2009, at 8:24 PM, Lachlan Deck wrote:
On 12/06/2009, at 10:34 AM, Chuck Hill wrote:
On Jun 11, 2009, at 5:26 PM, Pascal Robert wrote:
Le 09-06-11 à 20:12, Dino Strausz a écrit :
On Jun 11, 2009, at 10:15 AM, webobjects-dev-requ...@lis
You are trying otn.oracle.com?
Don
On May 19, 2009, at 11:50 AM, Sherry Tirko wrote:
I was wondering if someone could email me this driver or point me to
a place to download it. I've been trying to download it from the
Oracle site with no luck. It's giving me a 404 error.
_
The Oracle 9i drivers are no longer supported or patched.Oracle
Support advises everyone to use the latest drivers, they are 100%
backwards compatible (wry smile). For Java 1.5 use the OJDBC5.jar
from 11i. For Java 1.6 use OJDBC6.jar. For java 1.4 use OJDBC14.jar,
for java earlier th
I stand corrected. :)Evidentially there are tools that will make
use of this information.
Don
On Apr 24, 2009, at 12:18 PM, Don Lindsay wrote:
Not that I am aware of. I use it to describe the entity or
attribute that it applies to.
Don
On Apr 24, 2009, at 12:15 PM, Ricardo J. Parada
Not that I am aware of. I use it to describe the entity or attribute
that it applies to.
Don
On Apr 24, 2009, at 12:15 PM, Ricardo J. Parada wrote:
Hi All,
Just a simple question. I'm wondering about what people use the
Properties : Docs tab in entity modeler? If I enter documentation
Much better for them if they can charge you 15k a year for support
contract. Obfuscation increases profitability for a large corporation.
Don
On Apr 22, 2009, at 5:33 PM, Mike Schrag wrote:
but really, how often are you identifying jar files using the jar
API's?
You don't ask that seriousl
if you do that then Oracle Support will not support you, they will
require you to download a new version that the jar has never been
renamed. I have been through this on calls with them.
Don
On Apr 22, 2009, at 5:12 PM, Ricardo J. Parada wrote:
Yep, I ended up renaming the .jar to reflect
Hello David;
You can use Macintosh Hardware with the federal government. Contact
me directly so I can assist you. I am an IAT for DoD and GSA. I may
be able to help you out.
Don
On Apr 17, 2009, at 4:53 PM, David Ress wrote:
All,
WebObjects is definitely an awesome tool. I can say tha
Hello;
The way I have resolved this in the past is:
create the %NEXT_ROOT%\Library\WebServer\Documents\WebObjects\
and put a copy of your application in there. Then start it up,
after that it should work.
If you are having trouble finding resources such as images, view the
source of
Guess I will be learning the new tool saskwuatch and attack.
Basically it is a bleeding edge tool that uses shell scripts and
windows cmd files to create data persistent websites. It is the wave
of the future I tell ya.
Don
On Mar 26, 2009, at 2:39 PM, Chuck Hill wrote:
On Mar 26, 2009
I found it! Do a search on Wo in your browser at
http://developer.apple.com/wwdc/it/
Don
On Mar 26, 2009, at 2:42 PM, Lachlan Deck wrote:
On 27/03/2009, at 4:26 AM, Pascal Robert wrote:
What, no mention of WO on the WWDC page? WO is dead again! :-)
http://developer.apple.com/wwdc/it/
If
Hello;
Let me check my notes. I submitted the steps for installing 5.4 to
windows last year I think it was, to the list. I will get back with
you once I have it. I also have an installer that does all of the
installation for hosting on Linux, Windows and Solaris. I am still
testing it
Hello;
The WO Installer for Windows, Unix, Linux, and Solaris has been
updated. The installer can be downloaded from http://http://web.mac.com/pccdonl/wo.jar
You can now select to install Houdah Frameworks as well as Dave
Newnan's Security Framework from within the installer, in addition t
Deployment, although I do not believe
the war file is actually created unless you select Install from the
WOLips Ant Tools menu. A Standard build does not build the WAR file.
Thanks
Don
On Mar 13, 2009, at 8:22 PM, Dom wrote:
On Mar 13, 2009, at 5:44 PM, Don Lindsay wrote:
In my
project?
Don
On Mar 13, 2009, at 4:40 PM, Dom wrote:
On Mar 13, 2009, at 3:51 PM, Don Lindsay wrote:
Hello Dom;
After removing the libraries from your project did you do clean on
the project? This should clean out your WAR directory as well.
After you do a clean the war will take a long
Hello Dom;
After removing the libraries from your project did you do clean on the
project? This should clean out your WAR directory as well. After you
do a clean the war will take a long time to rebuild the next time it
is compiled because it is copying in all the frameworks.
Thanks,
D
Don,
I have used you installer before. NIce job! I appreciate it. Does
this installer require inter net access. I need to install it on a
machine without internet access.
mike
On Mar 12, 2009, at 7:55 PM, Don Lindsay wrote:
Hello;
The WO Installer for Windows, Unix, Linux, and Solaris has
directory BEFORE starting eclipse, otherwise you will encounter errors
trying to create webObjects and wonder projects. On windows and most
operating systems this is done automatically by the installer.
Thanks
Don
On Mar 11, 2009, at 10:17 AM, Don Lindsay wrote:
You are running the older
I take it no boolean searches for goatz?
On Mar 12, 2009, at 2:45 PM, Chuck Hill wrote:
On Mar 12, 2009, at 11:26 AM, Stamenkovic Florijan wrote:
On Mar 12, 2009, at 14:03, Chuck Hill wrote:
No! No loop holes either! Codez bad, goatez good. Sheep too if
they can stand the heat.
Can we
1 - 100 of 372 matches
Mail list logo