Re: Exception within EOModeler

2022-12-26 Thread Paul Yu via Webobjects-dev
gt; > Best regards > André > > Am 25.12.2022 11:41, schrieb Paul Yu: >> Andre >> That API has been removed in Eclipse 2022-12. You have to fall back >> to 2022-09. >> Paul ___ Do not post admin requests

Re: Exception within EOModeler

2022-12-25 Thread Paul Yu via Webobjects-dev
Andre That API has been removed in Eclipse 2022-12. You have to fall back to 2022-09. Paul Sent from my iPad > On Dec 25, 2022, at 4:49 AM, André Rothe via Webobjects-dev > wrote: > > Hi, > > I wish you a Merry Xmas! > > Today I tested a new installation of Eclipse/WOLips, but I run in

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Paul Yu via Webobjects-dev
TBRest is the TreasureBoat version of ERRest. Paul Sent from my iPhone Please excuse iOS autocomplete > On Dec 16, 2021, at 1:31 PM, Hugi wrote: > > What is TBRest? > >>> On 16 Dec 2021, at 17:42, Paul Yu via Webobjects-dev >>> wrote: >>> >&g

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Paul Yu via Webobjects-dev
I’d use TBRest. ;) Paul > On Dec 16, 2021, at 12:10 PM, Jesse Tayler via Webobjects-dev > wrote: > > ERRest + ERXKeys is just plain solid stuff, I can tell you that I like it > very much, the compiler is deeply involved in structure and so if you are > looking for reliable infrastructure? It

Re: Licence for WebObjects

2020-12-08 Thread Paul Yu via Webobjects-dev
What are they asking about it? Paul Sent from my iPhone Please excuse iOS autocomplete > On Dec 8, 2020, at 6:01 PM, frelin--- via Webobjects-dev > wrote: > > Licensing and WebObjects > > I have a couple of lawyers wondering about the licensing situation for > applications developed with

Sybase PlugIn code

2020-10-14 Thread Paul Yu via Webobjects-dev
All Does anyone have the source to the Sybase PlugIn? Paul ___ 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://lists.appl

Re: Reverse Engineering in WOLips/EOModeler not finding Driver

2020-09-10 Thread Paul Yu via Webobjects-dev
Lon I have reverse engineering working on TBLips. I tested it for just about every database. Paul Sent from my iPad > On Sep 10, 2020, at 10:53 AM, Lon Varscsak via Webobjects-dev > wrote: > >  > Thanks for trying. The project itself runs fine (has for years), it's just > in EOModeler t

Re: New installation fail?

2020-09-01 Thread Paul Yu via Webobjects-dev
For Whatever its worth, we on the treasure boat side have switched to Mod-proxy. We have updated TBMonitor and TBTaskd. I just recently built a CentOS7 server from scratch and it works great. Paul > On Sep 1, 2020, at 8:34 PM, Paul Hoadley via Webobjects-dev > wrote: > > Hey Jesse, > > On

Re: Entity/attribute/relationship terrible toString?

2020-06-02 Thread Paul Yu via Webobjects-dev
There are two templates _EO and EO.java that are used by eogenerate to create your EO classes. If you open your Eogenerate File you can see where your templates are. Paul Sent from my iPhone Please excuse iOS autocomplete > On Jun 2, 2020, at 7:04 AM, OCsite via Webobjects-dev > wrote: >

Re: Help with Apache... stuck - SOLVED

2020-04-07 Thread Paul Yu via Webobjects-dev
Yeah. The old instructions says to comment that out. P Sent from my iPhone Please excuse iOS autocomplete > On Apr 7, 2020, at 4:04 PM, Ken Anderson via Webobjects-dev > wrote: > > OK, so the problem was, this line in the regular https.conf file: > > ScriptAlias /cgi-bin/ "/var/www/cgi

Re: Complimentary App Server Choice

2020-02-11 Thread Paul Yu via Webobjects-dev
Spring and it’s ecosystem seems to be pretty powerful. Paul Sent from my iPhone Please excuse iOS autocomplete > On Feb 11, 2020, at 8:06 AM, Gino Pacitti via Webobjects-dev > wrote: > > hey if any one was to use a different app server configuration other than WO > what would you choose an

Re: Question re ERAttachment

2019-12-20 Thread Paul Yu via Webobjects-dev
Markus I would avoid touching the ERAttachment model itself, so I would model a many to many association from person to erattachment. And then if you need another attribute on the association eg isPrimary you can add it there Sent from my iPhone Please excuse iOS autocomplete > On Dec 20, 20

