new site snapshot deployed

2011-03-20 Thread Mark Struberg
hi folks! I've now deployed a new site of our 1.1.0-SNAPSHOT. I also changed the redirect to 1.1. Should get picked up with the next rsync in a few hours. Btw, anyone has more information about the new CMS used here? I'd like to use this as a landing page and move the generated info a stage

Re: new site snapshot deployed

2011-03-20 Thread Gerhard Petracek
hi mark, you can have a look at [1] - [3]. regards, gerhard [1] https://cms.apache.org/ [2] https://blogs.apache.org/infra/entry/the_asf_cms [3] http://wiki.apache.org/general/ApacheCms2010 http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German

NPE when calling BeanManagerImpl.isNormalScope(component.getScope())

2011-03-20 Thread Shawn Jiang
Could anyone shed some light on following issue ? I got a NPE when calling BeanManagerImpl.isNormalScope(null) when constructing a MDB instance in a non-webbean ejb module. From the stacktrace, there's no chance the component.getScope() could return a non-null value. I'm wondering why there's

Re: NPE when calling BeanManagerImpl.isNormalScope(component.getScope())

2011-03-20 Thread Joseph Bergmark
I might be missing the point, but why are we calling OWB at all if this is a non-cdi ejb module (which I assume means no beans.xml)? Sincerely, Joe On Mon, Mar 21, 2011 at 12:05 AM, Shawn Jiang genspr...@gmail.com wrote: Could anyone shed some light on following issue ? I got a NPE when

Re: new site snapshot deployed

2011-03-20 Thread Joseph Bergmark
Thanks for doing this! It appears the download link doesn't work. I've had trouble with this myself the couple times I've tried to use the site generating plugin before. I could sometimes get it to work for either relative or absolute URLs, but never both. At a minimum I think we need to

Re: NPE when calling BeanManagerImpl.isNormalScope(component.getScope())

2011-03-20 Thread David Blevins
In OpenEJB we have OWB integrated 100% of the time. Primarily so that scenarios like this don't occur. I.e. my app worked fine and then I turned on CDI and all these unrelated things break. Shawn, I'm hammering on that code now on the OpenEJB end. I've checked in a temporary work around