Re: Fwd: tomee git commit: JDK 6

2015-11-02 Thread Romain Manni-Bucau
in a module on 7.x if everybody is happy with it. If we can't I'm tempted to keep it like that since it is the less hurting solution IMO to get this included. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.

Re: Fwd: tomee git commit: JDK 6

2015-11-02 Thread Romain Manni-Bucau
ng opinion on this but I dont like much "optional" modules since it is synonym of dead code. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.

Fwd: tomee git commit: TOMEE-1648: The password cipher is called each time the datasource is built even if we already have the clear password

2015-10-30 Thread Romain Manni-Bucau
It prevents to reset the pwd at runtime if i read it correctly. It should be fixed since it is used at least through jmx. -- Message transféré -- De : Date : 30 oct. 2015 16:14 Objet : tomee git commit: TOMEE-1648: The password cipher is called each time the

Re: TomEE 7.0.0 does not support UNSYNCHRONIZED PersistenceContext

2015-10-27 Thread Romain Manni-Bucau
Many thanks for your report! Very appreciated! Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http

Re: TomEE 7.0.0 does not support UNSYNCHRONIZED PersistenceContext

2015-10-26 Thread Romain Manni-Bucau
Hi Donatas, did you check the entitymanager hibernate was providing you? Container only handles createEntityManager() call and SynchronizationType is now wired. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | G

Re: TomEE 7.0.0 does not support UNSYNCHRONIZED PersistenceContext

2015-10-26 Thread Romain Manni-Bucau
.persist(new Student()); } public int count() { return em.createQuery("select count(s) from Student s", Number.class).getSingleResult().intValue(); } } } Which is what you expected. Romain Manni-Bucau @rmannibucau <https://twitt

Re: TomEE 7.0.0 does not support UNSYNCHRONIZED PersistenceContext

2015-10-23 Thread Romain Manni-Bucau
done https://issues.apache.org/jira/browse/TOMEE-1644 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber &

Re: TomEE 7.0.0 does not support UNSYNCHRONIZED PersistenceContext

2015-10-23 Thread Romain Manni-Bucau
In tx mode it is integrated if you want to check - will check extended mode later today Le 23 oct. 2015 11:44, "DonatasCiuksys" a écrit : > Yes, I have tried Hibernate 5.0.2, and the code above is writing to DB... > > > > -- > View this message in context: >

Re: TomEE 7.0.0 does not support UNSYNCHRONIZED PersistenceContext

2015-10-23 Thread Romain Manni-Bucau
I confirm it is a bug with EXTENDED usage, will fix it today probably and snapshot should be updated tomorrow Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau>

Re: TomEE 7.0.0 does not support UNSYNCHRONIZED PersistenceContext

2015-10-23 Thread Romain Manni-Bucau
Hi Should be supported with a jpa 2.1 implementation - ie hibernate or eclipselink - but we may have an issue when used with extended. Le 23 oct. 2015 11:31, "DonatasCiuksys" a écrit : > Dear devs, > > I have tried to use unsynchronized PersistenceContext with TomEE

Re: Builds for apache-tomee/7.0.0-SNAPSHOT

2015-10-19 Thread Romain Manni-Bucau
Groupid changed openejb for tomee Le 19 oct. 2015 14:19, "TomeeUser2" a écrit : > Hi, > > I don't see any new builds for this snapshot. Am I looking at the wrong > place ? > > Lat build is on Mon May 18 04:12:04 UTC 2015 > >

Re: Protocol of Arquillian Embedded Adapter

2015-10-05 Thread Romain Manni-Bucau
ady insane but sometimes tests are easier to write without these contraints. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/

Re: Protocol of Arquillian Embedded Adapter

2015-10-05 Thread Romain Manni-Bucau
rvlet > > dos not introduce (a priori) any back incompatibility but a lot of > > extensions are going to work with embedded mode. > > > > Alex. > > > > El dg, 4 oct 2015 a les 7:53 Romain Manni-Bucau <rmannibu...@gmail.com> > va > > escriure: > > >

Re: Protocol of Arquillian Embedded Adapter

