Re: Serialize shopping cart

2019-07-30 Thread Gino Pacitti via Webobjects-dev
of your persistent >> model and not use session variables for that. >> >>> On Jul 25, 2019, at 1:32 PM, Gino Pacitti via Webobjects-dev >>> mailto:webobjects-dev@lists.apple.com>> >>> wrote: >>> >>> Hi all >>> Anyone had

Job board

2019-09-10 Thread Gino Pacitti via Webobjects-dev
Hi all Is there a job board any where for WO related in Europe ? Follow: https://instagram.com/mybuddiadventure Like: https://facebook.com/mybuddi.co Learn: https://mybuddi.co/about ___ Do not post admin requests to the list. They will be ignored.

Serialize shopping cart

2019-07-25 Thread Gino Pacitti via Webobjects-dev
Hi all Anyone had any experience with serialising either a shopping cart or perhaps a session to persist for 24 hrs. I’m trying to create an abandoned cart process that will take someone back to the checkout and continue even if session has expired... Gino Follow:

Re: Complimentary App Server Choice

2020-02-13 Thread Gino Pacitti via Webobjects-dev
LOL!! > On 13 Feb 2020, at 12:29, Andrus Adamchik wrote: > > https://en.wikipedia.org/wiki/Pointy-haired_Boss > <https://en.wikipedia.org/wiki/Pointy-haired_Boss> > >> On Feb 13, 2020, at 3:28 PM, Gino Pacitti via Webobjects-dev >> mailto:webobject

Netlify and others

2020-02-13 Thread Gino Pacitti via Webobjects-dev
Hi list Coming across these services that let repository access and build processes co-exist plus deployment makes me wonder how would a WO app exist in this framework? Obviously a Java environment and combined Jars lets the app run standalone but what about WOMonitor and WOTask… How can you

Re: Complimentary App Server Choice

2020-02-13 Thread Gino Pacitti via Webobjects-dev
gt; wrote: >> >> Spring and it’s ecosystem seems to be pretty powerful. >> >> Paul >> >> Sent from my iPhone >> Please excuse iOS autocomplete >> >>> On Feb 11, 2020, at 8:06 AM, Gino Pacitti via Webobjects-dev >>> mailto

Re: Complimentary App Server Choice

2020-02-13 Thread Gino Pacitti via Webobjects-dev
in organizations > that are looking to conform to the lowest common denominator. > > So you decide :) > > Andrus > > >> On Feb 13, 2020, at 3:06 PM, Gino Pacitti via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >> >>

SQL Error on fetch

2020-02-04 Thread Gino Pacitti via Webobjects-dev
Hi Has anyone encountered this sort of error before? It does not happen all the time but just on occasion. mysql Ver 14.14 Distrib 5.7.28, for Linux (x86_64) using EditLine wrapper Java 8 mysql-connector-java-8.0.19.jar This is my connection URL

Re: SQL Error on fetch

2020-02-11 Thread Gino Pacitti via Webobjects-dev
r class and PlugIn class definitely should always be specified. > > Tim > > >> On Feb 10, 2020, at 5:37 AM, Gino Pacitti via Webobjects-dev >> wrote: >> >> What seems to have fixed is adding this in my properties file for the >> connection dictionary:

Complimentary App Server Choice

2020-02-11 Thread Gino Pacitti via Webobjects-dev
hey if any one was to use a different app server configuration other than WO what would you choose and why? What are most companies requesting these days in a Java system? ___ Do not post admin requests to the list. They will be ignored.

Re: SQL Error on fetch

2020-02-10 Thread Gino Pacitti via Webobjects-dev
ore being sent to the DB. > > The errors makes sense in that context. First, there is an attempt to build > the SQL string, then com.mysql.jdbc.PreparedStatement.executeInternal > experiences an error parsing what has been sent. > > Check it out. > > Tim > >> On Feb 4, 202

Complimentary App Server

