Re: Minimal components in TomEE Embedded Server

2016-08-16 Thread Romain Manni-Bucau
Let us know if you need any help on particular topics not yet opened on another thread Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog | Github

Re: Minimal components in TomEE Embedded Server

2016-08-16 Thread Sathwik
Hi Romain, I have the initial setup ready. I have done some initial work and got the package ready. Though there are some more things that needs to be attended like testing the packaged server. Jira: https://issues.apache.org/jira/browse/ODE-1060 Source Git branch: ODE-1060 (On apache's git and

Re: Minimal components in TomEE Embedded Server

2016-07-05 Thread Romain Manni-Bucau
2016-07-05 14:13 GMT+02:00 Sathwik : > Hi Romain, > > Thanks for the quick reply, > > We use Ruby & Rake for the builds, moved out of maven a very long time > ago. We have a docker image and use it to build on Jenkins. It works for > local builds as well. > > So, we will need to enhance the curren

Re: Minimal components in TomEE Embedded Server

2016-07-05 Thread Sathwik
Hi Romain, Thanks for the quick reply, We use Ruby & Rake for the builds, moved out of maven a very long time ago. We have a docker image and use it to build on Jenkins. It works for local builds as well. So, we will need to enhance the current ruby based build script to have an embedded ODE

Re: Minimal components in TomEE Embedded Server

2016-07-05 Thread Romain Manni-Bucau
Hello few questions before answering more specifically: can you use mvn to build this server - I know ODE has a pom but not sure if it is to make jenkins happy or if it is really used. If so tomee-maven-plugin allows to do what you do in your script more or less in a "standard" fashion, only trick

Minimal components in TomEE Embedded Server

2016-07-05 Thread Sathwik
Hi Devs, I am from the Apache ODE team. We are in the process of distributing production ready ODE as a standalone server, henceforth looking towards TomEE Embedded server. ODE has been in distribution till now as a web application. We have tried deploying ODE on a full blown Tomee Webprofile