Re: ERMailDeliveryHTML + Localization ?!?!

2012-10-25 Thread Riccardo De Menna
Hi Kieran, As you suggested I went a little deeper and found the problem. I'm often faced with the need to send a quick email from my code while building a response page for the user. For example, in this case, the admin user of the website has a button to reset regular user passwords and the s

Re: websockets

2012-10-25 Thread Ramsey Gurley
https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERWebSocketExample On Oct 25, 2012, at 8:04 PM, Michael Kondratov wrote: > Hello, > Has anyone used websockets with WO? I can't seem to find any examples. > > Michael Kondratov > Aspire Auctions, Inc. > m. 216-544-8938 > >

websockets

2012-10-25 Thread Michael Kondratov
Hello, Has anyone used websockets with WO? I can't seem to find any examples. Michael Kondratov Aspire Auctions, Inc. m. 216-544-8938 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects

Re: Programmatically finding an entity's subclasses

2012-10-25 Thread David Avendasora
API Inconsistencies like this drive me crazy! What metaphor are we using? Parent/Child? Superclass/Subclass? Apparently the answer is "Yes". To get the EOEntity that myEntity inherits from you call myEOEntity.parent() Okay, Fine. We're using the Parent/Child metaphor. To get the EOEntities tha

Re: Programmatically finding an entity's subclasses

2012-10-25 Thread Johnny Miller
Thank you! On Oct 25, 2012, at 3:00 PM, Chuck Hill wrote: > EOEntity.subEntities: > > subEntities > > public NSArray subEntities() > Returns a list of those entities that inherit from the receiver, or an empty > array if no entities inherit from the receiver. > Returns: An array of the receiv

Re: Programmatically finding an entity's subclasses

2012-10-25 Thread Chuck Hill
EOEntity.subEntities: subEntities public NSArray subEntities() Returns a list of those entities that inherit from the receiver, or an empty array if no entities inherit from the receiver. Returns: An array of the receiver's sub-entities, or an empty array. See Also: EOEntity.addSubEntity(EOEntit

Programmatically finding an entity's subclasses

2012-10-25 Thread Johnny Miller
What's the way to find all the entities that subclass a given entity? Thanks in advance, Aloha, Mr. Johnny Miller Web Development Manager Kahalawai Media Company Lahaina, HI 96761 tel: (808) 661-7962 | mobile: (808) 283-0791 website | e-mail _

Re: Migrations auto-run issue with shared Entities

2012-10-25 Thread David Avendasora
Toes? What are toes? I vaguely remember something like that existing, but my legs end at my kneecaps right now. Dave On Oct 26, 2012, at 6:03 AM, Chuck Hill wrote: > Poor David. So much code. So few toes. > > > > On 2012-10-25, at 2:56 PM, David Avendasora wrote: > >> Oh dear mother o

Re: Migrations auto-run issue with shared Entities

2012-10-25 Thread David LeBer
On 2012-10-25, at 6:03 PM, Chuck Hill wrote: > Poor David. So many bullets. So few toes. Fixed that for you. > > > > On 2012-10-25, at 2:56 PM, David Avendasora wrote: > >> Oh dear mother of God! >> >> I never issued a pull request for this, and it's a Good Thing™ I didn't. It >> has a

Re: Migrations auto-run issue with shared Entities

2012-10-25 Thread Chuck Hill
Poor David. So much code. So few toes. On 2012-10-25, at 2:56 PM, David Avendasora wrote: > Oh dear mother of God! > > I never issued a pull request for this, and it's a Good Thing™ I didn't. It > has a serious flaw. Basically, the following line in migrationsDidRun : > > EOSharedEditingCo

Re: Migrations auto-run issue with shared Entities

2012-10-25 Thread David Avendasora
Oh dear mother of God! I never issued a pull request for this, and it's a Good Thing™ I didn't. It has a serious flaw. Basically, the following line in migrationsDidRun : EOSharedEditingContext sharedEC = EOSharedEditingContext.defaultSharedEditingContext(); Should be: EOSharedEditingContext

Infinite or NaN in NSNumberFormatter doesn't work

2012-10-25 Thread Lars Sonchocky-Helldorf
Hi list, I am trying to make use of http://api.webobjects.me/wo542/com/webobjects/foundation/NSNumberFormatter.html#setStringForNotANumber(java.lang.String) which oddly doesn't seem to work Here is my code for this: public synchronized NSNumberFormatter twoDecimalPlacesNumberFormatter(

Re: Problems with H2 DB

2012-10-25 Thread David Holt
Hi guys, On 2012-10-24, at 5:13 PM, Paul Hoadley wrote: > Hi Ron, > > With the caveat that I've never used ERCoreBusinessLogic.framework... > > On 23/10/2012, at 9:57 PM, Ron X wrote: > >> [2012-10-23 14:16:3 FET] Table "ERCMAIL_MESSAG" not found; >> SQL statement: >> SELECT MAX(ID) FROM ER

