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

Re: wtp ear deployment

2018-12-12 Thread Luis Rodríguez Fernández
Hello there, That .ear structure worked for me in the past. But I can not tell you at 100% if it was because everything was loaded in the same classloader or just "classloader-lottery". Regarding this tomee doc [1] I would say that yes. My ear/META-INF/application.xml looks like: my-app-ear

Re: jpa jar

2018-10-31 Thread Luis Rodríguez Fernández
s but I need some time to get my head around it. > At the moment I use Tomcat virtual hosts in production although I want > to change it so that httpd is doing the proxying > > On 31/10/2018 14:06, Luis Rodríguez Fernández wrote: > > Hello Matthew, > > > > Probably the comm

Re: jpa jar

2018-10-31 Thread Luis Rodríguez Fernández
Hello Matthew, Probably the common classloader is the place for your jar, see [1] Otherwise you could also packed all your apps in an .ear file and add your .jar there. In tomee you can deploy .ear files as well [2]. For this approach you have to declare the apps folder in conf/tomee.xml

Re: TomEE management/administration applications

2018-10-09 Thread Luis Rodríguez Fernández
Thanks Jonathan, brilliant! We are doing kind of the same using jolokia --> telegraf --> influxdb --> grafana. Jonathan: in your opinion what would be the advantages of chronograf over grafana? Looking forward for your blog post! :) Thanks, Luis [1] https://jolokia.org/ El mar., 9 oct. 2018

Re: Does SingleSignOn valve works for web apps deployed inside an .ear file?

2018-10-03 Thread Luis Rodríguez Fernández
| > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le mer. 3 oct. 2018 à 18:37, Luis Rodríguez Fernández > a > écrit : > > > Hello there, > > > &