2020-02-16 Thread Gino Pacitti via Webobjects-dev
Thanks for everyones thoughts on the subject. I tried out Bootique and Spring Boot and worked around a few demos and scenarios. What I don’t seem to understand yet is instance management? How do you manage sessions across instances of these ioc containers that seem to be standalone web server

Re: Complimentary App Server Choice

2020-02-19 Thread Gino Pacitti via Webobjects-dev
;>>> morphed to something different. All the past market leaders have moved >>>>>> on to more lightweight solutions, though some still cling to .war >>>>>> deployment. >>>>>> >>>>>> * SpringBoot is the market leader in

Prebuilt binary Apache 2.4 Adaptor

2020-01-10 Thread Gino Pacitti via Webobjects-dev
Hi there.. Is there a link out there anywhere for the Apache.conf file and the mod_Webobjects.so apache module? I did an update to a local machine to 2.14.* Apache and now apps are reported as not being found on the server. Any help appreciated Gino

Re: Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
and the column has this Collation - utf8_general_ci The search for string is returned from a POJO Any other ideas? > On 14 Jan 2020, at 12:59, Gino Pacitti via Webobjects-dev > wrote: > > Thanks Pierre > > I will test this out… > > > >> On 14 J

Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
Hi Anyone had experience of queries that should return an object as the row exists but EOF throws a NoSuchElementException? This is some code: Transaction transactionEo = QueryDatabase.TransactionForPaymentIntentIdQuery(customCharge.getPayment_intent(), _ec); public static synchronized

Re: Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
something > like this with the corresponding ERXKey : > myQual = Transaction.PAYMENTINTENTID.eq(paymentIntentID) ; > > De : Webobjects-dev > [mailto:webobjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De la > part de Gino Pacitti via Webobjects-dev > Envoyé : mardi 14

Re: Failed Query

2020-01-14 Thread Gino Pacitti via Webobjects-dev
bjects-dev-bounces+pierre.gilquin=hcuge...@lists.apple.com] De la > part de Gino Pacitti via Webobjects-dev > Envoyé : mardi 14 janvier 2020 13:34 > À : WebObjects-Dev Mailing List List > Objet : Re: Failed Query > > Thanks I will give it a go… > > Funny thing is

Re: WebObjects and Javascript Response Rewriter

2020-01-02 Thread Gino Pacitti via Webobjects-dev
I wish we could as a group finance an update to WO and make it viable. So many people now writing with Node, park and Python for asynchronous services... > On 2 Jan 2020, at 18:31, Jérémy DE ROYER via Webobjects-dev > wrote: > >  Hi all… and Happy New Year ! > > For this new year, I’de

Re: Excessive resource usage: appserver (4787 (Parent PID:4787))

2020-10-15 Thread Gino Pacitti via Webobjects-dev
t;> No, you’re definitely using too much CPU. >>> >>> I had a problem recently moving a webobjects implementation with a similar >>> problem. The issue was a wonky DNS problem where the hostname wasn’t always >>> returning the correct address (still haven’t fi

Excessive resource usage: appserver (4787 (Parent PID:4787))

2020-10-14 Thread Gino Pacitti via Webobjects-dev
I just transferred my apps to a new Linux VPS server and I am getting lots of these type emails complaining about excessive resource usage. Is it actually that or a over sensitive monitoring system? Any ideas Gino > Begin forwarded message: > > From: xxx > Subject: lfd on xxx: Excessive

WebObjects REST vs Node Multithreading

2021-12-16 Thread Gino Pacitti via Webobjects-dev
Hi Group.. Genuine question… :-) Just wondered if anyone had a word to say about whether to use Node.js or WebObjects + REST for datasource retrieval and manipulation? What are any advantages/disadvantages of each? Maybe this is more a Java vs Javascript contemplation server side and building

Long shot

