Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread san
its the same error which Nikki shared. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Java-8-and-possible-TomEE-1-7-0-tp4668490p4670189.html Sent from the TomEE Dev mailing list archive at Nabble.com.

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread Romain Manni-Bucau
FYI http://jira.codehaus.org/browse/MSHARED-319 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-25 17:08 GMT+02:00 Niki Dokovski : > Ok Thanks > > > On Wed, Jun 25,

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread Niki Dokovski
Ok Thanks On Wed, Jun 25, 2014 at 6:03 PM, Romain Manni-Bucau wrote: > Oh recall this one. > > It is known by maven team (there is a jira somewhere). This is fixed on > trunk IIRC, not sure it was released or not > > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.word

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread Romain Manni-Bucau
Oh recall this one. It is known by maven team (there is a jira somewhere). This is fixed on trunk IIRC, not sure it was released or not Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rma

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread Niki Dokovski
Same issue here with jdk1.8.0_05 on mac os [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project apache-tomee: Error rendering velocity resource. NullPointerException -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionExceptio

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread Romain Manni-Bucau
what does say -e? maybe a maven plugin doesn't work with java 8 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-25 16:28 GMT+02:00 san : > I tried to compile TomEE w

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread san
I tried to compile TomEE with JAVA8 but getting Build failed. [INFO] OpenEJB :: TomEE :: Apache TomEE .. FAILURE [1.409s] [INFO] OpenEJB :: TomEE :: Overlay Runner SKIPPED [INFO] [INFO] BUILD

Re: Deploy a EJB 2.1 application to TomEE from OC4J

2014-06-25 Thread Andy Gumbrecht
I know you're probably under pressure from above, bit it's kind of an impossible question to answer without many more details? How long is a piece of string? If we are to put any time and effort into an answer for you then surely it is fair that you also put some time and effort into helping us

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread Romain Manni-Bucau
Hi all right, [2] depend on guys I guess. CI uses mvn clean install -Pall-adapters, dev uses the command of the page or some other maven shortcuts I guess (I do at least). Feel free to ask anything more precise if you feel lost, we'll try to help you to get familiar with the product. Romain Man

Re: Deploy a EJB 2.1 application to TomEE from OC4J

2014-06-25 Thread Romain Manni-Bucau
Seems a good start. BTW I think it worth spending half a day trying, you'll get a pretty precise evaluation then otherwise it can be +-500%. At least dropping the app in tomee and solving first 2-3 obvious failures (missing libs and maybe few jndi names if easy on your side) Romain Manni-Buca

Re: Deploy a EJB 2.1 application to TomEE from OC4J

2014-06-25 Thread FastLearner
Completely agree but I need to provide an LOE for the effort and don't have enough time for me to try it out. The migration complexity problem would be in: JAAS EJB JNDI Lookup Database connection pools Toplink Third party libraries Build configuration Infrastructure impacts Packaging/deployment A

Re: Java 8 and possible TomEE 1.7.0

2014-06-25 Thread san
I don't have any previous experience of working on TomEE. Maybe i will ask some silly questions. is this [1] the correct trunk link ? I have to follow this [2] guide to compile the code [1]http://svn.apache.org/repos/asf/tomee/tomee/trunk [2]http://tomee.apache.org/dev/source-code.html -- Vi

Re: Deploy a EJB 2.1 application to TomEE from OC4J

2014-06-25 Thread Andy Gumbrecht
The only real way to know is to try it, but it should work out of the box. Let us know how you get on and if you need any help? Andy. On 24/06/2014 20:28, FastLearner wrote: After some research on this topic, it looks like TomEE is compatible EJB 2.1 and our legacy application can be deployed t