Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread Miguel Angel Torres Avila via Webobjects-dev
Hi John, I would like to have a copy of mod_WebObjects.so <http://mod_webobjects.so/> to run some tests. Thanks in advance.  > El 3 oct 2024, a las 7:37 a.m., John Pollard via Webobjects-dev > escribió: > > Just to confirm, deploying to Graviton AWS server all smoo

Re: supported DB servers

2024-10-03 Thread Ralf Schuchardt via Webobjects-dev
little details one could probably always write a plugin based on those templates. Ralf ocs--- via Webobjects-dev schrieb am 3. October 2024, um 16:47 Uhr: Hi there, is there somewhere a list of SQL databases which we can use with WO+Wonder today (perhaps with some howtos and gotchas, if known

Re: How to use javaLocalDateTime prototype?

2024-10-03 Thread Ricardo Parada via Webobjects-dev
rototype attribute which uses NSTimestamp. > > Thank you, > Ricardo Parada > > ___ 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.ap

How to use javaLocalDateTime prototype?

2024-10-03 Thread Ricardo Parada via Webobjects-dev
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

supported DB servers

2024-10-03 Thread ocs--- via Webobjects-dev
Hi there, is there somewhere a list of SQL databases which we can use with WO+Wonder today (perhaps with some howtos and gotchas, if known)? All I've found is https://en.wikibooks.org/wiki/WebObjects/EOF/Using_EOF/Database_Adaptors_and_Plugins which says it is outdated and offers a li

Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread John Pollard via Webobjects-dev
ADAPTORS = CGI Apache2.4 (this in the OTHER LINUX section) > > make > > A lot of output and warnings, but it created: > Adaptors/Apache2.4/mod_WebObjects.so > and > Adaptors/CGI/WebObjects > > I will not be able to test it for a while, but promising. > > Any feedback

Re: Enabling HTTP Content-Security-Policy (CSP) in WebObjects/WOnder-Ajax based applications?

2024-10-02 Thread Markus Stoll, junidas GmbH via Webobjects-dev
Hi René did you find a solution for this issue? I guess this will be a major issue for everyone integrating a payment provider…. Regards, Markus > Am 08.03.2023 um 10:51 schrieb René Bock via Webobjects-dev > : > > Hi, > > has anybody ever successfully enabled the HTTP Conte

Re: qualifier-linked-to-EC woes

2024-09-20 Thread ocs--- via Webobjects-dev
> On 21. 9. 2024, at 0:45, OCsite via Webobjects-dev > wrote: > > Hi there, > > a qualifier should be independent on ECs and work just as well in any of > them, right? Well, wrong :( If there's a key-value (sub-)qualifier like this: > > === > def qq=EOQua

qualifier-linked-to-EC woes

2024-09-20 Thread OCsite via Webobjects-dev
attributes which are not class properties :( Can anybody see a reasonable work-around? Thanks! OC ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: Amazon Linux 2023 and Graviton

2024-09-19 Thread John Pollard via Webobjects-dev
Edit make.config Set: ADAPTOR_OS = LINUX RC_ARCHS=armv8-a ADAPTORS = CGI Apache2.4 (this in the OTHER LINUX section) make A lot of output and warnings, but it created: Adaptors/Apache2.4/mod_WebObjects.so and Adaptors/CGI/WebObjects I will not be able to test it for a while, but promising.

Re: Amazon Linux 2023 and Graviton

2024-09-18 Thread John Pollard via Webobjects-dev
been updated since 2013. If anyone knows of prolems running WO app servers on Graviton, please say now and stick to Amazon T3 instances or similar. Thanks John > On 21 Jun 2024, at 23:58, Paul Hoadley via Webobjects-dev > wrote: > > Hi John, > > On 21 Jun 2024, at 17:33, J

Re: Custom EOQualifier

2024-08-30 Thread Aaron Rosenzweig via Webobjects-dev
024, at 10:40 AM, Xavier (WO) via Webobjects-dev > wrote: > > Hi André, > > You shouldn’t need to do anything, your String will be called as a variable, > the EOQualifer will escape the problematic characters for you. > > Xavier > > >> On 30 Aug 2024, at 16:1

Re: Custom EOQualifier

2024-08-30 Thread Xavier (WO) via Webobjects-dev
> special characters in the Strings so your “*” shouldn’t be an issue. >> Xavier >>> On 30 Aug 2024, at 15:06, André Rothe via Webobjects-dev >>> wrote: >>> Hi, >>> I need a custom EOQualifier, which executes for Strings in an Orac

Re: Custom EOQualifier

2024-08-30 Thread André Rothe via Webobjects-dev
” the special characters in the Strings so your “*” shouldn’t be an issue. Xavier On 30 Aug 2024, at 15:06, André Rothe via Webobjects-dev wrote: Hi, I need a custom EOQualifier, which executes for Strings in an Oracle database WHERE UPPER(table.aStr) = UPPER(bStr) (compare both Strings in

Re: Custom EOQualifier

2024-08-30 Thread Xavier (WO) via Webobjects-dev
Hello André, Didi you actually try to use the regular QualifierOperatorCaseInsensitiveLike, I’d say that it would “escape” the special characters in the Strings so your “*” shouldn’t be an issue. Xavier > On 30 Aug 2024, at 15:06, André Rothe via Webobjects-dev > wrote: > >

Re: Custom EOQualifier

2024-08-30 Thread OCsite via Webobjects-dev
. All the best, OC > On 30. 8. 2024, at 15:06, André Rothe via Webobjects-dev > wrote: > > Hi, > > I need a custom EOQualifier, which executes for Strings in an Oracle database > > WHERE UPPER(table.aStr) = UPPER(bStr) > > (compare both Strings in uppercases). A

Custom EOQualifier

2024-08-30 Thread André Rothe via Webobjects-dev
wildcards. How I can build such a class? Greetings André ___ 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.c

Re: Maven Help

2024-08-27 Thread Paul Hoadley via Webobjects-dev
Hi Ted, On 28 Aug 2024, at 00:16, Theodore Petrosky via Webobjects-dev wrote: > I'm sorry I missed this what is this woot? > On 8/17/24, 6:19 PM, "Jesse Tayler via Webobjects-dev" > mailto:webobjects-dev@lists.apple.com>> > wrote: > > woo

Re: Maven Help

2024-08-27 Thread Theodore Petrosky via Webobjects-dev
I'm sorry I missed this what is this woot? Theodore Petrosky | IT/Finance Director AgencySacks On 8/17/24, 6:19 PM, "Jesse Tayler via Webobjects-dev" mailto:webobjects-dev@lists.apple.com>> wrote: woot. > On Aug 17, 2024, at 12:36 PM, Theodore Pet

Re: FB JDBC version?

2024-08-23 Thread OCsite via Webobjects-dev
itely OK. Alas, the bloody Java ignores the classpath and happily loads the JDBC driver from java.ext.dirs, regardless the classpath path :( Thanks, OC > > From: o...@ocs.cz > Sent: Friday, August 23, 2024 6:20 AM > To: Ramsey Gurley ; WebObjects-Dev List > > Subject: Re: F

Re: FB JDBC version?

2024-08-23 Thread Ramsey Gurley via Webobjects-dev
Check the startup logging in your app. I'm fairly sure a standard wonder app dumps the entire classpath as part of the start of the startup logging. From: o...@ocs.cz Sent: Friday, August 23, 2024 6:20 AM To: Ramsey Gurley ; WebObjects-Dev List Subject: R

Re: FB JDBC version?

2024-08-23 Thread ocs--- via Webobjects-dev
nd check in the > Dependency Hierarchy tab. > From: OCsite via Webobjects-dev > Sent: Thursday, August 22, 2024 2:54 PM > To: WebObjects-Dev List > Subject: FB JDBC version? > > Hi there, > > how does one properly determine the current FB JDBC driver version? > &

Re: FB JDBC version?

2024-08-23 Thread ocs--- via Webobjects-dev
gt; >> On Aug 22, 2024, at 3:54 PM, OCsite via Webobjects-dev >> wrote: >> >> Hi there, >> >> how does one properly determine the current FB JDBC driver version? >> >> Lately we were not sure whether all our installations contain the newest &g

Re: FB JDBC version?

2024-08-22 Thread Ramsey Gurley via Webobjects-dev
Csite via Webobjects-dev Sent: Thursday, August 22, 2024 2:54 PM To: WebObjects-Dev List Subject: FB JDBC version? Hi there, how does one properly determine the current FB JDBC driver version? Lately we were not sure whether all our installations contain the newest release, and thus I've ad

Re: FB JDBC version?

2024-08-22 Thread Jesse Tayler via Webobjects-dev
at 3:54 PM, OCsite via Webobjects-dev > wrote: > > Hi there, > > how does one properly determine the current FB JDBC driver version? > > Lately we were not sure whether all our installations contain the newest > release, and thus I've added a code to log out the versio

FB JDBC version?

2024-08-22 Thread OCsite via Webobjects-dev
bc.jar (which should really be 2.5.20 — 240643 bytes, md5 72266d135712d26c60bc5cc1e1dc7c94). What do I overlook? Thanks, OC ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.appl

Re: overlapping R/Rs in same session

2024-08-21 Thread Aaron Rosenzweig via Webobjects-dev
do-they-share-cookies> > it seems it is a customary behaviour in other browsers, too. > > Thanks, > OC > >> >>> On Aug 19, 2024, at 9:25 AM, ocs--- via Webobjects-dev >>> mailto:webobjects-dev@lists.apple.com>> >>> wrote: >>> &

Re: overlapping R/Rs in same session

2024-08-21 Thread OCsite via Webobjects-dev
7204/same-browser-but-different-windows-do-they-share-cookies it seems it is a customary behaviour in other browsers, too. Thanks, OC > >> On Aug 19, 2024, at 9:25 AM, ocs--- via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >> >

Re: overlapping R/Rs in same session

2024-08-20 Thread Aaron Rosenzweig via Webobjects-dev
Sounds like maybe your session is in the URL? What if you put the session in a cookie? Then it’s not possible to have multiple tabs in the same browser. The last tab wins. > On Aug 19, 2024, at 9:25 AM, ocs--- via Webobjects-dev > wrote: > > Hi there, > > looks like

Re: overlapping R/Rs in same session

2024-08-19 Thread Samuel Pelletier via Webobjects-dev
or windows, this is by far the easiest way to help users. Regards, Samuel > Le 19 août 2024 à 09:25, ocs--- via Webobjects-dev > a écrit : > > Hi there, > > looks like the main cause of those overlapping R/Rs which we ar clashing with > lately is that some users just open t

overlapping R/Rs in same session

2024-08-19 Thread ocs--- via Webobjects-dev
omplex, but still worlds easier than attempting to make _all_ R/Rs 100ms-or-less... Any better idea? Thanks and all the best, OC ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-

Re: fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-19 Thread René Bock via Webobjects-dev
https://www.wocommunity.org/podcasts/wowodc/2011/BackgroundTasks.mov Regards René Am 18.08.2024 um 15:22 schrieb Samuel Pelletier via Webobjects-dev : OC, I do not know your app and deployment setup but usually, I know that keeping things simple is usually a good thing and a single instanc

Re: fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-18 Thread Samuel Pelletier via Webobjects-dev
OSC (69463522). Yet, each time there's a fetch of the same > object (1000147). I must be missing something of importance; I believe there > should be only the 1st one, while instead of the latter ones the fault should > get fired quickly through snapshots of the OSC without a D

Re: fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-18 Thread ocs--- via Webobjects-dev
e should be only the 1st one, while instead of the latter ones the fault should get fired quickly through snapshots of the OSC without a DB roundtrip. Thanks, OC >> Le 17 août 2024 à 08:48, ocs--- via Webobjects-dev >> a écrit : >> >> Hi there, >> >&

Re: fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-18 Thread Jérémy DE ROYER via Webobjects-dev
(); _localSession.defaultEditingContext().dispose(); _localSession.terminate(); _tmpObjectStoreCoordinator.dispose(); Hope it helps, Jérémy Le 17 août 2024 à 15:59, Samuel Pelletier via Webobjects-dev a écrit : OC, If you create a new OSC, you will have no snapshot cache (I may be wrong on this), so it is the

Re: Maven Help

2024-08-17 Thread Jesse Tayler via Webobjects-dev
woot. > On Aug 17, 2024, at 12:36 PM, Theodore Petrosky via Webobjects-dev > wrote: > > With Hugi’s help, I finally have the ability to create new WO/Wonder projects > in Eclipse. Please can Ramsey be given permissions to update the Maven > templates to create D2W and

Maven Help

2024-08-17 Thread Theodore Petrosky via Webobjects-dev
has them almost ready for prime-time. I have fallen away from WO and I want to rejoin the fun. Yours in WO(e)! Ted ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-17 Thread Samuel Pelletier via Webobjects-dev
fetches do a good job. If your fetches are long, check your database indexes. Regards, Samuel > Le 17 août 2024 à 08:48, ocs--- via Webobjects-dev > a écrit : > > Hi there, > > (I've solved the locks — were caused by a stray background thread which I've > c

fetches too often (was: weird locks) in faultWithPrimaryKeyValue

2024-08-17 Thread ocs--- via Webobjects-dev
are no roundtrips at all. I would understand the first fetch in the separate OSC, but subsequently, it should just use snapshots like the default root store does, should it not? What am I missing? Thanks, OC > On 16. 8. 2024, at 18:14, ocs--- via Webobjects-dev > wrote: > > Hi ther

Re: weird locks in faultWithPrimaryKeyValue

2024-08-17 Thread Samuel Pelletier via Webobjects-dev
o the commands by scheduling a task every hour : Runtime.getRuntime().gc(); Runtime.getRuntime().runFinalization(); I do not know if the second is required but it does not hurt. Hope this can help someone, Samuel > Le 16 août 2024 à 12:14, ocs--- via Webobjects-dev >

weird locks in faultWithPrimaryKeyValue

2024-08-16 Thread ocs--- via Webobjects-dev
a null rootObjectStore. What the H.?!? Thanks and all the best, OC ___ 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://lis

Re: Solved: awake-time long lags

2024-08-14 Thread Jérémy DE ROYER via Webobjects-dev
Hello, Why not use a busy indicatior when « onclick » ? And hide it with the response. I use it on our web commerce app and it works well (exemple : https://www.cssscript.com/demo/minimal-busy-indicator-javascript-css3/) Jérémy Le 13 août 2024 à 17:26, OCsite via Webobjects-dev a écrit

Solved: awake-time long lags

2024-08-13 Thread OCsite via Webobjects-dev
2024, at 2:32, ocs--- via Webobjects-dev > wrote: > > Hi there, > > we are encountering another weird problem: a (very) long lag awake-time. > > We happen to log the application-level awake and some of the component-level > awakes. Normally, the latter happen just a c

Re: find EO's PK without side-effects?

2024-08-06 Thread Maik Musall via Webobjects-dev
Hi, ERXGenericRecord has a primaryKey() method (which maps to ERXEOControlUtilities.primaryKeyStringForObject(this)). Maik > Am 05.08.2024 um 13:37 schrieb OCsite via Webobjects-dev > : > > Hi there, > > can I somehow get a PK of an EO without uglies like locking its

find EO's PK without side-effects?

2024-08-05 Thread OCsite via Webobjects-dev
-evidently I was wrong; lately I was bitten in tender parts by rawPrimaryKey auto-locking EC. Thanks, OC ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: awake-time long lags

2024-08-01 Thread OCsite via Webobjects-dev
sk at the same moment (but for FrontBase, I understand there's essentially nothing other of importance running on that machine than the WO app). Thanks a lot! OC > >> On Aug 1, 2024, at 8:32 PM, ocs--- via Webobjects-dev >> wrote: >> >> Hi there, >>

Re: awake-time long lags

2024-08-01 Thread Aaron Rosenzweig via Webobjects-dev
How is your RAM headspace? Is it possible you are running out of runway? Maybe it’s doing lots of garbage collection. > On Aug 1, 2024, at 8:32 PM, ocs--- via Webobjects-dev > wrote: > > Hi there, > > we are encountering another weird problem: a (very) long lag awake-time.

awake-time long lags

2024-08-01 Thread ocs--- via Webobjects-dev
perhaps anyone here encountered a similar problem and might suggest a solution or at least a reasonable way to find the culprit? Thanks and all the best, OC ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Solved: Properties file not loading

2024-07-31 Thread Aaron Rosenzweig via Webobjects-dev
>> Maven by default checks src/main/resources whereas fluffy bunny layout by >> default looks at Resources. You can specify that maven should look in >> Resources in your pom.xml file if that is where you would like them located, >> which you probably do for zero conflicts with

Re: Properties file not loading

2024-07-31 Thread Aaron Rosenzweig via Webobjects-dev
like them located, > which you probably do for zero conflicts with WOLips. See lines 52-70 here, > https://github.com/nullterminated/woarchetypes/blob/master/webobjects-app/src/main/resources/archetype-resources/pom.xml > > <https://github.com/nullterminated/woarchetypes/blob/master/

Re: Properties file not loading

2024-07-31 Thread Ramsey Gurley via Webobjects-dev
, https://github.com/nullterminated/woarchetypes/blob/master/webobjects-app/src/main/resources/archetype-resources/pom.xml From: Aaron Rosenzweig via Webobjects-dev Sent: Tuesday, July 30, 2024 5:34 PM To: WebObjects-Dev List Subject: Properties file not loading

Re: Advisory: Eclipse bundless builds + maven = no está bien

2024-07-30 Thread Paul Hoadley via Webobjects-dev
On 31 Jul 2024, at 01:11, Aaron Rosenzweig via Webobjects-dev wrote: > Turns out, now with Maven, you cannot use bundless builds! If you do, you > won't see any errors/problems (no red) in Eclipse but you'll get runtime > errors when you launch. Most notable is a null mai

Properties file not loading

2024-07-30 Thread Aaron Rosenzweig via Webobjects-dev
the properties file from the framework? Many thanks, — Aaron ___ 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.

Re: Advisory: Eclipse bundless builds + maven = no está bien

2024-07-30 Thread Ramsey Gurley via Webobjects-dev
I wasn't online yesterday, so maybe I'm too late to help here, but... I have a maven archetype (project template) for a webobjects application posted here, https://github.com/nullterminated/woarchetypes (I actually planned to make one for d2w and frameworks too, but I haven't g

Advisory: Eclipse bundless builds + maven = no está bien

2024-07-30 Thread Aaron Rosenzweig via Webobjects-dev
t" folder where Maven puts compiled java class files, it now makes a .woa bundle and obviously uses that during launch from inside Eclipse. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Summary: modern maven requires secure HTTPS

2024-07-29 Thread Aaron Rosenzweig via Webobjects-dev
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: Maven build - no main bundle name

2024-07-29 Thread Aaron Rosenzweig via Webobjects-dev
>>>>>> On Jul 29, 2024, at 12:02 PM, Aaron Rosenzweig >>>>> <mailto:aa...@chatnbike.com>> wrote: >>>>>> >>>>>> Hi Markus thanks for the quick reply! >>>>>> >>>>>> Good question, I don’t

Re: Maven build - no main bundle name

2024-07-29 Thread Markus Stoll, junidas GmbH via Webobjects-dev
k reply! >>>>> >>>>> Good question, I don’t know. I haven’t run from command line, hadn’t done >>>>> it with Ant and also haven’t tried it with Maven. It’s an interesting >>>>> idea to try if I can figure it out. Maybe it will show

Re: Maven build - no main bundle name

2024-07-29 Thread Aaron Rosenzweig via Webobjects-dev
haven’t tried it with Maven. It’s an interesting idea >>>> to try if I can figure it out. Maybe it will show a difference that leads >>>> to discovery. >>>> >>>>> On Jul 29, 2024, at 11:58 AM, Markus Stoll, junidas GmbH >>>>> mailt

Re: Maven build - no main bundle name

2024-07-29 Thread Aaron Rosenzweig via Webobjects-dev
t...@junidas.de>> wrote: >>>> >>>> Hi Aaron, >>>> >>>> I did the very thing just recently without any problems >>>> >>>> does the maven build run outside eclipse (standalone)? So does the problem >>>> occur

Re: Maven build - no main bundle name

2024-07-29 Thread Markus Stoll, junidas GmbH via Webobjects-dev
ut any problems >>> >>> does the maven build run outside eclipse (standalone)? So does the problem >>> occur only when started from eclipse? >>> >>> Regards >>> Markus >>> >>>> Am 29.07.2024 um 17:49 schrieb Aaron Rosenzweig

Re: Maven build - no main bundle name

2024-07-29 Thread Aaron Rosenzweig via Webobjects-dev
on, >> >> I did the very thing just recently without any problems >> >> does the maven build run outside eclipse (standalone)? So does the problem >> occur only when started from eclipse? >> >> Regards >> Markus >> >>> Am 29.07.2024 um 1

Re: Maven build - no main bundle name

2024-07-29 Thread Aaron Rosenzweig via Webobjects-dev
Markus > >> Am 29.07.2024 um 17:49 schrieb Aaron Rosenzweig via Webobjects-dev >> : >> >> Hi, >> >> I’m trying to convert an ANT based webobjects application into a Maven >> build. At the moment It’s building in Eclipse without errors but when I try

Re: Maven build - no main bundle name

2024-07-29 Thread Markus Stoll, junidas GmbH via Webobjects-dev
Hi Aaron, I did the very thing just recently without any problems does the maven build run outside eclipse (standalone)? So does the problem occur only when started from eclipse? Regards Markus > Am 29.07.2024 um 17:49 schrieb Aaron Rosenzweig via Webobjects-dev > : > > Hi, >

Maven build - no main bundle name

2024-07-29 Thread Aaron Rosenzweig via Webobjects-dev
Hi, I’m trying to convert an ANT based webobjects application into a Maven build. At the moment It’s building in Eclipse without errors but when I try to launch within the Eclipse environment I get errors due to not finding the main bundle. Specifically the following call inside of

Re: FrontBase speed, feels weird.

2024-07-15 Thread Samuel Pelletier via Webobjects-dev
large blob). If you are on very fast PCIe SSD, it is usually very fast but regular HDs have a very limited IO capacity. Regards, Samuel > Le 15 juill. 2024 à 09:33, OCsite via Webobjects-dev > a écrit : > > Hi there, > > for years and years, we happily use FrontBase. La

FrontBase speed, feels weird.

2024-07-15 Thread OCsite via Webobjects-dev
___ 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: WOAjaxCollapsibleComponentContent ???

2024-06-27 Thread mailinglists via Webobjects-dev
>>> >>> >> return code; >>> } >>> >>> Or if there is a lot of complex stuff going on and race conditions with JS >>> events maybe you need a hack to invoke Ajax on a delay >>> public String onclickJavascript(){ >>> S

Re: WOAjaxCollapsibleComponentContent ???

2024-06-26 Thread Aaron Rosenzweig via Webobjects-dev
ents maybe you need a hack to invoke Ajax on a delay >> public String onclickJavascript(){ >> String code = "setTimeout(" + toggleFunctionName() + ", 500); return >> true;"; >> return code; >> } >> >> Notice that there is no update

Re: WOAjaxCollapsibleComponentContent ???

2024-06-26 Thread mailinglists via Webobjects-dev
ggleFunctionName() + ", 500); return > true;"; >return code; > } > > Notice that there is no update container specified on the AjaxHyperlink. > That’s because you don’t need to refresh anything, you only need to tell the > server the state of open/close. > >

Re: WOAjaxCollapsibleComponentContent ???

2024-06-23 Thread Aaron Rosenzweig via Webobjects-dev
Webobjects-dev > wrote: > > Anyone using this component? It has bindings that seem not to be used. Does > this work at all? I cannot make sense of it. > > Alternatively has anyone made proper use of the html construct > ? It works nicely but I cannot preserve “open” stat

WOAjaxCollapsibleComponentContent ???

2024-06-23 Thread mailinglists via Webobjects-dev
--- ___ 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

Re: Amazon Linux 2023

2024-06-21 Thread Paul Hoadley via Webobjects-dev
s://www.linkedin.com/company/logic-squad/ ___ 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/op

Re: Amazon Linux 2023

2024-06-21 Thread John Pollard via Webobjects-dev
deploying to Graviton? Thanks John > On 19 Jun 2024, at 10:05, John Pollard via Webobjects-dev > wrote: > > Thanks again Paul > I use Java Web Start, so I don’t think corretto will work for me. > I do use cron yes. > John > >> On 19 Jun 2024, at 00:34, P

Re: Amazon Linux 2023

2024-06-19 Thread John Pollard via Webobjects-dev
Thanks again Paul I use Java Web Start, so I don’t think corretto will work for me. I do use cron yes. John > On 19 Jun 2024, at 00:34, Paul Hoadley via Webobjects-dev > wrote: > > Hi John, > > On 18 Jun 2024, at 19:15, John Pollard wrote: > >> Thanks

Re: Amazon Linux 2023

2024-06-18 Thread Paul Hoadley via Webobjects-dev
l Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/ ___ 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 Subscripti

Re: Amazon Linux 2023

2024-06-18 Thread John Pollard via Webobjects-dev
ds up. Is the WO apache adaptor going to work as is? And wotaskd and javamonitor should be fine I guess as just java apps. John > On 18 Jun 2024, at 00:25, Paul Hoadley via Webobjects-dev > wrote: > > Hi John, > > On 17 Jun 2024, at 20:09, John Pollard via Webobjects-dev >

Re: Amazon Linux 2023

2024-06-17 Thread Paul Hoadley via Webobjects-dev
Hi John, On 17 Jun 2024, at 20:09, John Pollard via Webobjects-dev wrote: > I am deployed to Amazon Linux 2 and need to move to Amazon Linux 2023 by > March 2025. > > Was anyone else in this boat / has already done this migration? > > If so, is there anything I should be

Re: Amazon Linux 2023

2024-06-17 Thread Jesse Tayler via Webobjects-dev
I’ve been using containers which are helpful in controlling the administration without need of knowing much about the host environment. > On Jun 17, 2024, at 6:39 AM, John Pollard via Webobjects-dev > wrote: > > Hello, > > I am deployed to Amazon Linux 2 and need to mo

Amazon Linux 2023

2024-06-17 Thread John Pollard via Webobjects-dev
notes from moving between AL1 and AL2 so hoping that should help. Many thanks, John John Pollard 077 4221 0024 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: [POSSIBLY SOLVED]: Cannot obtain globalId for an object which is registered in an other than the databaseContext's active editingContext

2024-06-09 Thread OCsite via Webobjects-dev
ghtly different — the original relationship gets filled from the snapshot without any problem, but the inverse may (quite probably) need to be fetched, with precisely the same outcome. Sigh. > On 9. 6. 2024, at 2:46, ocs--- via Webobjects-dev > wrote: > > Hi there again, > >

[POSSIBLY SOLVED]: Cannot obtain globalId for an object which is registered in an other than the databaseContext's active editingContext

2024-06-08 Thread ocs--- via Webobjects-dev
around the step 1). What would be the best fix/work-around? I can't see any simple one; and I would rather not override and re-implement the complete and rather non-trivial commitChanges method. Thanks and all the best, OC > On 8. 6. 2024, at 4:38, ocs--- via Webobjects-dev > wrote

Cannot obtain globalId for an object which is registered in an other than the databaseContext's active editingContext

2024-06-07 Thread ocs--- via Webobjects-dev
roovy:-1) - OCSEC.saveChanges(OCSEnterpriseObject.groovy:106) - OCSEC$saveChanges.call(:-1) ___ 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 Subs

Memory Adaptor

2024-06-05 Thread André Rothe via Webobjects-dev
___ 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: re/store context somehow? (OCsite)

2024-05-19 Thread Paul Hoadley via Webobjects-dev
pageWithName(MainPage.class.name) > } > } > === > > If you can foresee case(s) when it would fail, I'd be grateful for some > hints, so that I test them here and update my code appropriately. > > Thanks again and all the best, > OC -- Paul Hoadley

Re: re/store context somehow? (OCsite)

2024-05-18 Thread ocs--- via Webobjects-dev
Thanks a lot, also to all others! > On 18. 5. 2024, at 4:06, Paul Hoadley via Webobjects-dev > wrote: > On 18 May 2024, at 6:26 am, Amedeo Mantica via Webobjects-dev > mailto:webobjects-dev@lists.apple.com>> > wrote: >> I no longer use WO but I reca

Re: re/store context somehow? (OCsite)

2024-05-17 Thread Paul Hoadley via Webobjects-dev
On 18 May 2024, at 6:26 am, Amedeo Mantica via Webobjects-dev wrote: > I no longer use WO but I recall this framework in wonder: > ERPersistentSessionStorage That framework is a fantastic proof of concept, but in practice the approach can be quite brittle. It works by Java-serializi

Re: re/store context somehow? (OCsite)

2024-05-17 Thread Aaron Rosenzweig via Webobjects-dev
session in something like the end of appendToResponse() and then maybe have a link in the top left corner to “restore prior page" > On May 17, 2024, at 4:56 PM, Amedeo Mantica via Webobjects-dev > wrote: > > I no longer use WO but I recall this framework in wonder: > ERPers

Re: re/store context somehow? (OCsite)

2024-05-17 Thread Amedeo Mantica via Webobjects-dev
I no longer use WO but I recall this framework in wonder: ERPersistentSessionStorage Amedeo > On 17 May 2024, at 22:01, Martino Limido via Webobjects-dev > wrote: > > Hi there, > > it’s important to note that the `WOContext` object in WebObjects ends with > the lif

Re: re/store context somehow? (OCsite)

2024-05-17 Thread Martino Limido via Webobjects-dev
Hi there, it’s important to note that the `WOContext` object in WebObjects ends with the lifecycle of the request and response. This means that simply storing the `WOContext` object is not feasible as it will no longer be available after the request is completed. ### Possibility of

re/store context somehow?

2024-05-16 Thread OCsite via Webobjects-dev
resurrect the saved context somehow, but I can't find a way to do that. Does anybody know how to? Thanks! OC ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Uns

webserverresources path for older versions

2024-05-08 Thread OC via Webobjects-dev
older build) to consistently provide resources from the application folder, effectively ignoring split install, like it happens with direct connect, generating URLs like “/cgi-bin/WebObjects/Test.woa/wr/wodata=/the-current-app-path/Test.woa/Contents/WebServerResources/SomeFile.css” instead of those

Re: Wonder-slim

2024-05-04 Thread Hugi Thordarson via Webobjects-dev
im in eclipse I get the "your IDE is missing natures >> to properly support your project " >> In your wonder-slim README the link after "Let’s set it up" seems broken. >> May be is something wrong in my Wo / Maven configuration. >> I can’t find th

.wo parser/validator?

2024-05-03 Thread OCsite via Webobjects-dev
___ 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

Re: WoCommunity list

2024-05-02 Thread Paul Hoadley via Webobjects-dev
Hi Francois, On 3 May 2024, at 01:29, Francois BIENTZ via Webobjects-dev wrote: > Howto subscribe to > https://lists.wocommunity.org/Lists/webobjects-dev/List.html ? There are several subscribe links right at the bottom of that page. -- Paul Hoadley https://logicsquad.net/

WoCommunity list

2024-05-02 Thread Francois BIENTZ via Webobjects-dev
Hi all Howto subscribe to https://lists.wocommunity.org/Lists/webobjects-dev/List.html <https://lists.wocommunity.org/Lists/webobjects-dev/List.html> ? the https://www.mail-archive.com/webobjects-dev@lists.apple.com/ <https://www.mail-archive.com/webobjects-dev@lists.apple.com/>

Re: Wonder-slim

2024-05-02 Thread Francois BIENTZ via Webobjects-dev
Thank you Hugi ___ 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

Re: Wonder-slim

2024-05-01 Thread Hugi Thordarson via Webobjects-dev
n achieve the same by creating one of those (or adding wonder-slim to one of your existing projects). Cheers, - hugi > > Francois > >> Le 1 mai 2024 à 16:31, Hugi Thordarson via Webobjects-dev >> a écrit : >> >> Hi Ricardo, >> >> https://gith

Re: Wonder-slim

2024-05-01 Thread Francois BIENTZ via Webobjects-dev
d the testapp in the repository to "play around ". Francois > Le 1 mai 2024 à 16:31, Hugi Thordarson via Webobjects-dev > a écrit : > > Hi Ricardo, > > https://github.com/undur/wonder-slim > > in short, it's a fork of Wonder that removes everything exc

Re: Wonder-slim

2024-05-01 Thread Hugi Thordarson via Webobjects-dev
Parada wrote: > > Hi all, > > I’m just curious, what is Wonder-slim? > > Thanks > Ricardo > > >> On Apr 29, 2024, at 4:57 PM, Hugi Thordarson via Webobjects-dev >> wrote: >> >> Hi Francois, >> I'm pretty sure I'm the onl

  1   2   3   4   5   6   7   8   9   10   >