Re: Appenders contains an invalid element or attribute "NoSql"

2014-07-20 Thread Matt Sicker
You need to add log4j-nosql to your classpath. It was separated from log4j-core due to its, uh, non-core-ness. On 20 July 2014 15:25, David KOCH wrote: > Actually, I just checked the source - the nosql.mongodb package is no > longer present in 2.0, it was in 2.0-rc1. Is this intended? > > /Davi

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Matt Sicker
You'll have to enable annotation processing in Eclipse. This looks somewhat dated, but it might still be relevant: http://www.eclipse.org/jdt/apt/introToAPT.php On 20 July 2014 14:08, Maciej Skrzetuski wrote: > I am hitting the *play* button (run actually) in Eclipse in my Java > project. I am

Re: Appenders contains an invalid element or attribute "NoSql"

2014-07-20 Thread David KOCH
Actually, I just checked the source - the nosql.mongodb package is no longer present in 2.0, it was in 2.0-rc1. Is this intended? /David On Sun, Jul 20, 2014 at 8:55 PM, Matt Sicker wrote: > MongoDb is the name. > > > On 20 July 2014 13:44, David KOCH wrote: > > > Hello, > > > > I get this me

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Maciej Skrzetuski
I am hitting the *play* button (run actually) in Eclipse in my Java project. I am not using Maven or Ant for building the project. On 20 July 2014 20:58, Matt Sicker wrote: > How are you building this? > > > On 20 July 2014 09:29, Maciej Skrzetuski wrote: > > > Hi Ralph, > > > > yes, this is th

Re: Converter Plugin not loaded

2014-07-20 Thread Matt Sicker
The manual on the site won't be updated until the site is regenerated. On 20 July 2014 06:01, Yair Ogen (yaogen) wrote: > File --> Settings --> compiler --> Annotation Processors - check the box > labeled: "Enable annotation processing". > > I then urn 'mvn package' within Intellij. > > Best R

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Matt Sicker
How are you building this? On 20 July 2014 09:29, Maciej Skrzetuski wrote: > Hi Ralph, > > yes, this is the 2.0 release version. Not the release *candidate* 2. > > Kind regards > Maciej > > On 20 July 2014 16:12, Ralph Goers wrote: > > > This is with version 2.0? > > > > Sent from my iPad > >

Re: Appenders contains an invalid element or attribute "NoSql"

2014-07-20 Thread Matt Sicker
MongoDb is the name. On 20 July 2014 13:44, David KOCH wrote: > Hello, > > I get this message: > > "Appenders contains an invalid element or attribute "NoSql" > > at start-up since switching from 2.0-rc1 to 2.0 when attempting to log to > Mongo. My configuration has not changed. > > What's the

Appenders contains an invalid element or attribute "NoSql"

2014-07-20 Thread David KOCH
Hello, I get this message: "Appenders contains an invalid element or attribute "NoSql" at start-up since switching from 2.0-rc1 to 2.0 when attempting to log to Mongo. My configuration has not changed. What's the new configuration name of the appender? Thanks, /David

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Maciej Skrzetuski
Hi Ralph, yes, this is the 2.0 release version. Not the release *candidate* 2. Kind regards Maciej On 20 July 2014 16:12, Ralph Goers wrote: > This is with version 2.0? > > Sent from my iPad > > > On Jul 20, 2014, at 3:45 AM, Maciej Skrzetuski > wrote: > > > > Hi Matt, > > > > thanks for repl

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Ralph Goers
This is with version 2.0? Sent from my iPad > On Jul 20, 2014, at 3:45 AM, Maciej Skrzetuski wrote: > > Hi Matt, > > thanks for replying and your suggestions. I did what you said but the > CLASS_NOT_FOUND error still occurs. > The debug log is at http://pastebin.com/595Q0bXY. The TextAreaAppen

RE: Converter Plugin not loaded

2014-07-20 Thread Yair Ogen (yaogen)
File --> Settings --> compiler --> Annotation Processors - check the box labeled: "Enable annotation processing". I then urn 'mvn package' within Intellij. Best Regards,   Yair Ogen W: (+972) (0) 2-589-4919 M: (+972) (0) 54-566-4919 -Original Message- From: Remko Popma [mailto:remko.po

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Maciej Skrzetuski
Hi Matt, thanks for replying and your suggestions. I did what you said but the CLASS_NOT_FOUND error still occurs. The debug log is at http://pastebin.com/595Q0bXY. The TextAreaAppender now looks like this http://pastebin.com/SyzDNhGg and the log4j2.xml like this http://pastebin.com/zF7jPVrL. Kin

Re: Converter Plugin not loaded

2014-07-20 Thread Remko Popma
Could you explain the steps you took to enable annotation processing in IntelliJ so we can include them in the manual? Sent from my iPhone > On 2014/07/20, at 16:54, "Yair Ogen (yaogen)" wrote: > > The manual still references the maven exec plugin. That should be removed, no? > > My problem w

RE: Converter Plugin not loaded

2014-07-20 Thread Yair Ogen (yaogen)
The manual still references the maven exec plugin. That should be removed, no? My problem was that I didn't enable annotation processing in Intellij. Works fine now, thanks. Best Regards,   Yair Ogen W: (+972) (0) 2-589-4919 M: (+972) (0) 54-566-4919 -Original Message- From: Matt Sicker