Re: There was an old thread about Ajax...

2019-10-29 Thread Paul Yu via Webobjects-dev
The tough work has already been done by Ken on the TreasureBoat. But as they say, you can lead a horse to water, but you can’t make it drink. Paul > On Oct 29, 2019, at 9:27 AM, Jesse Tayler via Webobjects-dev > wrote: > > Well, it’s a team job for sure. > > There’s tough programming in WO

Re: SAML2 SSO with WebObjects

2018-10-30 Thread Paul Yu
Timo j...@sitequesttech.com. Wrote a SAML framework for WO. Paul Sent from my iPhone Please excuse iOS autocomplete > On Oct 30, 2018, at 7:57 AM, Asa Steady Hardcastle wrote: > > Hi Timo, > > I assume you are interested in making your application an SP. The simplest > way would likely be

Re: JavaMonitor to start a blocking application?

2018-10-09 Thread Paul Yu
John Have you looked are Quartz? I don’t remember if Wonder has that framework or not. Paul > On Oct 9, 2018, at 6:41 AM, John Pollard wrote: > > Hello WOers, > I use JavaMonitor for a number of web apps just fine. > I have another app that is a WO app but it isn’t an event driven web app;

Re: Ajax within an repetition

2018-04-26 Thread Paul Yu
Kenan I normally have a method in my Java class to generate the unique IDs for AUC ids. Also, you would want to be careful of using AUC within table tr repetitions. In the past I had unexpected refreshes. Paul Sent from my iPad > On Apr 26, 2018, at 6:59 AM, Steve Peery wrote: > > That is

Re: URL parameters within Eclipse

2017-10-03 Thread Paul Yu
If you set the WO port to a specific address then you can just refresh Sent from my iPhone Please excuse iOS autocomplete > On Oct 3, 2017, at 1:31 PM, André Rothe wrote: > > Hi, > > My test app needs some url parameters to start correctly. Is it possible to > define these within Eclipse? >

Re: ERMovies example with other database

2017-09-24 Thread Paul Yu
You can set the database properties in the Properties file. All of the connection dictionary parameters has a Properties equivalent. Are you new to WebObjects? Paul Sent from my iPhone Please excuse iOS autocomplete > On Sep 24, 2017, at 4:21 PM, Theodore Petrosky wrote: > > > > I am

Re: WOOgnl, redux

2017-08-13 Thread Paul Yu
Is this an ABAC implementation? Paul Sent from my iPhone Please excuse iOS autocomplete > On Aug 13, 2017, at 5:08 PM, Morris, Mark wrote: > > This is a topic that was discussed back in 2011, but my searches haven’t > turned up a satisfactory solution. > > Some quick background info, we hav

Re: ERPDFGeneration and ssl images

2017-07-01 Thread Paul Yu
Spaceship! Sent from my iPad > On Jul 1, 2017, at 8:18 AM, Gino Pacitti wrote: > > Cool.. I will look for it… > > Where did Kieran go? > >> On 1 Jul 2017, at 15:15, Theodore Petrosky wrote: >> >> kieran Kelleher did a presentation a few years ago before he left us for the >> dark side. >>

Re: compiling Wonder CLI

2017-02-09 Thread Paul Yu
Use .gitignore Sent from my iPad > On Feb 8, 2017, at 10:20 PM, Theodore Petrosky wrote: > > just a little more please > “Build Files” > > so they are created/changed by the build process? > so should I add these files to my .gitignore? > > how do you handle/resolve this. > > > >> On Feb

Re: Instance not found on dev machine

2016-12-24 Thread Paul Yu
Jeff I would add a staging environment for testing that. I would not test deployment using the development environment. Paul Sent from my iPhone Please excuse iOS autocomplete > On Dec 24, 2016, at 10:30 AM, Jeff Schmitz wrote: > > Hi Tim, > > Yeah, that’s what I’m doing now. However I n

Re: Development setup for Mac OS X Sierra

2016-11-01 Thread Paul Yu
Use JDK not JRE Sent from my iPad > On Nov 1, 2016, at 12:00 AM, Stavros Panidis > wrote: > > Hi Tim, > > My troubles started with installation of Java. > > I installed Java by downloading and running jre-8u66-macosx-x64.dmg from > Oracle. > > Everything went OK and Java icon was present i

Re: reverse engineer table problem