2015-10-05 Thread Romain Manni-Bucau
.xml so not a big deal in practise. > Alex. > > El dg, 4 oct 2015 a les 7:53 Romain Manni-Bucau <rmannibu...@gmail.com> va > escriure: > > > Hi Alex > > > > Local protocol allows nicer start so very tempted to keep it like that. > > Servlet protocol has few b

Fwd: tomee git commit: Clean for rebuild

2015-10-04 Thread Romain Manni-Bucau
Hi Andy We need the source jar otherwise debugging is hard and delivery is not consistent with the .jar - struggled several times on it. -- Message transféré -- De : Date : 4 oct. 2015 08:53 Objet : tomee git commit: Clean for rebuild À :

Re: Protocol of Arquillian Embedded Adapter

2015-10-03 Thread Romain Manni-Bucau
Hi Alex Local protocol allows nicer start so very tempted to keep it like that. Servlet protocol has few bugs/issues and is not what you target by default with embedded adapters IMO. Le 4 oct. 2015 01:25, "John D. Ament" a écrit : > Hey Alex, > > To be honest, I find the

Re: Arquillian Chameleon

2015-10-03 Thread Romain Manni-Bucau
Hi Tomee supports it since years so not sure chamaleon would be used with tomee in practise Le 3 oct. 2015 23:31, "Alex Soto" a écrit : > Hello, I don't know if you are aware of arquillian chameleon ( > https://github.com/arquillian/arquillian-container-chameleon) basically >

Re: jndi path java:comp/env is empty on cdi extension AfterDeploymentValidation event

2015-09-07 Thread Romain Manni-Bucau
Hi AFAIK there is nothing making it mandatpry to work + are you sure it works after? JNDI portability is not trivial. Using global names can help. Le 7 sept. 2015 04:36, "manz" a écrit : > Hello, > > I am using cdi extension' which is using jndi resources from

Re: jndi path java:comp/env is empty on cdi extension AfterDeploymentValidation event

2015-09-07 Thread Romain Manni-Bucau
openejb:Resource is bound but servlet context is not setup which is normal AFAIK Le 7 sept. 2015 13:15, "manz" a écrit : > Yes it works after, > > Tested using ServletContextListener like this: > > @WebListener > public class MyServletContextListener implements >

Re: Problem in starting TomEE with tomee.sh

2015-08-30 Thread Romain Manni-Bucau
added a message to not use start/stop when called for now. Will at least limit the ambiguity. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau

Re: Problem in starting TomEE with tomee.sh

2015-08-30 Thread Romain Manni-Bucau
? Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-08-29 23:34 GMT+02:00 Gurkan Erdogdu gurkanerdo

Re: Problem in starting TomEE with tomee.sh

2015-08-30 Thread Romain Manni-Bucau
on the jira you opened? Maybe editing the description would be good as well Best Gurkan On Sunday, August 30, 2015 5:39 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: 2015-08-30 16:32 GMT+02:00 Gurkan Erdogdu gurkanerdo...@yahoo.com.invalid : Hi Romain tomee.sh is a great because

Re: Problem in starting TomEE with tomee.sh

2015-08-30 Thread Romain Manni-Bucau
can rely on deployments.classpath yes. Best Gurkan On Sunday, August 30, 2015 6:44 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: 2015-08-30 17:40 GMT+02:00 Gurkan Erdogdu gurkanerdo...@yahoo.com: It may not break anything because the fix is handled in exception case

Re: Problem in starting TomEE with tomee.sh

2015-08-30 Thread Romain Manni-Bucau
issue. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-08-30 16:07 GMT+02:00 Gurkan Erdogdu gurkanerdo

Re: Problem in starting TomEE with tomee.sh

2015-08-30 Thread Romain Manni-Bucau
guess stop is 1-1 and start is catalina.sh run. I agree it is then a script fix and not a java one but it sounds saner to me. Best Gurkan On Sunday, August 30, 2015 5:28 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Oh I see! tomee.sh start/stop commands are not intended

CXF and TomEE 7 release

2015-08-11 Thread Romain Manni-Bucau
are in a in between state but it will get fixed soon. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com

Re: Fw: [VOTE] Release OpenWebBeans-1.6.2

2015-08-08 Thread Romain Manni-Bucau
it is running (locally) Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-08-08 0:18 GMT-07:00 Mark

Re: Fw: [VOTE] Release OpenWebBeans-1.6.2

