[GitHub] [tomee] dblevins commented on issue #422: Creates Unit test to CmpJpaConversion

2019-03-12 Thread GitBox
dblevins commented on issue #422: Creates Unit test to CmpJpaConversion URL: https://github.com/apache/tomee/pull/422#issuecomment-472235859 Can you also do the second part, which is update the community via the dev list on what problem this PR solves and what people should know so they

Re: RestClient issue - different apps with same client

2019-03-12 Thread j4fm
https://issues.apache.org/jira/browse/CXF-7980 -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

[GitHub] [tomee] ivanjunckes commented on issue #438: CXF 3.3.1 + MP Rest Client 1.2.1

2019-03-12 Thread GitBox
ivanjunckes commented on issue #438: CXF 3.3.1 + MP Rest Client 1.2.1 URL: https://github.com/apache/tomee/pull/438#issuecomment-472174058 @jgallimore @jeanouii can you guys merge? This is an automated message from the Apache

[GitHub] [tomee] j4fm commented on issue #438: CXF 3.3.1 + MP Rest Client 1.2.1

2019-03-12 Thread GitBox
j4fm commented on issue #438: CXF 3.3.1 + MP Rest Client 1.2.1 URL: https://github.com/apache/tomee/pull/438#issuecomment-472173882 Hi @ivanjunckes, it's ready to be merged. Thanks This is an automated message from the

Re: RestClient issue - different apps with same client

2019-03-12 Thread Romain Manni-Bucau
Cxf rest cdi extension leaks beans, think i opened n issue last week or the week before about it. Dropping the static from the extension fixes that. Guess it was done as a workaround for ears but probably better to use another mecanism like the one of deltaspike or just not do it. Le mar. 12

Trying to summarize our process

2019-03-12 Thread Richard Monson-Haefel
Hi, I'm writing a blog post which will attempt to summarize our process for using JIRA with the TomEE project. Below is a link to a diagram I drew up. It would be great if to get feedback from both veterans and people new to the community to see if this jives with your understanding of the

Re: RestClient issue - different apps with same client

2019-03-12 Thread Daniel Cunha
Hi Ivan, Can you share a sample? Em ter, 12 de mar de 2019 às 16:34, Ivan Junckes Filho < ivanjunc...@gmail.com> escreveu: > Hey guys, there is a very annoying bug when using rest client from cxf > 3.2.7 in TomEE M2. When 2 apps have the same client the server throws the > error below and shuts

Re: Issue with @JohnzonConverter

2019-03-12 Thread Daniel Cunha
Hi Ivan, for sure you need to know the data format that you are expecting, by default Apache Johnzon uses the pattern “MMddHHmmssZ” You can use the JAXB converter to do it, as Romain describe here in his blog:

[GitHub] [tomee] ivanjunckes commented on issue #438: CXF 3.3.1 + MP Rest Client 1.2.1

2019-03-12 Thread GitBox
ivanjunckes commented on issue #438: CXF 3.3.1 + MP Rest Client 1.2.1 URL: https://github.com/apache/tomee/pull/438#issuecomment-472153254 @j4fm hey James, is this ready to be merged? Or anything is still pending? This is an

RestClient issue - different apps with same client

2019-03-12 Thread Ivan Junckes Filho
Hey guys, there is a very annoying bug when using rest client from cxf 3.2.7 in TomEE M2. When 2 apps have the same client the server throws the error below and shuts down? Shouldn't we allow different apps in the same server use the same client? *Error* Caused by:

Re: Issue with @JohnzonConverter

2019-03-12 Thread Ivan Junckes Filho
I know Dani, that is the issue. But how to fix it? It should have been converting to the right format. On Tue, Mar 12, 2019 at 2:51 PM Daniel Cunha wrote: > Well.. seems that you convert expect that: dd/MM/ HH:mm:ss > ( > >

Re: Issue with @JohnzonConverter

2019-03-12 Thread Daniel Cunha
Well.. seems that you convert expect that: dd/MM/ HH:mm:ss ( https://github.com/ivanjunckes/convertertest/blob/master/src/main/java/com/test/DateTimeConverter.java#L17 ) But you are receiving that: 2019-03-12T17:14:31.941 Em ter, 12 de mar de 2019 às 14:19, Ivan Junckes Filho <

Issue with @JohnzonConverter

2019-03-12 Thread Ivan Junckes Filho
Hey guys, can anyone help me to understand why I am having issues with the DateTimeConverter in my test? Here is a sample project with the issue. https://github.com/ivanjunckes/convertertest If anyone could also help make this project work without the need for the DateTimeConverter but actually

[GitHub] [tomee] otaviojava edited a comment on issue #422: Creates Unit test to CmpJpaConversion

2019-03-12 Thread GitBox
otaviojava edited a comment on issue #422: Creates Unit test to CmpJpaConversion URL: https://github.com/apache/tomee/pull/422#issuecomment-472027903 @dblevins done https://issues.apache.org/jira/browse/TOMEE-2492 This is

[GitHub] [tomee] otaviojava commented on issue #422: Creates Unit test to CmpJpaConversion

2019-03-12 Thread GitBox
otaviojava commented on issue #422: Creates Unit test to CmpJpaConversion URL: https://github.com/apache/tomee/pull/422#issuecomment-472027903 @dblevins done https://issues.apache.org/jira/browse/TOMEE-2492?jql=text%20~%20%22CmpJpaConversion%22

Re: [DISCUSS] version of our next javaee-api

2019-03-12 Thread Mark Struberg
Oki great! We should do a sigtest and if that is fine we can go on and release it as well.I've created a sigtest run script in various spec projects.Just look at json_1.1 for example. LieGrue,strub On Monday, 11 March 2019, 12:07:43 CET, Roberto Cortez wrote: Hum… JL mentioned that