Re: enumerating sessions?

2024-04-26 Thread Jesse Tayler via Webobjects-dev
Off the top of my head? I’d not use sessions for that — I’ve done some bank apps where only one session is allowed and some other stuff, but we avoided relying on or tracking sessions, rather we build a login scheme that tracked this concept specifically and we let session and cookies stuff be.

Re: RDS [was: Re: WOLips Update]

2024-03-17 Thread Jesse Tayler via Webobjects-dev
Oh? I figured nobody changed that adaptor since forever ago — Maybe I should download that first before updating? > On Mar 17, 2024, at 9:45 PM, Steve Peery wrote: > > Make sure the MySQL driver in your app is new enough to work with the new > version of SQL! I tried to upgrade and my apps

Re: RDS [was: Re: WOLips Update]

2024-03-16 Thread Jesse Tayler via Webobjects-dev
? The database doesn’t get a lot of touching! But this version is out of date, so I figure people would have reported if there were ever some trouble encountered. > On Mar 16, 2024, at 8:14 PM, Paul Hoadley wrote: > > On 17 Mar 2024, at 1:20 am, Jesse Tayler via Webobjects-dev > mailt

Re: WOLips Update

2024-03-16 Thread Jesse Tayler via Webobjects-dev
Does anyone use RDS on AWS? I’m updating and just figure MySQL will not care about whatever simple EOF stuff I’m using… I’m still on an old Eclipse but it sounds like WOLips is working on the most recent? > On Mar 16, 2024, at 4:28 AM, Hugi Thordarson via Webobjects-dev > wrote: > > "All"

Re: FORBIDDEN

2023-11-18 Thread Jesse Tayler via Webobjects-dev
Hmmm…not sure where I got it, my dev setup is I think about three or five years old — > On Nov 18, 2023, at 1:31 PM, Theodore Petrosky wrote: > > What are you using as the URL to update/install WOLips? > > > >> On Nov 18, 2023, at 1:25 PM, Jesse Tayler wrote: >> >> Yes, the wiki is DOWN

Re: FORBIDDEN

2023-11-18 Thread Jesse Tayler via Webobjects-dev
Yes, the wiki is DOWN — I noticed that literally yesterday or the day before and forgot to mention — Who’s hosting it? > On Nov 18, 2023, at 12:19 PM, Theodore Petrosky via Webobjects-dev > wrote: > > I am trying to set ups new computer and I am getting a > > Forbidden > > You don't have

Re: AjaxAutoComplete

2023-11-09 Thread Jesse Tayler via Webobjects-dev
I have used Ajax quite easily on a couple of components and for some reason, implementing even the simplest test was failing on updating a component of a similar sort. Before I make a wholly new component — are there flags or tests aside from jQuery which seems fine? I don’t readily see why

Re: WOLips bugfixes and new features planning

2023-07-18 Thread Jesse Tayler via Webobjects-dev
Nobody wants to fix that plugin, if I hadn’t tried to hire someone myself I’d not believe it. I guess I don’t care about eclipse, but there doesn't seem to be any reason to leave it either. I still hope we can fix these remaining issues in WOLips, it has been there for us for so long...

Re: WebObjects Docker Deployment

2023-04-13 Thread Jesse Tayler via Webobjects-dev
;> On 13 Apr 2023, at 17:59, Jesse Tayler via Webobjects-dev >> wrote: >> >> I’m using Docker for WO and like it. >> >> It controls the environment and tames our big industrial giant stuff and >> makes it quite manageable. >> >> >>> On A

Re: WebObjects Docker Deployment

2023-04-13 Thread Jesse Tayler via Webobjects-dev
I’m using Docker for WO and like it. It controls the environment and tames our big industrial giant stuff and makes it quite manageable. > On Apr 13, 2023, at 4:22 AM, Sébastien Rottiers via Webobjects-dev > wrote: > > Hi Oleksii, > > Very interesting blog post ! I’m very interested to

Re: choosing the submit for Enter in a textfield?

2023-03-28 Thread Jesse Tayler via Webobjects-dev
Did you try Ajax? It’s reasonably simple to wrap things individually but I try to keep my forms simple wherever possible so I’m not at all certain about the results you’re after > On Mar 28, 2023, at 9:31 AM, OCsite via Webobjects-dev > wrote: > > René, > >> On 28. 3. 2023, at 14:23, René

Re: Asking questions

2023-03-07 Thread Jesse Tayler via Webobjects-dev
Just write st...@mac.com and the lists will be fixed! There is also a slack channel, I invited you > On Mar 7, 2023, at 8:14 AM, Theodore Petrosky via Webobjects-dev > wrote: > > Looks like the list archive is screwy... there are no posts to the archive > in February and/or March. But I