2016-10-29 Thread Paul Yu
Just remove the attribute from the EOModel. Or rename the EO.attribute but leave the TABLE.columnName alone. Paul > On Oct 29, 2016, at 8:43 AM, Theodore Petrosky wrote: > > my first real gottcha! it seems that the database I need to reverse has a > reserved word for a table name. Important i

Re: The WOCommunity slack channel

2016-09-06 Thread Paul Yu
Please add me as well. Paul > On Sep 6, 2016, at 9:14 AM, Theodore Petrosky wrote: > > yes please!!! > >> On Sep 6, 2016, at 8:01 AM, Hugi Thordarson > > wrote: >> >> Hi all, >> just wanted to remind you that Samuel Pelletier created a slack channel for >> the WOComm

Re: FedEx / USPS integration components

2016-06-28 Thread Paul Yu
Yes Sent from my iPhone Please excuse iOS autocomplete > On Jun 28, 2016, at 9:58 AM, Michael Kondratov > wrote: > > Hello , > Would any one be interested in FedEx and USPS open source shipping > solution for wo? > > Michael Kondratov > > Sent from my iPhone >

Re: Follow up on closure

2016-05-13 Thread Paul Yu
Our parents use Periscope at volleyball matches. I also have an gotoWebinar account would that work? Sent from my iPad > On May 13, 2016, at 6:06 AM, Pascal Robert wrote: > > Does anyone know a good private streaming solution? LiveStream costs 2399$ if > we use the password-protected feature.

Re: WebObjects officially declared dead by Apple

2016-05-12 Thread Paul Yu
Do we think that Apple, the Largest Corporation in the world, will press an issue with a bunch of small companies using derived work of a product they abandoned? What is the negative publicity cost to them? What is the positive financial value to them? How much will it cost Apple just to assig

Re: Follow up on closure

2016-05-12 Thread Paul Yu
Hugi The state of WO and the WO community is not because of your persistence to get a definitive statement from Apple. It is because there are no BIG organizations that support this community. This community is stuck in purgatory. We can’t move forward because we may infringe on Apple’s co

Re: WebObjects officially declared dead by Apple

2016-05-04 Thread Paul Yu
Apple is a HUGE organization. Portions of the company still use WebObjects, but not what we are using. It really doesn’t matter that Apple is using an internal version of the software does it? Paul > On May 4, 2016, at 2:40 PM, Joel M. Benisch wrote: > > Which would seem to indicate that wo

Re: WebObjects officially declared dead by Apple

2016-05-03 Thread Paul Yu
Craig was the EOF manager back in the day. Now that WO is officially abandoned by Apple, the questions for me are: What is the logical conclusion of pushing WOnder beyond WebObjects? What does that mean in the end? Will we always have to carry around the legacy WO frameworks? When does the o

Why Maven all of a sudden

2016-04-13 Thread Paul Yu
Why are people moving to Maven? Just curious? Sent from my iPhone Please excuse iOS autocomplete ___ 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: WOAdaptor build and test

2016-04-12 Thread Paul Yu
I’m testing right now… Paul > On Apr 7, 2016, at 2:24 PM, Chuck Hill wrote: > > Assuming you can access the app, yes. > > > > > On 2016-04-07, 11:24 AM, "Paul Yu" wrote: > >> So if I’ve got it compiled and loaded into Apache 2.4 and apachectl -M s

Re: WOAdaptor build and test

2016-04-07 Thread Paul Yu
rashes or it works fine. Try a file upload too. I > don’t recall ever hearing of any “it mostly works except for this one edge > case” bugs due to version updates. > > Chuck > > > > > On 2016-04-07, 6:00 AM, "Paul Yu" wrote: > >> Once I h

Re: WOAdaptor build and test

2016-04-07 Thread Paul Yu
Objects and Apache 2.4 on El Capitan > Apache Adaptor on debian:jessie > > That should get you started. > > Chuck > > > > > >> On 2016-04-06, 11:45 AM, >> "webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of >> Pau

WOAdaptor build and test

2016-04-06 Thread Paul Yu
Hi List Is there a procedure for building and testing WOAdaptor? Paul ___ 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: Using ERAttachment in an existing Wonder App

2016-04-02 Thread Paul Yu
tabase storage, and rendering the data in the UI, > similar to using WOFileUpload/WOImage tandem and storing document data in an > NSData object.. etc… > > Am I off-base or asking too much from the ERAttachment package..?? > > Thanks, > > Kwasi > > >> On Ap

Re: Using ERAttachment in an existing Wonder App

