Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-25 Thread JumpStart
@Interceptors is definitely where the problem is occurring. This warning message... WARN [LogStreamAsync.Thread] (Log4jLogStream.java:59) - Injection data not found in JNDI context: jndiName='comp/env/com.goxpro. xpro.business.domain.base.BaseService/context', target=com.goxpro.xpro.

Re: Jetty with OpenEJB 7.0.3 and ServletContextListener

2017-05-25 Thread Romain Manni-Bucau
2017-05-25 5:32 GMT+02:00 JumpStart : > Thanks Romain, I will try that. > > I am thoroughly confused about the modern purpose of OpenEJB - I was very > surprised to hear that openejb-http even exists. Is there a page in the > TomEE site that explains what

Re: javax.validation API

2017-05-25 Thread Romain Manni-Bucau
Hi Lazar, did you check the inheritance? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn |

javax.validation API

2017-05-25 Thread Lazar Kirchev
Hello, TomEE 7 includes javax.validation 1.1 API. However, I noticed, that it's missing some methods from the spec, namely: javax.validation.metadata.CrossParameterDescriptor.getElementClass() javax.validation.metadata.ExecutableDescriptor.findConstraints()

Re: javax.validation API

2017-05-25 Thread Lazar Kirchev
Thanks for the hint Romain! Yes, they are present in the superclass. I got mislead because in the spec they are present both in the super and the child, and marked with @Override in the child. I haven't noticed the annotation and didn't expect them to be in the parent as well. On Thu, May 25,

Re: javax.validation API

2017-05-25 Thread Romain Manni-Bucau
was surprised cause we got certified and validated for TomEE 7: http://beanvalidation.org/1.1/certified/ Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-25 Thread Romain Manni-Bucau
it is the right way but we still need a sample reproducing the issue since I think it is more linked to ear/scanning than anything else. The fact InjectionProcessor issue this warning just means something went wrong before. Romain Manni-Bucau @rmannibucau |

TomEE and Hystrix

2017-05-25 Thread COURTAULT Francois
Hello, I have several questions to ask : * Is there any incompatibility if we use Hystrix within TomEE ? * Is there any "Hystrix" like built-in in TomEE already available ? * Is there any mechanism similar to Weblogic work manager in TomEE ? Thanks for your help in

Re: TomEE and Hystrix

2017-05-25 Thread Romain Manni-Bucau
Hello 2017-05-25 18:50 GMT+02:00 COURTAULT Francois < francois.courta...@gemalto.com>: > Hello, > > I have several questions to ask : > > * Is there any incompatibility if we use Hystrix within TomEE ? > No > > * Is there any "Hystrix" like built-in in TomEE already available