Re: WOLips development

2024-11-04 Thread Dev WO via Webobjects-dev
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 j

Re: [Proposal] Drop Wonder's Ant Build

2022-06-17 Thread Dev WO via Webobjects-dev
I’m like Ted, I though it would prevent me from keeping my current (ant) projects as they are. I understand this only applies to building Wonder. I don’t think it would be fair to ask the contributors to spend time on keeping a build system for Wonder that none of them use. So as far as my opini

Re: MacOS WebObjects Apache 2.4 Adaptor

2020-05-29 Thread Dev WO via Webobjects-dev
Hi Mark, I’m using this one under 10.12.6 (Sierra) Xavier > On 29 May 2020, at 16:35, Louis M Fisher III wrote: > > Xavier, > > Thank you! > > I plan on using it on a Mac mini too so it should work. > > Which MacOS are you running on your Mac mini? i.e. 10.6 ... 10.8 .. 10.15 ? > > Mark >

Re: [Tomcat] - Resources referenced in CSS not displayed [Solved]

2020-05-14 Thread Dev WO via Webobjects-dev
pplicationBaseURL("/MyApp/static/"); > setFrameworksBaseURL("/MyApp/static/Frameworks/"); > > in build.xml for ssdd task: > > todir="${dest.dir}/${build.app.name}/static/${build.app.name}.woa/Contents/WebServerResources/"> &

Re: [Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread Dev WO via Webobjects-dev
; > setFrameworksBaseURL("/MyApp/static/Frameworks/"); > > in build.xml for ssdd task: > > todir="${dest.dir}/${build.app.name}/static/${build.app.name}.woa/Contents/WebServerResources/"> > > >

[Tomcat] - Resources referenced in CSS not displayed

2020-05-14 Thread Dev WO via Webobjects-dev
Hi list, I’m struggling with something Tomcat related: My application’s CSS is working except for referenced items like a background image or a font. What I have so far: -The images and font are present inside the same folder, everything is correctly deployed under Tomcat and all files are there

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
anyway, it gave me some time to look at ERRest:) >> >> Xavier >> >> >> >> >>> On 16 Apr 2020, at 20:31, Dev WO via Webobjects-dev >>> wrote: >>> >>> I was just looking at making a DirectAction to get a NSDict as a json &

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
gave me some time to look at ERRest:) Xavier > On 16 Apr 2020, at 20:31, Dev WO via Webobjects-dev > wrote: > > I was just looking at making a DirectAction to get a NSDict as a json output > actually. > > Searching for that it looked like ERRest was the answer, but m

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
avier >> >> >>> On 16 Apr 2020, at 18:49, Jesse Tayler wrote: >>> >>> >>> If you want to generate an action URL, I think you’ll want this API >>> >>> String link = ERXRouteUrlUtils.actionUrlForEntity(context, entityName, >&g

Re: [ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
, I think you’ll want this API > > String link = ERXRouteUrlUtils.actionUrlForEntity(context, entityName, > entityID, action, format, queryParameters, secure, includeSessionID); > > > >> On Apr 16, 2020, at 12:42 PM, Dev WO via Webobjects-dev >> wrote: >> >> Hi every

[ERRest] - Manually generating rest URL

2020-04-16 Thread Dev WO via Webobjects-dev
Hi everyone, I’m currently trying a few things with ERRest. In a stateless component, I need to create some urls manually (they will be used inside a script element). When I was calling my DirectAction class, I was just doing this: context().generateRelativeURLs(); NSMutableDicti

Re: [Tomcat] -Classpath ordering issue (Dev WO)

2020-02-28 Thread Dev WO via Webobjects-dev
ebAppMount="/WEB-INF/lib/JavaWebObjects.jar" /> >className="org.apache.catalina.webresources.FileResourceSet" > > base="${catalina.base}/webapps/${project.artifactId}/WEB-INF/lib/JavaWebServicesSupport.jar" > webAppMount=&quo

Re: [Tomcat] -Classpath ordering issue (Dev WO)

2020-01-31 Thread Dev WO via Webobjects-dev
11:13, Dev WO via Webobjects-dev > wrote: > > Hi Matthew, > > I will try that. > > Also I’m currently looking into using the PreResources feature like this: > > -creating a directory mywebapp/WEB-INF/prelib with all the system jars (the > Apple ones) > -m

Re: [Tomcat] -Classpath ordering issue (Dev WO)

2020-01-30 Thread Dev WO via Webobjects-dev
of jars loading. > Tomcat >= 8 does it in random way (up to version 7.5.x it was alphabetical). > It is important, that classloader loads wonder "redefined" classes for some > of WO, instead of original. > > Solution: > You may want to write your own tomcat

Re: [Tomcat] -Classpath ordering issue

2020-01-29 Thread Dev WO via Webobjects-dev
it on tomcat's level in >> ${CATALINA_BASE}/conf/context.xml or for your app only in >> webapp/META-INF/context.xml. For details see tomcat's documentation. >> >> If it's not the case, You may also check if on this beta-test tomcat(#4) >> there is no

Fwd: [Tomcat] -Classpath ordering issue

2020-01-29 Thread Dev WO via Webobjects-dev
>> If it's not the case, You may also check if on this beta-test tomcat(#4) >> there is not other WO app deployed, which loads original WO classess, before >> Your's app start. And/or check if they fully restart it between deployments >> o new version. >> >>

[Tomcat] -Classpath ordering issue

2020-01-28 Thread Dev WO via Webobjects-dev
Hi WOers, I’m starting to lost my mind with a Tomcat deployment (not my choice) I have 4 machines: 1-Dev machine running through Eclipse and Apache (OS X) => Everything works 2-Test Tomcat deployment machine (OS X / Tomcat 9.0.29) => Everything works 3-Another test Tomcat deployment (Debian / Tom

[Tomcat] -Classpath ordering issue

2020-01-28 Thread Dev WO via Webobjects-dev
Hi WOers, I’m starting to lost my mind with a Tomcat deployment (not my choice) I have 4 machines: 1-Dev machine running through Eclipse and Apache (OS X) => Everything works 2-Test Tomcat deployment machine (OS X / Tomcat 9.0.29) => Everything works 3-Another test Tomcat deployment (Debian / Tom