Changing log level generates NPE

2009-02-02 Thread stanlick
I added a file appender last night and set all logging to DEBUG. Today I started getting a NullPointerException at runtime. I isolated the bug to the XWorkMapPropertyAccessor class where public void setProperty(Map context, Object target, Object name, Object value) throws OgnlException {

[VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Dave Newton
I've checked in a (mostly) working updated blank-archetype to the maven svn trunk. There's a new archetypes doc page at [1], along with a more detailed look at the blank archetype itself at [2] that talks a bit about Maven and the blank app itself. Caveats: There are some archetype issues I

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Musachy Barroso
What are the links to the docs? I also had trouble with the index page in Jetty and never figured out. musachy On Mon, Feb 2, 2009 at 4:38 PM, Dave Newton wrote: > I've checked in a (mostly) working updated blank-archetype to the maven svn > trunk. > > There's a new archetypes doc page at [1], a

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Dave Newton
Musachy Barroso wrote: What are the links to the docs? I also had trouble with the index page in Jetty and never figured out. [1] http://cwiki.apache.org/confluence/display/WW/Struts+2+Maven+Archetypes [2] http://cwiki.apache.org/confluence/display/WW/Struts+2+Blank+Archetype The index page th

Re: New struts2-blank and docs

2009-02-02 Thread Dave Newton
How do I get this to a repo, anyway? Dave Dave Newton wrote: I've checked in a (mostly) working updated blank-archetype. There's a new archetypes doc page at [1], along with a more detailed look at the blank archetype itself at [2] that talks a bit about Maven and the blank app itself. The

Re: New struts2-blank and docs

2009-02-02 Thread Dave Newton
Wendy Smoak wrote: On Mon, Feb 2, 2009 at 7:06 AM, Nils-Helge Garli Hegvik wrote: I'm planning on preparing a release of the portlet archetype, so I'm wondering about the same thing. Do the archetypes need a vote first? Yes, anything we release needs a vote first. Oops. In mad rush right

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Musachy Barroso
+1 GA The commons-logging dep is not a big deal, where you getting an error with out it? //I will fix the spanish text, it sounds weird :) musachy On Mon, Feb 2, 2009 at 5:03 PM, Dave Newton wrote: > Musachy Barroso wrote: >> >> What are the links to the docs? I also had trouble with the index

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Musachy Barroso
I haven't used eclipse in a bit now, but doesn't the maven command need to be like: mvn eclipse:eclipse -Dwtpversion=1.5 otherwise it doesn't get created as a web project? musachy On Mon, Feb 2, 2009 at 5:20 PM, Musachy Barroso wrote: > +1 GA > > The commons-logging dep is not a big deal, wher

Re: New struts2-blank and docs

2009-02-02 Thread Nils-Helge Garli Hegvik
I'm planning on preparing a release of the portlet archetype, so I'm wondering about the same thing. Do the archetypes need a vote first? Nils-H On Mon, Feb 2, 2009 at 3:02 PM, Dave Newton wrote: > How do I get this to a repo, anyway? > > Dave > > Dave Newton wrote: >> >> I've checked in a (most

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Wendy Smoak
On Mon, Feb 2, 2009 at 2:38 PM, Dave Newton wrote: > I've checked in a (mostly) working updated blank-archetype to the maven svn > trunk. ... > The vote will remain open for at least 72 hours, longer upon request. Has it been tagged and staged in a repository that we can test? We need to vote on

Re: New struts2-blank and docs

2009-02-02 Thread Wendy Smoak
On Mon, Feb 2, 2009 at 7:06 AM, Nils-Helge Garli Hegvik wrote: > I'm planning on preparing a release of the portlet archetype, so I'm > wondering about the same thing. Do the archetypes need a vote first? Yes, anything we release needs a vote first. -- Wendy ---

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Dave Newton
Musachy Barroso wrote: I haven't used eclipse in a bit now, but doesn't the maven command need to be like: mvn eclipse:eclipse -Dwtpversion=1.5 otherwise it doesn't get created as a web project? No clue--I didn't do anything about those parts. Dave -

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Dave Newton
Musachy Barroso wrote: +1 GA The commons-logging dep is not a big deal, where you getting an error with out it? mvn jetty:run Once a URL is hit is goes boom. Dave - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-02-02 Thread Dave Newton
Wendy Smoak wrote: On Mon, Feb 2, 2009 at 2:38 PM, Dave Newton wrote: I've checked in a (mostly) working updated blank-archetype to the maven svn trunk. ... The vote will remain open for at least 72 hours, longer upon request. Has it been tagged and staged in a repository that we can test?