Re: WOCompile error

2022-09-01 Thread Jesse Tayler via Webobjects-dev
Ha! Ok, I’ll read the next email next time... > On Sep 1, 2022, at 7:52 AM, Gino Pacitti via Webobjects-dev > wrote: > > Hi all > > Scrap that.. just an oversight…its ok! > > Thanks... > ___ > Do not post admin requests to the list. They will be

Re: WOCompile error

2022-09-01 Thread Jesse Tayler via Webobjects-dev
No idea really — Did you make clean first? Do you have specific JAVA versions set in your properties/preferences? Are frameworks in the build and do they have specified settings? > On Sep 1, 2022, at 7:43 AM, Gino Pacitti via Webobjects-dev > wrote: > > Hi there… > > Can anyone point me in

Re: [Proposal] Drop Wonder's Ant Build

2022-06-28 Thread Jesse Tayler via Webobjects-dev
I admit I’m only half following this thread but I am still using Ant right now — I’ve tried to move to Maven once or twice, but it was a fair amount of work from where I was at Are we considering removal of ant as an option? > On Jun 28, 2022, at 9:43 AM, Don Lindsay via Webobjects-dev >

Re: owns destination + deny prohibited?

2022-02-27 Thread Jesse Tayler via Webobjects-dev
You are missing the code to do just that policy. The model rules are simplistic and so owning means it owns and removes so your rules don’t work together but you’d be needing and wanting to trigger that delete with your own policy and code > On Feb 27, 2022, at 6:45 AM, OCsite via

Re: deletion of objects in relationships?

2022-02-25 Thread Jesse Tayler via Webobjects-dev
Definitely test your delete rules. Sounds like you just forgot to properly set delete rules on the relationship > On Feb 25, 2022, at 2:50 PM, ocs--- via Webobjects-dev > wrote: > > Hi there, > > lately, I was for the first time in a quarter of century of working with > WO/EOF bitten in my

Re: target-page-based (instead of hyperlink-based) fragment?

2022-01-16 Thread Jesse Tayler via Webobjects-dev
Not sure of the details on these requirements but I’d bet your client is seeing things like twitter feeds or various similar interfaces? I’m pretty sure these are almost all done using javascript to just store a scroll position on page exit > On Jan 16, 2022, at 3:53 PM, OCsite via

Re: Mac OS Monterey

2021-12-19 Thread Jesse Tayler via Webobjects-dev
So basically everything went to shit right there > On Dec 19, 2021, at 5:14 PM, Jérémy DE ROYER via Webobjects-dev > wrote: > > > Until now, everything works fine ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: WebObjects REST vs Node Multithreading

2021-12-16 Thread Jesse Tayler via Webobjects-dev
ERRest + ERXKeys is just plain solid stuff, I can tell you that I like it very much, the compiler is deeply involved in structure and so if you are looking for reliable infrastructure? It’s hard to beat ERRest in my book. > On Dec 16, 2021, at 11:52 AM, Gino Pacitti via Webobjects-dev >

Re: Single thread creation queue?

2021-11-24 Thread Jesse Tayler via Webobjects-dev
nd just lose any case the user entered >>> which is fine I think. >>> >>> With the lowercase assured the constraint will prevent duplicates and I’d >>> catch that exception during creation and handle it >>> >>> >>>> On Nov 24, 2021, at 12:1

Re: Single thread creation queue?

2021-11-24 Thread Jesse Tayler via Webobjects-dev
= value.toLowerCase(); >>> } >>> super.setKeyString(value); >>> } >>> >>> You may also specify a collation to the column in the database if you want >>> to preserve case but index and compare as case insensitive. >>> >>> Samue

Re: Single thread creation queue?

2021-11-24 Thread Jesse Tayler via Webobjects-dev
if (value != null) { > value = value.toLowerCase(); > } > super.setKeyString(value); > } > > You may also specify a collation to the column in the database if you want to > preserve case but index and compare as case insensitive. > > Samuel > >&

Re: Single thread creation queue?

2021-11-23 Thread Jesse Tayler via Webobjects-dev
> On Nov 23, 2021, at 5:17 PM, Paul Hoadley wrote: > > Are you able to paste in some code? There's probably a solution, but this is > getting a bit hard to follow in the abstract. > So, I fetch first EOQualifier qual =

Re: Single thread creation queue?

2021-11-23 Thread Jesse Tayler via Webobjects-dev
frameworks in all language) >>> >>> If you use EOF primary key generation, you should not have problems with >>> duplicate keys. If you require high throughput, using UUID primary key or >>> implementing a custom generator will help by saving round trips to the