2016-04-02 Thread Paul Yu
You would need to do your own data migration to the ERattachment structures after you include ERAttachment and run its migration on your database. 1. Include ERAttachment in your classpath 2. Include ERattachments in your migrations 3. Run application, which will then create ERAttachment seri

Re: Wrong url generation for frameworks

2015-11-27 Thread Paul Yu
What I did, was to include source in my eclipse environment and then have a separate Jenkins build server that will build the wonder framework and then I would build the project. Paul Sent from my iPad > On Nov 27, 2015, at 3:49 AM, Frank Stock wrote: > > Hi All, > > Is there an easy way to

Re: AjaxUpdateContainer Problem

2015-11-24 Thread Paul Yu
Ben I think you need to use AjaxModalDialogOpenner inside of the repetition and have the modaldialog itself outside. Sent from my iPhone Please excuse iOS autocomplete > On Nov 24, 2015, at 11:40 AM, Benjamin Steiner wrote: > > Hi list, > > I have a problem with getting an AjaxUpdateContain

Re: Documenting the EO Model

2015-11-06 Thread Paul Yu
However, they don’t have to keep that block of code alive. Although eomodel has not change in a thousand years, so they actually don’t have to touch that code… > On Nov 6, 2015, at 8:37 AM, Ken Anderson wrote: > > I thank them with my $$$ :) > >> On Nov 6, 2015, at 8:23

Re: Documenting the EO Model

2015-11-06 Thread Paul Yu
We do have to thank the guys at Omni for continuing to support that feature. Paul > On Nov 6, 2015, at 8:07 AM, Ken Anderson wrote: > > Omnigraffle will open an EOModel into a beautiful graph. > >> On Nov 6, 2015, at 3:49 AM, Benjamin Steiner wrote: >> >> Hi list, >> >> We are currently des

Re: Driver and Implementation of NoSQL

2015-10-27 Thread Paul Yu
We should be able to formalize this with a framework then, right? Can you provide some mapping of how you did this? Paul > On Oct 27, 2015, at 12:12 PM, Ricardo Parada wrote: > > Hi Gino, > > Let me know if you hear of any. > > I can tell you about an attempt / workaround I did. I inserted m

woadaptor howto?

2015-10-06 Thread Paul Yu
List Is there a guide to setting up the development environment for WOAdaptor? How to build it for the LInux Apache 2.4 environment? Thanks. Paul ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webo

Fwd: Abandonware???

2015-10-05 Thread Paul Yu
ed. If you think that your messages are > being rejected in error, contact the mailing list owner at > webobjects-dev-ow...@lists.apple.com. > > > From: Paul Yu > Subject: Re: Abandonware??? > Date: October 5, 2015 at 6:01:56 PM EDT > To: Ray Kiddy > Cc: webobjects-d

Re: Abandonware???

2015-10-02 Thread Paul Yu
> On Oct 2, 2015, at 7:00 PM, Paul Yu wrote: > > Upon further reading of the wiki page. > > Due to copyright enforcement duration, it does us no good for us to declare > WebObjects and its frameworks abandoned by Apple. Since Apple has not and > will probably not

Re: Abandonware???

2015-10-02 Thread Paul Yu
e > WebObjects - the set of frameworks supplied by Apple as a supported product > == Abandonware > > My opinion. > > D > >> Paul Yu <mailto:p...@mac.com> October 2, 2015 at 3:47 PM >> I was reading this Wikipedia article. >> >> https://en

Abandonware???

2015-10-02 Thread Paul Yu
I was reading this Wikipedia article. https://en.wikipedia.org/wiki/Abandonware Would the list agree that WebObjects is now abandonware? "Definitions of "abandoned" vary, but in general it is like any item that is abandoned - it is ignored by the own

Re: Assistance re-building adaptor for MacOSX with Apache v2.4

2015-08-28 Thread Paul Yu
You can manually upgrade to 2.4. > On Aug 28, 2015, at 9:09 AM, Pascal Robert wrote: > > CentOS 6 comes with Apache 2.2. > >> >> Is there a CentOS 6 version of this? >> >> Paul >>> On Aug 28, 2015, at 7:01 AM, Fabian Peters wrote: >>> >>> Hi Peter, >>> >>> Benjamin Chew made his compiled ve

Re: Assistance re-building adaptor for MacOSX with Apache v2.4

2015-08-28 Thread Paul Yu
Is there a CentOS 6 version of this? Paul > On Aug 28, 2015, at 7:01 AM, Fabian Peters wrote: > > Hi Peter, > > Benjamin Chew made his compiled version available – see below. > > > Fabian > >> Anfang der weitergeleiteten Nach