2015-08-08 Thread Romain Manni-Bucau
Get a regression in embedded mode for: NormalContextTestArquillian.run:164-testGetMayNotReturnNullUnlessContextualCreateReturnsNull:90 null didnt investigate yet why but tomee is ok Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com

Re: Fw: [VOTE] Release OpenWebBeans-1.6.2

2015-08-08 Thread Romain Manni-Bucau
seems not an issue in owb - more an embedded side effect, nothing to worry too much now for the release. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com

Re: Getting UnmarshalException when using jndi:ext://... because of SuperProperties

2015-08-05 Thread Romain Manni-Bucau
?,?. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-08-04 19:01 GMT+02:00 snrmwg snr...@gmail.com: Hello

Re: TomEE SystemInstance unsafely iterates over the System.getProperties()

2015-08-05 Thread Romain Manni-Bucau
Hi Can you identify which thread? It shouldnt be possible. Le 5 août 2015 12:20, Kasun Gajasinghe kasu...@gmail.com a écrit : Hi Jonathan, I will raise an issue, and is happy to send a pull request via GitHub. It's good to see that TomEE accepts pull requests like that. Thanks, Kasun On

Re: TomEE SystemInstance unsafely iterates over the System.getProperties()

2015-08-05 Thread Romain Manni-Bucau
notice it few times. I believe this affects the TomEE downstream projects like ours where our components will be adding/removing/modifying System properties. On Wed, Aug 5, 2015 at 3:52 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi Can you identify which thread? It shouldnt

Re: TomEE SystemInstance unsafely iterates over the System.getProperties()

2015-08-05 Thread Romain Manni-Bucau
but before any of your code - ie not container one - can be executed? this is the main point. There are other threads running in our project, so I'm not saying the other thread which interact with system properties is coming from TomEE. On Wed, Aug 5, 2015 at 4:01 PM, Romain Manni-Bucau

Re: TomEE SystemInstance unsafely iterates over the System.getProperties()

2015-08-05 Thread Romain Manni-Bucau
I see, not sure it is good but explains better the issue. Justifies a fix on our side. Ps: did you get in touch with karaf community, they have a similar effort in progress On Wed, Aug 5, 2015 at 4:46 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: 2015-08-05 13:14 GMT+02:00 Kasun

Re: pool provider config and TomEE 7

2015-08-03 Thread Romain Manni-Bucau
For tracking: https://issues.apache.org/jira/browse/TOMEE-1620 migrating to tomcat ones would be as easy as a sed then Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https

Re: pool provider config and TomEE 7

2015-08-03 Thread Romain Manni-Bucau
yes tomcat-jdbc is another pool impl than dbcp2. tomcat shades dbcp2 at build time but also provides jdbc impl. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com

Re: pool provider config and TomEE 7

2015-08-03 Thread Romain Manni-Bucau
they finally aligned it. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Aug 3, 2015 at 8:01 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: yes tomcat-jdbc is another pool impl than dbcp2. tomcat shades dbcp2 at build time but also

Re: pool provider config and TomEE 7

2015-08-03 Thread Romain Manni-Bucau
Ok, then will wait to get a green build again after the dbcp2 change and will upgrade dependencies to tomcat ones. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com

Re: pool provider config and TomEE 7

2015-08-03 Thread Romain Manni-Bucau
the little detail breaking all the plan: tomcat doesnt shade the JTA part of DBCP. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http

Re: newbie JIRA

2015-08-03 Thread Romain Manni-Bucau
done! Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-08-01 23:35 GMT+02:00 Alex Gout agg...@gmail.com

Re: pool provider config and TomEE 7