2022-02-26 Thread Gino Pacitti via Webobjects-dev
I’m a wo developer but this current project was spring boot containerised and running on Kubernetes through google cloud. Does anyone have any experience of Docker and running containerised apps through google platform? Sorry if wrong place to post this …

Re: EOModeler broken

2022-08-25 Thread Gino Pacitti via Webobjects-dev
it be something to do with Eclipse using Java 11? Gino > On Aug 25, 2022, at 3:07 PM, Ramsey Gurley > wrote: > > Eclipse 2022-06? Can you explain what you're doing when you get the error? > From: Gino Pacitti via Webobjects-dev > Sent: Thursday, August 25, 2022 12:46 AM > To: WebObj

EOModeler broken

2022-08-25 Thread Gino Pacitti via Webobjects-dev
Hi List I am using Eclipse 2022 and suddenly today EOModeler stopped working with this error: Any ideas? java.lang.NoClassDefFoundError: org/eclipse/jface/util/Assert at org.objectstyle.wolips.baseforuiplugins.utils.KeyComboBoxCellEditor.setItems(KeyComboBoxCellEditor.java:171)

Re: EOModeler broken

2022-08-25 Thread Gino Pacitti via Webobjects-dev
> My WOLIps installed URL is WOLips - > https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/ > > <https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/> > > May it helps, > > Jérémy >

WOCompile error

2022-09-01 Thread Gino Pacitti via Webobjects-dev
Hi there… Can anyone point me in the right direction: I am trying to ant build and all my projects are reporting this - (I have tried changing the JRE etc but still the error) I am using Eclipse Version: 2021-12 (4.22.0) java.lang.UnsupportedClassVersionError:

WOCompile error

2022-09-01 Thread Gino Pacitti via Webobjects-dev
Hi all Scrap that.. just an oversight…its ok! Thanks... signature.asc Description: Message signed with OpenPGP ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

ExcelGenerator

2022-10-15 Thread Gino Pacitti via Webobjects-dev
Hi.. I was trying to use ExcelGenerator to build a report but the output is 3 bytes.. I have the wrapper around a Table see below: I can debug output the er.excel.EGWrapper - Converting content string Which shows the Table and results in the er.excel.EGSimpleTableParser also shows content

Re: ExcelGenerator

2022-10-15 Thread Gino Pacitti via Webobjects-dev
just built one of these, myself, and remember getting the 3 byte output, > but now I can't remember why. But just looking at what you have there, if > that's your actual HTML, then it looks like you're missing the closing ">" on > your " > - Patrick > > >> On

Re: ExcelGenerator

2022-10-16 Thread Gino Pacitti via Webobjects-dev
g at what you have there, if > that's your actual HTML, then it looks like you're missing the closing ">" on > your " > - Patrick > > >> On Oct 15, 2022, at 3:01 AM, Gino Pacitti via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >

Re: WebObjects Docker Deployment

2023-04-13 Thread Gino Pacitti via Webobjects-dev
Do your build the apps using DA/REST so session-less ?Gino 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 Apr 13, 2023, at 4:22 AM, Sébastien

Re: WebObjects Docker Deployment

2023-04-13 Thread Gino Pacitti via Webobjects-dev
is a little old-school style I’m afraid.That said, I’d like to improve that stuff!On Apr 13, 2023, at 7:12 AM, Gino Pacitti via Webobjects-dev wrote:Do your build the apps using DA/REST so session-less ?Gino On 13 Apr 2023, at 17:59, Jesse Tayler via Webobjects-dev wrote:I’m using Docker for WO and like

Re: WebObjects Docker Deployment

2023-04-14 Thread Gino Pacitti via Webobjects-dev
019/Deployment.mp4 > <https://wocommunity.org/podcasts/wowodc/2019/Deployment.mp4> > > > > >> Am 13.04.2023 um 14:29 schrieb Gino Pacitti via Webobjects-dev >> : >> >> I was more interested I how K8 could handle the instances and sessions.. I