Tomcat 8 & ERPersistentSessionStorage

2017-03-08 Thread Kevin Hinkson
Hi all, I’m getting a strange error with persistent session storage when deployed on Tomcat 8. I’m going for a website that can scale on ElasticBeanstalk. The setup is Tomcat 8 with Apache connected via ProxyPass with rewrites being done (see below). I tried to implement this a year or two ago

Re: Deployment with Tomcat 8 (and beyond)

2015-11-10 Thread Kevin Hinkson
I remember correctly it’s the second one.  Let me know if anything here is helpful. --- jon nolan - sitequest technologies On Mon, Nov 9, 2015 at 1:50 PM, Kevin Hinkson mailto:k...@coralstone.co> > wrote: Hi Jon, With Tomcat 8 I started getting errors concern

Re: Deployment with Tomcat 8 (and beyond)

2015-11-09 Thread Kevin Hinkson
- sitequest technologies On Mon, Nov 9, 2015 at 9:20 AM, Kevin Hinkson mailto:k...@coralstone.co> > wrote: Hi, Is there anyone currently using Tomcat to deploy WebObjects Applications? I ask because while I can deploy with Tomcat 7, I’ve encountered difficulties with deploying using

Deployment with Tomcat 8 (and beyond)

2015-11-09 Thread Kevin Hinkson
Hi, Is there anyone currently using Tomcat to deploy WebObjects Applications? I ask because while I can deploy with Tomcat 7, I’ve encountered difficulties with deploying using Tomcat 8 and I’m wondering how that will affect deployment in the future. Reason being, I deploy using AWS Elastic Be

Re: Older WebObjects Podcasts

2015-08-07 Thread Kevin Hinkson
Thanks Pascal. > On Aug 7, 2015, at 5:01 AM, Pascal Robert wrote: > > https://wiki.wocommunity.org/display/WEB/Screencasts > >> Le 2015-07-23 à 11:17, Kevin Hinkson a écrit : >> >> Hi, >> I’m not sure if I missed this on the list somewhere so forgiv

Older WebObjects Podcasts

2015-07-23 Thread Kevin Hinkson
Hi, I’m not sure if I missed this on the list somewhere so forgive me if it was explained already. Looking at the WebObjects podcasts in the latest iTunes, I can now only see the last 20 items (as far back as 2013). Are those older podcasts gone for good now or is there somewhere I can find thos

I'm Surprised I Don't Know The Answer to This

2015-07-07 Thread Kevin Hinkson
Hi, If I have two EO’s that are modelled with a many to many relationship, and I add an object to the relationship without checking if it is in there first — does it check if the relationship already exists? Better yet, does it check if it happens across models (same database)? Eg: Card and A

Re: Custom Mime-Types & ERAttachment

2015-06-11 Thread Kevin Hinkson
thinking there was some property that allowed you to substitute a web > server resource, but it only works with ERXResponseRewriter > > er.extensions.ERXResponseRewriter.resource.framework.filename=yourFramework.yourFilename > > so that’s no help here. > > On Jun 9,

Custom Mime-Types & ERAttachment

2015-06-09 Thread Kevin Hinkson
Hi all, I was wondering if there was a way to specify the mime-type icons for any custom mime-types added to the ERAttachment list. Eg: I’ve added the following but there is no recognized icon for them: #Mime Types er.attachment.additionalMimeTypes=application/vnd.ms-excel,application/vnd.openx

Re: ERDragAndDropUpload

2015-06-02 Thread Kevin Hinkson
iv with a class (uploadProgress) so you should be able to style > it as you like. Looks something like > > > File Name > x% > > > On Jun 2, 2015, at 4:13 PM, Kevin Hinkson wrote: > >> Hey Ramsey, >> >> Thanks for the reply. I do se

Re: ERDragAndDropUpload

2015-06-02 Thread Kevin Hinkson
whatever you want to be a drop target. > There's no progress bar although there is a callback for each file uploaded > and one callback when all files are uploaded. You could sorta build a > progress bar from that I suppose. > > > On Jun 2, 2015, at 2:08 PM, Kevin Hinkson

ERDragAndDropUpload

2015-06-02 Thread Kevin Hinkson
Hi all, Is there any documentation for ERDragAndDropUpload? I’ve managed to get it working when I have a div target and I can upload attachments and trigger an action when the upload succeeds. But I am at a loss as to what I can do wrt styling the html and progress bars with css, handling multip

Re: Ajax & Servlet Deployment