2015-08-02 Thread Romain Manni-Bucau
Now build is green next question : do we replace dbcp by version 2? I am almost tempted to not use dbcp but the shade of tomcat even in openejb just to avoid the double dep in tomcat. Wdyt? Le 31 juil. 2015 17:11, Romain Manni-Bucau rmannibu...@gmail.com a écrit : pushed a first version linked

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
Hi Le 1 août 2015 03:30, Alex Gout agg...@gmail.com a écrit : Hi, I created JIRA TOMEE-1618. Can someone check and assign to me please? Also a question.. I don't see many unit tests that use mocks, only a few that use easymock. Is it a problem to introduce Mockito? Why mocking? Just

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
just wanted to contribute to (what I thought was) a nice project. On Sat, Aug 1, 2015 at 1:25 PM Romain Manni-Bucau rmannibu...@gmail.com wrote: Ok so let speak on real use cases for now. I didnt speak of anything theorical just than mocking means missing sthg and with tomee you never need

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
:35 PM Romain Manni-Bucau rmannibu...@gmail.com wrote: Sure. Take a task. One thing I love in openejb is speaking of feature and not technology first. Makes clearly more added value to end users. Grab a task, do it the best you can and you will always get support for it if you need

Re: newbie JIRA

2015-08-01 Thread Romain Manni-Bucau
have an example at the moment, I was just curious because I don't see many unit tests using mocks. On Sat, Aug 1, 2015 at 11:28 AM Romain Manni-Bucau rmannibu...@gmail.com wrote: Dont want to debate here but mocking internals is not really testing - it is ok for external systems cause you

Re: pool provider config and TomEE 7

2015-07-31 Thread Romain Manni-Bucau
pushed a first version linked to this jira: https://issues.apache.org/jira/browse/TOMEE-1617 Only connection has defaults but no more the pooling itself (size, eviction etc). Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https

Re: Build failure

2015-07-29 Thread Romain Manni-Bucau
Hi Do you build with java = 7 and no custom endorsing? Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015

pool provider config and TomEE 7

2015-07-26 Thread Romain Manni-Bucau
the change Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com

Re: CRLF File Endings Problem in Git

2015-07-19 Thread Romain Manni-Bucau
got a lot of issues recently (on linux and Mac), didnt investigate cause of the lack of time but if there is a way to avoid to have a diff on all files when actual diff is a single line happy to help Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http

Re: [VOTE] [RESULT] OpenEJB 7.0.0-M1/TomEE 7.0.0-M1 (staging-1052)

2015-07-09 Thread Romain Manni-Bucau
Genender, JL Monteiro, Mark Struberg, -0 Romain Manni-Bucau -1 Adam Cornett (nb) (*), Andy, your own vote is not clear. I guess you intended it to be released, but did not yet vote actually. (*) Adam, I already released OWB-1.6.1 and you can easily update locally. This is not perfect

Re: [VOTE] [RESULT] OpenEJB 7.0.0-M1/TomEE 7.0.0-M1 (staging-1052)

2015-07-09 Thread Romain Manni-Bucau
all is done Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-07-09 11:46 GMT-07:00 Mark Struberg strub

Re: [VOTE] [RESULT] OpenEJB 7.0.0-M1/TomEE 7.0.0-M1 (staging-1052)

2015-07-09 Thread Romain Manni-Bucau
, -0 Romain Manni-Bucau -1 Adam Cornett (nb) (*), Andy, your own vote is not clear. I guess you intended it to be released, but did not yet vote actually. (*) Adam, I already released OWB-1.6.1 and you can easily update locally. This is not perfect though and we will ship TomEE

Fwd: tomee git commit: Schedule purge of stale identities logout on close or finalize

2015-07-01 Thread Romain Manni-Bucau
that to be bound to the container lifecycle (will avoid surprises in tests) 3. why not having taken what is on master? Thanks! Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https

Re: Apache TomEE official image

2015-06-23 Thread Romain Manni-Bucau
what's the cost of havingboth BTW? Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-23 17:46 GMT+02:00

Re: Apache TomEE official image

2015-06-23 Thread Romain Manni-Bucau
ok so lets do as most of images ;) Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-23 17:56 GMT+02:00

Re: svn commit: r1686883 - /tomee/site/trunk/content/datasource-config.mdtext

2015-06-22 Thread Romain Manni-Bucau
Hi guys, wonder if we should start explaining the datasource creator feature and split properties by creator. Mixing them all looks like hard to understand when some users will get an issue. wdyt? Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http

Re: svn commit: r1686883 - /tomee/site/trunk/content/datasource-config.mdtext

2015-06-22 Thread Romain Manni-Bucau
for it +1 http://www.tomitribe.com - @AndyGeeDe - On a small screen device. On 22 Jun 2015 15:58, Jonathan Gallimore jgallim...@tomitribe.com wrote: +1 - Great idea. Jon On Mon, Jun 22, 2015 at 3:56 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi guys, wonder

