Re: Duplicated ERJavaMail.framework

2016-09-07 Thread Paul Hoadley
Hi Fabian,

On 8 Sep 2016, at 3:30 PM, Fabian Peters  wrote:

> Thanks for looking into this and bonus points for thinking of the maven users!

I wish I was a Maven user.

> From what I see, the two frameworks in "Mail" are not being considered for 
> maven builds. Meaning the maven build contains the version from "Core" for 
> now.

Maven and Ant building different frameworks—crazy!

> To move forward we'd have to:
> 
> * add a pom file to the "Mail" directory to build ERJavaMail in the new 
> location
> * update the groupId in the ERJavaMail pom file
> * update the groupId in the dependencyManagement section of the main pom file
> 
> Which will be easy to do, so I'd say: go ahead!

Unfortunately, I don’t know the specifics of what to do for those steps, nor 
can I test it. As such, here’s my revised plan:

1. Delete Frameworks/Mail/ERJavaMail. There have been no updates to this point 
in the tree since it was moved there.

2. Update Build/build/build.xml to build Frameworks/Core/ERJavaMail.

This should have zero Maven side-effects if Maven’s building off 
Frameworks/Core/ERJavaMail.


-- 
Paul Hoadley
http://logicsquad.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/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Duplicated ERJavaMail.framework

2016-09-07 Thread Fabian Peters
Hi Paul,

Thanks for looking into this and bonus points for thinking of the maven users!

From what I see, the two frameworks in "Mail" are not being considered for 
maven builds. Meaning the maven build contains the version from "Core" for now. 
To move forward we'd have to:

 * add a pom file to the "Mail" directory to build ERJavaMail in the new 
location
 * update the groupId in the ERJavaMail pom file
 * update the groupId in the dependencyManagement section of the main pom file

Which will be easy to do, so I'd say: go ahead!

Fabian

> Am 08.09.2016 um 02:21 schrieb Paul Hoadley :
> 
> Hello,
> 
> As noted by Flavio in another thread, there seems to be two versions of 
> ERJavaMail in the Wonder repo.
> 
> 1. Ray committed fe953bf8 on 5 October 2015. This commit copies ERJavaMail 
> from Frameworks/Core to Frameworks/Mail, without deleting the former. It also 
> updates Build/build/build.xml so that the version in Frameworks/Mail is the 
> one being built. Additionally it puts ERCMail.framework in Frameworks/Mail, 
> though I don't know where this came from. (Ray's log message suggests this 
> was factored out of the business logic framework, though there are no changes 
> anywhere else, just additions to Frameworks/Mail, in this commit.)
> 
> 2. Build/build/build.xml still shows that it's the Frameworks/Mail version 
> being built for the ERJavaMail.all target. If you download the frameworks 
> from the WOCommunity Jenkins, you can see it’s still got the JARs from 2015, 
> for example, none of the updates.
> 
> 3. Meanwhile, the version in Frameworks/Core has had a whole bunch of commits 
> since 5 October 2015, including removal of deprecated methods, updates to 
> libraries, bumps to Java settings, and so on.
> 
> I’d be tempted to do this:
> 
> 1. Delete Frameworks/Mail/ERJavaMail. There have been no updates to this 
> point in the tree since it was moved there.
> 
> 2. Move Frameworks/Core/ERJavaMail to Frameworks/Mail/ERJavaMail. Why? 
> Because that’s what is currently being built, so it shouldn’t require any 
> build changes, and otherwise ERCMail would be orphaned in Frameworks/Mail.
> 
> Any thoughts? Is this likely to have any Maven side-effects? (That’s not 
> something I would know how to test.)
> 
> 
> -- 
> Paul Hoadley
> http://logicsquad.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/lists.fabian%40e-lumo.com
> 
> This email sent to lists.fab...@e-lumo.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

jgroup error

2016-09-07 Thread Michael Kondratov
I am getting a new error:

Sep 07, 2016 8:37:03 PM org.jgroups.protocols.TP$SingleMessageHandler run
SEVERE: JGRP27: failed passing message up
java.lang.NullPointerException
at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1782)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)


Any one ran into it?

Michael Kondratov
Aspire Auctions, Inc.
216-231-5515

 ___
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

Duplicated ERJavaMail.framework

2016-09-07 Thread Paul Hoadley
Hello,

As noted by Flavio in another thread, there seems to be two versions of 
ERJavaMail in the Wonder repo.

1. Ray committed fe953bf8 on 5 October 2015. This commit copies ERJavaMail from 
Frameworks/Core to Frameworks/Mail, without deleting the former. It also 
updates Build/build/build.xml so that the version in Frameworks/Mail is the one 
being built. Additionally it puts ERCMail.framework in Frameworks/Mail, though 
I don't know where this came from. (Ray's log message suggests this was 
factored out of the business logic framework, though there are no changes 
anywhere else, just additions to Frameworks/Mail, in this commit.)

2. Build/build/build.xml still shows that it's the Frameworks/Mail version 
being built for the ERJavaMail.all target. If you download the frameworks from 
the WOCommunity Jenkins, you can see it’s still got the JARs from 2015, for 
example, none of the updates.

