Re: JavaXML.framework and Java 21 (and Eclipse)

2025-05-06 Thread Michael Schmiedgen via Webobjects-dev
Hi Paul, we hit this too. JavaXML.framework is a bunch of old Jars bundled together, so we use our own buldled Jar for a long time now. The POM contains following snippet: xml-apis xml-apis 1.4.01 xerces xercesImpl 2.12.2 xml-apis xml-apis At the mom

Re: Does anyone use WOLips groovy support?

2024-12-20 Thread Michael Schmiedgen via Webobjects-dev
Hi Ramsey, no. Thanks! :) On 12/18/2024 11:37 AM, Ramsey Gurley via Webobjects-dev wrote: Hi everyone, After our previous discussion on JRebel, it seems that it has been made obsolete by JRebel's own integration with eclipse and by other tools. I'm planning to remove that since nobody is

Re: WOLips development

2024-11-06 Thread Michael Schmiedgen via Webobjects-dev
Hi Ramsey, we use JRebel for a long time. We do not use JProfiler. I am at the latest Eclipse + WOLips at https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/ Thanks, Michael On 11/5/2024 2:49 AM, Ramsey Gurley via Webobjects-dev wrote: Hi all, I'm

WOLips Update

2024-03-15 Thread Michael Schmiedgen via Webobjects-dev
Hi :) Wow, that [1] was fast, thank you all! [1] https://github.com/wocommunity/wolips/commits/master/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: Thanks Stefan! (mod_proxy)

2024-03-08 Thread Michael Schmiedgen via Webobjects-dev
On 3/8/2024 1:55 AM, Aaron Rosenzweig via Webobjects-dev wrote: Thank you Stefan, Johann, and the community for making the switch from mod_Webobjects.so adaptor to the built-in Apache mod_proxy module. It helped us out this week to dig up Stefan’s 2015 video presentation on this topic, utiliz

Re: Variables in .classpath for selecting log4j Framework?

2023-05-24 Thread Michael Schmiedgen via Webobjects-dev
Just to keep things on list. -- Hi Ricardo, glad I can help. I think I forgot mentioning - xerces 2.12.2 - xalan 2.7.3 - xalan serializer 2.7.3 Also take a look here, but the versions are a little bit outdated: https://axis.apache.org/axis/java/compat/dependencies.html Putting it

Re: Variables in .classpath for selecting log4j Framework?

2023-05-22 Thread Michael Schmiedgen via Webobjects-dev
Hi, I recommend dropping the XML framework, its an old pile of s**t. We have done that for years. I think it is mostly needed for WS. You can replace it with latest Axis1 and dependencies [1][2]. [1] https://github.com/apache/axis-axis1-java [2] javax.activation 1.1.1, javax.mail 1.4.7, javax.se

Re: Problem with a few apps in WOMonitor

2019-07-25 Thread Michael Schmiedgen via Webobjects-dev
Hi Lon, On 24.07.2019 02:11, Lon Varscsak via Webobjects-dev wrote: I added JavaXML framework and it seems fine now...weirdly I removed this A LONG time ago and it only recently has been a problem. 🤷‍♂️ -Lon same here. I replaced JavaXML with up-to-date libraries long time ago. Everything wo