2015-05-20 Thread Kevin Hinkson
servlet. Probably fixed about a year ago. > On Tue, May 19, 2015 at 4:14 PM Kevin Hinkson <mailto:k...@coralstone.co>> wrote: > Hi, > I am attempting to deploy a web page where the page uses an > AjaxFlexibleFileUpload component. This works in the development set

Ajax & Servlet Deployment

2015-05-19 Thread Kevin Hinkson
Hi, I am attempting to deploy a web page where the page uses an AjaxFlexibleFileUpload component. This works in the development setup. However, once the page with the AjaxFlexibleFileUpload loads on the server the two XHRs that run come back with 200 responses but they are completely empty of co

Re: Qualifier With an Unexpected Empty Result

2015-04-07 Thread Kevin Hinkson
at SQL is it generating? > > > > On 2015-04-07, 4:02 PM, "Kevin Hinkson" wrote: > > Hi, > > I’m not certain I will explain this question very well, but I’ll do my best. > > I am using single table inheritance for a group of objects. I also have items &

Re: Qualifier With an Unexpected Empty Result

2015-04-07 Thread Kevin Hinkson
VariantCart.PARENT_VARIANT.dot(VariantInventory.PARENT_VARIANT).dot(VariantOrdered.PARENT_VARIANT).eq(availableVariant); > > ? > > On Apr 7, 2015, at 4:02 PM, Kevin Hinkson wrote: > >> Hi, >> >> I’m not certain I will explain this question very well, but I’ll do my best. >&

Qualifier With an Unexpected Empty Result

2015-04-07 Thread Kevin Hinkson
Hi, I’m not certain I will explain this question very well, but I’ll do my best. I am using single table inheritance for a group of objects. I also have items in the same table that relate to each other in a parent/child tree. I was attempting to filter up that parent/child tree all the way to

Re: Null Pointer Exception + ERPersistentStorage + WOForm

2015-03-30 Thread Kevin Hinkson
ecure attribute and ERXSession.useSecureSessionCookies and see what happens. Oh and the app is behind SSL that is terminated at the load balancer. > On Mar 30, 2015, at 13:21, Ramsey Gurley wrote: > > >> On Mar 30, 2015, at 7:45 AM, Kevin Hinkson wrote: >> >> Hi

Null Pointer Exception + ERPersistentStorage + WOForm

2015-03-30 Thread Kevin Hinkson
Hi, I’m having a very weird error that I cannot pin down at all. The setup is an app using ERPersistentSessionStorage deployed on Tomcat 7 (Elastic Beanstalk) behind an SSL enabled load balancer. On one of the pages I get an NPE on page load without fail. By process of elimination I’ve determin

Re: Wonder D2W App Tomcat Deployment

2015-02-23 Thread Kevin Hinkson
n, Feb 23, 2015 at 9:26 AM Kevin Hinkson <mailto:k...@coralstone.co>> wrote: > Hi John, > Thanks for the reply. > > Could you explain what you think is happening in a little more detail? By use > ERXServletAdaptor do you mean I need to replace the WOServletAdaptor in

Re: Wonder D2W App Tomcat Deployment

