Re: ideas to dupe an EO

2013-02-15 Thread Theodore Petrosky
to some code that actually copies? Ted --- On Fri, 2/15/13, David LeBer wrote: > From: David LeBer > Subject: Re: ideas to dupe an EO > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Friday, February 15, 2013, 10:51 AM > You probabl

ideas to dupe an EO

2013-02-15 Thread Theodore Petrosky
I am looking for an idea on duping an EO. I've thought of putting a hyperlink on the listPage then I thought of putting a button on the editPage (i am toying with that now). I duped ERMODInspectPage and I added a button. If I create a localInstance in a new EC, how can I save this 'new' EO. it

Re: WYSIWIG editor with WO

2013-02-15 Thread Theodore Petrosky
I use it all the time! Everything is broken apart and well labeled. I wish there was something like this for wonder. --- On Thu, 2/14/13, Ken Anderson wrote: > From: Ken Anderson > Subject: Re: WYSIWIG editor with WO > To: "Ramsey Gurley" > Cc: "WebObjects Development" > Date: Thursday, Fe

Re: D2W embedded editing ??

2013-02-14 Thread Theodore Petrosky
gt; From: Fabian Peters > Subject: Re: D2W embedded editing ?? > To: "WebObjects Development" > Cc: "David Holt" , "Theodore Petrosky" > > Date: Thursday, February 14, 2013, 12:16 PM > I think Ted wants to disable the > background component'

D2W embedded editing ??

2013-02-14 Thread Theodore Petrosky
I have a to-many pwoObjects to-many milestones. when I click to edit or create a new milestone, the background attributes are still editable. The relationship is edited with: ERMODEditRelationshipPage I am looking at the keys available, but I don't see a way to make the parentComponent NO

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Theodore Petrosky
9:53 AM, Lon Varscsak wrote: > > > >> I want mine on 5 1/4" floppies. > >> > >> -Lon > >> > >> On Wed, Feb 13, 2013 at 10:18 AM, Pascal Robert > > wrote: > >>> > >>> Le 2013-02-13 à 11:26, Theodore Petrosky > &g

restrictingFetchSpecification questions

2013-02-13 Thread Theodore Petrosky
thanks Ramsey for the point in the right thinking direction. so I am starting to experiment. I created a fetchSpec on my Entity 'currentClients' and in the Qualifier section added 'isActive = true' (also tried 'isActive = 1') saved it and I see in the _Client.java the added methods: public sta

Re: Any interest in WOWODC recordings on DVDs?

2013-02-13 Thread Theodore Petrosky
did anyone mention $29 for the videos, $129 for the videos with transcriptions and table of contents. just an idea --- On Tue, 2/12/13, Ramsey Gurley wrote: > From: Ramsey Gurley > Subject: Re: Any interest in WOWODC recordings on DVDs? > To: "Pascal Robert" > Cc: "WebObjects Development" >

Re: restrictedChoiceKey and ERD2WQueryToOneRelationship

2013-02-12 Thread Theodore Petrosky
trictedChoiceKey and ERD2WQueryToOneRelationship > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Tuesday, February 12, 2013, 1:07 PM > There's no object on a query page > :-) > > On Feb 12, 2013, at 11:04 AM, Theodore Petrosky w

restrictedChoiceKey and ERD2WQueryToOneRelationship

2013-02-12 Thread Theodore Petrosky
anyone have an idea why the restrictedChoiceKey and ERD2WQueryToOneRelationship don't play well together? --- On Tue, 2/12/13, Theodore Petrosky wrote: > From: Theodore Petrosky > Subject: Re: ERMODInspectPage and ERMODWizardCreationPage differences? > To: "WebObjects D

Re: ERMODInspectPage and ERMODWizardCreationPage differences?

2013-02-12 Thread Theodore Petrosky
of course the popup on the edit page is a: ERD2WEditToOneRelationship component and on the query page: ERD2WQueryToOneRelationship component both of these components have bindings for restrictedChoiceKey but I can not get it working on the latter. Ted --- On Tue, 2/12/13, Theodore Petrosky

ERMODInspectPage and ERMODWizardCreationPage differences?

