Re: How often do you bounce your apps?

2020-08-05 Thread D Tim Cummings via Webobjects-dev
Daily for us. Once every few months we get an instance hanging and it is clear 
at the start of the day that it has hung because it hasn’t restarted overnight.

Tim

> On 6 Aug 2020, at 05:37, Lon Varscsak via Webobjects-dev 
>  wrote:
> 
> We don't bounce our apps unless we do a release or if there's an instance 
> that hangs.
> 
> -Lon
> 
> On Wed, Aug 5, 2020 at 9:09 AM Theodore Petrosky via Webobjects-dev 
> mailto:webobjects-dev@lists.apple.com>> 
> wrote:
> My apps upload pdfs. As Java keeps the temp file that was uploaded until the 
> app that did the upload quits, I bounce my apps every night to clean things 
> up.
> 
> Ted
> 
>> On Aug 5, 2020, at 10:37 AM, Ken Anderson via Webobjects-dev 
>> mailto:webobjects-dev@lists.apple.com>> 
>> wrote:
>> 
>> I never bounce them - even with EOF ;)
>> 
>>> On Aug 5, 2020, at 07:07, Jesse Tayler via Webobjects-dev 
>>> mailto:webobjects-dev@lists.apple.com>> 
>>> wrote:
>>> 
>>> 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 they racked up 10X or even 100X normal sessions, but who knows what the 
>>> user patterns were really — I have had to increase my JAVA VM and set 
>>> memory stuff from JavaMonitor to keep things sane.
>>> 
>>> 
>>> 
 On Aug 5, 2020, at 3:35 AM, Jérémy DE ROYER via Webobjects-dev 
 mailto:webobjects-dev@lists.apple.com>> 
 wrote:
 
 Hi Aaron,
 
 (I’m still using EOF) and, for the main apps, I bounce every morning.
 
 After updates I sometimes forget to activate the schedules without any 
 problems… but I’m used to do it in the pasts where I had a lot of meomry 
 leaks so I still do it.
 
 Jérémy
 
> Le 5 août 2020 à 00:04, Hugi Thordarson via Webobjects-dev 
> mailto:webobjects-dev@lists.apple.com>> 
> a écrit :
> 
> Never. Uptime on my apps is usually weeks or months.
> 
> Cycled regularly when I used EOF though. That thing leaks.
> 
> - hugi
> 
> 
> 
>> On 4 Aug 2020, at 21:31, Aaron Rosenzweig via Webobjects-dev 
>> mailto:webobjects-dev@lists.apple.com>> 
>> wrote:
>> 
>> Personally I feel better bouncing my .woa instances daily. Even if it is 
>> a small site I have at least two instances and I gracefully cycle them 
>> on a daily schedule. I feel better knowing that it is fresh every 
>> morning for the new day. 
>> 
>> On the other hand, I could see an argument that a java app shouldn’t 
>> have any memory leaks. The garbage collector should get everything. If 
>> it cannot do so, then you’ve got something messed up in your app that 
>> you should track down and rectify. So maybe it’s better to just leave 
>> your .woa instances running forever until the next redeployment to get 
>> new features. 
>> 
>> What does the community do? Do you cycle often (daily, twice per day, or 
>> once per week) or do you leaving your instances running without a 
>> scheduled restart? 
>> 
>> Thanks to all those who chime in :-)
>> ___
>> 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/hugi%40karlmenn.is
>>  
>> 
>> 
>> This email sent to h...@karlmenn.is 
> 
> ___
> 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/jeremy.deroyer%40ingencys.net
>  
> 
> 
> This email sent to jeremy.dero...@ingencys.net 
> 
 
 ___
 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/jtayler%40oeinc.com 
 
 
 This email sent to jtay...@oeinc.com 
>>> 

Re: Weird apache crash in Ubuntu

2022-02-28 Thread D Tim Cummings via Webobjects-dev

Hi Patrick

After installing apache on ubuntu I type the following to use the 
prefork version


sudo a2dismod mpm_event
sudo a2enmod mpm_prefork

Regards

Tim

On 1/3/22 09:58, Patrick Abuzeni via Webobjects-dev wrote:

Thank you Samuel. Can you elaborate a bit more.


Best Regards,

Patrick Abuzeni, MD

www.xeoTECH.com 

The information transmitted is intended only for the person or 
entity to which it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, dissemination 
or other use of, or taking of any action in reliance upon, this 
information by persons or entities other than the intended recipient 
is prohibited. If you received this information in error, please 
contact the sender and delete the message and material from all computers.



