and what is the propertyKey?

100 : ((pageConfiguration like 'Edit*' or pageConfiguration like 'Create*') and 
(propertyKey = 'client' or propertyKey = 'briefLogo' or propertyKey = 
'meetingAgendaType')) => componentName = "ERD2WEditToOneRelationship" 
[com.webobjects.directtoweb.Assignment]:to one creates a popup

this rule is working setting a propertyKey to the ToOneRelationship.


maybe you should move this to the Dev list.



> Message: 1
> Date: Tue, 12 Aug 2014 10:27:09 -0700
> From: David Tisdell <penguin...@yahoo.com>
> To: "webobjects-deploy@lists.apple.com"
>       <webobjects-deploy@lists.apple.com>
> Subject: Re: Webobjects-deploy Digest, Vol 11, Issue 32
> Message-ID:
>       <1407864429.79944.yahoomail...@web141201.mail.bf1.yahoo.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi Klaus,
> 
> Thanks for the reply.
> In Monitor, I had removed the localhost and added the servers (tried both by 
> name and by IP address) but they couldn't be contacted.
> I have tried telnetting to port 1085 without success except via localhost. 
> Internal Firewalls are off.
> I have set this up before several years ago on Leopard with very little 
> snags. We are now doing a major upgrade to mavericks.
> Here is the ouput of :
> sudo lsof -i tcp:1085
> COMMAND PID       USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
> java     95 _appserver   61u  IPv6 0x82a02cd68ff97be5      0t0  TCP 
> localhost:webobjects (LISTEN)
> java     95 _appserver   63u  IPv6 0x82a02cd6925c5de5      0t0  TCP 
> localhost:webobjects->localhost:49171 (ESTABLISHED)
> java     96 _appserver   61u  IPv6 0x82a02cd68ff98465      0t0  TCP 
> localhost:49171->localhost:webobjects (ESTABLISHED)
> 
> Looks like it is using IP V6 and not v4. That could be an issue. I will see 
> if I can disable IP v6
> 
> Dave
> 
> 
> -------------
> 
>> If you use 'localhost' you can only have one host, you'll need to use 
> only addresses if you have more then multiple instance hosts (IP 
>> addresses or hostnames - need working DNS and all that).
> 
>> One thing I always do is telnet to port 1085 from every host to all the 
>> others on both direction with wotaskd running.
>> Also, use WOHost everywhere
> if you have multiple IP addresses (with one or more NICs).
> 
>> Use "sudo lsof -i tcp:1085" to see what is listening, if anything, to port 
>> 1085.
> 
>> And check for any firewalls.
> 
> 
> On Tuesday, August 12, 2014 1:15 PM, 
> "webobjects-deploy-requ...@lists.apple.com" 
> <webobjects-deploy-requ...@lists.apple.com> wrote:
> 
> 
> 
> Send Webobjects-deploy mailing list submissions to
>     webobjects-deploy@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>     https://lists.apple.com/mailman/listinfo/webobjects-deploy
> or, via email, send a message with subject or body 'help' to
>     webobjects-deploy-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>     webobjects-deploy-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-deploy digest..."
> 
> 
> Today's Topics:
> 
>    1. D2W and To-One Relationship (Timothy Worman)
>    2. Re: D2W and To-One Relationship (Ramsey Gurley)
>    3. Re: D2W and To-One Relationship (Timothy Worman)
>    4. wotaskd only accessible from localhost (David Tisdell)
>    5. wotaskd only listening on localhost (David Tisdell)
>    6. Re: wotaskd only accessible from localhost (Klaus Berkling)
>    7. wotaskd only running on localhost (David Tisdell)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 11 Aug 2014 16:20:58 -0700
> From: Timothy Worman <li...@thetimmy.com>
> To: "Webobjects-deploy@lists.apple.com"
>     <webobjects-deploy@lists.apple.com>
> Subject: D2W and To-One Relationship
> Message-ID: <94a85579-91ed-42a9-8bf4-c6c780bd1...@thetimmy.com>
> Content-Type: text/plain; charset=windows-1252
> 
> Hi all:
> 
> I have ERModern app with a rule like this:
> 
> 120 : pageConfiguration = 'EditRelationshipEmbeddedPTAEvent' => componentName 
> = "ERD2WEditToOneRelationship" [com.webobjects.directtoweb.Assignment]
> 
> However, on the page, when viewing the D2W info, even though it says the page 
> configuration is ‘EditRelationshipEmbeddedPTAEvent,’ the template it is 
> giving me to edit the relationship is ‘ERMODEditRelationshipPage.’ I have 
> other places in my app where I’ve used a pop-up for a to-one relationship but 
> in this case I can’t even seem to get the right component on the page.
> 
> Is there something I’m missing in my D2W kung fu?
> 
> Tim
> UCLA GSE&IS
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 11 Aug 2014 16:48:27 -0700
> From: Ramsey Gurley <rgur...@smarthealth.com>
> To: Timothy Worman <li...@thetimmy.com>
> Cc: "Webobjects-deploy@lists.apple.com"
>     <webobjects-deploy@lists.apple.com>
> Subject: Re: D2W and To-One Relationship
> Message-ID: <f6493b13-043f-43a0-89fe-d7db00182...@smarthealth.com>
> Content-Type: text/plain; charset=windows-1252
> 
> Try something like
> 
> task = ‘edit’ and smartRelationship.isToMany = 0 and 
> smartRelationship.destinationEntity.name = ‘PTAEvent’ => componentName = 
> “ERD2WEditToOneRelationship”
> 
> 
> On Aug 11, 2014, at 4:20 PM, Timothy Worman <li...@thetimmy.com> wrote:
> 
>> Hi all:
>> 
>> I have ERModern app with a rule like this:
>> 
>> 120 : pageConfiguration = 'EditRelationshipEmbeddedPTAEvent' => 
>> componentName = "ERD2WEditToOneRelationship" 
>> [com.webobjects.directtoweb.Assignment]
>> 
>> However, on the page, when viewing the D2W info, even though it says the 
>> page configuration is ‘EditRelationshipEmbeddedPTAEvent,’ the template it is 
>> giving me to edit the relationship is ‘ERMODEditRelationshipPage.’ I have 
>> other places in my app where I’ve used a pop-up for a to-one relationship 
>> but in this case I can’t even seem to get the right component on the page.
>> 
>> Is there something I’m missing in my D2W kung fu?
>> 
>> Tim
>> UCLA GSE&IS
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-deploy/rgurley%40smarthealth.com
>> 
>> This email sent to rgur...@smarthealth.com
> 
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 11 Aug 2014 16:49:59 -0700
> From: Timothy Worman <li...@thetimmy.com>
> To: Ramsey Gurley <rgur...@smarthealth.com>
> Cc: "Webobjects-deploy@lists.apple.com"
>     <webobjects-deploy@lists.apple.com>
> Subject: Re: D2W and To-One Relationship
> Message-ID: <01f22286-d09e-4bbd-9c25-846c5283e...@thetimmy.com>
> Content-Type: text/plain; charset=windows-1252
> 
> Bingo. And really demonstrates the wrong-ness in my brainage. Thanks Ramsey!
> 
> Tim
> 
> On Aug 11, 2014, at 4:48 PM, Ramsey Gurley <rgur...@smarthealth.com> wrote:
> 
>> Try something like
>> 
>> task = ‘edit’ and smartRelationship.isToMany = 0 and 
>> smartRelationship.destinationEntity.name = ‘PTAEvent’ => componentName = 
>> “ERD2WEditToOneRelationship”
>> 
>> 
>> On Aug 11, 2014, at 4:20 PM, Timothy Worman <li...@thetimmy.com> wrote:
>> 
>>> Hi all:
>>> 
>>> I have ERModern app with a rule like this:
>>> 
>>> 120 : pageConfiguration = 'EditRelationshipEmbeddedPTAEvent' => 
>>> componentName = "ERD2WEditToOneRelationship" 
>>> [com.webobjects.directtoweb.Assignment]
>>> 
>>> However, on the page, when viewing the D2W info, even though it says the 
>>> page configuration is ‘EditRelationshipEmbeddedPTAEvent,’ the template it 
>>> is giving me to edit the relationship is ‘ERMODEditRelationshipPage.’ I 
>>> have other places in my app where I’ve used a pop-up for a to-one 
>>> relationship but in this case I can’t even seem to get the right component 
>>> on the page.
>>> 
>>> Is there something I’m missing in my D2W kung fu?
>>> 
>>> Tim
>>> UCLA GSE&IS
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-deploy/rgurley%40smarthealth.com
>>> 
>>> This email sent to rgur...@smarthealth.com
>> 
> 
> 
> 
> 
> -

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to