Re: Maven - No template found for component Main

2016-09-04 Thread Theodore Petrosky
JMHO but I think we should keep the money in the association, and we should promote the Kickstarter project. Put out an email every week to get everyone’s attention to sign up and put in some money. I’m ready! > On Sep 4, 2016, at 10:30 PM, Pascal Robert wrote: > > >> Le 4 sept. 2016 à 19

Re: Maven - No template found for component Main

2016-09-04 Thread Pascal Robert
> Le 4 sept. 2016 à 19:44, Paul Hoadley a écrit : > > On 5 Sep 2016, at 7:46 AM, Hugi Thordarson wrote: > >> This is probably the third or fourth time this is mentioned. We need to fix >> this. >> >> But anyway; WO with Maven seriously rocks, once you get going :). > > I would seriously don

Re: Maven - No template found for component Main

2016-09-04 Thread Paul Hoadley
On 5 Sep 2016, at 7:46 AM, Hugi Thordarson wrote: > This is probably the third or fourth time this is mentioned. We need to fix > this. > > But anyway; WO with Maven seriously rocks, once you get going :). I would seriously donate to a Kickstarter project for you to write the definitive guide

Re: Code review for refreshToOneRelationshipWithKey

2016-09-04 Thread Paul Hoadley
Hi Ricardo, On 5 Sep 2016, at 6:23 AM, Ricardo Parada wrote: > At that time I did not have a need for synchronization between EOF stacks. I > was also overwhelmed by the xml configuration file but now that I hear it > again it sounds like there is no need to mess with it. I like that he said

Re: Code review for refreshToOneRelationshipWithKey

2016-09-04 Thread Theodore Petrosky
Yes, JGroups (http://www.jgroups.org ) it really was so painless. It worked right out of the box. I linked the framework, copied the properties information, added a groupName and the entity that I wanted to synchronize. It was fun watching the logs on my development box.

Re: Maven - No template found for component Main

2016-09-04 Thread Hugi Thordarson
You probably need to open the Eclipse .project-file in your project and add: org.maven.ide.eclipse.maven2Nature …as a project nature (inside the “natures"-tag). WebObjects uses this identifier to determine if the project is a Maven project, if it isn’t present it will think the bundle is Fluffy

Maven - No template found for component Main

2016-09-04 Thread Mark Wardle
Dear all, I have successfully used maven with a non-WO application so I was keen to switch and make it easy for me to use some jar-based libraries of my own within WO. I have created an empty maven project using two different archetypes [from http://maven.wocommunity.org/service/local/reposito

Re: Code review for refreshToOneRelationshipWithKey

2016-09-04 Thread Ricardo Parada
Thank you Ted for that link. I was actually present at that presentation. At that time I did not have a need for synchronization between EOF stacks. I was also overwhelmed by the xml configuration file but now that I hear it again it sounds like there is no need to mess with it. I like that he