On Feb 28, 2022, at 4:42 PM, Samuel Pelletier  wrote:

Hi Patrick,

Your apache mp3 is probably set to something other than prefork. The 
WOAdaptor does not support threaded mpm.


Regards,

Samuel


Le 28 févr. 2022 à 14:22, Patrick Abuzeni via Webobjects-dev 
 a écrit :



Hello everyone

Have a Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-90-generic x86_64) cloud 
server with a number of WO applications deployed. WOAdapter was 
compiled on the server. Apache (Server version: Apache/2.4.41 
(Ubuntu)) is regularly crashing and for no reason. The application 
remains unaffected but an error does pop up on the page from time to 
time and occasionally going to next page hangs. Are considering 
running the applications without the WOAdapter and wonder if anyone 
has seen this and if there is a way to get around this error maybe 
without resorting to the mod_proxy?


[Mon Feb 28 11:55:57.449896 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 754580 exit signal Segmentation 
fault (11), possible coredump in /etc/apache2
[Mon Feb 28 12:08:20.227915 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 754978 exit signal Segmentation 
fault (11), possible coredump in /etc/apache2
[Mon Feb 28 12:08:20.227987 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 755017 exit signal Segmentation 
fault (11), possible coredump in /etc/apache2
[Mon Feb 28 12:08:20.228009 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 755302 exit signal Segmentation 
fault (11), possible coredump in /etc/apache2
[Mon Feb 28 13:11:34.192992 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 755479 exit signal Segmentation 
fault (11), possible coredump in /etc/apache2

double free or corruption (out)
[Mon Feb 28 13:32:56.523508 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 756719 exit signal Aborted (6), 
possible coredump in /etc/apache2
[Mon Feb 28 13:33:39.569401 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 755371 exit signal Segmentation 
fault (11), possible coredump in /etc/apache2
[Mon Feb 28 13:34:42.635028 2022] [core:notice] [pid 719456:tid 
140259097431104] AH00051: child pid 757457 exit signal Segmentation 
fault (11), possible coredump in /etc/apache2

[Mon Feb 28 13:50:2

The "possible coredump" is a tease and is non-existent.


Best Regards,

Patrick Abuzeni, MD

www.xeoTECH.com 

The information transmitted is intended only for the person or 
entity to which it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, 
dissemination or other use of, or taking of any action in reliance 
upon, this information by persons or entities other than 
the intended recipient is prohibited. If you received this 
information in error, please contact the sender and delete the 
message and material from all computers.


___
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/samuel%40samkar.com

This email sent to sam...@samkar.com





  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: [Proposal] Drop Wonder's Ant Build

2022-06-16 Thread D Tim Cummings via Webobjects-dev
I also support this proposal. Thanks for maintaining and improving 
wonder Henrique et al.


Tim

On 17/6/22 09:58, Paul Hoadley via Webobjects-dev wrote:
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 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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: [Proposal] Drop Wonder's Ant Build

2022-07-28 Thread D Tim Cummings via Webobjects-dev

FYI, these URLs have changed to the following

https://gist.github.com/hugithordarson/3c269a3196d0c4f2da486f1109c16d42

https://gist.github.com/hugithordarson/d2ba6da9e4942f4ece95d7a721159cd1


And by the way, how do I build wonder with maven? I need the frameworks 
built so I can use eogenerate. I tried


cd Frameworks

mvn clean install

I get

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile 
(default-compile) on project ERProfiling: Compilation failure: 
Compilation failure:
[ERROR] 
/home/tim/git/wonder/Frameworks/Misc/ERProfiling/Sources/er/profiling/classloader/WeavingClassLoader.java:[8,16] 
cannot find symbol

[ERROR]   symbol:   class Resource
[ERROR]   location: package sun.misc

I am using Java 17 on Ubuntu 22.04

Thanks in advance

Tim

On 17/6/22 09:26, Hugi Thordarson via Webobjects-dev wrote:
Thanks for raising the issue Henrique! It probably comes as no 
surprise that I support this :).


Ted; just to clarify, this proposal only applies to the building of 
Wonder itself. Wonder's maven build generates artifacts/bundles that 
can be consumed by Ant applications, so nothing changes in that regard 
(and if you're using the builds from jenkins.wocommunity.org 
, you're already using the maven built 
frameworks).
In other words, this won't affect you unless you're building Wonder 
yourself (and if you are, that's very easy to do with maven).


That being said, if you still want to try out maven for your own 
projects (which I do recommend) the maven wiki docs do indeed need 
some work. Probably time to finally start working on that…
But we mavenistas tend to be helpful if you want to give it a go! And 
until the docs get some lovin',  here are a couple of documents that 
can help you off the ground:


https://gist.github.com/hugith/d2ba6da9e4942f4ece95d7a721159cd1
https://gist.github.com/hugith/3c269a3196d0c4f2da486f1109c16d42

Cheers,
- hugi


On 16 Jun 2022, at 22:47, Theodore Petrosky via Webobjects-dev 
 wrote:


What about us guys whose projects are smallish projects and never 
instituted Maven...


Riddle me this how are the docs or examples on the Wiki to 
implement Maven?


Can you point me to some good references so I can come on board?

Ted


On 6/16/22, 6:42 PM, "Henrique Prange via Webobjects-dev" 
 wrote:


   Hey guys,

   I've been talking to other Wonder users/committers lately. Keeping 
the Ant build configuration up to date in Wonder is becoming 
increasingly counterproductive. Most of us have been using Maven for 
years. As a result, our environments are not prepared to build the 
project with Ant, making it hard to check if we broke something after 
every change. For this reason, I'd like to propose the removal of the 
Ant build configuration from project Wonder.


   What do you think?

   Cheers,

   HP
___
   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/tpetrosky%40agencysacks.com

   This email sent to tpetro...@agencysacks.com

___
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/hugi%40karlmenn.is

This email sent to h...@karlmenn.is



  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: [Proposal] Drop Wonder's Ant Build

2022-07-29 Thread D Tim Cummings via Webobjects-dev

Thanks Hugi

That worked.

Maven didn't copy the built frameworks into 
/Library/WebObjects/Local/Library/Frameworks like the ant install used 
to (sudo ant -Duser.home=$HOME frameworks.install). But my apps are 
maven now so they don't need that except for when I was eogenerating. I 
changed default.eogen to point to the built framework in the source code


refmodel 
../wonder/Frameworks/Core/ERPrototypes/target/ERPrototypes.framework/Resources/erprototypes.eomodeld 
\


and eogenerate worked.

In fact I could have just pointed to the model without building

refmodel 
../wonder/Frameworks/Core/ERPrototypes/Resources/erprototypes.eomodeld \


Cheers

Tim

On 29/7/22 22:05, Hugi Thordarson wrote:

Hi Tim,
currently the easiest way to build Wonder on JDK 17 is to comment out 
ERProfiling and ERXiss in Frameworks/Misc/pom.xml (given that you 
don't use those two).


Time to revisit this, I guess…

https://github.com/wocommunity/wonder/pull/944

Cheers,
- hugi


On 29 Jul 2022, at 00:19, D Tim Cummings via Webobjects-dev 
 wrote:


FYI, these URLs have changed to the following

https://gist.github.com/hugithordarson/3c269a3196d0c4f2da486f1109c16d42

https://gist.github.com/hugithordarson/d2ba6da9e4942f4ece95d7a721159cd1


And by the way, how do I build wonder with maven? I need the 
frameworks built so I can use eogenerate. I tried


cd Frameworks

mvn clean install

I get

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile 
(default-compile) on project ERProfiling: Compilation failure: 
Compilation failure:
[ERROR] 
/home/tim/git/wonder/Frameworks/Misc/ERProfiling/Sources/er/profiling/classloader/WeavingClassLoader.java:[8,16] 
cannot find symbol

[ERROR]   symbol:   class Resource
[ERROR]   location: package sun.misc

I am using Java 17 on Ubuntu 22.04

Thanks in advance

Tim

On 17/6/22 09:26, Hugi Thordarson via Webobjects-dev wrote:
Thanks for raising the issue Henrique! It probably comes as no 
surprise that I support this :).


Ted; just to clarify, this proposal only applies to the building of 
Wonder itself. Wonder's maven build generates artifacts/bundles that 
can be consumed by Ant applications, so nothing changes in that 
regard (and if you're using the builds from jenkins.wocommunity.org 
<http://jenkins.wocommunity.org/>, you're already using the maven 
built frameworks).
In other words, this won't affect you unless you're building Wonder 
yourself (and if you are, that's very easy to do with maven).


That being said, if you still want to try out maven for your own 
projects (which I do recommend) the maven wiki docs do indeed need 
some work. Probably time to finally start working on that…
But we mavenistas tend to be helpful if you want to give it a go! 
And until the docs get some lovin',  here are a couple of documents 
that can help you off the ground:


https://gist.github.com/hugith/d2ba6da9e4942f4ece95d7a721159cd1
https://gist.github.com/hugith/3c269a3196d0c4f2da486f1109c16d42

Cheers,
- hugi


On 16 Jun 2022, at 22:47, Theodore Petrosky via Webobjects-dev 
 wrote:


What about us guys whose projects are smallish projects and never 
instituted Maven...


Riddle me this how are the docs or examples on the Wiki to 
implement Maven?


Can you point me to some good references so I can come on board?

Ted


On 6/16/22, 6:42 PM, "Henrique Prange via Webobjects-dev" 
 wrote:


   Hey guys,

   I've been talking to other Wonder users/committers lately. 
Keeping the Ant build configuration up to date in Wonder is 
becoming increasingly counterproductive. Most of us have been using 
Maven for years. As a result, our environments are not prepared to 
build the project with Ant, making it hard to check if we broke 
something after every change. For this reason, I'd like to propose 
the removal of the Ant build configuration from project Wonder.


   What do you think?

   Cheers,

   HP
___
   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/tpetrosky%40agencysacks.com

   This email sent to tpetro...@agencysacks.com

___
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/hugi%40karlmenn.is

This email sent to h...@karlmenn.is



  ___
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

Re: WebObjects Docker Deployment

2022-08-15 Thread D Tim Cummings via Webobjects-dev
Hi Oleksii, I read your post and it was great. Removing wotaskd from a 
deployment is enticing. One thing I can do with wotaskd/womonitor 
deployments is upgrade the webobjects application to a new version 
without taking down the application for users who are currently logged 
in. They continue using their old instance until they log out and log 
back in, at which stage they get the new instance. I haven't been able 
to achieve this with tomcat or jetty. I am interested in your second 
last example which uses traefik but not jetty and wonder if this 
deployment scenario is possible.


I tried using webojects and servlets many years ago and didn't enjoy the 
experience. The fact that I would be limited to jetty 9 (which is end of 
life since April 2022) is not encouraging me to try it again.


Tim


On 15/8/22 07:20, Oleksii Serhiienko via Webobjects-dev wrote:


Good evening everyone,


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 


You should be able to run with docker-compose and docker swarm.

I have some more explanations in the post I made 
 and 
some helpful docker images .



Hope, my experience will be helpful and feel free to ask some questions.


best,

Oleksii



  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: Exception within EOModeler

2023-01-09 Thread D Tim Cummings via Webobjects-dev
Thanks Ralf for solving this problem. Your effort is much appreciated. I 
had a quick look in the eclipse plugin documentation to see what was 
required and I couldn't even find the new packages which were to replace 
the removed packages.


Thanks Ramsey for committing these changes and letting us know.

Tim

On 9/1/23 23:26, Aaron Rosenzweig via Webobjects-dev wrote:

I’m a poet and didn’t know it :-)

On Jan 9, 2023, at 1:36 AM, Ramsey Gurley 
 wrote:


>Wonderful way

I see what you did there :)

*From:*Aaron Rosenzweig 
*Sent:*Monday, January 9, 2023 12:31 PM
*To:*Ramsey Gurley 
*Cc:*André Rothe ; Paul Yu ; 
Webobjects-dev 

*Subject:*Re: Exception within EOModeler
Thank you Ralf and Ramsey :-) Wonderful way to start the new year :-)

On Jan 8, 2023, at 6:34 PM, Ramsey Gurley via Webobjects-dev 
 wrote:


This is fixed now thanks to some contributions from Ralf Schuchardt. 
The WOLips_master build is successful and it seems to work as 
expected under 2022-12 for me.


*From:*Paul Yu via Webobjects-dev 
*Sent:*Monday, December 26, 2022 11:53 PM
*To:*André Rothe 
*Cc:*Webobjects-dev 
*Subject:*Re: Exception within EOModeler
Yeah, if we don’t fix the APIs in WOLips/TBLips, these plugins will 
be dead now.


Paul

Sent from my iPad

> On Dec 26, 2022, at 6:36 AM, André Rothe  
wrote:

>
> Hi Paul,
>
> The previous Eclipse version works
>
> Version: 2022-09 (4.25.0)
> Build id: 20220908-1902
>
> Best regards
> André
>
> Am 25.12.2022 11:41, schrieb Paul Yu:
>> Andre
>> That API has been removed in Eclipse 2022-12.   You have to fall back
>> to 2022-09.
>> Paul
 ___
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://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apple.com%2Fmailman%2Foptions%2Fwebobjects-dev%2Framsey.gurley%2540practicemojo.com&data=05%7C01%7Cramsey.gurley%40practicemojo.com%7C61c23e75f45d4924fd1a08dae7510aa5%7Cde0a512999d34d35a92809047a134775%7C0%7C0%7C638076632519390613%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=PH4Karml8zzBVUbIBCEiDqDhB2AXnvzuxH5h6uBxGoA%3D&reserved=0 



This email sent toramsey.gur...@practicemojo.com

*Confidentiality Notice:*/This email, including all attachments and 
replies thereto, are covered by the Electronic Communications 
Privacy Act, 18 U.S.C. Sections 2510-2521 and are legally 
privileged. This information is confidential, and intended only for 
the use of the individuals or entities named above. If you are not 
the intended recipient, you are hereby notified that any disclosure, 
copying, distribution or the taking of any action in reliance on the 
contents of this transmitted information is strictly prohibited. 
Please notify us if you have received this transmission in error. 
Thank you./

___
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/aaron%40chatnbike.com 



This email sent toaa...@chatnbike.com



*Confidentiality Notice:*/This email, including all attachments and 
replies thereto, are covered by the Electronic Communications Privacy 
Act, 18 U.S.C. Sections 2510-2521 and are legally privileged. This 
information is confidential, and intended only for the use of the 
individuals or entities named above. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, 
distribution or the taking of any action in reliance on the conten

Re: Help ..!!

2023-04-21 Thread D Tim Cummings via Webobjects-dev

You probably want to alter build.properties

jvmOptions=--add-exports=java.base/sun.security.action=ALL-UNNAMED

For example see pull request 
https://github.com/wocommunity/wonder/pull/998 for wotaskd and JavaMonitor


On 22/4/23 07:24, Kwasi O-Ahoofe via Webobjects-dev wrote:
How do I correct this for an WOLips Installed Project Wonder 
Application?:


Error Message is:

2023-04-21 17:18:22,674 {MMM dd HH:mm:ss} 
ProjectComplianceWonderProduction[64177] WARN  NSLog  - A fatal 
exception occurred: class com.webobjects.foundation.NSTimeZone (in 
unnamed module @0x6f3c660a) cannot access class 
sun.security.action.GetPropertyAction (in module java.base) because 
module java.base does not export sun.security.action to unnamed module 
@0x6f3c660a


[2023-4-21 17:18:22 EDT]  java.lang.IllegalAccessError: class 
com.webobjects.foundation.NSTimeZone (in unnamed module @0x6f3c660a) 
cannot access class sun.security.action.GetPropertyAction (in module 
java.base) because module java.base does not export 
sun.security.action to unnamed module @0x6f3c660a


at 
com.webobjects.foundation.NSTimeZone.systemTimeZone(NSTimeZone.java:971)


at 
com.webobjects.foundation.NSTimeZone.defaultTimeZone(NSTimeZone.java:818)


at 
com.webobjects.foundation.NSTimestampFormatter.defaultFormatTimeZone(NSTimestampFormatter.java:734)


.
.

APPLICATION SHUTDOWN SEQUENCE COMPLETE


Thanks

Kwasi

  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: New installation WOLips problems

2023-09-17 Thread D Tim Cummings via Webobjects-dev

To get EOModeler to work in Eclipse 2022-12 you need WOLips_master

https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/

Tim

On 16/9/23 17:43, Stavros Panidis via Webobjects-dev wrote:

Hi again

I downloaded and installed Eclipse ID version 2022-12 (4.26.0)

Now everything inconcerning WOLips is working except EOModel. Details 
as follows:


java.lang.NoClassDefFoundError: org/eclipse/jface/util/Assert
at 
org.objectstyle.wolips.baseforuiplugins.utils.KeyComboBoxCellEditor.setItems(KeyComboBoxCellEditor.java:171)
at 
org.objectstyle.wolips.baseforuiplugins.utils.KeyComboBoxCellEditor.(KeyComboBoxCellEditor.java:151)

etc…

With my poor knowledge I understand that this is a problem of WOLips 
plugin with new releases of Eclipse.


Can anyone let me know what is the latest version of Eclipse (aarch64) 
which can be used with WOLips plugin downloaded from


https://jenkins.wocommunity.org/job/WOLips410/lastSuccessfulBuild/artifact/temp/dist/

Many thanks in advance


Stavros

  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: Deployment Ubuntu 22.04

2023-10-01 Thread D Tim Cummings via Webobjects-dev
I have deployed to ubuntu 22.04. I have added the steps I used to 
wocommunity wiki


https://wiki.wocommunity.org/display/documentation/Deploying+on+Ubuntu+22.04

Tim

On 1/10/23 18:15, Stavros Panidis via Webobjects-dev wrote:

Hi all,

Anyone tried to deploy to Ubuntu 22.04? Any issues?

Many thanks in advance

Stavros
  ___
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/tim%40triptera.com.au

This email sent to t...@triptera.com.au

___
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: AjaxAutoComplete

2023-11-09 Thread D Tim Cummings via Webobjects-dev
Set parameter afterUpdateElement to "observe" and it will behave like it 
is in an AjaxObserveField


"$theCustomerName" afterUpdateElement = "observe" />


Tim

On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:

Hi,

Is there any trick available to make AjaxAutoComplete field observable (by 
AjaxAobserveField) ?

Many thanks in advance for your help

Stavros
  ___
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/tim%40triptera.com.au

This email sent to t...@triptera.com.au

___
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: AjaxAutoComplete

2023-11-11 Thread D Tim Cummings via Webobjects-dev

Hi Stavros

Sorry to mislead you. I thought you were looking for the behaviour of 
AjaxObserveField to send updated data back to the server immediately 
rather than updating a container on the current page. There may be a way 
to do what you ask but I have never tried it. Maybe you could put some 
javascript in afterUpdateElement to update a different field which is in 
an AjaxObserveField.


Regards

Tim

On 10/11/23 20:55, Stavros Panidis wrote:

Tim,

Sorry!. I could not put it to work. I am sure that I am making 
something wrong.


My AjaxAutocomplete is

class = "form-control" list = "$currentValuesForCustomers" selection = 
"$global" value = "$value" item = "$currentValue" />


And then I have a AjaxObserveField as follows


"invoiceslist" action = "$customerSelected">


Can you see what I am doing wrong?

Stavros




On 9 Nov 2023, at 10:00 PM, webobjects-dev-requ...@lists.apple.com wrote:

Send Webobjects-dev mailing list submissions to
webobjects-dev@lists.apple.com

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.apple.com/mailman/listinfo/webobjects-dev
or, via email, send a message with subject or body 'help' to
webobjects-dev-requ...@lists.apple.com

You can reach the person managing the list at
webobjects-dev-ow...@lists.apple.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Webobjects-dev digest..."


Today's Topics:

  1. AjaxAutoComplete (Stavros Panidis)
  2. Re: AjaxAutoComplete (D Tim Cummings)
  3. Re: AjaxAutoComplete (Jesse Tayler)


--

Message: 1
Date: Thu, 9 Nov 2023 09:54:40 +0200
From: Stavros Panidis 
To: webobjects-dev@lists.apple.com
Subject: AjaxAutoComplete
Message-ID: 
Content-Type: text/plain;charset=us-ascii

Hi,

Is there any trick available to make AjaxAutoComplete field 
observable (by AjaxAobserveField) ?


Many thanks in advance for your help

Stavros

--

Message: 2
Date: Thu, 9 Nov 2023 20:00:33 +1000
From: D Tim Cummings 
To: webobjects-dev@lists.apple.com
Subject: Re: AjaxAutoComplete
Message-ID: 
Content-Type: text/plain; charset=UTF-8; format=flowed

Set parameter afterUpdateElement to "observe" and it will behave like it
is in an AjaxObserveField



Tim

On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:

Hi,

Is there any trick available to make AjaxAutoComplete field 
observable (by AjaxAobserveField) ?


Many thanks in advance for your help

Stavros
 ___
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/tim%40triptera.com.au

This email sent to t...@triptera.com.au



--

Message: 3
Date: Thu, 9 Nov 2023 12:00:52 -0500
From: Jesse Tayler 
To: D Tim Cummings 
Cc: webobjects-dev@lists.apple.com
Subject: Re: AjaxAutoComplete
Message-ID: <48f21de2-2301-4c1f-a473-25d1850a4...@oeinc.com>
Content-Type: text/plain; charset="utf-8"

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 this just isn?t 
seemingly observing and updating the way I expect?


Thoughts?

On Nov 9, 2023, at 5:00 AM, D Tim Cummings via Webobjects-dev 
 wrote:


Set parameter afterUpdateElement to "observe" and it will behave 
like it is in an AjaxObserveField


"$theCustomerName" afterUpdateElement = "observe" />


Tim

On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:

Hi,

Is there any trick available to make AjaxAutoComplete field 
observable (by AjaxAobserveField) ?


Many thanks in advance for your help

Stavros
___
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/tim%40triptera.com.au

This email sent to t...@triptera.com.au

___
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/jtayler%40oeinc.com

This email sent to jtay...@oeinc.com


-- next part --
An HTML attachment was scrubbed...
URL: 
<https://lists.apple.com/archives/webobjects-dev/attachments/20231109/a4ce1245/attachment.htm>


--

Re: FORBIDDEN

2023-11-18 Thread D Tim Cummings via Webobjects-dev

https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/

On 19/11/23 04:31, Theodore Petrosky via Webobjects-dev 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 — 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 permission to access this resource.

At this URL

https://wiki.wocommunity.org/display/documentation/How-tos

Help please!!
___
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/jtayler%40oeinc.com

This email sent tojtay...@oeinc.com



  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: Maven follow up

2024-04-01 Thread D Tim Cummings via Webobjects-dev

Hi Samuel

Apparently we need to have the nature org.maven.ide.eclipse.maven2Nature 
in our .project file because it is hard-coded in the original 
WebObjects. I think we should add into WOLips that it also needs this 
nature and then eclipse would stop complaining that no plugins are 
referencing this nature. Unfortunately I don't know enough about eclipse 
plugin development to program this.


I don't use search in maven pom editor myself but does this option help 
"Download repository index updates on startup"?



I haven't used maven with my own frameworks so can't help you there.

Tim


On 2/4/24 07:53, Samuel Pelletier via Webobjects-dev wrote:

Hi all,

Sorry for long time since last message, my maven switch had to be postponed.

I manages to set up the basic and create a frameworks and an app.

I have few questions with my current setup.

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 ?

In the maven pom editor, the search function does not works, even for maven 
central libraries... This search seems a time saver tool I would like to use 
instead of copy paste from maven central...

I ported a frameworks but when I want to use it's component (TimeField here), I have this 
error: "Cannot find class or component named 'TimeField" in runtime or in a loadable 
bundle"

BTW, I did "mvn install" to have the framework in my local maven repository and 
it's sources are in my current workspace.

Thank in advance for help!

Samuel



  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: Maven follow up

2024-04-01 Thread D Tim Cummings via Webobjects-dev

Hi Samuel

I suspect it takes a while for eclipse to download the index before 
searching will work. I have heard it can be about 6GB.


To build and deploy the app I link my maven to an ant build script. Then 
I can install with a command like "mvn clean package -Dinstall_optiplex"




MMddHHmm 





${project.artifactId}${maven.build.timestamp}



maven-antrun-plugin

3.1.0





install-actions

package























run









My build.xml looks like





xmlns:if="ant:if" xmlns:unless="ant:unless">




















value="/var/lib/webobjects/htdocs/WebObjects" />




















value="${remote.host}:Documents/${build.app.name}.woapplication.tar.gz" />








value="${remote.host}:Documents/${build.app.name}.wowebserverresources.tar.gz" 
/>




















































value="${remote.local.root}/${remote.dest.dir}/${build.app.name}.woa" />









On 2/4/24 12:10, Samuel Pelletier wrote:

Tim,

Thank for the reply. I tried the download index on startup but still 
no search.


I do not understand the nature thing but found a preference in Eclipse 
that disable the annoying dialog : "Automatically detect missing 
natures and propose IDE extensions from Marketplace".


Follow up on my component problem, I just found the solution for with 
my framework component, it was related to the order of dependencies 
declaration, like ant, original WebObjects packages need to be after 
wonder ERExtensions...


Is there a way inside Eclipse to do mvn install ?

I still have not figured out how to build and deploy the app (replace 
the ant install and manual rsync to server I actually do)


Regards,

Samuel



Le 1 avr. 2024 à 20:32, D Tim Cummings via Webobjects-dev 
 a écrit :


Hi Samuel

Apparently we need to have the nature 
org.maven.ide.eclipse.maven2Nature in our .project file because it is 
hard-coded in the original WebObjects. I think we should add into 
WOLips that it also needs this nature and then eclipse would stop 
complaining that no plugins are referencing this nature. 
Unfortunately I don't know enough about eclipse plugin development to 
program this.


I don't use search in maven pom editor myself but does this option 
help "Download repository index updates on startup"?





I haven't used maven with my own frameworks so can't help you there.

Tim


On 2/4/24 07:53, Samuel Pelletier via Webobjects-dev wrote:

Hi all,

Sorry for long time since last message, my maven switch had to be postponed.

I manages to set up the basic and create a frameworks and an app.

I have few questions with my current setup.

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 ?

In the maven pom editor, the search function does not works, even for maven 
central libraries... This search seems a time saver tool I would like to use 
instead of copy paste from maven central...

I ported a frameworks but when I want to use it's component (TimeField here), I have this 
error: "Cannot find class or component named 'TimeField" in runtime or in a loadable 
bundle"

BTW, I did "mvn install" to have the framework in my local maven repository and 
it's sources are in my current workspace.

Thank in advance for help!

Samuel



  ___
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/tim%40triptera.com.au

This email sent to...@triptera.com.au

___
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/samuel%40samkar.com

This email sent to sam...@samkar.com
 ___
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: wolifecycle-maven-plugin configuration options

2024-04-06 Thread D Tim Cummings via Webobjects-dev

Hi Samuel

Yes. "flattenComponents" is the correct way of doing this. I can't think 
of a reason not to set this.


For migration notes I use 
https://gist.github.com/hugithordarson/3c269a3196d0c4f2da486f1109c16d42


Regards

Tim

On 7/4/24 06:00, Samuel Pelletier via Webobjects-dev wrote:

Hi,

My journey to Maven is going well, I ported 2 shared frameworks I use on every projects 
and my first app. There is many subtle details to go pass a "Hello world !" app.

My last discovery is a problem with component template in sub directory that 
are not found when deployed. I always use directories to group components, my 
app have 10s of them, one with 213...

After some digging, I found a configuration in wolifecycle-maven-plugin that 
resolved this situation.


true


There are some others options available including flattenResources and 
readPatternsets with a basic explanation but no real way to know if they are 
required or desirable and the defaults are disabled.

Is my fix is the correct way to use components in sub directory ?

Is there a reason to have this option disabled by default and in the new 
projects templates ?

Should I also enable flattenResources and readPatternsets ?

BTW, I use the migrations script with few modification from  
https://github.com/getsharp/womavenmigration.

Regards,

Samuel


  ___
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/tim%40triptera.com.au

This email sent to t...@triptera.com.au

___
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: WOLips development

2024-11-04 Thread D Tim Cummings via Webobjects-dev

Neither do I

Tim

On 5/11/24 12:11, Dev WO via Webobjects-dev wrote:

Hello Ramsey,

Personally I don’t use any of them.

Thanks for working on this,

Xavier


On 5 Nov 2024, at 08:50, Ramsey Gurley via Webobjects-dev 
 wrote:

Hi all,

I'm doing some work on WOLips currently and I am wondering how many of you 
active WO devs actually use jprofiler or jrebel. Does anyone actually use 
either of those or are they like workspace mechanic where nobody even noticed 
when that went away?

Ramsey

___
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/webobjects%40anazys.com

This email sent to webobje...@anazys.com


  ___
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/tim%40triptera.com.au

This email sent to t...@triptera.com.au

___
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: Action methods in AjaxSessionPing.Action

2024-11-24 Thread D Tim Cummings via Webobjects-dev

I can't see any significant difference

Tim

On 25/11/24 17:07, Paul Hoadley via Webobjects-dev wrote:

Hello,

I need some fresh eyes on this... I am going mad. Here are the two 
action methods in the AjaxSessionPing.Action class, including Javadoc 
comments:


/**

* If there is a session, returns a response with a success (200) 
code.  If there is


* not a session, returns a response with a failure (300) code so that the

* ActivePeriodicalUpdater can call the onFailure call back.

*

* @return bare HTTP response with status set

*/

public WOActionResults pingSessionAction() {

    ERXResponse response = new ERXResponse();

    if (existingSession() != null) {

        session();

    } else {

response.setStatus(ERXHttpStatusCodes.MULTIPLE_CHOICES); // CHECKME is 
that really the appropriate status code?


    }

    return response;

}


/**

* Same as pingSessionAction, but also checks out session to keep it alive.

*

* @see #pingSessionAction

* @return bare HTTP response with status set

*/

public WOActionResults pingSessionAndKeepAliveAction() {

    if (existingSession() != null) {

        session();

    }

    return pingSessionAction();

}


What is the significant difference between these two methods? If there 
is an existing session, calling pingSessionAndKeepAliveAction() ends 
up calling session() twice, but other than that... what's the 
difference? If there's no existing session, the failure response is 
returned in either case. Other than calling session() twice, what's 
going on here? How are these not essentially the same method?



--
Paul 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 Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/tim%40triptera.com.au

This email sent to...@triptera.com.au ___
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: Wolips 5 install url

2025-04-10 Thread D Tim Cummings via Webobjects-dev

https://wocommunity.github.io/wolips/repository/

On 11/4/25 06:52, Ricardo Parada via Webobjects-dev wrote:

Hi everyone,

Has the url to install wolips5 plugin in eclipse changed? Does anyone have the 
correct URL?

Thanks
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.apple.com/mailman/options/webobjects-dev/tim%40triptera.com.au

This email sent to t...@triptera.com.au

___
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