Re: blocking openejb jira project

2015-06-22 Thread Romain Manni-Bucau
openejb project doesnt exist anymore. if you review issues opened on openejb and or tomee, most of them are not on the right jira (even from us since we prefer tomee to openejb for that exact reason). So tempted to say we should have done it in 2011 Romain Manni-Bucau @rmannibucau https

Re: blocking openejb jira project

2015-06-22 Thread Romain Manni-Bucau
great! thanks Andy. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-22 16:28 GMT+02:00 Andy andy

Re: .keystore in tomee maven plugin

2015-06-19 Thread Romain Manni-Bucau
please review https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=commit;h=1f25711f565d6d8c7d0072cc79e60f509d50dce5 Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https

Re: [VOTE] OpenEJB 7.0.0-M1/TomEE 7.0.0-M1 (staging-1052)

2015-06-18 Thread Romain Manni-Bucau
2015-06-18 8:46 GMT+02:00 Mark Struberg strub...@yahoo.de: Nontheless a +1 from me. All the smallish issues mentioned can easily be fixed in the next release. But it is REALLY important to get something out of the door. LieGrue, strub Am 18.06.2015 um 08:44 schrieb Mark Struberg

blocking openejb jira project

2015-06-18 Thread Romain Manni-Bucau
Hi guys, do we block OpenEJB issue creation? Not sure how to do but think it would be better than keeping it and having a big mix between both jira projects Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com

Re: [VOTE] OpenEJB 7.0.0-M1/TomEE 7.0.0-M1 (staging-1052)

2015-06-17 Thread Romain Manni-Bucau
it IMO but as said it is a M1 Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-18 0:35 GMT+02:00 Jean

Re: AbstractService properties immutable

2015-06-17 Thread Romain Manni-Bucau
., 17 juny 2015 a les 11:16, Romain Manni-Bucau ( rmannibu...@gmail.com) va escriure: Not sure i got it. You use getProperties to mutate it Le 17 juin 2015 10:01, Alex Soto asot...@gmail.com a écrit : Hi, currently I am developing an application which I am registering dynamically

Re: AbstractService properties immutable

2015-06-17 Thread Romain Manni-Bucau
for collections. Setters are fine for single valued fields IMO, optional for others. A builder would be better than a setter IMO. Think David started few things about it butwe never finished the API AFAIK. El dc., 17 juny 2015 a les 11:25, Romain Manni-Bucau ( rmannibu...@gmail.com) va escriure

Re: root pom

2015-06-17 Thread Romain Manni-Bucau
done Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-17 9:16 GMT+02:00 David Blevins david.blev

Re: AbstractService properties immutable

2015-06-17 Thread Romain Manni-Bucau
Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-17 18:20 GMT+02:00 Alex Soto asot...@gmail.com: Yes I

Re: stateless pool eviction and threads

2015-06-16 Thread Romain Manni-Bucau
no, removeOnCancel this mainly removes the task from the pool queue on a legit cancel call (ie returning true) Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com

root pom

2015-06-16 Thread Romain Manni-Bucau
Hi root pom is openejb,this creates openejb.zip as source distrib. this doesnt look right but we have tomee artifactId already (tomee/) do we go for tomee-project for the root pom? I'm not fan of tomee-root or tomee-parent for the zip Romain Manni-Bucau @rmannibucau https://twitter.com

Re: stateless pool eviction and threads

2015-06-16 Thread Romain Manni-Bucau
right forgot to set remove on cancel flag on, will do in a min Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com

Re: stateless pool eviction and threads

2015-06-15 Thread Romain Manni-Bucau
https://issues.apache.org/jira/browse/TOMEE-1604 Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-15

Re: stateless pool eviction and threads

2015-06-15 Thread Romain Manni-Bucau
that way. Well here it is really literally 3 lines LieGrue, strub Am 15.06.2015 um 20:26 schrieb Romain Manni-Bucau rmannibu...@gmail.com : The trick is we need to rely on shutdown() being called when the bean is undeployed to ensure the application can successfully terminate

Re: stateless pool eviction and threads

