Re: TomEE 7 bean validation

2015-12-19 Thread Romain Manni-Bucau
https://github.com/apache/bval/blob/trunk/bval-jsr/src/main/java/org/apache/bval/cdi/BValInterceptor.java is already there bit why not switching to cdi? Le 19 déc. 2015 16:34, "sgjava" a écrit : > Is there an example of an interceptor doing bean validation? > > > > -- > View

Re: Using EARs against TomEE 7 M1

2015-12-19 Thread Romain Manni-Bucau
hi same as on 1.7 do you rely on arquillian? Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber

Re: TomEE 7 bean validation

2015-12-19 Thread sgjava
Is there an example of an interceptor doing bean validation? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-7-bean-validation-tp4677232p4677247.html Sent from the TomEE Users mailing list archive at Nabble.com.

SessionScoped does not seem to work

2015-12-19 Thread Marco DE BOOIJ
I am not a regular developer. I have written some applications before that do their work. Recently I started with a new one with which I have a problem. I have a class that I annotate with: @Named("natuur") @SessionScoped The class itself implements Serializable. I did this in my previous

Re: SessionScoped does not seem to work

2015-12-19 Thread Marco DE BOOIJ
In the mean time I switched to Tomee 1.7.3. I Checked the logfiles and only found a message about the facelets library but this I get for a working application too: dec 19, 2015 4:59:19 PM org.apache.myfaces.view.facelets.compiler.TagLibraryConfig loadImplicit SEVERE: Error Loading Library:

Re: SessionScoped does not seem to work

2015-12-19 Thread Marco DE BOOIJ
In the mean time I switched to Tomee 1.7.3. I Checked the logfiles and only found a message about the facelets library but this I get for a working application too: dec 19, 2015 4:59:19 PM org.apache.myfaces.view.facelets.compiler.TagLibraryConfig loadImplicit SEVERE: Error Loading Library:

Re: SessionScoped does not seem to work

2015-12-19 Thread Romain Manni-Bucau
Yep on github or bitbucket or any public source repository - no binary. Mvn tomee:run is a nice to have. Le 19 déc. 2015 20:40, "Marco DE BOOIJ" a écrit : > In the mean time I switched to Tomee 1.7.3. I Checked the logfiles and > only found a message about the facelets

Re: SessionScoped does not seem to work

2015-12-19 Thread Romain Manni-Bucau
Hi Stateless and Singleton are Dependent by spec. No log message? Sure it is created during a request? Do you have a sample to reproduce it? Le 19 déc. 2015 17:03, "Marco DE BOOIJ" a écrit : > I am not a regular developer. I have written some applications before that >

Using EARs against TomEE 7 M1

2015-12-19 Thread John D. Ament
Hi all, I was wondering, how does EAR support look in 7 M1? I was trying to port DeltaSpike to run tests against 7.0.0-M1 and it seems that most tests that rely on EAR deployment fail with this error. Any ideas would be very useful. John SEVERE - EjbTransactionUtil.handleSystemException:

Re: TomEE 7 bean validation

2015-12-19 Thread Steve Goldsmith
Great, thanks! On Sat, Dec 19, 2015 at 10:57 AM, Romain Manni-Bucau wrote: > > https://github.com/apache/bval/blob/trunk/bval-jsr/src/main/java/org/apache/bval/cdi/BValInterceptor.java > is already there bit why not switching to cdi? > Le 19 déc. 2015 16:34, "sgjava"

Re: SessionScoped does not seem to work

2015-12-19 Thread Marco DE BOOIJ
Forgot the URL: https://github.com/mdebooy/Tomee3, https://github.com/mdebooy/Components, https://github.com/mdebooy/doosutils Op 19-12-15 om 20:55 schreef Romain Manni-Bucau: Yep on github or bitbucket or any public source repository - no binary. Mvn tomee:run is a nice to have. Le 19 déc.

Re: SessionScoped does not seem to work

2015-12-19 Thread Marco DE BOOIJ
An other thing to learn. I only hope that it does not mess up my own private SVN. The source of the project is already uploaded (the 3rd repository finally worked): https://github.com/mdebooy/Tomee3 Will put all the other projects. Suppose that I cannot put them all under the same