Configuration related to AppContext and ModuleContext properties finally added

2012-08-20 Thread David Blevins
So at some time a 2010 we split CoreDeploymentInfo[1] into three scoped objects, BeanContext, ModuleContext and AppContext. Each of these contexts objects has: - a set of Properties so we can track options at each level - a chained Options object to allow for property inheritance - a typed

Re: Could not deploy simple WebService on TomEE

2012-08-20 Thread Enrico Olivelli
Another NPE, same cause I think can I ask a question? public synchronized void addPort(String serviceId, QName serviceQName, String portId, QName portQName, String portInterface, String address) public synchronized void removePort(String serviceId, QName serviceQName, String portId) //

Re: Could not deploy simple WebService on TomEE

2012-08-20 Thread Romain Manni-Bucau
you are right, should be better now *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/8/20 Enrico Olivelli eolive...@gmail.com Another NPE, same cause I think can I ask a question? public synchronized void addPort(String serviceId, QName

Re: Clustered Quartz vs Stopping TomEE

2012-08-20 Thread Enrico Olivelli
With this property shutdown now works cleanly org.quartz.jobStore.makeThreadsDaemons=true maybe it would be a safe settings to use this property too org.quartz.scheduler.makeSchedulerThreadDaemon=true I think that this two properties need to be always set to true for OpenEJB/TomEE would you

Re: Clustered Quartz vs Stopping TomEE

2012-08-20 Thread Romain Manni-Bucau
right, https://issues.apache.org/jira/browse/TOMEE-389 *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/8/20 Enrico Olivelli eolive...@gmail.com With this property shutdown now works cleanly org.quartz.jobStore.**makeThreadsDaemons=true maybe it