2015-06-15 Thread Romain Manni-Bucau
Le 16 juin 2015 02:04, David Blevins david.blev...@gmail.com a écrit : On Jun 15, 2015, at 7:26 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: The trick is we need to rely on shutdown() being called when the bean is undeployed to ensure the application can successfully terminate

Re: Using geronimo-concurrent_1.0_spec 1.0-alpha-1

2015-06-15 Thread Romain Manni-Bucau
it this week so far before jira review will be done. Jon On Mon, Jun 15, 2015 at 8:55 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Should be dropped since it is in javaee (it is actually not used) Ps: we need next owb for perf+ mem reasons Le 15 juin 2015 09:53, agumbrecht

Re: Using geronimo-concurrent_1.0_spec 1.0-alpha-1

2015-06-15 Thread Romain Manni-Bucau
Le 15 juin 2015 10:34, agumbrecht agumbre...@tomitribe.com a écrit : +1 Mark, but not for this roll. Just started to really look this morning and there are a ton of versions we 'could' update now, but would take days to confirm the stability of. I just want to get rid of/stabilise snapshots

Re: does tomee1.7.2 support jdk8

2015-06-11 Thread Romain Manni-Bucau
Hi Yes it does Le 11 juin 2015 02:11, Jason Cao jason@spsoft-cn.com a écrit : Hi, I have a project that need tome the newest version. So I download the tomee1.7.2. Can you tell me if the tomee1.7.2 support jdk8? Thanks, Jason

Re: DISCUSS: Milestone of TomEE 7

2015-06-10 Thread Romain Manni-Bucau
Yep Need to work on jcs cdi integration (to add it only if not provided) since we dont remove jcache but can try to do it next week. Le 10 juin 2015 08:26, Mark Struberg strub...@yahoo.de a écrit : +1 Guess Romain already did update to BVal-1.1.0? I am working on a few ‚optional’ tweaks

Re: DISCUSS: Milestone of TomEE 7

2015-06-10 Thread Romain Manni-Bucau
10.06.2015 um 17:47 schrieb Romain Manni-Bucau rmannibu...@gmail.com : Yep Need to work on jcs cdi integration (to add it only if not provided) since we dont remove jcache but can try to do it next week. Le 10 juin 2015 08:26, Mark Struberg strub...@yahoo.de a écrit : +1 Guess Romain

Re: jcs and tomee

2015-06-05 Thread Romain Manni-Bucau
Well hazelcast has 3 issues: - like ignite it is big - it didnt impl cdi support last time i checked - it is not an apache project that is why I ignored it (otherwise we would also consider infinispan and ehcache) Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http

jcs and tomee

2015-06-05 Thread Romain Manni-Bucau
it but having it has some advantages as well Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com

Re: TomEE and database multitenancy

2015-06-04 Thread Romain Manni-Bucau
it or not) to ensure it works even if the container jar is not scanned Nothing blocking but a small rework to do wdyt? Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com

Re: [VOTE] Release Apache OpenWebBeans-1.6.0

2015-06-01 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-06-01 17:29 GMT+02:00 Mark Struberg strub...@yahoo.de

Re: New documentation for eclipse using Webby

2015-05-27 Thread Romain Manni-Bucau
markdown but html would work as well Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-05-27 16:38 GMT+02

Re: New documentation for eclipse using Webby

2015-05-27 Thread Romain Manni-Bucau
sure do you care writing it and submitting us a patch on jira? Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http

Re: [VOTE] Release Apache TomEE 1.7.2

2015-05-22 Thread Romain Manni-Bucau
Side note: the issue appeared with the sample cause the jndi dumper was called so all entries were created I think. What I'm not sure is why it triggered it if it doesnt have any handler-chains. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http

Re: [discuss] drop drop-in-war

2015-05-19 Thread Romain Manni-Bucau
+1 on the absolute but in practise it doesnt mean removing much code, maybe OpenEJBListener and the listener facade but not much more isnt it? 2015-05-20 0:29 GMT+02:00 David Blevins david.blev...@gmail.com: What do people think about dropping the drop-in-war feature in .next? It has had two

Re: [discuss] tomee 2 groupId and dependency poms

2015-05-18 Thread Romain Manni-Bucau
updated Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-05-14 12:56 GMT+02:00 Romain Manni-Bucau

Re: [VOTE] Release Apache TomEE 1.7.2