Re: NSIncrementalStore

2015-08-25 Thread Paul Yu
Michael Can you explain a little more? Paul Sent from my iPad > On Aug 25, 2015, at 11:37 PM, Michael Kondratov > wrote: > > Hello, >We are thinking of developing a connector for iOS/OS X via > NSIncrementalStore. Any interest? Was it don’t by anyone previously? > > > Michael > > >

Re: Creating the perfect error page

2015-04-29 Thread Paul Yu
really weird conversation for me, too…. > On Apr 29, 2015, at 11:28 AM, Chuck Hill wrote: > > Thanks. Now I have to go wash my mind out. > > On 2015-04-29, 7:53 AM, "Tom Philip" wrote: > > Nothing of mine will be put into DaveLips. > > Ever. > > Tom > > On Apr 29, 2015, at 7:52 AM, Ken Ande

Re: Unknown key

2015-02-09 Thread Paul Yu
This is not a database issue. The rule system is saying the model attribute does not exist. So you reverse engineered the database to a new model. You have not setup or generated any Java classes for your EOs, since it is looking at a EOGenericRecord. I normally would have generated the EO J

Re: flattened relationship crash

2014-11-10 Thread Paul Yu
James Are you sure your referential data content is valid? Paul Sent from my iPad > On Nov 10, 2014, at 10:02 AM, James Cicenia wrote: > > Hello - > > I have a many-to-many relationship. > I checked my database and the joining table has the correct entries to relate > user to app > > Howev

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

Re: Access to EOF/WebObjects source files - plan for the, future? #2

2014-10-21 Thread Paul Yu
Tommy I wouldn't talk about decompiling Apples product on Apple's mailing list. My $.02 Paul Sent from my iPad > On Oct 21, 2014, at 6:33 PM, Tommy Müller wrote: > > Moin List! > > I had read your discussion about the compiled files of WebObjects and the > problem that only the binarys ar

Re: ERRest with non-PK attribute

2014-09-26 Thread Paul Yu
You would pass the uuid as a parameter on the index call? Sent from my iPad > On Sep 26, 2014, at 2:37 PM, Fabian Peters wrote: > > I'd know how to do this via a custom action, a qualifier and mod_rewrite, > but: Is there an easy way to get a rest route to retrieve an object by a > different

Re: Entity Modeler - SQL Generation Error

2014-09-20 Thread Paul Yu
e is > working fine except Entity Modeler - Generate SQL > > Troy > >> On 9/20/14 8:40 PM, Paul Yu wrote: >> Troy >> >> This sounds like a build path issue. Either the MySQL plugin is not in you >> build path or some other MySQL related classpath iss

Re: Entity Modeler - SQL Generation Error

2014-09-20 Thread Paul Yu
Troy This sounds like a build path issue. Either the MySQL plugin is not in you build path or some other MySQL related classpath issue. Paul Sent from my iPad > On Sep 20, 2014, at 6:49 AM, Troy Lumasag wrote: > > Hello Everyone, > > Just wondering if anyone have ever encountered this erro

Re: Who said, WebObjects should not be used for new stuff?

2014-09-17 Thread Paul Yu
Hi Alan wow, someone from Apple proper still follow this list :) Paul On Sep 17, 2014, at 12:29 PM, Alan Ward wrote: > > I don't think I'm giving anything away by saying that's a new DirectAction in > an old app. MZFinance has been around since the launch in 2003. > > On Sep 17, 2014, at 4:

Re: ec.saveChanges in repartition table

2014-09-04 Thread Paul Yu
Raymond Look in entity modeler. Under the EO tabs in the lower left corner. Paul Sent from my iPad > On Sep 4, 2014, at 5:51 AM, Raymond NANEON wrote: > > I don't know. How I verify if it's a propagate pk in my eomdel? > In my SqlDeveloper, I don't see "propagate option" or something like th

Re: Switching to Maven

2014-09-03 Thread Paul Yu
endencies by doing this. You think it’s a bad idea? > > Ken > > > On Sep 3, 2014, at 11:22 AM, Paul Yu wrote: > >> Ken >> >> What is the reasoning behind this decision? >> >> Paul >> On Sep 3, 2014, at 10:17 AM, John Huss wrote: >>

Re: Switching to Maven