2015-02-23 Thread Kevin Hinkson
You have to use ERXServletAdaptor or copy it and write your own (it's short). > > On Sun Feb 22 2015 at 1:23:14 PM Kevin Hinkson <mailto:k...@coralstone.co>> wrote: > Hi, > > I am able to deploy other Wonder apps to Tomcat without any problems but I > cannot

Wonder D2W App Tomcat Deployment

2015-02-22 Thread Kevin Hinkson
Hi, I am able to deploy other Wonder apps to Tomcat without any problems but I cannot get even an empty D2W app to deploy. I’m attempting to deploy to Tomcat 7 Java 7 and I get the following for an empty D2W app with the only change being to enable servlet deployment: INFO: Command line argum

Re: EOTemporaryGlobalID Error when running unit tests

2015-02-10 Thread Kevin Hinkson
ure what, but the root cause is outside of WO. > > Chuck > > On 2015-02-10, 6:18 AM, "Kevin Hinkson" wrote: > > Hi, > > I’m encountering a bit of a problem when running unit tests in Eclipse using > WOUnit. I am suddenly getting the following error and I’m n

EOTemporaryGlobalID Error when running unit tests

2015-02-10 Thread Kevin Hinkson
Hi, I’m encountering a bit of a problem when running unit tests in Eclipse using WOUnit. I am suddenly getting the following error and I’m not certain at all what changed in my setup to cause this. This is happening for unit test involving EOs that I run from within Eclipse. To run a test I sim

Re: To-Many Qualifiers

2014-04-16 Thread Kevin Hinkson
ne > performance. If you want to learn more then watch the slides here: > http://www.chatnbike.com/presentation_existsQualifier/ > > You’ll be able to lick this, don’t worry. Dig in :-) > > Cheers, > AARON ROSENZWEIG / Chat 'n Bike > e: aa...@chatnbike.com t: (301) 956-2319

To-Many Qualifiers

2014-04-14 Thread Kevin Hinkson
Hello, I was hoping someone would be able to point me in the direction of how to handle generating a to many qualifier that involves a key path (not just a single key). A code example: // Generates a qualifier for the Profile for this account and the Profiles of any account on the same team (

ERXRestFetchSpecification URL qualifier using a timestamp

2014-03-01 Thread Kevin Hinkson
Does anyone know if the url qualifier for ERXRestFetchSpecification can use a timestamp column and if so, how would you format those query parameters? All of my attempts to create one have come up empty. Qualifier example given: qualifier=firstName%3D'Mike' Desired: qualifier=start<'2014-03-01T1

Re: Multi-server Deployment (nginx + fastcgi adaptor)

2014-02-14 Thread Kevin Hinkson
’t seen it: > > http://wiki.wocommunity.org/pages/viewpage.action?pageId=7143530 > > Cheers, > AARON ROSENZWEIG / Chat 'n Bike > e: aa...@chatnbike.com t: (301) 956-2319 > > > On Feb 5, 2014, at 9:43 AM, Kevin Hinkson wrote: > >> Hi

Multi-server Deployment (nginx + fastcgi adaptor)

2014-02-05 Thread Kevin Hinkson
Hi everyone, I am having some difficulty getting a multi-server setup to work. I was able to setup nginx + fastcgi adaptor + webobjects to run all on one machine. A multi-machine setup is showing me that I probably don't know enough about how the webobjects pieces all work together to set this

Re: postgres jdbc driver

2013-03-06 Thread Kevin Hinkson
On 6 Mar 2013, at 11:46, webobjects-dev-requ...@lists.apple.com wrote: > > Hi all, > >Just taking a quick survey of folks using postgres. I think > we've found an issue with the jdbc driver (any version within the last year > or so). >Since people don't update

Re: ERXJGroupsSynchronizer & VPS

2013-01-31 Thread Kevin Hinkson
On 31 Jan 2013, at 12:24, Fabian Peters wrote: > Does the VPS environment support multicast? If not, you may have to see > whether jgroups can be configured to use unicast only. Timo's solution of "java.net.preferIPv4Stack=true" worked. If you have any tips on how to configure for unicast I

Re: ERXJGroupsSynchronizer & VPS

2013-01-31 Thread Kevin Hinkson
On 31 Jan 2013, at 12:10, Timo Hoepfner wrote: > a while ago I had problems with the synchronizer on Linux. I don't remember > the exact symptoms, so it might be related to the problem you are seeing or > not. > For me adding the following to the Properties file or JVM launch parameters > fix

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-31 Thread Kevin Hinkson
On Jan 29, 2013, at 5:45, Antoine Berry wrote: > > I think your problem is that you forgot to add the following rule : > > pageConfiguration = 'YourPageConfiguration" => subtask = 'tab' [Assignment] > > So the page is searching for a key when it should display a section. I had > the same pr

ERXJGroupsSynchronizer & VPS

2013-01-31 Thread Kevin Hinkson
Hi, I am currently trying to configure ERXJGroupsSynchronizer for broadcasting EO change notifications between instances (currently) on the same machine. In the dev environment this appears to work fine. Live is a different story. The live Linode VPS has a public and a private ip address and I'

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread Kevin Hinkson
On Jan 27, 2013, at 17:24, programming...@mac.com wrote: > He's just talking about a page to create the EO, not initializing the EO. Yes, I was talking about the page to create an EO, specifically a Create Wizard page that splits creating properties into different steps. __

ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread Kevin Hinkson
I have a rule which works well when creating an EO and it's relationships for the first time. 100 : (task = 'edit' and entity.name = 'Periodic') => displayPropertyKeys = ("[Page 1]", "(Periodic Details)", "title", "details", "[Page 2]", "(Publish Details)", "published", "visible", "hyperli

Fetching Sorted Entities With A Tag (ERTag)

2013-01-18 Thread Kevin Hinkson
Hi, In setting up ERTag to an entity in my model I went with the Quick Start method outlined in the documentation which outlines how to setup ERTag with minimal effort. The side effect of this is there are none of the usual relationship methods for starting with an ERTag and fetching all of the

ERAttachment, Images & the Apache Last-Modified header

2012-07-29 Thread Kevin Hinkson
Hi, When using ERAttachment to deliver images, should the Last Modified header be sent without any special configuration? I cannot figure out why the header is not being set. Does anyone know where this should be done/configured? My setup: apache on one machine, app on another which serves the i

Re: ERXFlickrBatchNavigation & Robots

2012-07-12 Thread Kevin Hinkson
On 11 Jul 2012, at 06:59, Matteo Centro wrote: > From the top of my head: maybe putting some rel="nofollow" on the links? Thanks. I'll give that a try. — K.R.H. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailin

ERXFlickrBatchNavigation & Robots

2012-06-30 Thread Kevin Hinkson
Hi, Does anyone else see exceptions occurring when robots crawl the navigation links produced by ERXFlickrNavigation? These are session based links and I was looking for a simple way to avoid bots crawling these temporary links over and over? (I do however want the content on each page to be cra

ERRest Photo Attachment Uploads

2012-04-20 Thread Kevin Hinkson
Hi all, I have a question about handling photo attachment uploads using ERRest. I have a Photo object in iOS that I am posting to ERRest using the XML format XML Example 2012-04-20T16:42:09Z 0.0 0.0 2012-04-20T16:42:09Z 2012-04-20T16:41:09Z O

Re: Stress Testing A WebObjects App

2012-03-26 Thread Kevin Hinkson
On 26 Mar 2012, at 16:41, Ramsey Gurley wrote: > I won't be giving JMeter the in depth coverage Chuck did, but if your app > uses component actions, you'll probably want to know about persistent session > storage. Persistent session storage... sounds like magic to me. — K.R.H. ___

Re: Stress Testing A WebObjects App

2012-03-26 Thread Kevin Hinkson
On 26 Mar 2012, at 15:31, Pascal Robert wrote: > For stress testing: > http://www.wocommunity.org/podcasts/wowodc/2010/WOWODC2010JMeter.mov Thanks Pascal. — K.R.H. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

Re: Stress Testing A WebObjects App

2012-03-26 Thread Kevin Hinkson
Hi Chuck, On 26 Mar 2012, at 15:36, Chuck Hill wrote: >> Hi all, >> I have been playing with Apache Bench to determine at what number of >> concurrent sessions/request load my app starts to fail and to find and >> reduce any bottlenecks. > > Be aware that this is not easy and that setting up t

Stress Testing A WebObjects App

2012-03-26 Thread Kevin Hinkson
Hi all, I have been playing with Apache Bench to determine at what number of concurrent sessions/request load my app starts to fail and to find and reduce any bottlenecks. The first thing I run into is the "No instance available error". Does anyone have pointers for stress testing a webobjects a

Deploying WebServer & AppServer On Different Machines

2012-03-26 Thread Kevin Hinkson
Hi all, I am deploying some apps over two machines, separating the web server and app server for the first time. The only guidance I can find on how to do this with WebObjects is http://lists.apple.com/archives/webobjects-deploy/2009/Apr/msg00021.html I am having some difficulty (no instances a

Re: Localization & EO Setters

2012-02-18 Thread Kevin Hinkson
On 18 Feb 2012, at 16:48, George Domurot wrote: > I'm pretty sure you can add your own setters/getters for each attribute and > language, i.e.: > > public String value_en() > { > return (String) eo().valueForKey("value_en"); > } > > public void setValue_en(Strin

Localization & EO Setters

2012-02-18 Thread Kevin Hinkson
Hi all, I have some EO attributes successfully localized and up to this point they have mostly been values that do not change much. However, I now will have some values in the db that may change often and I am wondering what the best practice is for how setters for localized attributes are hand

Re: WebObjects + WOnder on Windows

2012-02-16 Thread Kevin Hinkson
On 16 Feb 2012, at 23:35, Chuck Hill wrote: > I don't have any recent Windows experience, but you should not have serious > problems. For SQL Server, you will want this: > > http://www.global-village.net/chill/ms_sql_server_eof_plugin Thanks Chuck. — K.R.H. +1.246.262.8567 __

Re: WebObjects + WOnder on Windows

2012-02-16 Thread Kevin Hinkson
On 16 Feb 2012, at 22:59, Pascal Robert wrote: > You are asking about Windows deployment? True, it's not getting much love, > but 14% of the community is still using it for deployment. SQL Server is used > by 16% of the community, so you are not alone. Thanks for the info Pascal. — K.R.H.

WebObjects + WOnder on Windows

2012-02-16 Thread Kevin Hinkson
Hi, I have a new client who's internal software stack is all windows based. I have not previously run WebObjects in any kind of Windows environment and I get the impression that most of the community is moving away from doing so. Can anyone let me know if they currently run WebObjects on a Windo

Re: Validation Exceptions, Localization & Unit Testing

2011-12-18 Thread Kevin Hinkson
lues depending on the language setup. I'll call it a night here and take another look at this sometime during the week. Or not at all, since it may actually make more sense the way it is. > > [1]https://github.com/hprange/wounit/issues/24 > [2]https://github.com/hprange/wou

Validation Exceptions, Localization & Unit Testing

2011-12-15 Thread Kevin Hinkson
certain what would cause that. Possibly there is something I need to load before running the test? Does anyone know what that might be? — Kevin Hinkson. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing lis

ERXReCaptcha & SSL

2011-09-19 Thread Kevin Hinkson
Hi all, Running ERXReCaptcha on a secure site seems to load the API via the old https://api-secure.recaptcha.net/. They have allowed that SSL certificate to expire in favor of https://www.google.com/recaptcha/api as referenced here: http://stackoverflow.com/questions/5865880/recaptcha-https-pro

Timer already cancelled Exception

2011-09-13 Thread Kevin Hinkson
Hi all, I've recently started monitoring any exceptions that occur in WO apps I have running. I get emailed any exception messages along with a stack trace. Does anyone know what could possibly cause the one below? Exception occured Timer already cancelled. Stack Trace: java.lang.IllegalState

Re: Silly WOCheckbox Question

2011-09-06 Thread Kevin Hinkson
t; It is primarily for formatting a list into rows and columns. The basic >> bindings are like this: >> >> ERXCheckboxMatrix: ERXCheckboxMatrix { >> list = pickListFromDataSource; >> item = pickListItem; >> selections = selections; >> maxColumns = 4; >>

Re: Silly WOCheckbox Question

2011-09-06 Thread Kevin Hinkson
On 6 Sep 2011, at 13:43, Chuck Hill wrote: > It is primarily for formatting a list into rows and columns. The basic > bindings are like this: > > ERXCheckboxMatrix: ERXCheckboxMatrix { > list = pickListFromDataSource; > item = pickListItem; > selections = selections; > maxColumns = 4; > i

Silly WOCheckbox Question

2011-09-06 Thread Kevin Hinkson
Hi all, I was looking to build a component where users can select "groups" they are in which are stored in the database. I starting using WOCheckBox in WORepetition, then (knowing how powerful Wonder is) I took a peek at ERXCheckboxMatrix. Can anyone briefly clarify what this component class d

Re: ERXMigration, Frameworks & executeUpdateScriptFromResourceNamed

2011-08-30 Thread Kevin Hinkson
Chuck, thanks for answering my question. —K.R.H. On Aug 29, 2011, at 22:20, Chuck Hill wrote: > > On 2011-08-29, at 5:58 PM, Kevin Hinkson wrote: > >> Hi all, >> >> I've recently moved to having my Model/EO code in a Wonder framework. So I >> now ha

ERXMigration, Frameworks & executeUpdateScriptFromResourceNamed

2011-08-29 Thread Kevin Hinkson
Hi all, I've recently moved to having my Model/EO code in a Wonder framework. So I now have a Wonder App (web app) and a Wonder Framework (model framework). I noticed that when the migrations in the model framework are run when launching the web app, a call to ERXJDBCUtilities.executeUpdateSc

Re: WO Installation On Linux & Patched Monitor

2011-08-22 Thread Kevin Hinkson
David LeBer wrote: > > On 2011-08-22, at 5:08 PM, Kevin Hinkson wrote: > >> Hi all, >> http://wiki.objectstyle.org/confluence/display/WO/Installing+WebObjects+5.4+on+Linux >> >> Given the above instructions to install WO on linux, am I correct to say >> t

WO Installation On Linux & Patched Monitor

2011-08-22 Thread Kevin Hinkson
Hi all, http://wiki.objectstyle.org/confluence/display/WO/Installing+WebObjects+5.4+on+Linux Given the above instructions to install WO on linux, am I correct to say that I will not get the patched WOMonitor and wotaskd? I just thought it was odd that only the original WOMonitor was included and

Re: Qualifier With Primary Key

2011-08-19 Thread Kevin Hinkson
ote: > Just to clarify slightly, I happen to agree with Dave and Jesse, but that's > almost incidental to your original post. When I wrote this: > > On 19/08/2011, at 9:37 AM, Paul Hoadley wrote: > >> On 18/08/2011, at 11:05 PM, Kevin Hinkson wrote: >> >>

Re: Qualifier With Primary Key

2011-08-18 Thread Kevin Hinkson
On 18 Aug 2011, at 09:54, Pascal Robert wrote: > > Le 2011-08-18 à 09:47, Kevin Hinkson a écrit : > >> >>> >>> I'm not answering your question, but your URL should be /blog/title-of-post >>> instead of using primary keys, to have even nicer URL

Re: Qualifier With Primary Key

2011-08-18 Thread Kevin Hinkson
> > I'm not answering your question, but your URL should be /blog/title-of-post > instead of using primary keys, to have even nicer URLs and better rank on > Google. Are you using DirectActions or ERRest's HTML routing? > Direct Actions. The example is just really an example though. There are

Qualifier With Primary Key

2011-08-18 Thread Kevin Hinkson
Hi, Since the best practice is to not make primary keys class properties, how do I then create a qualifier that is based on the primary key of an EO? Simple Eg: A blog site has nice, short bookmark-able URLs like http://website.com/blog?id=5 where 5 is the primary key. When the user hits that p

Re: D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
On 15 Aug 2011, at 17:13, David Holt wrote: > No. > > Place ->>. XPlacePhoto <<- Photo -> ERAttachment Ah, got it. It's all working now. Thank you. — K.R.H. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing

Re: D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
On 15 Aug 2011, at 17:00, David Holt wrote: > See the thread called "ERAttachment... to-many and thumbs" from last week. Thanks. I'll try the 2011 threads. I saw the original 2010 ones but the followups for 2011 look very helpful. — K.R.H. ___ Do

Re: D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
On 15 Aug 2011, at 17:00, David Holt wrote: >> Hi, >> I've implemented a D2W on an EOModel containing a Place EO with a flattened >> to-many relationship to ERAttachment (Place >> PlaceERAttachment >> >> ERAttachment). "Place" has several other properties so I created a new >> action in MenuHe

D2W And ERAttachment

2011-08-15 Thread Kevin Hinkson
Hi, I've implemented a D2W on an EOModel containing a Place EO with a flattened to-many relationship to ERAttachment (Place >> PlaceERAttachment >> ERAttachment). "Place" has several other properties so I created a new action in MenuHeader.java using EditPageInterface and the rule to enable a wi

Re: Session Persistence (Database)

2011-06-06 Thread Kevin Hinkson
; deal with non-serializable objects in the object store dictionary. > > Ramsey > > On Jun 5, 2011, at 8:47 AM, Kevin Hinkson wrote: > >> >> On 5 Jun 2011, at 11:36, Mike Schrag wrote: >> >>> 1) do you just need users to be auto-logged-in when they come

Re: Session Persistence (Database)

2011-06-05 Thread Kevin Hinkson
s I design the app. Thanks Mike. --- Kevin Hinkson ___ 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: http://lists.apple.

Session Persistence (Database)

2011-06-05 Thread Kevin Hinkson
pproach to handle scaling up app servers and implementing sign in "Remember Me" for long periods of time? --- Kevin Hinkson ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@l

Keeping The ERXEnterpriseObjectCache

2011-06-05 Thread Kevin Hinkson
sk around about the best practices before I get too far along in this code. Is this the best way to hang onto the lists or is there some other magic I'm unaware of? --- Kevin Hinkson ___ Do not post admin requests to the list. They will be ign

Re: When Is Validation Triggered

2011-06-03 Thread Kevin Hinkson
I figured you were right so the caveat is: foreign keys must not be class properties for this to work. Which makes perfect sense. Thanks again. --- Kevin Hinkson h...@kevinhinkson.com (246) 262-8567 ___ Do not post admin requests to the list. They wi

Re: When Is Validation Triggered

2011-06-03 Thread Kevin Hinkson
; save. EO2 -> init -> add relationship to EO1 -> save both. Is there a way to init EO1 and EO2, add the relationship and just have WO take care of the rest? And thanks for the help Chuck. --- Kevin Hinkson h...@kevinhinkson.com (246) 262-8567

When Is Validation Triggered

2011-06-03 Thread Kevin Hinkson
doing it wrong? --- Kevin Hinkson ___ 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: http://lists.apple.com/mailman/options/webobje

Re: Develop on 10.6 & Deploying on 10.5

2011-05-19 Thread Kevin Hinkson
dev/2009-08/msg00355.html On 19 May 2011, at 07:53, Kieran Kelleher wrote: > Yeah. Move everything out of that Extensions folder. That's the first thing I > do on a fresh WebObjects install. > > Regards, Kieran. > (Sent from my iPhone) > > > On May 18, 2011, at 3:49

Re: Develop on 10.6 & Deploying on 10.5

2011-05-18 Thread Kevin Hinkson
> On May 18, 2011, at 11:54 AM, Kevin Hinkson wrote: > >> Hi all, >> I have a problem that I have not been able to solve. I am currently >> developing on 10.6 (5.4.3) and attempting to deploy on 10.5 (5.4.3). >> Currently all my deployment machines are on 64-Bit Java 1

Re: Develop on 10.6 & Deploying on 10.5

2011-05-18 Thread Kevin Hinkson
On May 18, 2011, at 15:32, David Avendasora wrote: > > On May 18, 2011, at 2:54 PM, Kevin Hinkson wrote: > >> /Library/WebObjects/Extensions/xml-apis.jar Is there a way to exclude that path from being loaded/used both in dev and deployment? > > Do you need this li

Develop on 10.6 & Deploying on 10.5

2011-05-18 Thread Kevin Hinkson
• embedding system frameworks and not embedding them • switching to 1.5 compatibility which raise another error in a Math library I was using I'm really not certain how to remedy this. Does anyone have any pointers as to what the problem is exactly? --- Kevin Hinkson h...@kevinhinkso

Re: Concurrent Requests, Number of Instances & Scheduling

2011-04-04 Thread Kevin Hinkson
On Apr 4, 2011, at 21:27, Mike Schrag wrote: > yeah .. it's preferable to use that over just creating your own thread (so it > can manage how many threads you'll end up with at once) ... > Ok. Thanks again. > On Apr 4, 2011, at 9:19 PM, Kevin Hinkson wrote: > &

Re: Concurrent Requests, Number of Instances & Scheduling

2011-04-04 Thread Kevin Hinkson
to an > ExecutorService thread pool, make a new eof stack, and go. I'm not familiar with ExecutorService but a quick Google search shows it as an interface to split off and manage asynchronous threads? > > ms > > On Apr 4, 2011, at 9:02 PM, Kevin Hinkson wrote: > >&

Re: Concurrent Requests, Number of Instances & Scheduling

2011-04-04 Thread Kevin Hinkson
Thank you so much for your time guys. I'm digging into the LongRequest example to see how I can implement WOLongResponsePage. On 2011-04-04, at 8:53 PM, Chuck Hill wrote: > > On Apr 4, 2011, at 5:37 PM, Kevin Hinkson wrote: > >> Hi all, >> I am a bit puzzled about

Re: Concurrent Requests, Number of Instances & Scheduling

2011-04-04 Thread Kevin Hinkson
On 2011-04-04, at 8:43 PM, Mike Schrag wrote: > WO supports multiple concurrent requests, but EOF has a single lock per EOF > stack. This alone clears up so much for me. Thanks. ___ Do not post admin requests to the list. They will be ignored. Webob

Re: Concurrent Requests, Number of Instances & Scheduling

2011-04-04 Thread Kevin Hinkson
ary OSC (ERXEC.newEditingContext(new > EOObjectStoreCoordinator()). Sorry, I should have mentioned that the long request is a cronjob. > > ms > > On Apr 4, 2011, at 8:37 PM, Kevin Hinkson wrote: > >> Hi all, >> I am a bit puzzled about how WO handles concurrent requests. >> >

Concurrent Requests, Number of Instances & Scheduling

2011-04-04 Thread Kevin Hinkson
Hi all, I am a bit puzzled about how WO handles concurrent requests. I have a request that can run for a very long time, let's say 30 minutes. After looking around at other posts, the options for allowing this to run without the adaptor and apache complaining after a minute or so are: * impleme

Re: Amazon EC2 Image

2011-02-23 Thread Kevin Hinkson
On Feb 23, 2011, at 17:53, Paul Hoadley wrote: > Hi Kevin, > > On 24/02/2011, at 3:25 AM, Kevin Hinkson wrote: > >> Does anyone have any recommendations as to which AMI to use in the US (east >> or west). The ami used in Simon's example works fine but is onl

Re: Amazon EC2 Image

2011-02-23 Thread Kevin Hinkson
AM, Paul D Yu wrote: >> >>> Kevin >>> >>> Try to do a sudo passwd on the root account. >>> >>> Paul >>> On Feb 23, 2011, at 9:45 AM, Kevin Hinkson wrote: >>> >>>> Hi, >>>> I setup an Amazon EC2 instan

Re: Amazon EC2 Image

2011-02-23 Thread Kevin Hinkson
n how you can setup a server, now it is best like > "Simon says" to use a generic instance and configure it using scripts and > you're done and you have control. > > works great. Thanks Jesse. I'll take a look at those setup scripts. > > > On Feb 23, 2

Re: Amazon EC2 Image

2011-02-23 Thread Kevin Hinkson
On 2011-02-23, at 11:00 AM, Paul D Yu wrote: > Kevin > > Try to do a sudo passwd on the root account. Thanks Paul. That worked. > > Paul > On Feb 23, 2011, at 9:45 AM, Kevin Hinkson wrote: > >> Hi, >> I setup an Amazon EC2 instance using the WOlastic im

Re: Amazon EC2 Image

2011-02-23 Thread Kevin Hinkson
to > see how to get that working. > > On Feb 23, 2011, at 10:00 AM, Paul D Yu wrote: > >> Kevin >> >> Try to do a sudo passwd on the root account. >> >> Paul >> On Feb 23, 2011, at 9:45 AM, Kevin Hinkson wrote: >> >>> Hi, >>>

Amazon EC2 Image

2011-02-23 Thread Kevin Hinkson
Hi, I setup an Amazon EC2 instance using the WOlastic image listed here (ami-0be80962):http://wiki.objectstyle.org/confluence/display/WO/Deploying+on+Amazon+EC2 However, I have not been able to find the su password for this image so I can drop to root. This question was also asked on the google g

Re: Handling GET Requests & Redirecting

2011-02-02 Thread Kevin Hinkson
On 2011-01-28, at 9:02 PM, Pascal Robert wrote: > > Le 2011-01-28 à 19:15, Chuck Hill a écrit : > >> Hi Kevin, >> >> >> On Jan 28, 2011, at 3:54 PM, Kevin Hinkson wrote: >> >>> Hi, >>> I'm hoping someone can help me with this p

Re: Handling GET Requests & Redirecting

2011-01-28 Thread Kevin Hinkson
On Jan 28, 2011, at 20:15, Chuck Hill wrote: > Hi Kevin, > > > On Jan 28, 2011, at 3:54 PM, Kevin Hinkson wrote: > >> Hi, >> I'm hoping someone can help me with this problem. >> >> Let's say I have a Person object. How would I go about h

Handling GET Requests & Redirecting

2011-01-28 Thread Kevin Hinkson
Hi, I'm hoping someone can help me with this problem. Let's say I have a Person object. How would I go about handling a GET request (with query strings) to delete a Person, save the changes to the database, and then redirect to a URL (not a WOComponent). Oh, and I need to have a Session availab

Re: Using Ant to Minify Javascript and CSS

2009-03-09 Thread Kevin Hinkson
;t say for sure that this will work verbatim, but it might. John On Mon, Mar 9, 2009 at 2:55 PM, Kevin Hinkson wrote: On 9-Mar-09, at 3:51 PM, John Huss wrote: Ask and you shall receive, seek and you shall find, knock and it will be opened to you. I use YUICompressor. This will mi

Re: Using Ant to Minify Javascript and CSS

2009-03-09 Thread Kevin Hinkson
${project.name}.woa/Contents/WebServerResources"> Cool. Thanks. I'll let you know if I have any issues. On Mon, Mar 9, 2009 at 2:33 PM, Kevin Hinkson wrote: Hi, I've

Using Ant to Minify Javascript and CSS

2009-03-09 Thread Kevin Hinkson
Hi, I've never done any scripting via Ant but I get the vague impression that I should be able to trigger a call to minify any javascript or CSS files being built in a WebObjects Eclipse project. Does anyone have any experience doing this or could maybe recommend a good Ant tutorial for me

Consuming Web Services with WO - REST

2009-02-02 Thread Kevin Hinkson
Hi, I'm a newbie to web objects and I'm looking for the best way to consume REST webservices. An example would be consuming and creating requests against Facebook/Twitter's API. I was looking at http://wiki.objectstyle.org/confluence/display/WO/Web +Services-Web+Service+Provider but it seem

  1   2   >