2015-05-18 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-05-18 22:41 GMT+02:00 Andy Gumbrecht agumbre

Re: [VOTE CANCELLED] Release Apache TomEE 1.7.2

2015-05-17 Thread Romain Manni-Bucau
to merge up to and including revision ae7f37b7622272f82644c03cc50305b23728763c, and re-tag. If there are any other issues or patches required, please shout asap. Many thanks Jon On Sat, May 16, 2015 at 6:38 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: some feedback from deltaspike

Re: [VOTE CANCELLED] Release Apache TomEE 1.7.2

2015-05-17 Thread Romain Manni-Bucau
done Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-05-17 22:25 GMT+02:00 Jonathan Gallimore jgallim

Re: OWB 1.6.0 and tomee

2015-05-17 Thread Romain Manni-Bucau
https://issues.apache.org/jira/browse/TOMEE-731 is still working (ie no regression for session replication :)). Great job Mark! Updated arquillian.xml and cdi-tomee to ignore session serialization, if you can give it a try please. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau

Re: OWB 1.6.0 and tomee

2015-05-17 Thread Romain Manni-Bucau
Hi Mark Great to read Did you check clustering case? Several users rely on it in prod. Le 17 mai 2015 13:42, Mark Struberg strub...@yahoo.de a écrit : Hi! We did quite a bit of refactoring in OWB and I’ve now passed the CDI TCK with TomEE. I’ve pushed my changes to master. We can now

Re: OWB 1.6.0 and tomee

2015-05-17 Thread Romain Manni-Bucau
but will help tonight if still an issue. LieGrue, strub Am 17.05.2015 um 14:09 schrieb Romain Manni-Bucau rmannibu...@gmail.com : Hi Mark Great to read Did you check clustering case? Several users rely on it in prod. Le 17 mai 2015 13:42, Mark Struberg strub...@yahoo.de a écrit

Re: WebAppDeployer does not support undeploy

2015-05-16 Thread Romain Manni-Bucau
will connect on IRC now but this was working for sure since I fixed it twice working on TCKs Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau

Re: WebAppDeployer does not support undeploy

2015-05-16 Thread Romain Manni-Bucau
Tomcat. But this is not really an area where I’m really good in, so I probably missed something. LieGrue, strub Am 16.05.2015 um 13:24 schrieb Romain Manni-Bucau rmannibu...@gmail.com: Normal undeployment will call tomcat one. Same way as we have to support for ears so important

Re: [VOTE] Release Apache TomEE 1.7.2

2015-05-16 Thread Romain Manni-Bucau
it is an important regression on windows. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-05-16 14:31 GMT+02:00

Re: WebAppDeployer does not support undeploy

2015-05-16 Thread Romain Manni-Bucau
. During destroy session are destroyed but listeners are skipped by tomcat (there is a flag in tomcat method). I guess it is to support clusters. LieGrue, strub Am 16.05.2015 um 13:24 schrieb Romain Manni-Bucau rmannibu...@gmail.com : Normal undeployment will call tomcat one. Same way

Re: WebAppDeployer does not support undeploy

2015-05-16 Thread Romain Manni-Bucau
Normal undeployment will call tomcat one. Same way as we have to support for ears so important to have it working this way. Le 16 mai 2015 12:40, Mark Struberg strub...@yahoo.de a écrit : Just saw that my sentence is very ambiguous. Of course the undeploy is perfectly fine IF we just use the

Re: [VOTE] Release Apache TomEE 1.7.2

2015-05-14 Thread Romain Manni-Bucau
all is fine, the diff was wrong for some local issue Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github https://github.com/rmannibucau | LinkedIn https://www.linkedin.com/in/rmannibucau | Tomitriber http://www.tomitribe.com 2015-05

Re: [discuss] tomee 2 groupId and dependency poms

2015-05-14 Thread Romain Manni-Bucau
Guys, i'd like to finish the gav changes by updating the groupid to org.apache.tomee everywhere for tomee 7. If you have any objection please shout otherwise I'll do it on monday. Romain Manni-Bucau @rmannibucau https://twitter.com/rmannibucau | Blog http://rmannibucau.wordpress.com | Github

<    5   6   7   8   9   10   11   12   13   14   >