Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread Romain Manni-Bucau
They allows things not spec compliant in 2 cases: - for perf reason - cause their impl doesnt care this is a known difference with OWB but sadly if they dont test their app on both servers they dont use CDI but Weld as container (ie using the spec API/binaries but not the associated behavior).

Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread John D. Ament
On Fri, Jul 3, 2015 at 9:02 AM Romain Manni-Bucau rmannibu...@gmail.com wrote: Le 3 juil. 2015 04:38, jmutawa jalal.almut...@gmail.com a écrit : Hello Mr. Romain, Thank you for your reply. I have added the suggested property in WEB-INF/application.properties, this is the error I now

Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread John D. Ament
Actually, only normal scoped beans require non-final. @Dependent is not a normal scope. On Fri, Jul 3, 2015 at 9:50 AM Romain Manni-Bucau rmannibu...@gmail.com wrote: They allows things not spec compliant in 2 cases: - for perf reason - cause their impl doesnt care this is a known

Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread Romain Manni-Bucau
Guess it is by extension or sthg like that cause that is what the error says Le 3 juil. 2015 07:01, John D. Ament johndam...@apache.org a écrit : On Fri, Jul 3, 2015 at 9:59 AM Romain Manni-Bucau rmannibu...@gmail.com wrote: 2015-07-03 15:55 GMT+02:00 John D. Ament johndam...@apache.org:

Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread Romain Manni-Bucau
Le 3 juil. 2015 04:38, jmutawa jalal.almut...@gmail.com a écrit : Hello Mr. Romain, Thank you for your reply. I have added the suggested property in WEB-INF/application.properties, this is the error I now get: / SEVERE: CDI Beans module deployment failed

Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread Romain Manni-Bucau
2015-07-03 15:55 GMT+02:00 John D. Ament johndam...@apache.org: Actually, only normal scoped beans require non-final. @Dependent is not a normal scope. sure but if it is intercepted or decorated it should be proxiable ie not final for CDI On Fri, Jul 3, 2015 at 9:50 AM Romain Manni-Bucau

Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread John D. Ament
On Fri, Jul 3, 2015 at 9:59 AM Romain Manni-Bucau rmannibu...@gmail.com wrote: 2015-07-03 15:55 GMT+02:00 John D. Ament johndam...@apache.org: Actually, only normal scoped beans require non-final. @Dependent is not a normal scope. sure but if it is intercepted or decorated it should

Re: Running JBoss Dashbuilder on TomEE

2015-07-03 Thread jmutawa
Hello Mr. Romain, Thank you for your reply. I have added the suggested property in WEB-INF/application.properties, this is the error I now get: / SEVERE: CDI Beans module deployment failed org.apache.webbeans.exception.inject.DeploymentException: