Re: re/store context somehow? (OCsite)

2024-05-19 Thread Paul Hoadley via Webobjects-dev
On 19 May 2024, at 5:55 am, o...@ocs.cz wrote: > Hmmm... can you recall please some scenarios, which lead to the spectacular > failure? I'm talking only about ERPersistentSessionStorage.framework, and runtime failures occur whenever it hits something in the object graph rooted at your Session

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-serializing the

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/

Re: Debug frameworks with maven project

2024-04-15 Thread Paul Hoadley via Webobjects-dev
Hi Samuel, On 11 Apr 2024, at 03:45, Samuel Pelletier via Webobjects-dev wrote: > I created a new workspace with the latest Eclipse to migrate my project to > maven. My projects run and I can debug the application code (set breakpoint, > click on exception stack trace to open project source)

Re: Debug frameworks with maven project

2024-04-10 Thread Paul Hoadley via Webobjects-dev
Hi Samuel, On 11 Apr 2024, at 3:45 am, Samuel Pelletier via Webobjects-dev wrote: > I created a new workspace with the latest Eclipse to migrate my project to > maven. My projects run and I can debug the application code (set breakpoint, > click on exception stack trace to open project

Re: Java upgrade question

2024-04-05 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 6 Apr 2024, at 6:55 am, Morris, Mark via Webobjects-dev wrote: > I’ve been trying to research (old messages, Google, etc.), but I don’t think > I’ve found anything definitive. > > I know at least at one point there was an issue migrating past Java 8, due to > the way WOnder

Re: Maven follow up

2024-04-01 Thread Paul Hoadley via Webobjects-dev
Hi Samuel, On 2 Apr 2024, at 08:23, Samuel Pelletier via Webobjects-dev wrote: > Why Eclipse always complain about missing nature, the maven stuff is already > there and working, I always click cancel but the prompt comes back from time > to time. Is there a way to get rid of this alert ?

Re: RDS [was: Re: WOLips Update]

2024-03-16 Thread Paul Hoadley via Webobjects-dev
Hi Jesse, On 17 Mar 2024, at 11:12 am, Jesse Tayler wrote: > I’m upgrading from a rather old MySQL, this is basically a button press and I > suppose I should dump the data in case something goes awry but I cannot see > why my boring EO Model would have any trouble using an updated version

RDS [was: Re: WOLips Update]

2024-03-16 Thread Paul Hoadley via Webobjects-dev
On 17 Mar 2024, at 1:20 am, Jesse Tayler via Webobjects-dev wrote: > Does anyone use RDS on AWS? We've been using PostgreSQL on RDS for years. Is there anything you want to know? -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/

Maven "Quick Start" [was: Re: Meetup maybe? Or call me maybe?]

2023-12-25 Thread Paul Hoadley via Webobjects-dev
On 25 Dec 2023, at 08:38, Paul Hoadley via Webobjects-dev wrote: > Hugi and I will fix the documentation on the Wiki. Going from zero to Hello > World should take anyone about 10 minutes (modulo some artefact download > time). Converting an existing project might take 20 minutes.

Re: Meetup maybe? Or call me maybe?

2023-12-24 Thread Paul Hoadley via Webobjects-dev
Hi everyone, On 24 Dec 2023, at 2:14 am, Hugi Thordarson via Webobjects-dev wrote: > Samuel; the maven info on the WOCommunity wiki is very outdated, to the point > that I think a lot of it should just be deleted and replaced with more modern > info. I've been kind of shy to do that (i.e.

Re: FORBIDDEN

2023-12-02 Thread Paul Hoadley via Webobjects-dev
Thanks Maik. We all really appreciate the work. > On 2 Dec 2023, at 6:36 am, Maik Musall via Webobjects-dev > wrote: > > Hi all, > > sorry we didn’t make it yet. An OS update somehow messed up the document > space, and there are thousands of residual user accounts we need to clean > out,

Re: WOLips bugfixes and new features planning

2023-07-25 Thread Paul Hoadley via Webobjects-dev
Hi Maik, On 25 Jul 2023, at 18:54, Maik Musall wrote: > well, aiming to update WOLips “just” to address those issues comes down to > the same problem of finding someone to do it. Understood. Is this something Ralf could handle? (I'm going into this blind—I have no idea what the problem is,

Re: WOLips bugfixes and new features planning

2023-07-18 Thread Paul Hoadley via Webobjects-dev
Hi Maik, On 18 Jul 2023, at 20:22, Maik Musall via Webobjects-dev wrote: > We’re still sitting on the unused funds from everyone and feel uncomfortable > with the situation. As a single data point, this is no problem from Logic Squad's perspective. We know you're holding the money and that

Re: From ANT to Maven

2023-06-07 Thread Paul Hoadley via Webobjects-dev
On 7 Jun 2023, at 11:46 pm, Jens Schulze via Webobjects-dev wrote: > So for everybody that wishes to try maven on WO; have a look at the sample > projects. Nice one! -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/

Re: Custom array column types in EO model

2022-11-04 Thread Paul Hoadley via Webobjects-dev
Hi Ramsey, On 3 Nov 2022, at 16:42, Ramsey Gurley wrote: > I think I see where I did the magic now. > > If you look at the main commit where it appeared, > > https://github.com/wocommunity/wonder/commit/28ab710470fbff0c82449e6f0be3cf6127f273d6 > >

Re: Custom array column types in EO model

2022-11-02 Thread Paul Hoadley via Webobjects-dev
Hi Ramsey, On 2 Nov 2022, at 17:55, Ramsey Gurley wrote: > I can't say I remember, but if you look in > adaptorValueByConvertingAttributeValue on EOAttribute in > ERAttributeExtension, there's a bit at the end of the method where I let the > date types slide by to support Joda dates. You may

Re: Custom array column types in EO model

2022-11-02 Thread Paul Hoadley via Webobjects-dev
Hi Jürgen, That was one of the first things I tried—formatting the array as PostgreSQL would expect to see it via, say, psql and then just trying to ram it through! As with other approaches I've tried, it gets you close, but not quite there. Firstly: 2022-11-03 04:41:37.922 WARN NSLog - ***

Custom array column types in EO model

2022-11-01 Thread Paul Hoadley via Webobjects-dev
Hello, I'm trying to get this to work for PostgreSQL, though I suspect it would be similar for any RDBMS that offered a type like "text[]": https://www.postgresql.org/docs/current/arrays.html Ideally, I'd like to map an NSArray attribute on the model side to a text[] column in Postgres,

Re: WebObjects Docker Deployment

2022-08-15 Thread Paul Hoadley via Webobjects-dev
Hi Oleksii, On 15 Aug 2022, at 06:50, Oleksii Serhiienko via Webobjects-dev wrote: > In the past, I was working with a WebObjects application which was migrated > to the Cloud. > To share more findings and experience, I have created a demo application >

Re: [Proposal] Drop Wonder's Ant Build

2022-06-28 Thread Paul Hoadley via Webobjects-dev
On 29 Jun 2022, at 10:42, Aaron Rosenzweig via Webobjects-dev wrote: > It’s not a completely different issue is it? > > If anyone builds Wonder as part of their CI/CD and is currently using ANT, > they will need to switch to Maven going forward. Is that how you build Aaron, or just a

Re: [Proposal] Drop Wonder's Ant Build

2022-06-16 Thread Paul Hoadley via Webobjects-dev
Hey Ted, Already answered, but just for additional reassurance: On 17 Jun 2022, at 08:17, Theodore Petrosky via Webobjects-dev wrote: > What about us guys whose projects are smallish projects and never instituted > Maven... It won't affect your projects! This is purely about building the

Re: [Proposal] Drop Wonder's Ant Build

2022-06-16 Thread Paul Hoadley via Webobjects-dev
On 17 Jun 2022, at 08:12, Henrique Prange via Webobjects-dev wrote: > What do you think? I fully support this proposal. -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/ ___ Do not post admin requests to the

Re: ERJGroupsSynchronizer

2022-03-20 Thread Paul Hoadley via Webobjects-dev
Hi Ricardo, On 19 Mar 2022, at 14:25, Ricardo Parada via Webobjects-dev wrote: > Does anybody use ERJGroupsSynchronizer? We've been using it for years now, albeit with some light modifications to allow JGroups to work on AWS (originally via the Meltmedia AWS_PING project, but now via our

Re: Hello again

2022-01-18 Thread Paul Hoadley via Webobjects-dev
On 19 Jan 2022, at 8:19 am, Mark Wardle wrote: > One major issue was that I had .project in my gitignore file, so eclipse made > new ones without the wolips magic / maven features. That meant I got weird > NPE when I tried with a new machine and different behaviour on another. Yes, that will

Re: Hello again

2022-01-18 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 18 Jan 2022, at 8:16 pm, Mark Wardle wrote: > I have nuked my local installation of eclipse. I did have dashes in the path > to my workspace. I tried an installation on a fresh machine, but with latest > eclipse (4), and I now get NPE when I try to run a WOApplication. So I'm >

Re: Hello again

2022-01-18 Thread Paul Hoadley via Webobjects-dev
On 18 Jan 2022, at 6:27 pm, Mark Wardle wrote: > I suspect you fixed it through a special incantation on the first blood red > moon of April. > > Anyway, I clearly have a different environment when running at the command > line compared to in eclipse. Eclipse isn't doing a full Maven

Re: Hello again

2022-01-17 Thread Paul Hoadley via Webobjects-dev
On 18 Jan 2022, at 5:25 am, Mark Wardle wrote: > Amazingly Paul, I found this from the past in which you had exactly the same > issue. I have different models in different frameworks. They are brought in > perfectly using maven at the command line, and everything just seems to work. > In

Re: Hello again

2022-01-17 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 17 Jan 2022, at 6:04 pm, Mark Wardle wrote: > Right. It *is* all working - from the command-line. > > But it is eclipse that is having problems. For some reason I get a 'no model > found' in this model group error. > > Jan 17 07:16:57 RSNews[59144] WARN NSLog - A fatal

Re: Hello again

2022-01-16 Thread Paul Hoadley via Webobjects-dev
On 17 Jan 2022, at 8:05 am, Mark Wardle wrote: > Thanks to Paul and all involved in building the maven plugin and support for > WebObjects/Project Wonder, I'm very pleased to say that I can now quickly and > easily build my entire project using maven, now as separate frameworks and >

Re: Hello again

2022-01-15 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 16 Jan 2022, at 8:32 am, Mark Wardle via Webobjects-dev wrote: > Long time no see. I have quietly lurked here while working on a different > technology stack (mainly clojure/clojurescript), but now want to migrate my > old WO applications to use my newer backend components when

Re: Log4j Vulnerability

2021-12-27 Thread Paul Hoadley via Webobjects-dev
On 28 Dec 2021, at 11:16 am, Aaron Rosenzweig wrote: > Should we upgrade the Wonder jars to v2.16? We could (and it's 2.17 now!), and Henrique mentioned on Slack he would take a look at this. Unfortunately it's more complicated than just bumping version numbers:

Re: Log4j Vulnerability

2021-12-16 Thread Paul Hoadley via Webobjects-dev
Just to update this: On 14 Dec 2021, at 12:07, Paul Hoadley via Webobjects-dev wrote: > * In any case, if you're definitely using Log4J 2 (we are—I went to some > effort months ago to set it up!), you can mitigate the issue immediately by > re-launching all instances with

Re: Log4j Vulnerability

2021-12-13 Thread Paul Hoadley via Webobjects-dev
Hello, On 13 Dec 2021, at 20:56, Daniele Corti via Webobjects-dev wrote: > Today the vulnerability CVE-2021-44228 details (log4j) are out and looks like > all log4j versions are affected! > > I’ve seen many attempt on the logs of the servers, but I was not able to > understand if also my

Re: Single thread creation queue?

2021-11-24 Thread Paul Hoadley via Webobjects-dev
On 25 Nov 2021, at 01:11, Jesse Tayler wrote: > A collation would also work, I don’t think there’s a need to preserve case > but I guess I have thus far and perhaps that’s an easier route than > attempting to alter data in place, I could simply add the function in a way > it can blend in

Re: Single thread creation queue?

2021-11-23 Thread Paul Hoadley via Webobjects-dev
Hi Jesse, On 24 Nov 2021, at 03:19, Jesse Tayler via Webobjects-dev wrote: > Ok wait — I have a question > > I see my qualifier and the constraint needs to be equivalent > > The qualifier has one fixed string and the second string is — > case-insensitive — constraints don’t seem to allow

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

2021-05-05 Thread Paul Hoadley via Webobjects-dev
Hi Jesse, On 6 May 2021, at 02:33, Jesse Tayler via Webobjects-dev wrote: > 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

Re: Idle in transaction

2020-12-14 Thread Paul Hoadley via Webobjects-dev
Hi Aaron, On 15 Dec 2020, at 07:59, Aaron Rosenzweig via Webobjects-dev wrote: > Anyone have any thoughts or experience with this? Just some data points for you. Out of curiosity, I ran that query on several databases in the wild here (modest traffic—daily sessions in the thousands): none

Re: ERXExistsQualifier

2020-11-26 Thread Paul Hoadley via Webobjects-dev
Hey Dave, Is this thing on? So, some time passed... On 26 Apr 2015, at 05:18, David Avendasora wrote: > Here’s the branch that has the new ERXQualifierExistsSubquery: > > https://github.com/nekesto/wonder/tree/ERXQualifierExistsSubquery >

Re: WOLips bugfixes and new features planning

2020-11-24 Thread Paul Hoadley via Webobjects-dev
On 25 Nov 2020, at 02:34, Maik Musall via Webobjects-dev wrote: > I’m happy to report that we’re preparing invoices to several people and > companies among you totalling about 5000 EUR, and there are still more > offerings that we can take up later if this isn’t enough. I started with the >

Re: Qualifier Evaluation with Object in Multiple Editing Contexts

2020-11-18 Thread Paul Hoadley via Webobjects-dev
On 12 Jun 2019, at 11:54 pm, Henrique Prange via Webobjects-dev wrote: > "That's a code smell" was my first thought as well. I tried to pass on the > same editing context among all the components involved in this operation. > However, considering the level of abstraction of the system and the

Re: WOLips bugfixes and new features planning

2020-11-18 Thread Paul Hoadley via Webobjects-dev
On 18 Nov 2020, at 7:32 pm, Maik Musall via Webobjects-dev wrote: > What do you think? Brilliant. I'll contact you off-list. -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/ ___ Do not post admin requests to

Re: Simplifying Wonder

2020-10-18 Thread Paul Hoadley via Webobjects-dev
Hi Jesse, Let me preface this by saying there aren't even any firm plans here—just a few people throwing around some ideas on Slack, and now some repos where we can try some of them out. On 15 Oct 2020, at 02:18, Jesse Tayler via Webobjects-dev wrote: > Are we talking bifurcation of the

Re: How to Manually edit SiteConfig.xml

2020-10-01 Thread Paul Hoadley via Webobjects-dev
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 right where wodocker mount points are, and with a > "user-data" script to start off the EC2 instances -- I run a single

Re: WOLips bugfixes and new features planning

2020-09-17 Thread Paul Hoadley via Webobjects-dev
Hey Maik, On 2 Jul 2020, at 05:36, Maik Musall via Webobjects-dev wrote: > So, how do we go forward with this? Is this idea still alive? We're still willing to kick in money, and so is Hugi—was just talking about it to him on Slack. If there's a lack of consensus on priorities, perhaps we

Re: Maven and Wonder

2020-09-15 Thread Paul Hoadley via Webobjects-dev
Just for the archives... On 6 Feb 2019, at 04:53, Hugi Thordarson wrote: > Regarding (1), you probably need to include JarResourceRequestHandler > ((https://gist.github.com/hprange/1068523 > ) in your project and activate it in > your Application

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

2020-09-09 Thread Paul Hoadley via Webobjects-dev
Hi Kwasi, On 10 Sep 2020, at 09:31, Kwasi O-Ahoofe via Webobjects-dev wrote: > Problem: [ak] Hack: Will/Can NEVER be met/satisfied because NEWLY created > ERAttachment has an inaccessible relationship to it’s corresponding data in > ERAttachmentData. > > The stringent data validation below

Re: what log analyzers are we using?

2020-09-02 Thread Paul Hoadley via Webobjects-dev
Hi Ray, On 3 Sep 2020, at 04:20, Ray Kiddy via Webobjects-dev wrote: > What log analyzers are people using? I know that the question of which tools > are best can go into the weeds and I am not trying to find the best of all > time. I am just looking for which tools might not be too hard to

Re: New installation fail?

2020-09-02 Thread Paul Hoadley via Webobjects-dev
Hi Jesse, On 2 Sep 2020, at 16:17, Jesse Tayler wrote: > I can see there’s an Adaptor in Wonder for apache but I was totally unable to > build the mod_WebObjects.so and get apache running and that’s where I’m at > now. > > I should just be able to download the binary from a build somewhere

Re: New installation fail?

2020-09-01 Thread Paul Hoadley via Webobjects-dev
Hey Jesse, On 2 Sep 2020, at 01:15, Jesse Tayler via Webobjects-dev wrote: > I'm launching a new EC2 Instance and just installing from scratch and I found > my way to this page > >

Re: Apache rules and SSL

2020-08-27 Thread Paul Hoadley via Webobjects-dev
On 28 Aug 2020, at 09:38, Jesse Tayler wrote: >Redirect permanent / https://foo.example.com/ > > Sounds smart — but doesn’t that simply change the entrance Nope. > vs force ssl/https version of all urls? Yep. Try it out. http://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect --

Re: Apache rules and SSL

2020-08-27 Thread Paul Hoadley via Webobjects-dev
Hi Jesse, On 28 Aug 2020, at 07:10, Jesse Tayler via Webobjects-dev wrote: > I use AWS+Route53 for SSL and I really just want to force all requests to > HTTPS and I’m having trouble This should be sufficient in vhosts.conf: ServerName foo.example.com Redirect permanent /

Re: WOLips development on Windows—hot reload classes

2020-08-23 Thread Paul Hoadley via Webobjects-dev
On 24 Aug 2020, at 08:52, Paul Hoadley via Webobjects-dev wrote: > On 21 Aug 2020, at 16:29, Hugi Thordarson via Webobjects-dev > mailto:webobjects-dev@lists.apple.com>> > wrote: > >> @paul >> To my knowlege, there's no secret, always just worked. And dang,

Re: WOLips development on Windows—hot reload classes

2020-08-23 Thread Paul Hoadley via Webobjects-dev
Hey Hugi, On 21 Aug 2020, at 16:29, Hugi Thordarson via Webobjects-dev wrote: > @paul > To my knowlege, there's no secret, always just worked. And dang, you have my > full sympathy if you don't have it working at the moment! Is this with a vanilla JDK? Or does it require DCEVM? I seem to

Re: Trouble installing WOLips

2020-08-23 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 22 Aug 2020, at 17:18, Wolfgang Hartmann via Webobjects-dev wrote: > You should point eclipse to > https://jenkins.wocommunity.org/job/WOLips410/lastSuccessfulBuild/artifact/temp/dist > > / >

Re: WOLips development on Windows—hot reload classes

2020-08-20 Thread Paul Hoadley via Webobjects-dev
On 20 Aug 2020, at 23:29, Hugi Thordarson via Webobjects-dev wrote: > I've got a Windows guy doing WO development using WOLips. Everything works > fine, apart from one thing: Dynamic class reloading does not seem to be > working. > Automatic building is active and changes to HTML/templates

Re: How often do you bounce your apps?

2020-08-09 Thread Paul Hoadley via Webobjects-dev
On 9 Aug 2020, at 14:01, Aaron Rosenzweig via Webobjects-dev wrote: > Thank you Johann for chiming in. I appreciate you stating clearly what I > intuited that WODynamicElements are “stateless” and I was right to remove all > the instance variables that it was using. Perfect place to plug

Re: WOLips bugfixes and new features planning

2020-07-03 Thread Paul Hoadley via Webobjects-dev
On 2 Jul 2020, at 20:25, Hugi Thordarson via Webobjects-dev wrote: > Many of the issue reporters are still with us. I suggest announcing a short > grace period where people can look at their own issues (and other issues, of > course) and add the "keep" label to issues they want to keep. When

Re: buildability? basic questions...

2020-04-26 Thread Paul Hoadley via Webobjects-dev
Hi Ray, On 25 Apr 2020, at 3:28 am, Ray Kiddy via Webobjects-dev wrote: > 1) Is wonder buildable? With ant? with maven? How? The short answer is yes: it's buildable. I can see it's being built in at least the following places: https://jenkins.wocommunity.org/job/Wonder7/

Re: Maven build - webserver resources in frameworks

2020-03-05 Thread Paul Hoadley via Webobjects-dev
Hi Steven, On 6 Mar 2020, at 02:14, Steven Meyer via Webobjects-dev wrote: > The wolifecycle-maven-plugin doesn’t seem to do that, so the web server > resources portion of the split artifact looks like this > > MyApp.woa > Contents > WebserverResources > >

Re: Multiple timezones

2020-02-25 Thread Paul Hoadley via Webobjects-dev
Hi Michael, On 26 Feb 2020, at 04:29, Michael Kondratov via Webobjects-dev wrote: > Whats the winning strategy on dealing with users / records in multiple > timezones? We are starting add add companies that are few hours away from us > and don't know how to best handle it. Our approach is

Re: Back again....

2020-02-16 Thread Paul Hoadley via Webobjects-dev
Hi Tony, On 14 Feb 2020, at 16:07, Tony Giaccone wrote: > I started out by deleting the attempt I made previously to install WO 5.4.3. > And instead tried to follow the instructions on the page that was referenced: > > https://wiki.wocommunity.org/display/WOL/Quick+Start >

Re: Back again....

2020-02-13 Thread Paul Hoadley via Webobjects-dev
Hi Tony, On 14 Feb 2020, at 01:26, Tony Giaccone via Webobjects-dev wrote: > Can I do WODev on a Linux box? Is there a package to install on Ubuntu 18.04? I'm going to say a qualified yes: anecdotally, I know people have done this, and quite recently. I don't know about a package of any

Re: Maven Unit tests with EOF

2020-02-12 Thread Paul Hoadley via Webobjects-dev
Hi Aaron, On 13 Feb 2020, at 14:14, Aaron Rosenzweig wrote: > If I understand you right you are using the surefire plugin but setting the > nature for Maven to find the files? That’s a neat way to do it. They're basically unrelated, they just happen to intersect here. When unit tests are

Re: Maven Unit tests with EOF

2020-02-12 Thread Paul Hoadley via Webobjects-dev
Hi Aaron, I don't know whether you went on to solve your problem here, but I've just spent a few hours of my life that I'll never get back debugging something similar. I had just built a new framework from scratch, and WOUnit testing under maven-surefire-plugin failed, with WOUnit complaining

Re: More recent PRs for wolifecycle-maven-plugin

2020-02-10 Thread Paul Hoadley via Webobjects-dev
On 10 Feb 2020, at 21:34, Hugi Thordarson wrote: > I haven't tried out the new features (currently in bed with pneumonia so I'm > not good for a lot) but I checked out the updated snapshot version and > successfully built a couple of projects with it. I am pretty sure "testing changes in

Re: More recent PRs for wolifecycle-maven-plugin

2020-02-09 Thread Paul Hoadley via Webobjects-dev
Hello, Update: in the absence of any objections, I am going to merge #3 and #4 today. Johann merged #5 a few days ago. I think #4 is quite uncontroversial, and #3 certainly works for me and presumably Ralf. > On 6 Feb 2020, at 11:41, Paul Hoadley via Webobjects-dev > wrote: >

More recent PRs for wolifecycle-maven-plugin

2020-02-05 Thread Paul Hoadley via Webobjects-dev
Hello, In addition to Ralf's work here: * https://github.com/wocommunity/wolifecycle-maven-plugin/pull/3 I've added a couple of additional PRs: * https://github.com/wocommunity/wolifecycle-maven-plugin/pull/4

wolifecycle-maven-plugin: Flatten component support

2020-02-04 Thread Paul Hoadley via Webobjects-dev
Hello, I've just tried out Ralf's PR here: works as advertised. Have any other Maven fans tried this out? Henrique? Hugi? I'd be keen to merge this PR, but it would also be good to get some additional eyes on it. > Begin forwarded message: > > From: Ralf Schuchardt > Subject:

Re: Maven Unit tests with EOF

2020-01-22 Thread Paul Hoadley via Webobjects-dev
Hi Aaron, On 23 Jan 2020, at 03:39, Aaron Rosenzweig via Webobjects-dev wrote: > I think because it is wanting to treat it as a bundle but it isn’t and so… > I’m not sure where to go from here. Any advice? I have no advice for your specific problem, but on the off chance you haven't heard

Re: There was an old thread about Ajax...

2019-10-29 Thread Paul Hoadley via Webobjects-dev
Hi Jérémy, On 29 Oct 2019, at 17:48, Jérémy DE ROYER via Webobjects-dev wrote: > To deal with ajax-back-end-requests, we currently use : > - AjaxModaDialog > - AjaxUpdateContainer > - AjaxUpdateLink > - AjaxObserveField > - AjaxSubmitButton > - AjaxLongResponse > > How do you deal with Ajax ?

Re: Qualifier Evaluation with Object in Multiple Editing Contexts

2019-05-28 Thread Paul Hoadley via Webobjects-dev
Hi Henrique, On 21 May 2019, at 08:22, Henrique Prange wrote: > I've been using the EOQualifier.evaluateWithObject method to filter some EOs > in memory. Everything works fine except for one particular case. It always > returns false if I try to evaluate a qualifier containing EOs with an EO