2014-09-03 Thread Paul Yu
Ken What is the reasoning behind this decision? Paul On Sep 3, 2014, at 10:17 AM, John Huss wrote: > Here are the parts I remember doing. There may be more. You have to have WO > installed, and if WO is in the standard directories it is easier. > > # this file is attached > mv archetype-cata

Re: Eclipse 4.4 support for WOLips

2014-08-31 Thread Paul Yu
Could you send me the config.xml for this project, I will play with it on my Jenkins servers... Sent from my iPad > On Aug 31, 2014, at 8:14 PM, Pascal Robert wrote: > > I have tried to configure Jenkins to build it, but it always say: > > /var/lib/jenkins/jobs/WOLips44/workspace/buildscripts

Re: Eclipse 4.4 support for WOLips

2014-08-30 Thread Paul Yu
Is there a jenkins build of the 4_4 branch? Paul On Aug 30, 2014, at 9:20 AM, Theodore Petrosky wrote: > I don’t think so. Yesterday, I created a new folder, cloned the repo, and > built. it failed until I did the checkout of the 4_4. > > > > On Aug 30, 2014, at 9:14 AM, Pascal Robert wrote

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Paul Yu
Fred What do you mean my multiple entries? Multiple master objects? or Master->>Detail objects? Paul On Aug 26, 2014, at 11:07 AM, Michael Kondratov wrote: > It could be possible by creating a custom Rest parser. > > Michael Kondratov > Aspire Auctions, Inc. > 216-231-5515 > >> On Aug 26,

Re: eclipse 4.4 server IP

2014-08-19 Thread Paul Yu
is that I have to check my IP when I come in in the > AM. there is no guarantee that I can get the same IP. > > maybe I can bind my MAC address in the DHCP server to get a fixed IP. That > would work. > > Thanks for the pointer. > > Ted > >> On Aug 19, 2014, at

Re: eclipse 4.4 server IP

2014-08-19 Thread Paul Yu
You have to set host to the external IP for others to address your machine. Sent from my iPad > On Aug 19, 2014, at 12:29 PM, Chuck Hill wrote: > > Sorry, I missed the "I would do this to show someone here in the office” > part. Try setting –WOHost to 10.1.12.138 > > Otherwise… I dunno. > >

Centos deployment

2014-05-01 Thread Paul Yu
Greetings I'm trying to setup a new CentOS 6 server and am following the instructions here. http://wiki.wocommunity.org/pages/viewpage.action?pageId=8585219 when I try to execute step 3. sudo yum install wotaskd; sudo yum install womonitor; I'm getting the following [root@hawk893 ~]# yum ins

Re: WOApplication cannot be cast to Application

2014-04-07 Thread Paul Yu
Jon When you created the run configuration for your old project in eclipse, which Application did you choose? Paul Sent from my iPad > On Apr 7, 2014, at 6:23 AM, Pascal Robert wrote: > > >> Le 2014-04-07 à 05:25, Jon Kleiser a écrit : >> >> Hi Hugi, >> >> I cannot see how imports can be

Re: Development on Linux

2014-04-02 Thread Paul Yu
servers, it is > not an issue anymore. Our problem now is the need to set up a heterogeneous > environment for development with Mac and Linux. > > Angelo > > > 2014-04-02 22:24 GMT-03:00 Paul Yu : > Angelo > > My approach is always to use a Jenkins continuous bu

Re: Am I hallucinating...

2014-03-26 Thread Paul Yu
Really? On Mar 25, 2014, at 11:29 PM, Aaron Rosenzweig wrote: > Hi Michelle, > > Did you realize the word “gullible” can’t be found in the Merriam Webster > dictionary? > AARON ROSENZWEIG / Chat 'n Bike > e: aa...@chatnbike.com t: (301) 956-2319 > > > On Mar 25, 2014, at 10:10 PM, M

Re: Cascade delete when no relationship: how?

2014-03-19 Thread Paul Yu
Jean Pierre Could you write something in the willDelete() method on B? Fetch for the A's of B and manually delete them? Paul "just a programmer" On Mar 19, 2014, at 3:30 PM, Jean Pierre Malrieu wrote: > Hi, > > Suppose I have a mandatory to-one relationship from A to B. Suppose there is >

Re: Building Apps with Embedded Frameworks in Eclipse

2014-03-19 Thread Paul Yu
I'm no expert but Ant and Eclipse uses different paths. When you run build.xml, ant is executed, not eclipse. I'm sure someone else will point you to the exactly locations of the references. Paul On Mar 19, 2014, at 11:28 AM, Daniele Corti wrote: > Hi all, > I've notice a strange thing, while