3. Meanwhile, the version in Frameworks/Core has had a whole bunch of commits 
since 5 October 2015, including removal of deprecated methods, updates to 
libraries, bumps to Java settings, and so on.

I’d be tempted to do this:

1. Delete Frameworks/Mail/ERJavaMail. There have been no updates to this point 
in the tree since it was moved there.

2. Move Frameworks/Core/ERJavaMail to Frameworks/Mail/ERJavaMail. Why? Because 
that’s what is currently being built, so it shouldn’t require any build 
changes, and otherwise ERCMail would be orphaned in Frameworks/Mail.

Any thoughts? Is this likely to have any Maven side-effects? (That’s not 
something I would know how to test.)


-- 
Paul Hoadley
http://logicsquad.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/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Slack WO channel

2016-09-07 Thread Lon Varscsak
I’d be on the Slack channel :D  Mostly so I could talk about Wicket and
Cayenne. ;)

On Wed, Sep 7, 2016 at 12:24 PM, Tom Termini  wrote:

> I’d like to be on the WebObjects Slack channel, please.
>
>
> Tom Termini  / Bluedog
> tomterm...@gmail.com  | +1-301-649-5000
>
>
>
>
>  ___
> 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/lon.varscsak%40gmail.com
>
> This email sent to lon.varsc...@gmail.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: The WOCommunity slack channel

2016-09-07 Thread Stefan Klein
Send me an Invitation too.
Stefan

Von meinem iPad gesendet

> Am 07.09.2016 um 08:41 schrieb Dennis Bliefernicht 
> :
> 
> Hi,
> 
>> On 06.09.2016, at 14:01, Hugi Thordarson  wrote:
>> 
>> Hi all,
>> just wanted to remind you that Samuel Pelletier created a slack channel for 
>> the WOCommunity. It’s a lovely little place for chatting about WO. Just let 
>> us know if you’d like an invite so you can join.
> 
> Count me in, if I'm invited ;-) (dennis.bliefernicht [at] xyrality.com)
> 
> Greetings & Thanks
> Dennis
> 
> --
> 
> 
> 
> 
> 
> -
> Dennis Bliefernicht • Backend Development
> T +49 40 357 3001 62
> dennis.blieferni...@xyrality.com
> 
> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
> www.xyrality.com
> Registergericht: Hamburg HRB 115332
> Geschäftsführer: Sven Ossenbrüggen
> -
> 
> ___
> 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/stefan.klein%40buero-sde.de
> 
> This email sent to stefan.kl...@buero-sde.de
 ___
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: The WOCommunity slack channel

2016-09-07 Thread Gordon Belray
Hi Hugi,

could you please add me as well, we are big Slackers at UofT.

Thanks,
Gordon

> On Sep 6, 2016, at 8:01 AM, Hugi Thordarson  wrote:
> 
> Hi all,
> just wanted to remind you that Samuel Pelletier created a slack channel for 
> the WOCommunity. It’s a lovely little place for chatting about WO. Just let 
> us know if you’d like an invite so you can join.
> 
> Cheers,
> - hugi
> 
> // Hugi Thordarson
> // http://www.loftfar.is/
> // s. 895-6688
> 
> ___
> 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/gordon.belray%40utoronto.ca
> 
> This email sent to gordon.bel...@utoronto.ca


 ___
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: The WOCommunity slack channel

2016-09-07 Thread Baiss Eric Magnusson
Hi Hugi,

I tried the oldies channel and it didn't work, Hehe. 

Please add me to the list.

> On Sep 6, 2016, at 12:01 PM, Hugi Thordarson  wrote:
> 
> And I made a special channel for us oldies.
> 
> https://wocommunity.slack.com/archives/goats
> 
> - hugi
> 
>> On 6. sep. 2016, at 18:41, Chuck Hill  wrote:
>> 
>> Might as well include me.  Now I have to figure out what Slack is.  :-P  The 
>> Internet is No Place for Old Men!
>> 
> This email sent to ba...@me.com


Baiss Eric Magnusson
Cascade Web Design




 ___
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

Slack WO channel

2016-09-07 Thread Tom Termini
I’d like to be on the WebObjects Slack channel, please.


Tom Termini  / Bluedog
tomterm...@gmail.com  | +1-301-649-5000



 ___
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: The WOCommunity slack channel

2016-09-07 Thread Benjamin Steiner
i’m interested as well, please add me


> On 06 Sep 2016, at 14:01, Hugi Thordarson  wrote:
> 
> Hi all,
> just wanted to remind you that Samuel Pelletier created a slack channel for 
> the WOCommunity. It’s a lovely little place for chatting about WO. Just let 
> us know if you’d like an invite so you can join.
> 
> Cheers,
> - hugi
> 
> // Hugi Thordarson
> // http://www.loftfar.is/
> // s. 895-6688
> 
> ___
> 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/steiner%40rucotec.ch
> 
> This email sent to stei...@rucotec.ch


 ___
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