Re: a trick to model a complex derived relationship?

2016-03-07 Thread OC
Chuck, short version: with key (not keypath) restrictingQualifier it, alas, does not work either. Thanks again a big lot for all the help! OC Long version if anybody interested: (a) given there are two entities, Source and Destination, and a relationship Source.rel ->> Destination (b) and we

Maven deployment application resources

2016-03-07 Thread Ramsey Gurley
Hi all, I’m doing a split deployment with apache. When deploying a maven application, I’m able to get the proper WebServerResources for all the frameworks using WOFrameworksBaseURL. However, any resources in the application itself seem to generate urls like domain/WebObjects/AppName-1.0.0-SNAP

Re: Maven deployment application resources

2016-03-07 Thread Fabian Peters
Hi Ramsey, I'm guessing you're seeing . Markus proposed a fix in , of which I tested a preliminary version. For now I just reverted the commits from #704. Fabian > Am 07.03

Re: Maven deployment application resources

2016-03-07 Thread Ramsey Gurley
The WOFrameworksBaseURL works fine for me. All my framework resources are loading okay. It’s just the resources from the application itself that get a path with pom version in it. I’m using an approximately year old version of Wonder, so I should be unaffected by recent changes to Wonder. On

Re: Maven deployment application resources

2016-03-07 Thread lists . fabian
Well, that was a case of "Reading goes quickly when you don't slow down to comprehend". Do you set the finalName in the pom? Something like: ${project.artifactId} The default is ${artifactId}-${version}. I've got projects with the default and others without th

Re: Maven deployment application resources

2016-03-07 Thread Ramsey Gurley
Ahh, that was the bit I was missing :) Thanks Fabian! On Mar 7, 2016, at 12:12 PM, lists.fab...@e-lumo.com wrote: > Well, that was a case of "Reading goes quickly when you don't slow down to > comprehend". > > Do you set the finalName in the pom? Something like: > > > ${p