Re: Problems with H2 DB

2012-10-25 Thread Ramsey Gurley
You need to generate the mail model. There's no migration for it On Oct 23, 2012, at 4:27 AM, Ron X wrote: > [2012-10-23 14:16:3 FET] Table "ERCMAIL_MESSAG" not found; ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev m

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Pascal Robert
Le 2012-10-25 à 10:56, Theodore Petrosky a écrit : > Yes, this let me in. (except the css for javamonitor isn't there, but I can > get that going [i hope]) > > it appears that from Centos 5.5 and 6.3 the SELinux has been throttled to be > more exclusive. > > now on to the CSS issue. wonder w

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
Yes, this let me in. (except the css for javamonitor isn't there, but I can get that going [i hope]) it appears that from Centos 5.5 and 6.3 the SELinux has been throttled to be more exclusive. now on to the CSS issue. wonder why that isn't showing. Ted --- On Thu, 10/25/12, Bogdan Zlatanov

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Pascal Robert
I just added a warning in the wiki about that... > Ah, true, I forgot about that. And yes, SELinux is enabled by default with > CentOS 6. > >> >> I found this thread, that might be of help: >> http://lists.apple.com/archives/webobjects-deploy/2011/Jun/msg00010.html >> >> Do you have SELinux e

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Pascal Robert
Ah, true, I forgot about that. And yes, SELinux is enabled by default with CentOS 6. > > I found this thread, that might be of help: > http://lists.apple.com/archives/webobjects-deploy/2011/Jun/msg00010.html > > Do you have SELinux enabled? If so, does it help, if you disable it? > > Cheers >

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Pascal Robert
Le 2012-10-25 à 10:34, Theodore Petrosky a écrit : > well we are getting somewhere: > > [Thu Oct 25 10:29:41 2012] [error] WOSocket: connect error in NB connect: > Permission denied > [Thu Oct 25 10:29:41 2012] [error] couldn't connect to localhost (1085): > Permission denied > [Thu Oct 25 10

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
well we are getting somewhere: [Thu Oct 25 10:29:41 2012] [error] WOSocket: connect error in NB connect: Permission denied [Thu Oct 25 10:29:41 2012] [error] couldn't connect to localhost (1085): Permission denied [Thu Oct 25 10:29:41 2012] [error] Error connecting to server localhost [Thu Oct 2

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Pascal Robert
Check for errors in /var/log/httpd/error_log > > I made sure that was commented out. So I just checked and even searched the > .conf file (if I stupidly had two copies) and it is commented out. > > > --- On Thu, 10/25/12, Pascal Robert wrote: > >> From: Pascal Robert >> Subject: Re: centos

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
I made sure that was commented out. So I just checked and even searched the .conf file (if I stupidly had two copies) and it is commented out. --- On Thu, 10/25/12, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: centos 6.3 deploy still acting recalcitrantly > To: "Theodore Petrosk

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
Yes wotaskd is running here is the output from port 1085 Wotaskd for WebObjects 5: intrawebii.agencysacks.com Site Config as written to disk UNIX 127.0.0.1

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Pascal Robert
If you still have that line: ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" in httpd.conf, you won't get an answer from any WO app unless you comment out that line or that you change the adaptor path of your apps to /apps/WebObjects or something similar. All the others directives you added are use

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Bogdan Zlatanov
Is wotaskd running? Cheers On 25 Oct 2012, at 16:18, Theodore Petrosky wrote: > I hope we are almost there but, I am direct connected to JavaMonitor > (http://10.1.5.100:56789) > i added my JavaMonitor app like normal using the Unix path: > /opt/Local/Library/WebObjects/JavaApplications/JavaMon

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
I hope we are almost there but, I am direct connected to JavaMonitor (http://10.1.5.100:56789) i added my JavaMonitor app like normal using the Unix path: /opt/Local/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor and set the log file to /WebObjects/Logs i started the app and jav

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Theodore Petrosky
I hope we are almost there but, I am direct connected to JavaMonitor (http://10.1.5.100:56789) i added my JavaMonitor app like normal using the Unix path: /opt/Local/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor and set the log file to /WebObjects/Logs i started the app and jav

Re: Tool-tip framework

2012-10-25 Thread Alexis Tual
I agree on the jQuery + data attributes. In fact on my latest project, I didn't include wonder Ajax dependencies, I only did classic web + bootstrap js, it's refreshing ! I didn't know about boostrap themes, thanks for the pointer, it's a relieve as all my future apps would have look like github :P

Re: centos 6.3 deploy still acting recalcitrantly

2012-10-25 Thread Bastian Triller
that looks like your apache.conf has defined the ScriptAlias directive before your WebObjectsAlias directive. Did you check the wiki for deployment on Linux [1] (section "Apache Configuration")? So if you want to keep the /cgi-bin part in the URL you have to comment out the "ScriptAlias /cgi-bin" d

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:/