2013-02-12 Thread Theodore Petrosky
I thought I finally had a grip on restrictedChoiceKey and the full path to through the object.relation.propertyKey. I have this rule: 102 : (pageConfiguration like 'Create*' and propertyKey = 'client') => restrictedChoiceKey = "object.client.currentClients" [com.webobjects.directtoweb.Assignme

Re: restrictedChoiceKey to return currentClients ??

2013-02-11 Thread Theodore Petrosky
so I go to bed and of course can't sleep thinking of this crap and it dawns on me: object.client.clientName duh sorry for the answering my own question again. Ted --- On Mon, 2/11/13, Theodore Petrosky wrote: > From: Theodore Petrosky > Subject: restrictedChoiceKe

restrictedChoiceKey to return currentClients ??

2013-02-11 Thread Theodore Petrosky
I have a method in my Client object: public NSArray currentClients() { NSLog.out.appendln(" *currentClients "); return Client.fetchClients(editingContext(), Client.IS_ACTIVE.eq(true), Client.CLIENT_NAME.ascs()); } and of course there are a

Re: problem with _private.ERXSwitchComponent

2013-02-11 Thread Theodore Petrosky
wrong. Ted --- On Mon, 2/11/13, Theodore Petrosky wrote: > From: Theodore Petrosky > Subject: problem with _private.ERXSwitchComponent > To: "WebObjects Development" > Date: Monday, February 11, 2013, 2:10 PM > i don't know that's the problem, but > that is

problem with _private.ERXSwitchComponent

2013-02-11 Thread Theodore Petrosky
i don't know that's the problem, but that is the error. I added a popup to my query page with ERD2WQueryToOneRelationship component. here are my rules: 100 : (pageConfiguration = 'QueryAgenda' and propertyKey = 'client') => componentName = "ERD2WQueryToOneRelationship" [com.webobjects.directto

cheatsheet ?

2013-02-11 Thread Theodore Petrosky
does anyone have a cheat sheet that lists all the possible bindings in D2W components. (if its on the wiki I'll just start screaming because I have been reading in there all weekend) Or do you just run to the source of each component and look to see what is there (including the inherited bindin

Re: rules that don't seem to want to fire

2013-02-08 Thread Theodore Petrosky
--- On Fri, 2/8/13, David Holt wrote: > > On 2013-02-08, at 8:44 AM, Theodore Petrosky > wrote: > > > OK now I have two instances where rules that should > fire just don't do anything. > > > > 100 : propertyKey = 'abstract' => quali

rules that don't seem to want to fire

2013-02-08 Thread Theodore Petrosky
OK now I have two instances where rules that should fire just don't do anything. 100 : propertyKey = 'abstract' => qualifierOperators = ("contains", "starts with", "like") [com.webobjects.directtoweb.Assignment] this should fire when a ERD2WQueryStringOperator component is used. I know the comp

Re: WOCommunity membership and goals

2013-02-07 Thread Theodore Petrosky
Is there a problem with CentOS? I deploy at Rackspace with CentOS 6.3 and in the office. I was actually going to play this weekend on a box at home. Fresh install of Centos and try to create a developer box. (really just an exercise) Ted --- On Thu, 2/7/13, Pascal Robert wrote: > From: Pasca

Re: ERMODQueryPage help

2013-02-07 Thread Theodore Petrosky
;contains", "starts with", "like") [com.webobjects.directtoweb.Assignment] I don't understand where the LHS is coming from and the rule is still not firing. Ted --- On Thu, 2/7/13, David Holt wrote: > From: David Holt > Subject: Re: ERMODQueryPage help > To: "The

ERMODQueryPage help

2013-02-07 Thread Theodore Petrosky
I am trying to understand the ERMODQueryPage in my D2W app. to that end, I cloned it to TPMODQueryPage and I am screwing around to see what does what. I see that the list for the popup might be being generated in ERD2WQueryStringOperator extends D2WQueryStringOperator. The end result is that I

D2W plugging on!!

2013-02-03 Thread Theodore Petrosky
I am trying to figure out more of D2W and add wocomponents into the mix so I have a WOComponent that extends ERD2WInspectPageTemplate and rules: 101 : pageConfiguration = 'Reports' => entity = "Product" [EntityAssignment] 101 : pageConfiguration = 'Reports' => task = "inspect" [Assignment] 101 :

template_creator.pl ??

2013-02-02 Thread Theodore Petrosky
I have been going over the videos and fantastic transcripts at: http://wiki.wocommunity.org/display/documentation/Transcripts In the video from wowodc west08 anjo briefly mentions the template_creator.pl for cloning the current D2W templates. if I read this correctly: Usage: template_creator.

Re: bounced messages on this list

2013-01-30 Thread Theodore Petrosky
there is nothing that can help you here: https://lists.apple.com/archives/Webobjects-dev Ted --- On Wed, 1/30/13, Maik Musall wrote: > From: Maik Musall > Subject: Re: bounced messages on this list > To: "WebObjects Development" > Date: Wednesday, January 30, 2013, 1:34 AM > anyone? > > Am

Re: WebObjects Optimization: EOF and Beyond

2013-01-29 Thread Theodore Petrosky
Pascal, what is the cost of one of those transcriptions? --- On Tue, 1/29/13, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: WebObjects Optimization: EOF and Beyond > To: "WebObjects Development" > Date: Tuesday, January 29, 2013, 12:38 PM > FYI, I have sent this recording to > Cast

Re: isEntityInspectable ???

2013-01-24 Thread Theodore Petrosky
I just tried it and no joy. I don't understand why it works with the editable key. Ted --- On Thu, 1/24/13, Bastian Triller wrote: From: Bastian Triller Subject: Re: isEntityInspectable ??? To: "Theodore Petrosky" Cc: "WebObjects Development" Date: Thursday,

isEntityInspectable ???

2013-01-24 Thread Theodore Petrosky
I have an entity with a to-many relation. on my edit page of the entity, I see the wonderful list page of the relation. so I add a rule: 100 : pageConfiguration = 'EditRelationshipEmbeddedPWOMileStone' => isEntityEditable = "false" [com.webobjects.directtoweb.Assignment] the edit button on each

Re: array help

2013-01-23 Thread Theodore Petrosky
I am sorry. I was so brain tired that I was looking at the day portion of the date and the long and short is it works fine. Thanks for looking. Ted --- On Wed, 1/23/13, Chuck Hill wrote: > From: Chuck Hill > Subject: Re: array help > To: "Theodore Petrosky" > Cc: &

array help

2013-01-23 Thread Theodore Petrosky
NSArray theNewArray = ERXArrayUtilities.sortedArraySortedWithKey(thePWO.pwoMileStones(), "msDate"); that doesn't work. what is the correct way to sort an array of objects? I am sure when I see the answer, I will kick myself. I want to sort this array thePWO.pwoMileStones() of PWOMileStone obje

Re: jasperreport help please

2013-01-23 Thread Theodore Petrosky
y will not work) I have a to-many from my EO to pwoMileStone List objectMSList = null; try { objectMSList = new ArrayList(); int i; for (i=0; i wrote: > From: Kieran Kelleher > Subject: Re: jasperreport help please > To: "Theodore Petrosky"

Re: Copy the contents from parent to AMD manually....

2013-01-21 Thread Theodore Petrosky
are you asking to copy the some instance variables to the AMD after it has shown itself? If the contents of the AMD is coming from its own component, then just create setters and getters in the component and pass in the values you want when you create the AMD. You could then wire up a button t

jasperreport help please

2013-01-19 Thread Theodore Petrosky
I hope someone has worked this out because I am so tired. I am creating a report and I recently add a to-many relationship to my EO. The EO is printing and I understand how to use iReport to add my Fields. but I don't understand how to get this to_many to print. if I add a field of pwoMileStone

Re: help with D2W target

2013-01-18 Thread Theodore Petrosky
uot;formatter" by means of the rule > system–just a guess). Once I added a rule to switch in a > date component (ERDDisplayDateOrNull, or something like > that), formatting started working. Not sure this is your > problem, but check the component on the not-working case. > > JPM &

Re: help with D2W target

2013-01-18 Thread Theodore Petrosky
I made the rule 155 and 160 priority and no change. when there is a to-many, is there a key to target the to-many List? maybe there is something there? --- On Fri, 1/18/13, Theodore Petrosky wrote: > From: Theodore Petrosky > Subject: Re: help with D2W target > To: "Jesse

Re: help with D2W target

2013-01-18 Thread Theodore Petrosky
2013-01-30 00:00:00 Etc/GMT that's what I get on the page. No formatting at all. this rule has a priority of 150 I will push it up some more and see. Ted --- On Fri, 1/18/13, Jesse Tayler wrote: > From: Jesse Tayler > Subject: Re: help with D2W target > To: "Theod

help with D2W target

2013-01-18 Thread Theodore Petrosky
I have a ProjectWorkOrder to-many pwoMileStones I have an edit page: EditProjectWorkOrder and a rule 150 : (smartAttribute.className = 'com.webobjects.foundation.NSTimestamp' and propertyKey like '*Date*') => formatter = "%m/%d/%Y" [com.webobjects.directtoweb.Assignment] this rule is work

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-17 Thread Theodore Petrosky
and do the WO installer again as this box was originally setup before Pascal created his beautiful YUM installer. Ted --- On Thu, 1/17/13, Bastian Triller wrote: > From: Bastian Triller > Subject: Re: [Announce] WOCommunity repository for CentOS/RedHat Linux > To: "Theodore P

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-17 Thread Theodore Petrosky
nounce] WOCommunity repository for CentOS/RedHat Linux > To: "Theodore Petrosky" > Cc: "WebObjects Development" , "Pascal > Robert" > Date: Thursday, January 17, 2013, 11:01 AM > > that's a webserver / http issue - me thinks. > > you

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-17 Thread Theodore Petrosky
I used this to set up a newly installed Centos6 on a mac mini. Thanks. That really saved me a bunch of time. On weirdness (and maybe it is Centos problem). I have the javamonitor as a listed app and I get to it with: http://10.1.5.100/cgi-bin/WebObjects/monitor.woa all of a sudden, when I clic

Re: best way to create date/time

2013-01-17 Thread Theodore Petrosky
i Thordarson" > Cc: "Theodore Petrosky" , "WebObjects Development" > > Date: Thursday, January 17, 2013, 10:02 AM > pretty sure this would break (off by > one) on the day that DST changes over > > ms > > On Jan

Re: best way to create date/time

2013-01-17 Thread Theodore Petrosky
I knew there was a WO way. this is beautiful. thanks. Ted --- On Thu, 1/17/13, Hugi Thordarson wrote: > From: Hugi Thordarson > Subject: Re: best way to create date/time > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Thursday, January 1

Re: best way to create date/time

2013-01-17 Thread Theodore Petrosky
ond pair of eyes. Ted --- On Thu, 1/17/13, spe...@me.com wrote: > From: spe...@me.com > Subject: Re: best way to create date/time > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Thursday, January 17, 2013, 9:57 AM > How about: > &

best way to create date/time

2013-01-17 Thread Theodore Petrosky
What is the best way to create today's day at 9:00 new NSTimestamp() will give me today and the time is at the moment of creation. so the end result I want is (regardless of when in the day I create it): new Timestamp(today at 9am); 2013-01-17 09:00 Etc/GMT I am doing it rather convolutedly. Ma

Re: timezone agreement

2013-01-15 Thread Theodore Petrosky
s is beyond me. Ted --- On Tue, 1/15/13, Jesse Tayler wrote: > From: Jesse Tayler > Subject: Re: timezone agreement > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Tuesday, January 15, 2013, 4:44 PM > > I've seen servers with miss

timezone agreement

2013-01-15 Thread Theodore Petrosky
is there a property to get my app to agree with the backend on timezone? I don't know what I touched but all of a sudden, all my times are 5 hours off. There must be a simple solution and a property would be nice. Ted ___ Do not post admin requests t

Re: Best way to web 2.0 ?

2013-01-15 Thread Theodore Petrosky
I also like: http://css-tricks.com lots of good videos and the guy knows his stuff --- On Tue, 1/15/13, Tim Worman wrote: > From: Tim Worman > Subject: Re: Best way to web 2.0 ? > To: "Ken Anderson" > Cc: "WebObjects Development" > Date: Tuesday, January 15, 2013, 1:47 PM > I'm probably not

understanding an Object?

2013-01-15 Thread Theodore Petrosky
I have been following the conversation to a new person here about learning more of Wonder. For me it is an uphill battle. But after quite a while plugging away I have a question (actually two). I am playing with the ERMDDatePicker. Originally I thought to use my butchered version in my D2W app.

Re: multiple OSC in the same thread

2013-01-14 Thread Theodore Petrosky
forget llamas, Alpaca --- On Mon, 1/14/13, Larry Mills-Gahl wrote: > From: Larry Mills-Gahl > Subject: multiple OSC in the same thread > To: "WebObjects-Dev List" > Date: Monday, January 14, 2013, 11:33 AM > I just got a request for a tool to do > some what-if comparisons on different analys

Re: Hello World Project - Installation Development

2013-01-14 Thread Theodore Petrosky
if it doesn't have the Wonder applications available and you are sure you installed WOLips, then you are not in the WOLips perspective. See those install instructions it will show you the way to enter the WOLips perspective Ted --- On Mon, 1/14/13, ute Hoffmann wrote: From: ute Hoffmann Su

java question

2013-01-14 Thread Theodore Petrosky
I notice in ERDEditDatePopupCommon.java: public NSArray dayList() { if (dayList == null) { dayList = new NSMutableArray(new Object[] { "01","02","03","04","05","06","07","08","09","10", "11","12","13","14","15","16","17","18","19","20", "21","22","23","24

Re: D2W and date/time picker

2013-01-13 Thread Theodore Petrosky
, 1/13/13, Paul Hoadley wrote: > From: Paul Hoadley > Subject: Re: D2W and date/time picker > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Sunday, January 13, 2013, 3:36 AM > On > 12/01/2013, at 2:25 AM, Theodore Petrosky > wrote: &g

Re: has anyone seen this weirdness in JasperReports?

2013-01-11 Thread Theodore Petrosky
I was able to fix this by updating JasperReports to version 5.0. It was weird. Ted --- On Fri, 1/11/13, Theodore Petrosky wrote: > From: Theodore Petrosky > Subject: has anyone seen this weirdness in JasperReports? > To: "WebObjects Development" > Date: Friday, Jan

D2W and date/time picker

2013-01-11 Thread Theodore Petrosky
How are youse guys creating a date picker that allows the user to then type in the time? I was thinking of two textfields. one for the date picker and a second where the user types in the time. If I put two copies of the date time attribute with displayPropertyKeys, how do I target them so the

has anyone seen this weirdness in JasperReports?

2013-01-11 Thread Theodore Petrosky
I have a simple textField that I am filling from my EO. If the text fits within the frame of the stated textField everything is fine however, if the textField must stretch, the whole textField is baseline shifted down about 1/2 X height. I have posted to the JasperReports answer forum but haven

Compiled Jasper Report problem

2013-01-08 Thread Theodore Petrosky
I have noticed that when I alter an iReport project and compile the report, my running WO app will not see the changes unless I select the .jasper file in Eclipse and select 'Refresh'. Has anyone seen this? It was not doing this 3 months ago, but I have been away from WO for a few months and I

Re: Deploying for Java 1.6

2013-01-08 Thread Theodore Petrosky
did you try running: /usr/libexec/java_home ? Ted --- On Mon, 1/7/13, Johnny Miller wrote: > From: Johnny Miller > Subject: Re: Deploying for Java 1.6 > To: "Chuck Hill" > Cc: "WebObjects Development" > Date: Monday, January 7, 2013, 8:07 PM > I think I'm running Java 1.6? > > If I run "

wolips compile docs

2013-01-05 Thread Theodore Petrosky
Can someone point me to the WOLips docs. Specifically, I have opened WOLips in the current 4.5.2 Xcode and I want to understand how to compile and run. Obviously, I am not understanding something because I can only get errors and complaints from Xcode. Ted _

Re: Wonder Deployment Guide ready for review

2013-01-04 Thread Theodore Petrosky
Yes, yes, yes, I want to peruse the tome. Ted --- On Thu, 1/3/13, Klaus Berkling wrote: > From: Klaus Berkling > Subject: Wonder Deployment Guide ready for review > To: "WebObjects Development" > Date: Thursday, January 3, 2013, 11:13 PM > Hi > All. > I have my deployment guide ready for rev

Re: time selection

2012-12-20 Thread Theodore Petrosky
to. I guess I am just being lazy. Ted --- On Thu, 12/20/12, Chuck Hill wrote: > From: Chuck Hill > Subject: Re: time selection > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Thursday, December 20, 2012, 11:47 AM > It has been mentione

time selection

2012-12-20 Thread Theodore Petrosky
I could have sworn that there was a simple component to select time. I am talking about a text field with arrows that if you click the up arrow increments the hour field 1 hour and if you click the down arrow decrements the hour field 1 hour. Then the same thing for the minutes field. Either I

D2W dateField

2012-12-18 Thread Theodore Petrosky
I have rules that include a date attribute in my displayPropertyKeys. So, beautifully when I choose to edit the object and click the textField for the date attribute I get a calendar. I don't see how to choose the time of the event so everything is at 12:00am. What am I missing to add a 'time

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

2012-12-16 Thread Theodore Petrosky
I may try that next time. However, there are times that I use migrations to alter the database structure. Maybe there was an easier way, but I read a column out to a file, created a new column of the type I wanted, read the file and pushed the data into the new column, then dropped the old colum

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

2012-12-16 Thread Theodore Petrosky
i have done my sql directly after the foreign key creation with this: ERXJDBCUtilities.executeUpdate(database.adaptorChannel(), "INSERT INTO brieflogo (iscurrent, logotitle) VALUES (true, 'AgencySacks')"); this way what ever sql I am creating directly relates to the migration at hand. Ted --

Re: what did I break

2012-12-06 Thread Theodore Petrosky
wow, it wasn't so bad. I found that I had to 'refresh' WOOgnl in the WOExplorer window. sometimes things are more simple than cream cheese on a bagel. Ted --- On Thu, 12/6/12, Theodore Petrosky wrote: > From: Theodore Petrosky > Subject: what did I break > To:

what did I break

2012-12-06 Thread Theodore Petrosky
I have a wonder app that is in production. The last build was three months ago. I need to make a change so I fired up eclipse and built in develop mode, at least I thought it should build and run. It died and there were lots of errors that didn't exist before. as i said it is a wonder app howev

Re: integration to jasperreports 474

2012-12-03 Thread Theodore Petrosky
ion to jasperreports 474 > To: "Theodore Petrosky" > Cc: webobjects-dev@lists.apple.com > Date: Monday, December 3, 2012, 11:06 AM > Yes? > > > > ___ > > Do not post admin requests to the list. They will be > ignored.

integration to jasperreports 474

2012-12-03 Thread Theodore Petrosky
___ 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.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.

Re: where is Wonder Rest Application

2012-11-28 Thread Theodore Petrosky
y/documentation/Your+First+Rest+Project I have WOLips 3.7.20121016.38 installed. Ted --- On Wed, 11/28/12, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: where is Wonder Rest Application > To: "Theodore Petrosky" > Cc: "WebObjects" > Date: Wednesda

where is Wonder Rest Application

2012-11-28 Thread Theodore Petrosky
I am on the integration branch of wonder. eclipse 3.7.2 I right click in the WO Explorer and select 'new'. there is no Wonder Rest Application. I even tried 'other' hoping I needed to add it to the list, but I don't see it there. Where is it? What am I doing wrong. Ted ___

Re: still trying to build frameworks...

2012-11-27 Thread Theodore Petrosky
909)Java > HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed > mode) > same error. > What is your java? > > > > > On Nov 27, 2012, at 9:21 AM, Theodore Petrosky > > wrote: > mine works. i am up to date with integration > > i created a new D2W app

Re: still trying to build frameworks...

2012-11-27 Thread Theodore Petrosky
mine works. i am up to date with integration i created a new D2W app built and ran the basically empty app came up fine. although I see in eclipse that a lot of Project Wonder has red Xs. ERExtensions when i drill down to Nonlocalized.lproj ERXCheckBoxWrapper there is no key context. --- O

Re: Project Wonder page on WikiPedia

2012-11-23 Thread Theodore Petrosky
is there any way to get the examples "Link to Demo" to work? http://wiki.wocommunity.org/display/documentation/Example+Applications --- On Fri, 11/23/12, Pascal Robert wrote: > From: Pascal Robert > Subject: Project Wonder page on WikiPedia > To: "WebObjects Development" > Date: Friday, Nov

git question

2012-11-14 Thread Theodore Petrosky
I hope I have this correctly setup, I just want to confirm it with you git guys. I forked the wonder repo to my own area on github, then I created a folder on the root area of my user on my mac and cd'd into it. cd ~/Repository and cloned my fork: git clone https://github.com/tedpet/wonder.git

Re: Deployment on Cent OS 5.7

2012-11-10 Thread Theodore Petrosky
JavaMonitor works as a direct connection or through apache? If through apache, are you sure the frameworks are embedded? --- On Sat, 11/10/12, ute Hoffmann wrote: > From: ute Hoffmann > Subject: Re: Deployment on Cent OS 5.7 > To: "Theodore Petrosky" > Cc: webobjec

Re: Deployment on Cent OS 5.7

2012-11-09 Thread Theodore Petrosky
this centos box, is it one of your standard deployment boxes? i mean, are there other apps running successfully on this box? are the frameworks embedded? I struggled with centos 6.2 for days with errors like this only to find the the security enhancements were enabled. but this was a fresh inst

Re: ERJasperReports

2012-10-31 Thread Theodore Petrosky
gt; From: [Pyramide Ingenierie] Bruno WIESEN > Subject: Re: ERJasperReports > To: "Theodore Petrosky" > Cc: webobjects-dev@lists.apple.com > Date: Wednesday, October 31, 2012, 9:47 AM > Hello, > I just found this log: > [2012-10-31 14:42:16

Re: ERJasperReports

2012-10-26 Thread Theodore Petrosky
This worked for me: NSMutableArray accplsh = new NSMutableArray(checklist.accomplishments()); ERXArrayUtilities.sortArrayWithKey( accplsh, "orderInt", null); //not important for example ERJRFoundationDataSource accomplishDataSource = new ERJRFoundationDataSource((NSArray) accplsh);

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
n Zlatanov wrote: > From: Bogdan Zlatanov > Subject: Re: centos 6.3 deploy still acting recalcitrantly > To: "Theodore Petrosky" > Cc: "Pascal Robert" , "WebObjects" > > Date: Thursday, October 25, 2012, 10:44 AM > > I found this t

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
e the directory? --- On Thu, 10/25/12, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: centos 6.3 deploy still acting recalcitrantly > To: "Theodore Petrosky" > Cc: bastian.tril...@gmail.com, "WebObjects" > Date: Thursday, October 25, 2012, 10:29 A

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
10.5, 10.6, Centos > 5.5 (running at backspace as a virtual server with only the > CLI) with no problems. I don't understand why this is > causing me such grief > > > > :( > > > > Ted > > > > --- On Thu, 10/25/12, Bastian Triller > wrote:

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
dan Zlatanov > Subject: Re: centos 6.3 deploy still acting recalcitrantly > To: "Theodore Petrosky" > Cc: bastian.tril...@gmail.com, "WebObjects" > Date: Thursday, October 25, 2012, 10:23 AM > Is wotaskd running? > > Cheers > On 25 Oct 2012, at 16:18, T

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
s. I don't understand why this is causing me such grief :( Ted --- On Thu, 10/25/12, Bastian Triller wrote: > From: Bastian Triller > Subject: Re: centos 6.3 deploy still acting recalcitrantly > To: "Theodore Petrosky" > Cc: "WebObjects" > Date: Thursday

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
s. I don't understand why this is causing me such grief :( Ted --- On Thu, 10/25/12, Bastian Triller wrote: > From: Bastian Triller > Subject: Re: centos 6.3 deploy still acting recalcitrantly > To: "Theodore Petrosky" > Cc: "WebObjects" > Date: Thursday

centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
OK so I got my DNS issue fixed and apache like it and starts. and apache -M give me: disk_cache_module (shared) cgi_module (shared) version_module (shared) WebObjects_module (shared) ssl_module (shared) Syntax OK so the webobjects module is loading. I can get a direct connection to: http:/

Re: centos deploy problems

2012-10-24 Thread Theodore Petrosky
-eth0 was overriding it. long and short DNS now works. Thanks for pointing me in the right direction. Ted > > Does intrawebii.agencysacks.com exists in DNS? > --- On Wed, 10/24/12, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: centos deploy problems > To:

centos deploy problems

2012-10-24 Thread Theodore Petrosky
I have done this before on centos, so I don't know why I am having problems. I am in the appserver account: $NEXT_ROOT/Local/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd & [2012-10-24 8:33:31 EDT] The bundle wotaskd has malformed version number: 2012-10-24 08:33:31,746 INFO 27.98

doing an install centos 6.3

2012-10-23 Thread Theodore Petrosky
I just formatted a little mini sitting on my desk and thought I would go through the install process of webobjects. in the section: You can start wotaskd and Monitor to make sure that they run without any problems : I see an error I don't recall seeing before: 2012-10-23 14:02:11,700 WARN 5

Re: Tool-tip framework

2012-10-23 Thread Theodore Petrosky
i went looking.. that URL doesn't work for me. Ted --- On Tue, 10/23/12, Chuck Hill wrote: > From: Chuck Hill > Subject: Re: Tool-tip framework > To: "Taylor Hadden" > Cc: "webobjects-dev@lists.apple.com" > Date: Tuesday, October 23, 2012, 1:54 PM > I just made a simple component that > used

Re: WOWODC 2013?

2012-10-20 Thread Theodore Petrosky
because the software to record the session will not be available on this session. --- On Sat, 10/20/12, Gino Pacitti wrote: > From: Gino Pacitti > Subject: Re: WOWODC 2013? > To: "WebObjects-Dev Mailing List List" > Date: Saturday, October 20, 2012, 8:54 AM > Why doesn't each presenter arriv

ajaxInPlaceEditor??

2012-10-17 Thread Theodore Petrosky
I am using an ajaxInPlaceEditor in a table to permit users to type directly into the field. when they leave the editor I fire a saveChanged() and everyone if happy. My problem is with leaving the editor. if the user clicks out of the field or tabs out of the field, everything works as advertise

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
BTW, Eclipse => Preferences => WOLips => Build should have a check in Automatically run EOGenerator if you want automatic generation of your model. Ted --- On Wed, 10/10/12, Flavio Donadio wrote: > From: Flavio Donadio > Subject: Re: D2W - Problem with navigation > To:

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
also, did you view the d2w podcasts? those tutorials are great. --- On Wed, 10/10/12, Flavio Donadio wrote: > From: Flavio Donadio > Subject: Re: D2W - Problem with navigation > To: "Theodore Petrosky" > Cc: Webobjects-dev@lists.apple.com > Date: Wednesday,

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
navigation > To: "Theodore Petrosky" > Cc: Webobjects-dev@lists.apple.com > Date: Wednesday, October 10, 2012, 8:39 AM > Theodore, > > > Yes. I followed this tutorial: > http://wiki.wocommunity.org/display/documentation/Your+First+D2W+Project > > The onl

Re: D2W - Problem with navigation

2012-10-10 Thread Theodore Petrosky
do I understand you created a NEW wonder D2W app, did no editing and when you ran the app you received these errors? --- On Tue, 10/9/12, Flavio Donadio wrote: > From: Flavio Donadio > Subject: D2W - Problem with navigation > To: Webobjects-dev@lists.apple.com > Date: Tuesday, October 9, 2012,

Re: Generate a pdf with multiple page.

2012-10-09 Thread Theodore Petrosky
gt; From: Miguel Torres > Subject: Re: Generate a pdf with multiple page. > To: "Theodore Petrosky" > Cc: "Raymond NANEON" , "WebObjects Development" > > Date: Tuesday, October 9, 2012, 4:32 PM > Hi  Theodore, > > Could you give us more

Re: Generate a pdf with multiple page.

2012-10-09 Thread Theodore Petrosky
ut I think Kieran's podcast is a perfect place to start. Ted --- On Tue, 10/9/12, Miguel Torres wrote: > From: Miguel Torres > Subject: Re: Generate a pdf with multiple page. > To: "Theodore Petrosky" > Cc: "Raymond NANEON" , "WebObjects Development

Re: Generate a pdf with multiple page.

2012-10-09 Thread Theodore Petrosky
I use JasperReports also but I pass in my EO and let the framework do its magic. Ted --- On Tue, 10/9/12, Raymond NANEON wrote: > From: Raymond NANEON > Subject: Re: Generate a pdf with multiple page. > To: "Miguel Torres" > Cc: "WebObjects Development" > Date: Tuesday, October 9, 2012, 1:16

application not seeing a plist?

2012-10-08 Thread Theodore Petrosky
I have a wonder app that is about a year old. I added the ExcelGeneration stuff and everything was working fine. in the last month I added a few frameworks with the idea of adding some extra features and all of a sudden the excel stuff wouldn't work. in my application I have: public NSDictiona

setting boolean value from a rule

2012-10-01 Thread Theodore Petrosky
I cloned the ERMDSimpleListPageRepetition and added a conditional at the top of the page to allow help text to be either visible or not:     InstructionComponent : WOSwitchComponent { WOComponentName = d2wContext.headerInstructionComponentName; } my conditional: InstructionComponentCondit

<    2   3   4   5   6   7   8   9   10   11   >