Re: Single thread creation queue?

2021-11-22 Thread Jesse Tayler via Webobjects-dev
>>>>> Hi Jesse, >>>>> >>>>> Your question may have multiple answers, can you describe the contexts >>>>> and duplicate sources you fear ? >>>>> >>>>> Is the primary key generated by the WO app or it is ex

Re: Single thread creation queue?

2021-11-22 Thread Jesse Tayler via Webobjects-dev
>>> required (this apply to all frameworks in all language) >>> >>> If you use EOF primary key generation, you should not have problems with >>> duplicate keys. If you require high throughput, using UUID primary key or >>> implementing a custom generator will help

Re: Single thread creation queue?

2021-11-22 Thread Jesse Tayler via Webobjects-dev
tabase server. If you insert in batch, it will be also faster than > individual inserts. > > Regards, > > Samuel > >> Le 22 nov. 2021 à 08:34, Jesse Tayler via Webobjects-dev >> a écrit : >> >> I asked on slack but I figured I’d ping the list >> &

Single thread creation queue?

2021-11-22 Thread Jesse Tayler via Webobjects-dev
I asked on slack but I figured I’d ping the list Who has a good way to ensure a serial EO creation queue when the system could be hit really fast and you must avoid duplicate entries? I’m a bit surprised I don’t recall EOF style solutions for such things and maybe the Amazon RDS database has a

Re: strange JavaMonitor behavior — Failed to contact 127.0.0.1-1085

2021-05-06 Thread Jesse Tayler via Webobjects-dev
> On May 5, 2021, at 8:43 PM, Paul Hoadley via Webobjects-dev > wrote: > >> I notice I seem to have JavaMonitor running inside JavaMonitor which I guess >> is how we ensure it is available — so, that’s a normal config everyone does? >> I’m not even sure… > > No, that sounds quite unusual.

Re: strange JavaMonitor behavior — Failed to contact 127.0.0.1-1085

2021-05-05 Thread Jesse Tayler via Webobjects-dev
Ya, I just restarted the wotaskd by hand and I did have to synchronize the server to wake things up again > On May 5, 2021, at 1:03 PM, Jesse Tayler wrote: > > > One of my servers is running ok, but JavaMonitor isn’t getting any contact > with what I guess must be wotaskd? > > Any

strange JavaMonitor behavior — Failed to contact 127.0.0.1-1085

2021-05-05 Thread Jesse Tayler via Webobjects-dev
One of my servers is running ok, but JavaMonitor isn’t getting any contact with what I guess must be wotaskd? Any suggestions or seeing what might be down or how to get that back up most properly? I see some notes in the wiki but nothing seemed like a ringer and I can’t recall ever having

Re: macOS deployment?

2021-04-30 Thread Jesse Tayler via Webobjects-dev
It’s not an ecosystem, it’s a container. You contain your entire deployment and this makes it portable so that it acts the same on your desk as as it does on the cloud or anywhere else the container runs. What is it you need for deployment specifically? Or, why is running the app at your desk

Re: macOS deployment?

2021-04-30 Thread Jesse Tayler via Webobjects-dev
I’ve been using Docker which of course, contains the whole thing quite nicely for this sort of portability > On Apr 30, 2021, at 9:49 AM, ocs--- via Webobjects-dev > wrote: > > Hi there, > > for my own local testing purposes, I would need to deploy a couple of WO apps > locally on a macOS,

Re: WOLips bugfixes and new features planning

2021-04-26 Thread Jesse Tayler via Webobjects-dev
I sure look forward to a refresh, not sure why but my current install often renders wrong, or basically you have to assume a file is what you expect and double-smack and then it draws the fresh name but mostly it is stale screen dirt leftover from whatever was there before… > On Apr 26,

Third party cookies not working from an iFrame

2020-12-12 Thread Jesse Tayler via Webobjects-dev
I have cookies not working from an iFrame and I need to set the SameSite settings browsers now require samesite=none and secure=true I have apache header rewrites turned on and I try this rule, but I can’t seem to figure it out Header always edit Set-Cookie (.*)

Re: Licence for WebObjects

2020-12-08 Thread Jesse Tayler via Webobjects-dev
Ya, the answer is don’t worry about it. Apple long since dropped support and that’s that. Don’t call it “WO” just say it is JAVA, there’s really very little “WO” but for the app server part > On Dec 8, 2020, at 6:01 PM, frelin--- via Webobjects-dev > wrote: > > Licensing and WebObjects >

Re: Quick Q regarding D2W smartAttributes

