Re: war packaged exclusions.list

2012-07-24 Thread David Blevins
On Jul 23, 2012, at 4:27 PM, zeeman wrote: I tried with July 23rd snaphot today. Startup is slower, it's 21sec now. I have exclusion.list in Tomee/conf and in my WAR WEB-INF folder. I also get many warnings of below: Jul 23, 2012 7:17:06 PM org.apache.tomee.catalina.OpenEJBContextConfig

Re: war packaged exclusions.list

2012-07-24 Thread Romain Manni-Bucau
the warning is not important but you shouldnt see any startup time difference the difference should be from sthg else i think - Romain 2012/7/24 David Blevins david.blev...@gmail.com On Jul 23, 2012, at 4:27 PM, zeeman wrote: I tried with July 23rd snaphot today. Startup is slower, it's

Re: war packaged exclusions.list

2012-07-24 Thread zeeman
Nothing changed in my project, startup time takes longer with the latest. I confirmed by running the same war on an older snapshot and the time was back to 18sec. One good way to speed startup is to lazy load, for example instead of waiting for Myfaces to load, let it load async or in the

Re: war packaged exclusions.list

2012-07-24 Thread Romain Manni-Bucau
async will lead to issues in general, better to avoid it i think. optimizations should be possible elsewhere. about logs use conf/logging.properties. Just a JULI conf. - Romain 2012/7/24 zeeman hamz...@fastmail.us Nothing changed in my project, startup time takes longer with the latest. I

Tomee+ JAXWS webservice address

2012-07-24 Thread jaysee
hello. I am a newbie to tomee+. I am trying to change default the web service address which is session bean. I've read related questions and answers, but it didn't work. I'm using eclipse (indigo). I made single war file(WebSimpleSms.war) which includes my ejb and has following structures.