Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference

2013-09-18 Thread Pascal Robert
Le 2013-09-18 à 03:28, "Dipl.-Ing. Jens Lünstedt" a écrit : > Hi Bogdan, > I know that but on the other environment instead of Macintosh HD 2 it is only > Macintosh HD. There is also a space and there is no problem. > But I'll check that in a minute. If Macintosh HD is the boot volume, it won

Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference

2013-09-18 Thread Dipl.-Ing. Jens Lünstedt
Hello Pascal, Macintosh HD is the boot volume and the last path I tried was /EclipseWorkspace. So there is no space anymore but it doesn't work. Jens Am 18.09.2013 um 09:36 schrieb Pascal Robert : > > Le 2013-09-18 à 03:28, "Dipl.-Ing. Jens Lünstedt" > a écrit : > >> Hi Bogdan, >> I know th

ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Theodore Petrosky
I got the skinny on the upgrade of ERJGroupsSynchronizer. there are three issues: 1. _channel.setOpt(Channel.LOCAL, Boolean.FALSE); gets changed to: _channel.setDiscardOwnMessages(Boolean.FALSE); 2. reconnect according to bela, this section just comes out and in his words "Shunning was re

Re: ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Ken Anderson
I am… You have to remove a lot from the xml file (deprecated controls basically), and make a few changes to the Java. Here's mine: ERJGroupsNotificationCenter.java Description: Binary data ERJGroupsSynchronizer.java Description: Binary data jgroups-default.xml Description: XML document

Re: ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Theodore Petrosky
I see that you just commented out the section on .setDiscardOwnMessages. should this be set to 'true'? do you want to receive messages on the sending jchannel? if I read the 2.x docs, _channel.setOpt(Channel.LOCAL, Boolean.FALSE);set the sending channel to NOT receive updates which implie

Re: ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Ken Anderson
Theodore, I haven't delved too deeply - at the moment it is working, but I only did this very recently. Ken On Sep 18, 2013, at 11:06 AM, Theodore Petrosky wrote: > I see that you just commented out the section on .setDiscardOwnMessages. > should this be set to 'true'? > > do you want to r

Re: JRebel 5.3.2

2013-09-18 Thread Quinton Dolan
This is caused by a change made by Zeroturnaround to the way their plugin works. I can't fix it without them making a change at their end or it will NPE every time you try to open the launch config. On 16/09/2013, at 6:45 PM, Michael Schmiedgen wrote: > On 14.09.2013 15:08, Samuel Pelletier wr