2020-12-02 Thread Jesse Tayler via Webobjects-dev
Just as a thought, I look and noted I have a component rule for boolean in my app with much the same logic at 100 priority. This suggests you’ve just got some OTHER rule cranked up and don’t forget that rule could just be VERY strict with greater specificity vs. priority. 100 :

Re: Quick Q regarding D2W smartAttributes

2020-12-02 Thread Jesse Tayler via Webobjects-dev
Did you make certain your className does indeed report as that form of boolean? These things resolve from your model and you can fish around those attributes for information. Honestly, I’ve found that in these cases with D2W I resort to simply reporting things from the D2WContext right onto

Re: The secret WOCommunity Slack channel?

2020-11-17 Thread Jesse Tayler via Webobjects-dev
Even if we replace the footer of this email list with links to other resources — we don’t need to reflect all the conversations, but folks should have equal visible access to all the places information is. I have also not found anything to really store new stuff in, WIKIs SUCK!! They are ugly

Re: Webobjects-dev Digest, Vol 17, Issue 168

2020-11-02 Thread Jesse Tayler via Webobjects-dev
Is it not possible to make it public? I think I tried to get in, but honestly, I have so much trouble logging into slack with their truly bizarre idea of how to find what channels you belong to and log them in on each device you use…a super pain in the butt. Also, does slack integrate with

Re: The secret WOCommunity Slack channel?

2020-11-01 Thread Jesse Tayler via Webobjects-dev
This Wiki is disgusting. Firstly, it looks like ass. Secondly you have to edit in bare-knuckles wiki script which is arcane and silly. The world can’t be like this! Surely, there is some nice looking software you can easily cooperatively edit and add photos or whatever links…and don’t say

Re: The secret WOCommunity Slack channel?

2020-11-01 Thread Jesse Tayler via Webobjects-dev
Well I was able to get MediWiki up and running and I can post that and start off a new party with modern-only information. I was not able to load the bootstrap framework and the look of these wikis are eye-watering. https://www.mediawiki.org/wiki/Extension_talk:Bootstrap Anyway, I can try

Re: The secret WOCommunity Slack channel?

2020-11-01 Thread Jesse Tayler via Webobjects-dev
I know EXACTLY what you mean... > On Nov 1, 2020, at 3:15 PM, Hugi Thordarson wrote: > > A wiki is a lovely idea, but what I saw happen with the previous wiki was > that everyone was "too nice" to just re-edit things, throw out outdated info > and correct errors. So if you want to know how

Re: The secret WOCommunity Slack channel?

2020-11-01 Thread Jesse Tayler via Webobjects-dev
I think “wiki" itself works well for this, real-time chat and pages where we can use images and formatting and various linking and keep it simple. A little less ‘moderated’ and a bit more a shared scratch area people can post whatever they think is useful. I also agree the old stuff is more

Re: The secret WOCommunity Slack channel?

2020-11-01 Thread Jesse Tayler via Webobjects-dev
I hate slack but we could use a channel like that, I worry about any form of divergence because we’re already few and far between I have had great luck with Docker and WO and have a few modern frameworks that help keep our apps nicely modern and I’m actually really happy with the results so I

Re: Simplifying Wonder

2020-10-14 Thread Jesse Tayler via Webobjects-dev
Are we talking bifurcation of the root here? I mean, as long as we’ve lic. code such that it allows us all to freely contribute, clearly open-source- we can work things out, but could this not make things more complicated for the community? Also, what are you targeting? I have my own list of

Re: Headers and AJAX?

2020-10-03 Thread Jesse Tayler via Webobjects-dev
r allowed cookies and headers. > > I do not think they are required for same origin requests but this may be > something added lately. > > Regards, > > Samuel > >> Le 3 oct. 2020 à 08:18, Jesse Tayler via Webobjects-dev >> a écrit : >> >> &g

Headers and AJAX?