Re: My last WOWODC

2014-03-07 Thread Paul Yu
doesn’t mean everything > is falling apart. I’m just hoping another Canadian will take over the > foundation so that we can at least keep the registrations,etc on the same > country. > > Hmm… I wonder what other Canadians there are in the community… > > I happily pay f

Re: My last WOWODC

2014-03-07 Thread Paul Yu
If the resources that we use is not worth $350 annual sponsorship then what are we doing here? For some of you that is what two hour of consulting income? Sent from my iPhone Please excuse iOS autocomplete > On Mar 7, 2014, at 12:31 PM, Johnny Miller wrote: > > I'll gladly pay $200 a year to

Proper way to close AMD so the Browser does not Prompt Leave Page?

2014-02-24 Thread Paul Yu
Dear List What is the proper way to close an AjaxModalDialog so the browser does not complain that their may be unsaved changes on the page? Paul ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webob

Re: WOLips for Eclipse 4.3.1

2014-02-06 Thread Paul Yu
Maybe Q would record a getting starting video for us. On Feb 6, 2014, at 10:23 AM, Pascal Robert wrote: > Kickstarter is another option. But finding a Eclipse plugin dev seems to be a > hard task, I asked around if someone could present about plugin development > at WOWODC and I didn't get anyt

Re: Entity join with different data sources?

2013-11-24 Thread Paul Yu
Sent from my iPad > On Nov 24, 2013, at 10:40 PM, Gintautas Sulskus wrote: > > Hello, > > Just wanted to double check: I am trying to create an EOModel (in WOLips) > that would use two entities from different databases. Is it possible to > achieve this? I assume the answer is NO. > > Also,

Re: Horizontal inheritance between different models and different databases.

2013-11-19 Thread Paul Yu
All I know is there is a rule for Cross DATABASE relationships are not a good thing. You will need to look up exactly why. Paul On Nov 19, 2013, at 9:01 AM, Comm unity wrote: > Hey guys, > I try to model an inheritance between two different models and two databases. > > I have the parent enti

Re: mavericks

2013-10-26 Thread Paul Yu
I upgraded my local Jenkins build server (1.5) to Mavericks. 1) Mavericks auto installed Java 2) Had to manually install Command Line Tools (either download from Apple Developer or xcode-select --install 3) brew update 4) Installed ant with command >brew install homebrew/dupes/ant After doin

Help with updateValuesInRowDescribedByQualifier

2013-10-09 Thread Paul Yu
Greetings I'm getting errors like this in my production system. What should I be looking for to fix these type of issues? I saw a previous post that the EOModel may be out of synch with the DB? Thanks in advance... Paul *** UNCAUGHT EXCEPTION *** com.webobjects.eoaccess.EOGeneralAdaptorE

Re: How do I configure an EOModel's connection info if it comes from a framework

2013-10-02 Thread Paul Yu
Riccardo I store the deployed connection dictionaries under the /etc/WebObjects/[AppInstanceName]/Properties file So I don't have to check these into my source repo. Then in WOLips I have a Properties.paul where I would store my development connection dictionaries. Then I would have an ignor

Re: Anyone using EOF to access Informix?

2013-09-26 Thread Paul Yu
Yes. We used EOF to talk to Informix on the CHCH-II project when I was at Apple. We had to write some extensions to deal with their Blades technology? I don't know where any of that is now. Paul On Sep 26, 2013, at 8:21 AM, Jesse Tayler wrote: > > I recall EOF working with Informix. But t

Re: Slow response time

2013-09-12 Thread Paul Yu
Indexing on columns in question? More memory for the database? The typical DBA stuff... :) Sent from my iPad On Sep 12, 2013, at 8:42 AM, "Beall, Mark (HPSL)" wrote: > Thanks Ken, >I did turn on SQL debugging and the slow response is due to Database > latency.Are there any suggestio

Re: ERRest with nested JSON

2013-08-30 Thread Paul Yu
Does the Property # No type in the JSON ERXRest.writeTypeKey=true work? Paul On Aug 30, 2013, at 11:05 PM, Charles Young wrote: > Hi Amedeo, > > No - or at least I don't believe so. I'm using the vanilla ERRestRouteExample > project as a testbed. > > Cheers, > Charles > > > > On Aug 30

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Paul Yu
; tabs.add(artifactsTab); _tabs = tabs.immutableClone(); } return _tabs; } On Jul 15, 2013, at 9:36 AM, Raymond NANEON wrote: > Hi Paul, > > Your example is great but very confused with all variables. Can I have

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Paul Yu
N wrote: > Hi Paul, > > Thanks for your help. > > Can I have detail of .java ? tabSelection nature? observationsTab ?? where > do you use this component? > Envoyé depuis iCloud > > Le 15 jul 2013 à 05:07, Paul Yu a écrit : > >> Raymond >> >>

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Paul Yu
Raymond I had better success using CCTabPanel for dynamically creating tabs. .html .java priv

