You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Pascal Deville <pa...@gmail.com> on 2015/04/05 23:48:17 UTC

Feedback on TomEE 1.7.1

Very nice project i used it at work for production with the plume version.

Ther is one thing That is not well (but it may also be a lack of
knowledge on my side):
I do not find a way to define several jaas realm on the same container.

I was thinking tomee plume was ready for java 8  but i was wrong. I
think this is a bug in eclipse link. The lazy collection cannot be
iterate via the stream api.

I would like to have a kind of tuning kind to choose the right memory settings.

Any way if you need resources to contribute to this project iwould
really be happy to provide some help

Best regards,
Pascal


'We'd like to hear about anything you'd like to tell us. If you're
short on ideas, here are some:

- Ways we can speed up or improve your ability to evaluate TomEE'
- Anything you found difficult or inconvenient about using TomEE
- Documentation you would like to see
- Features you would like to have
- Anything in general to improve TomEE or help us grow

Keep in mind that out of every 100 people that try something out,
maybe one will actually post about it. Feel incredibly encouraged to
let us know about your experiences with TomEE even if you think we've
heard it a hundred times. Odds are we have not heard it and, if we
have, the most requested things are done first. So definitely let us
know!

Apache TomEE is free, but you can pay us with feedback :)

Best regards,
The Apache TomEE community

Re: Feedback on TomEE 1.7.1

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

Thks for the feedback

Few comments inline

Le 8 avr. 2015 03:18, "Pascal Deville" <pa...@gmail.com> a écrit :
>
> Very nice project i used it at work for production with the plume version.
>
> Ther is one thing That is not well (but it may also be a lack of
> knowledge on my side):
> I do not find a way to define several jaas realm on the same container.
>

Should be possible in in <Context> either in server.xml or context.xml for
servlet part.

> I was thinking tomee plume was ready for java 8  but i was wrong. I
> think this is a bug in eclipse link. The lazy collection cannot be
> iterate via the stream api.
>

Same for openjpa and I guess hibernate even if openjpa should tolerate it
ignoring updates if you do.

> I would like to have a kind of tuning kind to choose the right memory
settings.
>

Pure java works. You can do it in bin/setenv.sh (or .bat for windows):

export CATALINA_OPTS="-Xmx512m $ CATALINA_OPTS "

> Any way if you need resources to contribute to this project iwould
> really be happy to provide some help
>

tomee.apache.org has fzw but best is to send a mail sayinf what you want to
do and we ll give you precise pointers

> Best regards,
> Pascal
>
>
> 'We'd like to hear about anything you'd like to tell us. If you're
> short on ideas, here are some:
>
> - Ways we can speed up or improve your ability to evaluate TomEE'
> - Anything you found difficult or inconvenient about using TomEE
> - Documentation you would like to see
> - Features you would like to have
> - Anything in general to improve TomEE or help us grow
>
> Keep in mind that out of every 100 people that try something out,
> maybe one will actually post about it. Feel incredibly encouraged to
> let us know about your experiences with TomEE even if you think we've
> heard it a hundred times. Odds are we have not heard it and, if we
> have, the most requested things are done first. So definitely let us
> know!
>
> Apache TomEE is free, but you can pay us with feedback :)
>
> Best regards,
> The Apache TomEE community