2020-10-03 Thread Jesse Tayler via Webobjects-dev
I have relied on passing auth keys in headers from mobile apps and scripts. I can even stuff a header into a curl statement curl -H "Authorization: MY_PRIVATE_KEY" In WO I can simply ask request().headerForKey("Authorization”); And I get that key, always works as I’d expect

Re: How to Manually edit SiteConfig.xml

2020-10-01 Thread Jesse Tayler via Webobjects-dev
as we go, > On Oct 1, 2020, at 7:09 PM, Paul Hoadley wrote: > > Hi Jesse, > > On 2 Oct 2020, at 00:24, Jesse Tayler via Webobjects-dev > wrote: > >> Robert Hannah and I have worked out a GREAT deployment using GIT where the >> files end up being

Re: How to Manually edit SiteConfig.xml

2020-10-01 Thread Jesse Tayler via Webobjects-dev
I’ve picked up that very same docker and can’t quite edit that original it but I do have one based on top of it. Adding Python3 and ImageMagic and a couple tools like S3 bucket stuff for AWS, this builds our entire environment. https://hub.docker.com/r/truanon/server I find this container to

Re: ERAttachment Framework Broken by Anjo Krank's ERXDatabaseContect "HACK"

2020-09-09 Thread Jesse Tayler via Webobjects-dev
I use S3 to store attachments so I likely can’t help but wonder if you can use an alternate method of storage? What is it that you are trying to do or change that causes this to arise? > On Sep 9, 2020, at 8:01 PM, Kwasi O-Ahoofe via Webobjects-dev > wrote: > > Problem: [ak] Hack: Will/Can

Re: Monitor problem

2020-09-09 Thread Jesse Tayler via Webobjects-dev
You do have to have some args I think to tell monitor and wotaskd to spin the instance and all that. As to why it would not start? That doesn’t sound good and you should try to see what went down — RAM? Who knows… Look for clues in logs or other > On Sep 9, 2020, at 2:02 AM, GILQUIN Pierre

Re: Apps not showing in adaptor info but are in WOMonitor

2020-09-05 Thread Jesse Tayler via Webobjects-dev
No, but the number is obviously suspect as a "limit" and so just google that, repair and go on about your day... > On Sep 5, 2020, at 9:04 PM, b...@xmsi.com wrote: > > So I believe all the apps are running but I don’t think the Apache WOAdaptor > believes that. I just noticed that It shows 128

Re: Apps not showing in adaptor info but are in WOMonitor

2020-09-05 Thread Jesse Tayler via Webobjects-dev
Well, I don’t know but each app has a port assigned and you should see that in monitor and in ps -axww or whatever you should be able to see which instances are which. You should be able to hit instances specifically using a URL with the woport somehow on the URL, perhaps someone recalls or

Re: New installation fail?

2020-09-02 Thread Jesse Tayler via Webobjects-dev
> On Sep 1, 2020, at 8:34 PM, Paul Hoadley wrote: > > 4. Make the usual Apache config modifications for WebObjects. > Interestingly, I was able to find these scripts on my production server still sitting there. And they did indeed do a lot of fun and interesting stuff. I can see there’s

Re: New installation fail?

2020-09-01 Thread Jesse Tayler via Webobjects-dev
Same I hack a bit further and might get through but I still hope some’s got working scripts still… If not, we’ll make one! > On Sep 1, 2020, at 1:18 PM, Theodore Petrosky wrote: > > i feel i should zip up my installer folder and send it. there were so many > experiments. i was looking to

Re: New installation fail?

2020-09-01 Thread Jesse Tayler via Webobjects-dev
Well, it seems I was able to find some decade old scripts that had a LOT of important things in them all working at one time. This fails in several ways like not finding this public S3 bucket or dependencies and I figure other folks must rely on EC2/S3 I can make sure I script out whatever I

New installation fail?

2020-09-01 Thread Jesse Tayler via Webobjects-dev
I'm launching a new EC2 Instance and just installing from scratch and I found my way to this page https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2C+CentOS+or+Amazon+Linux These WO installs all have bad links or dead services? sudo yum install

Re: Anything to help implement SSO in WO/WONDER?

2020-08-29 Thread Jesse Tayler via Webobjects-dev
Single sign on? What involved? Don’t you just wire up to google or some oauth? > On Aug 28, 2020, at 11:45 PM, Robert Hanviriyapunt via Webobjects-dev > wrote: > > Anything to help implement SSO in WO/WONDER? > ___ > Do not post admin requests to the

Re: Apache rules and SSL

2020-08-27 Thread Jesse Tayler via Webobjects-dev
unds smart — but doesn’t that simply change the entrance vs force ssl/https version of all urls? > On Aug 27, 2020, at 7:56 PM, Paul Hoadley wrote: > > Hi Jesse, > > On 28 Aug 2020, at 07:10, Jesse Tayler via Webobjects-dev > wrote: > >> I use AWS+Route53 for SSL and I r

Apache rules and SSL

2020-08-27 Thread Jesse Tayler via Webobjects-dev
I use AWS+Route53 for SSL and I really just want to force all requests to HTTPS and I’m having trouble I have a few common WO rewrites to shorten URLs RewriteRule ^/signup /apps/WebObjects/MyAppName.woa/wa/signup [last,passthrough] RewriteRule ^/default

Re: anyone else tried Big Sur? - DirectConnect problem

2020-08-25 Thread Jesse Tayler via Webobjects-dev
I use something like that, I’d bet it is still a stale handle somehow. If you can’t see a task, then restart? Works on windows... > On Aug 25, 2020, at 2:06 PM, Tim W via Webobjects-dev > wrote: > > I know, I probably shouldn’t have done this. But, > > Everything seems to be going well for

add an onClick to a CCSmartAjaxButton?

2020-08-19 Thread Jesse Tayler via Webobjects-dev
I notice that if I bind an onClick to a CCSmartAjaxButton I don’t see that tag in the DOM later Leading me to think it was stripped Leading me to wonder if you can use javascript in the href as the CCSmartAjaxButton does and still have an onclick behavior? I'm really just trying to make sure

Re: Storing serialized object in MySql Database

2020-08-11 Thread Jesse Tayler via Webobjects-dev
hmmm…what’s your model look like? Or how are you setting up the storage of that data? Sounds like you want a string and might watch the encoding of it before storage — It sounds perhaps like this error could occur because your data types are mismatched in a way that results in a validation

Re: Storing serialized object in MySql Database

2020-08-11 Thread Jesse Tayler via Webobjects-dev
Well, I’m sure there is validation for JSON since that has issues with format and encodings, so I’d expect some of that sort of thing here. I don’t really see the value or whatever expected type, so I’d find that value that breaks it and test it — One thing I wonder is about text encoding, are

Re: Storing serialized object in MySql Database

2020-08-10 Thread Jesse Tayler via Webobjects-dev
Did you list your error? > On Aug 10, 2020, at 6:08 PM, Don Lindsay via Webobjects-dev > wrote: > > Hello; > > I have an app that the ucxstomer has asked to store specific serialized > objects into a MySQL database. I have stored serialized objects in MySQL > many times, at customer

Re: How often do you bounce your apps?

2020-08-05 Thread Jesse Tayler via Webobjects-dev
What do you use to keep an eye on memory? JAVA has such an old-school approach with the VM I use AWS and really don’t have any good automated visualizing report on how instances or JAVA is running under the hood. My apps seem to run for a long time as a few times my scheduler has failed and

Re: Creating a EOModel in code

2020-06-28 Thread Jesse Tayler via Webobjects-dev
Nothing stops you from connecting to the database however you’d like. I can’t quite imagine what scenario a user would enter the full connection dictionary or how an app would then connect to a database that is somehow ‘unknown’ or introduced by the user, so maybe it’s just hard for folks to

Re: Creating a EOModel in code

2020-06-26 Thread Jesse Tayler via Webobjects-dev
so, my simple EOF/ERXKey qualifiers and stuff would work, I’d use EOModeler? MySQL works fine it sounds, I’m using AWS stuff myself… > On Jun 26, 2020, at 3:27 PM, Hugi Thordarson wrote: > >> Ok, so are all the cool guys using Cayenne now then? > > I've seen some pretty cool guys use it

Re: Strange null pointer error

2020-06-26 Thread Jesse Tayler via Webobjects-dev
Heh, ya, I figured you’d say that…and who does? I’m sure someone… If you don’t have a clue, read your SQL and find those timestamps and see what transactions were going on. If you can’t reproduce it, I’d guess you’ll want to turn up a bit of logging and just do a "hunt and peck” until you see

Re: Creating a EOModel in code

2020-06-26 Thread Jesse Tayler via Webobjects-dev
Ok, so are all the cool guys using Cayenne now then? I'm sure I should read some page about it rather than waste everyone’s time reiterating why it’s better and why we should be moving to that sort of thing etc. > On Jun 26, 2020, at 3:10 PM, Hugi Thordarson via Webobjects-dev > wrote: >

Re: Strange null pointer error

2020-06-26 Thread Jesse Tayler via Webobjects-dev
Well something triggered a change in a read only entity I’d guess you can see specifically by checking sql output > On Jun 26, 2020, at 12:24 PM, Michael Kondratov via Webobjects-dev > wrote: > > Hello everybody! > > > We started to see a strange error: > > >

Re: Creating a EOModel in code

2020-06-25 Thread Jesse Tayler via Webobjects-dev
Hey, I use EOF! > On Jun 25, 2020, at 10:25 PM, Hugi Thordarson wrote: > > And if you're creating a new project, don't use EOF. If you must? Have a > really. really. really. good reason. > >> On 26 Jun 2020, at 01:32, Jesse Tayler via Webobjects-dev >> wrote: &

Re: Creating a EOModel in code

2020-06-25 Thread Jesse Tayler via Webobjects-dev
You can generate your model based on your data-schema. I think that’s what you want, but you can also create entities in memory and relate them by hand but I’m not sure how that would result in a model file if that’s your goal. > On Jun 25, 2020, at 8:53 PM, Don Lindsay via Webobjects-dev >

Re: GID for deleted objects

2020-06-15 Thread Jesse Tayler via Webobjects-dev
Turn on/off an active flag rather than actual delete > On Jun 15, 2020, at 6:14 AM, OCsite via Webobjects-dev > wrote: > > Hi there, > > I've just bumped into another problem which seems it should be pretty common, > but I can't see a decent solution (due to my blindness quite probably). >

Re: Entity/attribute/relationship terrible toString?

2020-06-02 Thread Jesse Tayler via Webobjects-dev
EOF uses this template system -- don’t think of it as generated code but rather boiler plates no different than using Wonder or even a library to do math. Read the code and you’ll see it’s quite intelligently surrounding your object model with useful, reliable foundations that are valuable.

Re: Sign in with apple?

2020-06-02 Thread Jesse Tayler via Webobjects-dev
> On Jun 1, 2020, at 9:40 PM, Ray Kiddy wrote: > > > Somebody comes in to the app, I get their e-mail address and sent them an > "invite" into the app. This is exactly as secure as any password-storage > system that uses e-mail to reset passwords This means the user has to invoke a new

Re: Sign in with apple?

2020-05-31 Thread Jesse Tayler via Webobjects-dev
;> On 31 May 2020, at 17:31, Jesse Tayler via Webobjects-dev >> wrote: >> >>  >> >> Indeed. >> >> And I can see why without too much trouble right here... reminds me of APNS >> which I initially did by hand in JAVA but later so many services j

Re: Sign in with apple?

2020-05-31 Thread Jesse Tayler via Webobjects-dev
//developer.okta.com/code/java/> > > AARON ROSENZWEIG / Chat 'n Bike <http://www.chatnbike.com/> > e: aa...@chatnbike.com <mailto:aa...@chatnbike.com> t: (301) 956-2319 > > >> On May 31, 2020, at 8:35 AM, Jesse Tayler via Webobjects-dev >> mailto:we

Sign in with apple?

2020-05-31 Thread Jesse Tayler via Webobjects-dev
I thought to myself, say — I should support "Sign in with Apple” — and wondered if anyone has experiences they’d like to share about integrating with your WO Apps?? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: EC locking/shared snapshots/old data saved

2020-05-29 Thread Jesse Tayler via Webobjects-dev
Well, I don’t know but I think the fact you’d be having this problem points to another problem. I don’t know your traffic or architecture, but you really should not have that problem at all, I wonder if perhaps you are creating too many separate ECs? I find myself generally putting the bulk of

Re: Direct to Web Documentation for Project Wonder

2020-05-18 Thread Jesse Tayler via Webobjects-dev
Look at the related movies demo app, I think you’ll see what you’re looking for there -- > On May 18, 2020, at 11:03 AM, Don Lindsay via Webobjects-dev > wrote: > > Hello Jesse; > > Looks great, pretty close to what I am looking to do. I have built your > framework and included it in the

Re: Direct to Web Documentation for Project Wonder

2020-05-18 Thread Jesse Tayler via Webobjects-dev
You are welcome to check out the bootstrap modern framework as it overrides pages, adds components and is all D2W https://github.com/jtayler/BootstrapModernLook > On May 18, 2020, at 2:57 AM, Don Lindsay via Webobjects-dev > wrote: > > Hello; > > I have experience with D2W with WebObjects

Valid rest route?

2020-04-27 Thread Jesse Tayler via Webobjects-dev
I’m sure there’s a rest route string parser that returns a valid route string? Replacing any funny characters? Anyone remember where that is? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Jesse Tayler via Webobjects-dev
What I think you want is a DA to return JSON, perhaps like this: public WOResponse responseForPoint(DataPoint point) { ERXKeyFilter filter = DataPointController.showFilter(); String json = ERXRestFormat.json().toString(point, filter);

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Jesse Tayler via Webobjects-dev
I might be confused Not sure this is the right API for what you want since this API is for a specific page or object ID? ra/Vote/2343.html or ra/User/jtayler.html Is what I might expect Those routes are HTML and either need default HTML or a static view page for that entity that accepts an

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Jesse Tayler via Webobjects-dev
If you want to generate an action URL, I think you’ll want this API String link = ERXRouteUrlUtils.actionUrlForEntity(context, entityName, entityID, action, format, queryParameters, secure, includeSessionID); > On Apr 16, 2020, at 12:42 PM, Dev WO via Webobjects-dev > wrote: > > Hi

Re: Help with Apache... stuck

2020-04-06 Thread Jesse Tayler via Webobjects-dev
Let’s see… RewriteRule ^/signup /apps/WebObjects/WOMan.woa/wa/signup [last,passthrough] I notice my configuration shows /apps/ DocumentRoot "/var/www/html/planaby" ServerName ec.planaby.com:80 ServerAlias planaby.com ServerAlias 10.150.65.203 Not much

Re: Help with Apache... stuck

2020-04-06 Thread Jesse Tayler via Webobjects-dev
You’ve tested to the ip:port directly and your app runs ok? Then it would indeed sound like apache, since wotaskd or monitor would show other error types I’d think. I think you could test wotaskd / monitor using a url with a port number like -2001 on the URL, but I don’t think that will reveal

Re: WOWODC 2020 - I'm afraid not

2020-03-16 Thread Jesse Tayler via Webobjects-dev
thanks. > On Mar 16, 2020, at 12:32 PM, Maik Musall via Webobjects-dev > wrote: > > Hi everyone, > > together with the Salient team from Frankfurt that organized the WO-Day 2019, > we were in the process of planning a full weekend WOWODC in late summer or > autumn this year. For obvious

Re: Multiple timezones

2020-02-26 Thread Jesse Tayler via Webobjects-dev
Just to complain about how hard this can be? Our events service let’s you post events at certain times and locations. Great. But those locations could be outside your timezone, or that date of the event might pass daylight savings… So, first — we had to identify the location, venue and lat/lon

Re: Multiple timezones

2020-02-25 Thread Jesse Tayler via Webobjects-dev
I do a lot of timezone stuff, even had serious troubles with deciding how to handle certain problems like not already knowing a public user’s timezone until basically submitting and returning a page at least once to set the session TZ correctly. Even then weird things like a timezone listing

Re: Back again....

2020-02-13 Thread Jesse Tayler via Webobjects-dev
> On Feb 13, 2020, at 9:56 AM, Tony Giaccone via Webobjects-dev > wrote: > > > I used to do WebObjects dev back in the day. Now I’m just a little curious to > see where things stand in WOWorld. > Outstanding! > I’m building a simple one page master detail app and I wanted to compare a >

Re: SQL Error on fetch

2020-02-04 Thread Jesse Tayler via Webobjects-dev
Isn’t that just when the adaptor needs to reconnect after a period of rest? > On Feb 4, 2020, at 4:00 PM, Gino Pacitti via Webobjects-dev > wrote: > > Hi > Has anyone encountered this sort of error before? > > It does not happen all the time but just on occasion. > > mysql Ver 14.14

Re: REDIRECTED to non-refusing instance

2020-02-03 Thread Jesse Tayler via Webobjects-dev
Well, I don’t know the place where that log is made, but I’d guess there’s a TON of odd things that could cause an instance to pass on a session request like threads or memory Have you got a handle on various measures of these instances you can compare to historical data? Might reveal a

Re: Maven Unit tests with EOF

2020-01-23 Thread Jesse Tayler via Webobjects-dev
Isn’t that what you get with some java version mismatch ?? > On Jan 23, 2020, at 11:41 AM, Aaron Rosenzweig via Webobjects-dev > wrote: > > I tried this call: > > NSBundle MYBUNDLE = NSBundle.mainBundle(); > > It fails immediately with: > java.lang.NoClassDefFoundError: Could not initialize

Re: Standalone D2W RuleModeler update?

2020-01-15 Thread Jesse Tayler via Webobjects-dev
I’m on Catalina? Did I miss? Version 1.6.0 (4) Is what I’m running and it seems fine, but I’m not sure about bits > On Jan 15, 2020, at 2:36 PM, Riccardo De Menna via Webobjects-dev > wrote: > > > >> On 28 Dec 2019, at 16:09, Markus Ruggiero via Webobjects-dev >> wrote: >> >> Is

Re: WebObjects and Javascript Response Rewriter

2020-01-02 Thread Jesse Tayler via Webobjects-dev
I see. Well, that’s a bit of a trick but of course, you can decide what you’d like to do. I once realized that my UI elements often needed settings, defaults and configurations to exist in javascript — it seemed a waste and trouble to create new components of course, in my case, I use a lot

Re: WebObjects and Javascript Response Rewriter

2020-01-02 Thread Jesse Tayler via Webobjects-dev
I might be confused — Don’t you already have control at both ends? > On Jan 2, 2020, at 1:31 PM, Jérémy DE ROYER via Webobjects-dev > wrote: > > Hi all… and Happy New Year ! > > For this new year, I’de like to add a javascript postprocessor to the > webobjects response. > > I mean I would

  1   2   >