Re: Can WOWODC folks make this happen some day

2013-06-17 Thread Paul Yu
be > adaptors or 40 JSON libraries, it matters. > > Ken > > On Jun 16, 2013, at 8:54 PM, Paul Yu wrote: > >> Good reply. >> >> Just a little historical background. >> >> One of the major reasons to switch to Java was the availability of JDBC >>

Re: Can WOWODC folks make this happen some day

2013-06-16 Thread Paul Yu
Good reply. Just a little historical background. One of the major reasons to switch to Java was the availability of JDBC adaptors. People were not writing Obj-C database adaptors. For the enterprise, without access to Enterprise Databases, we would be dead in the water. Are there lots of pe

Re: Inline Elements

2013-06-09 Thread Paul Yu
Thomas If you want to use the testString as a variable, then it should be "$testString" Paul Sent from my iPad On Jun 9, 2013, at 7:05 AM, "Thomas Grass (01SoftwareSolutions)" wrote: > Hello Community, > i want to use inline elements such like this: > > > > But webobjects ignores such sta

Re: ERXPartialEntity doesn't return correct values for classPropertyNames method

2013-05-25 Thread Paul Yu
The little o is for optional Sent from my iPad On May 24, 2013, at 10:38 PM, David Holt wrote: > Class properties are determined by the diamonds. > > Sent from my iPad > > On 2013-05-24, at 6:13 PM, Jesse Tayler wrote: > >> >> you wanted Person.class).classPropertyNames() or Partial_Exploy

ERRest and returning an Array of dictionaries

2013-03-08 Thread Paul Yu
Greetings I am trying to return a list of the primary keys of a toMany relationship on an EO. I've written a method on the EO to put the keys into NSMutableDictionaries and added them an NSMutableArray. I then return the array to my rest controller. This is NOT working as I would have expecte

Re: My first Hell World App

2013-01-18 Thread Paul Yu
Very Freudian of you in the subject line. Paul Sent from my iPad On Jan 18, 2013, at 5:58 AM, ute Hoffmann wrote: > Hi, > Thank you for all your suggestions. Removing JavaXML Framework did away with > the Session.class error. > The import statements seem ok. > > But now I get a WOPageNot

Re: Simple question: inserting data right after table creation (on migration?)

2012-12-16 Thread Paul Yu
This is just for the record. Since my previous reply was bounced because of the wrong sent address. I also use Theodore's approach at times. I use my approach for more complex initial setups of the reference tables etc. Paul On Dec 16, 2012, at 9:51 AM, Paul Yu wrote: > Instead of

Re: Partials and prototype boolean

2012-11-27 Thread Paul Yu
I believe you have to use intBoolean for partial. Ken Ishimoto may be able to explain further when the sun rising in Austria. Paul On Nov 27, 2012, at 5:49 PM, David Aspinall wrote: > Can you document the problem you are having with the migration? From what > you have said so far the only t

Re: Wonder 5.8.1 is out in the wild

2012-11-07 Thread Paul Yu
Build has to work, right? Since it builds on Jenkins on wocommunity. I had to delete the contents of my Roots directory to get the projects to build. On Nov 7, 2012, at 4:30 PM, Oscar González wrote: > Hi all, > Where can I downloads the binaries for wonder 5.8.1? > Because, I can't build the W

Re: adding new records in database fails

2012-09-25 Thread Paul Yu
#x27;m adding > a new record before I restart the computer it is working. The issue is > starting again when I restart the computer and application. It takes the > sequence again from beginning. > > Any ideas? > Any help is much appreciated. > > Thanks > Catalin

Re: adding new records in database fails

2012-09-24 Thread Paul Yu
mputer. > > Thank you > Catalin > > > From: Paul Yu > To: Cretu Catalin > Cc: Patrick Robinson ; WebObjects Development > > Sent: Monday, September 24, 2012 9:12:57 PM > Subject: Re: adding new records in database fails > > Do you have a EO_PK_TABLE? Did you

  1   2   >