WebObjects 5.3.4 Frontbase question

2013-03-05 Thread jazz
Hi list,

Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I do not 
use Wonder ;)

How do I make sure that first the Frontbase framework is loaded? No I get this 
error:

[2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new primary keys 
for entity blaaa

So it seems that first the webobjects jdbc adaptor is loaded? 

Generated classpath: 
  
/System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
  
/System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
  
/System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
  
/System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
  
/System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
  /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
  
/System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
  /Users/poweradmin/Library/Java/
  /Library/Java/
  /System/Library/Java/
  /Network/Library/Java
  /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
  /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
  /Library/WebObjects/Extensions/axis-ant.jar
  /Library/WebObjects/Extensions/axis.jar
  /Library/WebObjects/Extensions/commons-discovery.jar
  /Library/WebObjects/Extensions/commons-logging.jar
  /Library/WebObjects/Extensions/frontbasejdbc.jar
  /Library/WebObjects/Extensions/jaxrpc.jar
  /Library/WebObjects/Extensions/log4j-1.2.8.jar
  /Library/WebObjects/Extensions/saaj.jar
  /Library/WebObjects/Extensions/wsdl4j.jar
  /Library/WebObjects/Extensions/

Regards, Bart




 ___
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.com

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


Re: WebObjects 5.3.4 Frontbase question

2013-03-05 Thread Ralph Scheuer

Hi Bart, 

Add the FrontbasePlugin.framework to your Build Path and install it if it's not 
on your machine.

Cheers, 

Ralph

Am 05.03.2013 um 17:28 schrieb jazz jazzsa...@me.com:

 Hi list,
 
 Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I do 
 not use Wonder ;)
 
 How do I make sure that first the Frontbase framework is loaded? No I get 
 this error:
 
 [2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
 com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new primary 
 keys for entity blaaa
 
 So it seems that first the webobjects jdbc adaptor is loaded? 
 
 Generated classpath: 
   
 /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
   
 /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
   
 /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
   
 /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
   
 /System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
   /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
   
 /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
   /Users/poweradmin/Library/Java/
   /Library/Java/
   /System/Library/Java/
   /Network/Library/Java
   /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
   /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
   /Library/WebObjects/Extensions/axis-ant.jar
   /Library/WebObjects/Extensions/axis.jar
   /Library/WebObjects/Extensions/commons-discovery.jar
   /Library/WebObjects/Extensions/commons-logging.jar
   /Library/WebObjects/Extensions/frontbasejdbc.jar
   /Library/WebObjects/Extensions/jaxrpc.jar
   /Library/WebObjects/Extensions/log4j-1.2.8.jar
   /Library/WebObjects/Extensions/saaj.jar
   /Library/WebObjects/Extensions/wsdl4j.jar
   /Library/WebObjects/Extensions/
 
 Regards, Bart
 
 
 
 
 ___
 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/ralph.scheuer%40gmx.net
 
 This email sent to ralph.sche...@gmx.net
 ___
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.com

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


Re: WebObjects 5.3.4 Frontbase question

2013-03-05 Thread jazz
Hi Ralph,

Thanks for the reply. And how do I do that in xcode 2.4.1? I added the 
FrontBasePlugin.framework again to the the project but no effect.

Regards, Bart

On 5 Mar 2013, at 17:46, Ralph Scheuer wrote:

 
 Hi Bart, 
 
 Add the FrontbasePlugin.framework to your Build Path and install it if it's 
 not on your machine.
 
 Cheers, 
 
 Ralph
 
 Am 05.03.2013 um 17:28 schrieb jazz jazzsa...@me.com:
 
 Hi list,
 
 Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I do 
 not use Wonder ;)
 
 How do I make sure that first the Frontbase framework is loaded? No I get 
 this error:
 
 [2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
 com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new primary 
 keys for entity blaaa
 
 So it seems that first the webobjects jdbc adaptor is loaded? 
 
 Generated classpath: 
   
 /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
   
 /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
   
 /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
   
 /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
   
 /System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
   /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
   
 /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
   /Users/poweradmin/Library/Java/
   /Library/Java/
   /System/Library/Java/
   /Network/Library/Java
   /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
   /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
   /Library/WebObjects/Extensions/axis-ant.jar
   /Library/WebObjects/Extensions/axis.jar
   /Library/WebObjects/Extensions/commons-discovery.jar
   /Library/WebObjects/Extensions/commons-logging.jar
   /Library/WebObjects/Extensions/frontbasejdbc.jar
   /Library/WebObjects/Extensions/jaxrpc.jar
   /Library/WebObjects/Extensions/log4j-1.2.8.jar
   /Library/WebObjects/Extensions/saaj.jar
   /Library/WebObjects/Extensions/wsdl4j.jar
   /Library/WebObjects/Extensions/
 
 Regards, Bart
 
 
 
 
 ___
 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/ralph.scheuer%40gmx.net
 
 This email sent to ralph.sche...@gmx.net

 ___
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.com

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


Re: WebObjects 5.3.4 Frontbase question

2013-03-05 Thread Tim Worman
Bart:

I think that most everyone on the list is multiple years removed from using 
XCode for WO development. That makes it near impossible to recommend next steps 
to you.

Tim 
UCLA GSEIS


On Mar 5, 2013, at 9:02 AM, jazz jazzsa...@me.com wrote:

 Hi Ralph,
 
 Thanks for the reply. And how do I do that in xcode 2.4.1? I added the 
 FrontBasePlugin.framework again to the the project but no effect.
 
 Regards, Bart
 
 On 5 Mar 2013, at 17:46, Ralph Scheuer wrote:
 
 
 Hi Bart, 
 
 Add the FrontbasePlugin.framework to your Build Path and install it if it's 
 not on your machine.
 
 Cheers, 
 
 Ralph
 
 Am 05.03.2013 um 17:28 schrieb jazz jazzsa...@me.com:
 
 Hi list,
 
 Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I do 
 not use Wonder ;)
 
 How do I make sure that first the Frontbase framework is loaded? No I get 
 this error:
 
 [2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
 com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new primary 
 keys for entity blaaa
 
 So it seems that first the webobjects jdbc adaptor is loaded? 
 
 Generated classpath: 
   
 /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
   
 /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
   
 /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
   
 /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
   
 /System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
   /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
   
 /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
   /Users/poweradmin/Library/Java/
   /Library/Java/
   /System/Library/Java/
   /Network/Library/Java
   /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
   /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
   /Library/WebObjects/Extensions/axis-ant.jar
   /Library/WebObjects/Extensions/axis.jar
   /Library/WebObjects/Extensions/commons-discovery.jar
   /Library/WebObjects/Extensions/commons-logging.jar
   /Library/WebObjects/Extensions/frontbasejdbc.jar
   /Library/WebObjects/Extensions/jaxrpc.jar
   /Library/WebObjects/Extensions/log4j-1.2.8.jar
   /Library/WebObjects/Extensions/saaj.jar
   /Library/WebObjects/Extensions/wsdl4j.jar
   /Library/WebObjects/Extensions/
 
 Regards, Bart
 
 
 
 
 ___
 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/ralph.scheuer%40gmx.net
 
 This email sent to ralph.sche...@gmx.net
 
 ___
 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/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com


 ___
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.com

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


Re: WebObjects 5.3.4 Frontbase question

2013-03-05 Thread Chuck Hill
Well, I recommend Don't use xCode!.

http://wiki.wocommunity.org/display/documentation/Project+Wonder+Installation


Chuck


On 2013-03-05, at 10:35 AM, Tim Worman wrote:

 Bart:
 
 I think that most everyone on the list is multiple years removed from using 
 XCode for WO development. That makes it near impossible to recommend next 
 steps to you.
 
 Tim 
 UCLA GSEIS
 
 
 On Mar 5, 2013, at 9:02 AM, jazz jazzsa...@me.com wrote:
 
 Hi Ralph,
 
 Thanks for the reply. And how do I do that in xcode 2.4.1? I added the 
 FrontBasePlugin.framework again to the the project but no effect.
 
 Regards, Bart
 
 On 5 Mar 2013, at 17:46, Ralph Scheuer wrote:
 
 
 Hi Bart, 
 
 Add the FrontbasePlugin.framework to your Build Path and install it if it's 
 not on your machine.
 
 Cheers, 
 
 Ralph
 
 Am 05.03.2013 um 17:28 schrieb jazz jazzsa...@me.com:
 
 Hi list,
 
 Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I do 
 not use Wonder ;)
 
 How do I make sure that first the Frontbase framework is loaded? No I get 
 this error:
 
 [2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
 com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new primary 
 keys for entity blaaa
 
 So it seems that first the webobjects jdbc adaptor is loaded? 
 
 Generated classpath: 
  
 /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
  
 /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
  
 /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
  
 /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
  
 /System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
  /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
  
 /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
  /Users/poweradmin/Library/Java/
  /Library/Java/
  /System/Library/Java/
  /Network/Library/Java
  /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
  /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
  /Library/WebObjects/Extensions/axis-ant.jar
  /Library/WebObjects/Extensions/axis.jar
  /Library/WebObjects/Extensions/commons-discovery.jar
  /Library/WebObjects/Extensions/commons-logging.jar
  /Library/WebObjects/Extensions/frontbasejdbc.jar
  /Library/WebObjects/Extensions/jaxrpc.jar
  /Library/WebObjects/Extensions/log4j-1.2.8.jar
  /Library/WebObjects/Extensions/saaj.jar
  /Library/WebObjects/Extensions/wsdl4j.jar
  /Library/WebObjects/Extensions/
 
 Regards, Bart
 
 
 
 
 ___
 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/ralph.scheuer%40gmx.net
 
 This email sent to ralph.sche...@gmx.net
 
 ___
 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/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 
 
 ___
 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/chill%40global-village.net
 
 This email sent to ch...@global-village.net

-- 
Chuck Hill 
Executive Managing Partner, VP Development and Technical Services

Practical WebObjects - for developers who want to increase their overall 
knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/gvc/practical_webobjects

Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
Companies in B.C! 
Global Village Consulting ranks 76th in 24th annual PROFIT 200 ranking of 
Canada’s Fastest-Growing Companies by PROFIT Magazine!












 ___
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.com

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

Re: WebObjects 5.3.4 Frontbase question

2013-03-05 Thread Jesse Tayler
that must be an old, old project!

but if you add it to your class path it should get picked up if the jar file is 
in the right folder on your server.

my recollection is that it is best to use a standard folder where you might 
find other jars, something library/java/jars or something you may already see 
in your path.


On Mar 5, 2013, at 1:35 PM, Tim Worman li...@thetimmy.com wrote:

 Bart:
 
 I think that most everyone on the list is multiple years removed from using 
 XCode for WO development. That makes it near impossible to recommend next 
 steps to you.
 
 Tim 
 UCLA GSEIS
 
 
 On Mar 5, 2013, at 9:02 AM, jazz jazzsa...@me.com wrote:
 
 Hi Ralph,
 
 Thanks for the reply. And how do I do that in xcode 2.4.1? I added the 
 FrontBasePlugin.framework again to the the project but no effect.
 
 Regards, Bart
 
 On 5 Mar 2013, at 17:46, Ralph Scheuer wrote:
 
 
 Hi Bart, 
 
 Add the FrontbasePlugin.framework to your Build Path and install it if it's 
 not on your machine.
 
 Cheers, 
 
 Ralph
 
 Am 05.03.2013 um 17:28 schrieb jazz jazzsa...@me.com:
 
 Hi list,
 
 Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I do 
 not use Wonder ;)
 
 How do I make sure that first the Frontbase framework is loaded? No I get 
 this error:
 
 [2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
 com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new primary 
 keys for entity blaaa
 
 So it seems that first the webobjects jdbc adaptor is loaded? 
 
 Generated classpath: 
  
 /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
  
 /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
  
 /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
  
 /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
  
 /System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
  /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
  
 /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
  /Users/poweradmin/Library/Java/
  /Library/Java/
  /System/Library/Java/
  /Network/Library/Java
  /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
  /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
  /Library/WebObjects/Extensions/axis-ant.jar
  /Library/WebObjects/Extensions/axis.jar
  /Library/WebObjects/Extensions/commons-discovery.jar
  /Library/WebObjects/Extensions/commons-logging.jar
  /Library/WebObjects/Extensions/frontbasejdbc.jar
  /Library/WebObjects/Extensions/jaxrpc.jar
  /Library/WebObjects/Extensions/log4j-1.2.8.jar
  /Library/WebObjects/Extensions/saaj.jar
  /Library/WebObjects/Extensions/wsdl4j.jar
  /Library/WebObjects/Extensions/
 
 Regards, Bart
 
 
 
 
 ___
 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/ralph.scheuer%40gmx.net
 
 This email sent to ralph.sche...@gmx.net
 
 ___
 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/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 
 
 ___
 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/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com


 ___
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.com

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


Re: WebObjects 5.3.4 Frontbase question

2013-03-05 Thread Tim Worman
And, just after I said it was impossible to recommend next steps, Chuck gives 
the next step! Or is it NextStep?

Tim

On Mar 5, 2013, at 10:40 AM, Chuck Hill ch...@global-village.net wrote:

 Well, I recommend Don't use xCode!.
 
 http://wiki.wocommunity.org/display/documentation/Project+Wonder+Installation
 
 
 Chuck
 
 
 On 2013-03-05, at 10:35 AM, Tim Worman wrote:
 
 Bart:
 
 I think that most everyone on the list is multiple years removed from using 
 XCode for WO development. That makes it near impossible to recommend next 
 steps to you.
 
 Tim 
 UCLA GSEIS
 
 
 On Mar 5, 2013, at 9:02 AM, jazz jazzsa...@me.com wrote:
 
 Hi Ralph,
 
 Thanks for the reply. And how do I do that in xcode 2.4.1? I added the 
 FrontBasePlugin.framework again to the the project but no effect.
 
 Regards, Bart
 
 On 5 Mar 2013, at 17:46, Ralph Scheuer wrote:
 
 
 Hi Bart, 
 
 Add the FrontbasePlugin.framework to your Build Path and install it if 
 it's not on your machine.
 
 Cheers, 
 
 Ralph
 
 Am 05.03.2013 um 17:28 schrieb jazz jazzsa...@me.com:
 
 Hi list,
 
 Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I 
 do not use Wonder ;)
 
 How do I make sure that first the Frontbase framework is loaded? No I get 
 this error:
 
 [2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
 com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new 
 primary keys for entity blaaa
 
 So it seems that first the webobjects jdbc adaptor is loaded? 
 
 Generated classpath: 
 /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
 /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
 /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
 /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
 /System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
 /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
 /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
 /Users/poweradmin/Library/Java/
 /Library/Java/
 /System/Library/Java/
 /Network/Library/Java
 /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
 /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
 /Library/WebObjects/Extensions/axis-ant.jar
 /Library/WebObjects/Extensions/axis.jar
 /Library/WebObjects/Extensions/commons-discovery.jar
 /Library/WebObjects/Extensions/commons-logging.jar
 /Library/WebObjects/Extensions/frontbasejdbc.jar
 /Library/WebObjects/Extensions/jaxrpc.jar
 /Library/WebObjects/Extensions/log4j-1.2.8.jar
 /Library/WebObjects/Extensions/saaj.jar
 /Library/WebObjects/Extensions/wsdl4j.jar
 /Library/WebObjects/Extensions/
 
 Regards, Bart
 
 
 
 
 ___
 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/ralph.scheuer%40gmx.net
 
 This email sent to ralph.sche...@gmx.net
 
 ___
 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/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 
 
 ___
 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/chill%40global-village.net
 
 This email sent to ch...@global-village.net
 
 -- 
 Chuck Hill 
 Executive Managing Partner, VP Development and Technical Services
 
 Practical WebObjects - for developers who want to increase their overall 
 knowledge of WebObjects or who are trying to solve specific problems.
 http://www.global-village.net/gvc/practical_webobjects
 
 Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
 Companies in B.C! 
 Global Village Consulting ranks 76th in 24th annual PROFIT 200 ranking of 
 Canada’s Fastest-Growing Companies by PROFIT Magazine!
 
 
 
 
 
 
 
 
 
 
 


 ___
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.com

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

Re: D2W permissions on a row in a list

2013-03-05 Thread David Holt
100 : (pageConfiguration = 'ListActivities' and object.isOwnerLoggedInUser = 1) 
= actions = {right = (deleteAction); } [Assignment]

I was missing the object pulled out of the d2wContext

Thanks,
David


On 2013-03-04, at 7:26 PM, Theodore Petrosky tedp...@yahoo.com wrote:

 this is working for me
 
 100 : (pageConfiguaration = 'ListGrid' and 
 session.user.userPermissions.canEditUser = 1) = isEntityEditable = true 
 [com.webobjects.directtoweb.Assignment]
 
 I have not tried it with isEntityDeletable though but I don't see a reason 
 why it would not work.
 
 Ted
 
 --- On Mon, 3/4/13, David Holt programming...@mac.com wrote:
 
 From: David Holt programming...@mac.com
 Subject: D2W permissions on a row in a list
 To: webobjects-dev@lists.apple.com Development 
 webobjects-dev@lists.apple.com
 Date: Monday, March 4, 2013, 7:30 PM
 Hi all,
 I appear to be missing something. I want to allow
 owners of an object to delete it from a list page.
 100 : (pageConfiguration =
 'ListActivities' and isOwnerLoggedInUser =
 'true') = actions = {right =
 (deleteAction); } [Assignment]
 The actions are not showing up, even though I
 have the value correctly evaluating:
 I also tried the
 DelayedAssignment to no avail. I also tried
 isOwnerLoggedInUser = 1
 Does anyone know why this rule is not working as
 I had hoped?
 Thanks,
 David
 -Inline Attachment Follows-
 
 
 ___
 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/tedpet5%40yahoo.com
 
 This email sent to tedp...@yahoo.com
 


 ___
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.com

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


Re: WebObjects 5.3.4 Frontbase question

2013-03-05 Thread Chuck Hill
No, that would be a step back!  :-p

On 2013-03-05, at 11:06 AM, Tim Worman wrote:

 And, just after I said it was impossible to recommend next steps, Chuck gives 
 the next step! Or is it NextStep?
 
 Tim
 
 On Mar 5, 2013, at 10:40 AM, Chuck Hill ch...@global-village.net wrote:
 
 Well, I recommend Don't use xCode!.
 
 http://wiki.wocommunity.org/display/documentation/Project+Wonder+Installation
 
 
 Chuck
 
 
 On 2013-03-05, at 10:35 AM, Tim Worman wrote:
 
 Bart:
 
 I think that most everyone on the list is multiple years removed from using 
 XCode for WO development. That makes it near impossible to recommend next 
 steps to you.
 
 Tim 
 UCLA GSEIS
 
 
 On Mar 5, 2013, at 9:02 AM, jazz jazzsa...@me.com wrote:
 
 Hi Ralph,
 
 Thanks for the reply. And how do I do that in xcode 2.4.1? I added the 
 FrontBasePlugin.framework again to the the project but no effect.
 
 Regards, Bart
 
 On 5 Mar 2013, at 17:46, Ralph Scheuer wrote:
 
 
 Hi Bart, 
 
 Add the FrontbasePlugin.framework to your Build Path and install it if 
 it's not on your machine.
 
 Cheers, 
 
 Ralph
 
 Am 05.03.2013 um 17:28 schrieb jazz jazzsa...@me.com:
 
 Hi list,
 
 Trying to make Frontbase 5.2.10 and WebObjects 5.3.4 to work (and yes I 
 do not use Wonder ;)
 
 How do I make sure that first the Frontbase framework is loaded? No I 
 get this error:
 
 [2013-03-05 17:10:40 CET] main A fatal exception occurred: Adaptor 
 com.webobjects.jdbcadaptor.JDBCAdaptor@11f1f failed to provide new 
 primary keys for entity blaaa
 
 So it seems that first the webobjects jdbc adaptor is loaded? 
 
 Generated classpath: 
 /System/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
 /System/Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
 /System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
 /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
 /System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
 /System/Library/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
 /System/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
 /Users/poweradmin/Library/Java/
 /Library/Java/
 /System/Library/Java/
 /Network/Library/Java
 /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
 /System/Library/Frameworks/JavaVM.framework/Classes/ui.jar
 /Library/WebObjects/Extensions/axis-ant.jar
 /Library/WebObjects/Extensions/axis.jar
 /Library/WebObjects/Extensions/commons-discovery.jar
 /Library/WebObjects/Extensions/commons-logging.jar
 /Library/WebObjects/Extensions/frontbasejdbc.jar
 /Library/WebObjects/Extensions/jaxrpc.jar
 /Library/WebObjects/Extensions/log4j-1.2.8.jar
 /Library/WebObjects/Extensions/saaj.jar
 /Library/WebObjects/Extensions/wsdl4j.jar
 /Library/WebObjects/Extensions/
 
 Regards, Bart
 
 
 
 
 ___
 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/ralph.scheuer%40gmx.net
 
 This email sent to ralph.sche...@gmx.net
 
 ___
 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/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 
 
 ___
 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/chill%40global-village.net
 
 This email sent to ch...@global-village.net
 
 -- 
 Chuck Hill 
 Executive Managing Partner, VP Development and Technical Services
 
 Practical WebObjects - for developers who want to increase their overall 
 knowledge of WebObjects or who are trying to solve specific problems.
 http://www.global-village.net/gvc/practical_webobjects
 
 Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest 
 Growing Companies in B.C! 
 Global Village Consulting ranks 76th in 24th annual PROFIT 200 ranking of 
 Canada’s Fastest-Growing Companies by PROFIT Magazine!
 
 
 
 
 
 
 
 
 
 
 
 

-- 
Chuck Hill 
Executive Managing Partner, VP Development and Technical Services

Practical WebObjects - for developers who want to increase their overall 
knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/gvc/practical_webobjects

Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
Companies in B.C! 
Global Village Consulting ranks 76th in 24th annual PROFIT 200 ranking of 
Canada’s 

deleteAction not showing Delete

2013-03-05 Thread Theodore Petrosky
I have this rule:

100 : pageConfiguration = 'EditRelationshipEmbeddedPWOMileStone' = actions = 
{right = (editAction, deleteAction); } 
[com.webobjects.directtoweb.Assignment]

But the word Delete will not show up in the button. The frame for the button 
shows, I can color it in my css but the word will not show.

Any ideas? Here is the generated code:

a _componentname=er.modern.directtoweb.components.buttons.ERMDDeleteButton 
class=Button ObjButton DeleteObjButton title=Confirm DeletePWO Mile Stone 
href=/cgi-bin/WebObjects/ASBriefsD2W.woa/-52164/wo/LbSGnsHIWwASLSyyoGqNyg/44.0.3.5.1.2.3.0.1.0.0.3.3.3.0.1.0.1.3.13.1.3.1.5.0.0.0.0.1.2.3.1.0.3.3.1.1.1.5.0.0.3.0.1.5.1.1.1.1.0.1.1spanDelete/span
 /a
 ___
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.com

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


Re: deleteAction not showing Delete

2013-03-05 Thread David Holt
Isn't it a red circle with a white X?On 2013-03-05, at 12:44 PM, Theodore Petrosky tedp...@yahoo.com wrote:I have this rule:100 : pageConfiguration = 'EditRelationshipEmbeddedPWOMileStone' = actions = {"right" = ("editAction", "deleteAction"); } [com.webobjects.directtoweb.Assignment]But the word "Delete" will not show up in the button. The frame for the button shows, I can color it in my css but the word will not show.Any ideas? Here is the generated code:a _componentname="er.modern.directtoweb.components.buttons.ERMDDeleteButton" class="Button ObjButton DeleteObjButton" title="Confirm DeletePWO Mile Stone" href=""spanDelete/span /a ___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/programmingosx%40mac.comThis email sent to programming...@mac.com ___
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.com

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


Re: deleteAction not showing Delete

2013-03-05 Thread Theodore Petrosky
No, it only shows a light frame. and the center is blank. there is also no 
errors in the console.




--- On Tue, 3/5/13, David Holt programming...@mac.com wrote:

 From: David Holt programming...@mac.com
 Subject: Re: deleteAction not showing Delete
 To: Theodore Petrosky tedp...@yahoo.com
 Cc: WebObjects Development webobjects-dev@lists.apple.com
 Date: Tuesday, March 5, 2013, 4:23 PM
 Isn't it a red
 circle with a white X?
 
 On 2013-03-05, at 12:44 PM, Theodore Petrosky
 tedp...@yahoo.com
 wrote:
 I have this rule:
 
 100 : pageConfiguration =
 'EditRelationshipEmbeddedPWOMileStone' = actions
 = {right = (editAction,
 deleteAction); }
 [com.webobjects.directtoweb.Assignment]
 
 But the word Delete will not show up in the
 button. The frame for the button shows, I can color it in my
 css but the word will not show.
 
 Any ideas? Here is the generated code:
 
 a
 _componentname=er.modern.directtoweb.components.buttons.ERMDDeleteButton
 class=Button ObjButton DeleteObjButton
 title=Confirm DeletePWO Mile Stone
 href=/cgi-bin/WebObjects/ASBriefsD2W.woa/-52164/wo/LbSGnsHIWwASLSyyoGqNyg/44.0.3.5.1.2.3.0.1.0.0.3.3.3.0.1.0.1.3.13.1.3.1.5.0.0.0.0.1.2.3.1.0.3.3.1.1.1.5.0.0.3.0.1.5.1.1.1.1.0.1.1spanDelete/span
 /a
  ___
 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/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 

 ___
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.com

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

Re: deleteAction not showing Delete

2013-03-05 Thread David Holt
no entry in the localization strings for that button?


On 2013-03-05, at 2:19 PM, Theodore Petrosky tedp...@yahoo.com wrote:

 No, it only shows a light frame. and the center is blank. there is also no 
 errors in the console.
 
 
 
 
 --- On Tue, 3/5/13, David Holt programming...@mac.com wrote:
 
 From: David Holt programming...@mac.com
 Subject: Re: deleteAction not showing Delete
 To: Theodore Petrosky tedp...@yahoo.com
 Cc: WebObjects Development webobjects-dev@lists.apple.com
 Date: Tuesday, March 5, 2013, 4:23 PM
 Isn't it a red
 circle with a white X?
 
 On 2013-03-05, at 12:44 PM, Theodore Petrosky
 tedp...@yahoo.com
 wrote:
 I have this rule:
 
 100 : pageConfiguration =
 'EditRelationshipEmbeddedPWOMileStone' = actions
 = {right = (editAction,
 deleteAction); }
 [com.webobjects.directtoweb.Assignment]
 
 But the word Delete will not show up in the
 button. The frame for the button shows, I can color it in my
 css but the word will not show.
 
 Any ideas? Here is the generated code:
 
 a
 _componentname=er.modern.directtoweb.components.buttons.ERMDDeleteButton
 class=Button ObjButton DeleteObjButton
 title=Confirm DeletePWO Mile Stone
 href=/cgi-bin/WebObjects/ASBriefsD2W.woa/-52164/wo/LbSGnsHIWwASLSyyoGqNyg/44.0.3.5.1.2.3.0.1.0.0.3.3.3.0.1.0.1.3.13.1.3.1.5.0.0.0.0.1.2.3.1.0.3.3.1.1.1.5.0.0.3.0.1.5.1.1.1.1.0.1.1spanDelete/span
 /a
 ___
 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/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 


 ___
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.com

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


Re: REST PUT request creating related objects rather than just updating them

2013-03-05 Thread Catarina Simões
Hi Jesse,

Thanks for your help!
It worked exactly as you described.
Besides doing several other mistakes on the client side, I was including in the 
filter the relationship objects and its attributes rather than just 
filterWithAttributesAndToOneRelationships.

Best regards,
Catarina


A 23/02/2013, às 20:23, Jesse Tayler jtay...@oeinc.com escreveu:

 
 ok, so you update an object -- by making a dictionary, then attaching two 
 separate dictionaries to that object with the only required attribute to be 
 the related object's primary key.
 
 so, at least you must have two things correct.
 
 1. the update has to contain the keys to the related objects in a properly 
 related dictionary, etc.
 2. the update filter has to include those relationships and attributes (which 
 it sounded like you have already got.)
 
 the question is not if the objects exist in the database so much as does your 
 client already know the primary keys?
 
 if you have the PKs, and your filter is ok, you should be able to do exactly 
 what you describe, as far as I can see.
 
 you should be able to just write stuff out in the terminal using curl, e.g.:
 
 curl -X PUT -d { post: { type:'Post', id:31210 }; author: { type:'User', 
 id:1 };   } 
 http://localhost:5999/cgi-bin/WebObjects/ERRestApp.woa/ra/BookmarkPost.json
 
 that user record has to exist in the database already, so you'd have to 
 already know this on your client.
 
 this is why often, you have additional steps where you have to fetch or 
 create first, then update.
 
 hope that helps
 
 
 On Feb 23, 2013, at 2:36 PM, Catarina Simões velou...@velouria.org wrote:
 
 Hi Jesse and all,
 
 First of all I'm using the method update from ERXRouteController to update 
 the object.
 I was wrong when I thought the objects in the relationships (object1 and 
 object2 in my example) were being created by this update method. They are 
 not created but the previous objects in the relationships are being updated 
 with object1 and object2 information.
 
 All I want is just to replace the existing objects in the relationships by 
 these ones (that already exist in the database).
 Can ERXRouteController update with the right filter do that or do I have to 
 handle the request myself and update the object and replace the 
 relationships by the new ones? In the first case which filter can be used?
 
 Thanks in advance.
 Best regards,
 Catarina
 
 
 A 18/02/2013, às 17:23, Jesse Tayler jtay...@oeinc.com escreveu:
 
 
 Whoops.
 
 Update, yes. 
 
 Create? No.
 
 You need to create objects separately and create each related object one at 
 a time - not like transaction w/rollback
 
 Make sense?
 
 On Feb 18, 2013, at 12:14 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 yes.
 
 
 
 
 On Feb 18, 2013, at 12:06 PM, Catarina Simões velou...@velouria.org 
 wrote:
 
 Hi all,
 
 I'm using RestKit and ERRest to access services provided from a web app 
 in WO to a OS X app.
 I'm doing a PUT to update an object that has several one-to-one 
 relationships. The request sent by RestKit is something like this:
 {
 attrib1: attrib1 value,
 attrib2: attrib2 value,
 object1: {
id: 2,
name: some name
 },
 id: 1,
 object2: {
id: 1,
name: some other name,
description: some description
 }
 }
 
 On the WO side the object attributes are updated but also both object1 
 and object2 are created rather than just updating the relationship to 
 those objects.
 The filter I'm using in the update includes all the attributes to the 
 object being updated and also the 2 relationship objects and 
 corresponding attributes.
 
 Shouldn't the WO side recognize the objects in the relationships, fetch 
 them and traverse the relationships and update the already existing 
 objects?
 
 Thanks in advance.
 Best regards,
 Catarina
 ___
 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/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 
 ___
 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/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 

 ___
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.com

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


Re: deleteAction not showing Delete

2013-03-05 Thread David LeBer
Theodore,

When you inspect the element, what is the css that is applied?

Delete buttons *should* be styled as a red circle with the x, and that is all 
handled via css.

D

On 2013-03-05, at 5:19 PM, Theodore Petrosky tedp...@yahoo.com wrote:

 No, it only shows a light frame. and the center is blank. there is also no 
 errors in the console.
 
 
 
 
 --- On Tue, 3/5/13, David Holt programming...@mac.com wrote:
 
 From: David Holt programming...@mac.com
 Subject: Re: deleteAction not showing Delete
 To: Theodore Petrosky tedp...@yahoo.com
 Cc: WebObjects Development webobjects-dev@lists.apple.com
 Date: Tuesday, March 5, 2013, 4:23 PM
 Isn't it a red
 circle with a white X?
 
 On 2013-03-05, at 12:44 PM, Theodore Petrosky
 tedp...@yahoo.com
 wrote:
 I have this rule:
 
 100 : pageConfiguration =
 'EditRelationshipEmbeddedPWOMileStone' = actions
 = {right = (editAction,
 deleteAction); }
 [com.webobjects.directtoweb.Assignment]
 
 But the word Delete will not show up in the
 button. The frame for the button shows, I can color it in my
 css but the word will not show.
 
 Any ideas? Here is the generated code:
 
 a
 _componentname=er.modern.directtoweb.components.buttons.ERMDDeleteButton
 class=Button ObjButton DeleteObjButton
 title=Confirm DeletePWO Mile Stone
 href=/cgi-bin/WebObjects/ASBriefsD2W.woa/-52164/wo/LbSGnsHIWwASLSyyoGqNyg/44.0.3.5.1.2.3.0.1.0.0.3.3.3.0.1.0.1.3.13.1.3.1.5.0.0.0.0.1.2.3.1.0.3.3.1.1.1.5.0.0.3.0.1.5.1.1.1.1.0.1.1spanDelete/span
 /a
 ___
 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/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 
 
 ___
 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/dleber_wodev%40codeferous.com
 
 This email sent to dleber_wo...@codeferous.com


 ___
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.com

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