Re: Getting exceptions in using TOMEE

2018-12-19 Thread Roberto Cortez
Hi Karen, Thank you for reaching out. Indeed, it seems you adding a lot of dependencies to your project that you don’t need. The javaee-api should be enough. For TomEE you would actually use the following: org.apache.tomee javaee-api 8.0

Re: Getting exceptions in using TOMEE

2018-12-19 Thread Luis Rodríguez Fernández
Hello Karen, mmm, perhaps you could provide some more details about your setup, like java and tomee version. I can see that you are using javaee-api 8.0 and openejb 8.0.0-M1, so I assume that you are tomee-8-1 [1] :) I am not sure if it is going to solve your issue, but as you are already

Getting exceptions in using TOMEE

2018-12-19 Thread Karen Goh
Hi, I am a beginner in using tomEE. So, I'd like to check if there is any conflicts in the dependencies I used. Basically, I would like to use CDI for dependency injection. This is a Maven based java web app with DAO design design pattern cum MVC. Here's the exception I received : SEVERE: