Re: Migration doc from TomEE 8.x to TomEE 9.x

2024-02-21 Thread Alex The Rocker
Hi François, Just speaking from my own experience on a huge set of webapps to migrate, but Eclipse Transformer was quite good for both source-level & JAR (bytecode) level Java -> Jakarta EE migration. For sure, 80% of the time was spent chasing the devil in details in the 20% remaining glitches

Re: Health of this project -- should we keep going?

2023-10-12 Thread Alex The Rocker
Putting TomEE in attic would indeed be shame after all these years of pretty good service. Out of curiosity, how other open-sourced EE app servers are coping with web services layer, if not using CXF ? Thanks, Alex Le jeu. 12 oct. 2023 à 07:04, Benedict Eisenkrämer a écrit : > > Hi David, > > I

Re: Is the new TomEE version 8.0.8 certified on JDK 17 ?

2021-09-15 Thread Alex The Rocker
Good question! I have myself ran some tests with JDK 16, found a few glitches (already tracked by some JIRAs), but no blockers. I haven't yet started with JDK17 (waiting for my favorite OpenJ9-based Java version to deliver JDK17 level, which soon take place soon). Anyway the question of

Re: New committer Cesar Hernandez

2019-09-05 Thread Alex The Rocker
Welcome Cesar! Alexandre Le jeu. 5 sept. 2019 à 09:56, COURTAULT Francois a écrit : > > Congratulation Cesar ! > > -Original Message- > From: Jean-Louis Monteiro [mailto:jlmonte...@tomitribe.com] > Sent: jeudi 5 septembre 2019 09:53 > To: d...@tomee.apache.org; users@tomee.apache.org >

Re: Why jackson and jonhzon shipped with latest TomEE?

2019-06-19 Thread Alex The Rocker
Hello, I agree with dkwakkel, Apache Johnzon should be enought for all TomEE runtime requirements.Mixing two different JSON processors in same classpath can lead to a dependency mess. After all, ActiveMQ is an Apache project, and even if when it was developed Apache Johnzon wasn't available, it

Re: How can we use a Johnzon version more recent than TomEE’s, delivered in our WARs, to run JAX-RS services ?”

2017-12-01 Thread Alex The Rocker
gt; Le 1 déc. 2017 21:48, "Alex The Rocker" <alex.m3...@gmail.com> a écrit : > >> Hello Romain, >> >> Thanks for your answer, I created: >> >> https://issues.apache.org/jira/browse/TOMEE-2153 >> >> for asking the dependency upgr

Re: How can we use a Johnzon version more recent than TomEE’s, delivered in our WARs, to run JAX-RS services ?”

2017-12-01 Thread Alex The Rocker
, Alexandre 2017-12-01 13:52 GMT+01:00 Romain Manni-Bucau <rmannibu...@gmail.com>: > Hi, > > 2017-12-01 13:17 GMT+01:00 Alex The Rocker <alex.m3...@gmail.com>: >> Hi Romain, >> >> Thanks, I will give it a try. >> >> Back to TomEE+ 7.0.5 : should I

Re: How can we use a Johnzon version more recent than TomEE’s, delivered in our WARs, to run JAX-RS services ?”

2017-12-01 Thread Alex The Rocker
yed to tomee. >> >> Paul >> >> Paul >> >> Sent from my phone. Message may be brief and contain typos. >> >> >> On 30 Nov 2017 01:12, "Alex The Rocker" <alex.m3...@gmail.com> wrote: >> >>> Hello Paul, >>>

Re: How can we use a Johnzon version more recent than TomEE’s, delivered in our WARs, to run JAX-RS services ?”

2017-11-29 Thread Alex The Rocker
> The 3 Johnzon jars sit in tomee/lib/ directory. You can delete the old ones >> and copy in the new ones built from source. Works for me. >> >> On Wed, Nov 29, 2017 at 1:32 PM, Alex The Rocker <alex.m3...@gmail.com> >> wrote: >> >>> Hello, >>

Re: How can we use a Johnzon version more recent than TomEE’s, delivered in our WARs, to run JAX-RS services ?”

2017-11-29 Thread Alex The Rocker
-br...@opposablethumbs.io>: > The 3 Johnzon jars sit in tomee/lib/ directory. You can delete the old ones > and copy in the new ones built from source. Works for me. > > On Wed, Nov 29, 2017 at 1:32 PM, Alex The Rocker <alex.m3...@gmail.com> > wrote: > >> Hello, >> >&

How can we use a Johnzon version more recent than TomEE’s, delivered in our WARs, to run JAX-RS services ?”

2017-11-29 Thread Alex The Rocker
Hello, While upgrading one of our webapp from TomEE+ 1.7 to TomEE+ 7, we hit a regression on JAX-RS. After analysis, we found that we've been impacted by the same issue as the one fixed in this JIRA: https://issues.apache.org/jira/browse/JOHNZON-101 We would like anyway to move to TomEE+ 7.0.4,

Re: Specifying org.apache.johnzon.max-string-length for a given TomEE+ instance

2017-10-08 Thread Alex The Rocker
rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> > > 2017-10-07 15:56 GMT+02:00 Alex The Rocker <alex.m3...@gmail.com>: > >> Hi Romain, >> >> Thanks, and could this property be s

Re: Specifying org.apache.johnzon.max-string-length for a given TomEE+ instance

2017-10-07 Thread Alex The Rocker
Hi Romain, Thanks, and could this property be set using setenv.sh ? Best regards, Alexandre 2017-10-06 23:17 GMT+02:00 Romain Manni-Bucau <rmannibu...@gmail.com>: > Hi > > You can set it in conf/system.properties of the instance (base) yes > > Le 6 oct. 2017 21:57, "

Specifying org.apache.johnzon.max-string-length for a given TomEE+ instance

2017-10-06 Thread Alex The Rocker
Hello, Some of our apps fail to work with default value of org.apache.johnzon.max-string-length setting (8KB). But most of our apps are happy with this settings' default value. Thus, I don't want to change this default value in TomEE+ install directory. Would it be possible to overlead this

Re: Tomcat security issues and tomee 1.7.x

2017-04-15 Thread Alex The Rocker
Hello, Thank you very much for this initiative. I'm getting ready to test TomEE+ 1.7.5 release candidate artifacts as soon as they'll be available. I've got some complex web apps that usually prove to be a good torture test ;) Best regards, @lex 2017-04-14 0:19 GMT+02:00 Mark Struberg

Missing TomEE 1.6.0 announce at http://tomee.apache.org/index.html ?

2013-12-07 Thread Alex The Rocker
Hi, I'm wondering why almost 3 weeks after TomEE 1.6.0 final made it way (great thanks for this of course), it's still not announced on TomEE's front page: http://tomee.apache.org/index.html. You TomEE people should be proud of this release, casual visitors might have the impression that TomEE's

Re: Getting spammed a guru

2013-11-13 Thread Alex The Rocker
Got spammed too :( On Wed, Nov 13, 2013 at 2:33 PM, James Green james.mk.gr...@gmail.comwrote: So I just got an email from Apache TomEE Support claiming to offer professional support with a 20% discount. The from address is a yahoo.comaccount allegedly owned by Java EE Guru Gurkan Erdogdu.

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-07 Thread Alex The Rocker
will be available in 1.6.0 final ? Best regards, Alex On Wed, Nov 6, 2013 at 6:21 PM, Alex The Rocker alex.m3...@gmail.comwrote: Romain: First tests are positive (and the sample is now OK) ; but to be 100% sure I have delivered this fix version into our automated test system for a full nightly replay

Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
Hello, I have a critical issue with our Web application using TomEE1.6.0+Snapshot221 : the web app can't start an fails with an instantion error on a parent abstract class of a class implementing a JAX-RS service. This is a regression over the TomEE+ 1.6.0 snapshot 140 which we've been using so

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/6 Alex The Rocker alex.m3...@gmail.com: Hello, I have a critical issue with our Web application using TomEE1.6.0+Snapshot221 : the web

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
hold on, I sent the wrong version of the sample... On Wed, Nov 6, 2013 at 12:57 PM, Alex The Rocker alex.m3...@gmail.comwrote: Romain: Thanks for fast answer. Unfortunately I never rebuilt TomEE,could you post a prebuilt .jar(s) ? In the meantime, I had a developer who provided a minimal

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
/rmannibucau 2013/11/6 Alex The Rocker alex.m3...@gmail.com: Romain: Yes, the TestAppBase class is the base abstract class of the TestApp class which is JAX-RS annotated. Actually, the .jar file I attached is correct, but it has to be put in the WEB-INF/lib of a web app which

TomEE support lifecycle

2013-11-05 Thread Alex The Rocker
Hello, Unless i'm mistaking, there's no information on tomee.apache.org about TomEE support lifecycle, or EOL (End Of Life) policy. I see in JIRA that there's an on going 1.5.3 branch, and 1.6.0 is not yet released as final. My company products' previous release was certified with TomEE 1.5.2,

Re: 1.6.0 release plans?

2013-11-03 Thread Alex The Rocker
/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/10/29 Alex The Rocker alex.m3...@gmail.com: Hello TomEE team, Would you please update us with TomEE 1.6.0 official release? For example

Re: 1.6.0 release plans?

2013-10-08 Thread Alex The Rocker
+1, we also need in my company an official TomEE 1.6.0 Generally Available release (i.e., not Snapshot release), no later than mid-november ; so I guess beta/rc should start ASAP this month. @TomEE team, is this schedule possible? thanks, Alex On Mon, Oct 7, 2013 at 9:50 PM, Jim Ancona

Re: 1.6.0 release plans?

2013-10-08 Thread Alex The Rocker
@Romain: which OpenJPA release are you waiting to make TomEE 1.6.0 generally available, and what is this OpenJPA release's schedule? Thanks, Alex On Tue, Oct 8, 2013 at 11:01 AM, zmirc m_chi...@yahoo.com wrote: I would really want to know that, too. -- View this message in context:

Re: 1.6.0 release plans?

2013-10-08 Thread Alex The Rocker
://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/10/8 Alex The Rocker alex.m3...@gmail.com @Romain: which OpenJPA release are you waiting to make TomEE 1.6.0 generally available, and what is this OpenJPA release's schedule? Thanks, Alex On Tue, Oct 8

Re: 1.6.0 release plans?

2013-10-08 Thread Alex The Rocker
* *Github: https://github.com/rmannibucau* 2013/10/8 Alex The Rocker alex.m3...@gmail.com From OpenJPA's web site: = The 2.x releases http://openjpa.apache.org/downloads.html (2.2.2 is the latest

Re: 1.6.0 release plans?

2013-10-08 Thread Alex The Rocker
://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/10/8 Alex The Rocker alex.m3...@gmail.com Otherwise, can a TomEE 1.6.0 official release be make with a snapshot OpenJPA 2.3 ? I'm concerned if we have

Re: How far are we from a TomEE 1.5.2 release?

2013-03-01 Thread Alex The Rocker
1.5.2 was good, that helps too. Getting an idea of what exactly people need will help significantly. If we pick an arbitrary date between 1.5.1 and now and call that 1.5.2 final, we may or may not be close to what people actually need. -David On Feb 26, 2013, at 5:59 AM, Alex The Rocker

Re: How far are we from a TomEE 1.5.2 release?

2013-02-26 Thread Alex The Rocker
soon). *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/2/26 Alex The Rocker

Re: TomEE 1.5.2 regression over 1.5.1: error invoking org.apache.openejb.observer.ObserverManager$Observer

2013-02-17 Thread Alex The Rocker
10:33, Romain Manni-Bucau rmannibu...@gmail.com a écrit : Hi First trunk is 1.6.0 snapshot (1.5.2 still doesnt exist) Then this is a small bug IMO. If you can reproduce it, it will help but it will be fixed soon normally Le 16 févr. 2013 23:54, Alex The Rocker alex.m3...@gmail.com

Re: TomEE 1.5.2 regression over 1.5.1: error invoking org.apache.openejb.observer.ObserverManager$Observer

2013-02-17 Thread Alex The Rocker
/rmannibucau* 2013/2/17 Romain Manni-Bucau rmannibu...@gmail.com The 1.5.1 +1 snapshot renamed in 1.6.0 this week Le 17 févr. 2013 16:38, Alex The Rocker alex.m3...@gmail.com a écrit : I'm confused, what's in https://repository.apache.org/content/groups/snapshots/org/apache/openejb/apache

Re: TomEE 1.5.2 regression over 1.5.1: error invoking org.apache.openejb.observer.ObserverManager$Observer

2013-02-17 Thread Alex The Rocker
*Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/2/17 Alex The Rocker alex.m3

Command-line tools for updating TomEE configuration?

2013-02-16 Thread Alex The Rocker
Hello, I am looking for command-line tools for modifying TomEE configuration. I know IBM WebSphere Application Server has such tool, called wsadmin.{sh,bat}. It allows adding JNDI aliases, JDBC datasources, etc. even without starting the application server (if ran locally with -connType NONE) or

Re: Conflicting commons-lang*.jar in lib/ directory

2013-02-09 Thread Alex The Rocker
. 2013 10:02, Alex The Rocker alex.m3...@gmail.com a écrit : Hello, I have written a small utility to make .jar file names in TomEE's lib/ directory version less for the purpose of our own application upgrader which doesn't handles renaming (this was part of another mail thread). Thought