Re: Welcome Daniel Dias Dos Santos as TomEE committer!

2020-06-26 Thread Ivan Junckes Filho
Congratulations Daniel, you really deserve it! On Fri, Jun 26, 2020 at 10:46 AM Gustavo Castro wrote: > Congratulations, Daniel! This is great! > > regards, > > GACS > > El jue., 25 jun. 2020 a las 16:47, David Blevins ( >) > escribió: > > > Dear community, > > > > Please share your thanks to Da

Re: [VOTE] Release Apache TomEE 9.0.0-M1 and Apache TomEE 8.0.3

2020-06-19 Thread Ivan Junckes Filho
+1 On Fri, Jun 19, 2020 at 1:22 PM Cesar Hernandez wrote: > +1 > > El vie., 19 jun. 2020 a las 7:05, Thiago Henrique Hupner (< > thi...@gmail.com>) > escribió: > > > +1 > > > > Em sex, 19 de jun de 2020 10:01, Jonathan Gallimore < > > jonathan.gallim...@gmail.com> escreveu: > > > > > Hi All, > >

Re: [RESULT] [VOTE] Release TomEE 8.0.2

2020-05-27 Thread Ivan Junckes Filho
+1 On Tue, May 26, 2020 at 8:28 AM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Hi All, > > The following votes were cast: > > +1: (* binding) > > Richard Zowalla > Martin Wiesner > Daniel Dias Dos Santos > Nishant Raut > Stéphane Kay > Cesar Hernandez > Vincente Rossello > Alexand

Re: WebApplicationExceptionMapper not being called

2019-12-26 Thread Ivan Junckes Filho
f there is no > >> custom mapper, not if there is any registered mapper matching and this > is > >> known at deploy time. Guess you should open a ticket. > > >> Le mer. 25 déc. 2019 à 15:32, Ivan Junckes Filho > a > >> écrit : > > >> > I

Re: WebApplicationExceptionMapper not being called

2019-12-25 Thread Ivan Junckes Filho
be true only if there is no > custom mapper, not if there is any registered mapper matching and this is > known at deploy time. Guess you should open a ticket. > > Le mer. 25 déc. 2019 à 15:32, Ivan Junckes Filho a > écrit : > > > It seems the issue is with: > > wae.

Re: WebApplicationExceptionMapper not being called

2019-12-25 Thread Ivan Junckes Filho
c 25, 2019 at 10:23 AM Ivan Junckes Filho wrote: > Hello guys, I am trying to log the exception thrown by > WebApplicationExceptionMapper but the exception mapper is never called. > > Instead of calling it tomee calls ExceptionUtils.convertFaultToResponse. > Even writing a new

WebApplicationExceptionMapper not being called

2019-12-25 Thread Ivan Junckes Filho
Hello guys, I am trying to log the exception thrown by WebApplicationExceptionMapper but the exception mapper is never called. Instead of calling it tomee calls ExceptionUtils.convertFaultToResponse. Even writing a new default exception mapper doesn't work. Anyone knows how can I print the excepti

Re: Create entity manager without cdi

2019-12-10 Thread Ivan Junckes Filho
, so you should have CDI available to you. > > Jon > > On Tue, Dec 10, 2019 at 1:18 PM Ivan Junckes Filho > wrote: > > > Hey guys, I am not being able to create the entity manager without CDI. > > > > I know @PersistenceContext wor

Create entity manager without cdi

2019-12-10 Thread Ivan Junckes Filho
Hey guys, I am not being able to create the entity manager without CDI. I know @PersistenceContext works, but I can't use it. This code below doesn't work, can anyone help? Persistence.createEntityManagerFactory("test_unit").createEntityManager(); Error: org.hibernate.jpa.HibernatePersistenceP

Re: EJB Timeout

2019-11-12 Thread Ivan Junckes Filho
number of records, and doing thousands of > updates/inserts, you might want to batch up the updates/inserts into > batches of say, 1000 queries, with a transaction for each batch. > > Jon > > On Tue, Nov 12, 2019 at 2:55 PM Ivan Junckes Filho > wrote: > > > On Tue, Nov 1

Re: EJB Timeout

2019-11-12 Thread Ivan Junckes Filho
; > Correct it is a batch process, I will try to find out why the queries are taking so long anyway and better it. Thanks Jon. > Jon > > On Tue, Nov 12, 2019 at 1:12 PM Ivan Junckes Filho > wrote: > > > I lowered the timeout value for 2 minutes, just to see if the timeout &g

Re: EJB Timeout

2019-11-12 Thread Ivan Junckes Filho
I lowered the timeout value for 2 minutes, just to see if the timeout worked, but it doesn't seem to work. Maybe it doesn't work less than 10 minutes? On Tue, Nov 12, 2019 at 9:59 AM Ivan Junckes Filho wrote: > I am actually running @Schedule process that executes some queries

Re: EJB Timeout

2019-11-12 Thread Ivan Junckes Filho
ific time, if that's what you're > after. > > If you're changing the timeout to try and "fix" a problem, the root cause > is probably somewhere else. > > Jon > > On Tue, Nov 12, 2019 at 12:46 PM Ivan Junckes Filho > > wrote: > > > &quo

Re: Allowing tokens without an exp claim

2019-11-12 Thread Ivan Junckes Filho
+1 On Mon, Nov 11, 2019 at 4:10 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Sounds reasonable to me > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Mon, Nov 11, 2019 at 3:25 PM Jonathan Gallimore < > jonathan.gallim...@gmail.com>

Re: EJB Timeout

2019-11-12 Thread Ivan Junckes Filho
ransactionTimeout on it, similar to this: > > > defaultTransactionTimeout = 10 minutes > > > Note that that bean invocations that exceed the timeout will be marked as > rolled back, but the operations themselves won't be interrupted at the > timeout point. >

EJB Timeout

2019-11-12 Thread Ivan Junckes Filho
Hey guys, quick question. What property should I use to change EJB transaction timeout? Does this work in the system.properties? defaultTransactionTimeout = 10 minutes

Re: New committer Cesar Hernandez

2019-09-05 Thread Ivan Junckes Filho
Congratulations Cesar! On Thu, Sep 5, 2019 at 6:49 AM Michael Redlich wrote: > Congratulations, Cesar! That's awesome! > > > On Thu, Sep 5, 2019 at 3:53 AM Jean-Louis Monteiro < > jlmonte...@tomitribe.com> > wrote: > > > The Project Management Committee (PMC) for Apache TomEE has invited Cesar

Re: [VOTE] TomEE 8.0.0-M3 (staging-1135)

2019-05-17 Thread Ivan Junckes Filho
+1 On Fri, May 17, 2019 at 7:20 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > Well sure, but if there is a regression with BVal for the moment, why would > we upgrade it on purpose? > Sure it will be faster to boot, but it won't work as expected. At least it > needs more investigati

Re: @OpenAPIDefinition not working (was Re: TomEE Important PR pending - Merge please?)

2019-05-17 Thread Ivan Junckes Filho
Currently there's a handful of tests that fail with this PR. If you're able > to help unpick the issues, that would be great. > > Jon > > On Thu, May 16, 2019 at 1:48 PM Ivan Junckes Filho > wrote: > > > Awesome, Jon. Thanks a lot for making the test. >

Re: @OpenAPIDefinition not working (was Re: TomEE Important PR pending - Merge please?)

2019-05-16 Thread Ivan Junckes Filho
#x27;ll take a look at that with a > debugger. > > > > Jon > > > > On Wed, May 15, 2019 at 1:58 PM Ivan Junckes Filho < > ivanjunc...@gmail.com> > > wrote: > > > >> Jon, thank you for helping out with this. > >> > >> I create

Re: @OpenAPIDefinition not working (was Re: TomEE Important PR pending - Merge please?)

2019-05-15 Thread Ivan Junckes Filho
setupFactory(AbstractJAXRSFactoryBean.java:332) > at > org.apache.cxf.jaxrs.JAXRSServerFactoryBean.setupFactory(JAXRSServerFactoryBean.java:243) > at > org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:182) > ... 55 more > > 15-May-2019 10:48:26.346 INFO

Re: @OpenAPIDefinition not working (was Re: TomEE Important PR pending - Merge please?)

2019-05-14 Thread Ivan Junckes Filho
David, I will try to create a good description of the problem tomorrow morning. Adding openejb.cxf-rs.cache-application=false to system.properties in M2 doesn't fix the issue. On Tue, May 14, 2019 at 1:37 PM Roberto Cortez wrote: > It is. We added it here: > > > https://github.com/apache/tome

Re: TomEE Important PR pending - Merge please?

2019-05-14 Thread Ivan Junckes Filho
the flag, is that correct? > > On Tue, May 14, 2019 at 3:38 PM Ivan Junckes Filho > wrote: > > > Removing that flag doesn't fix the problem unfortunately. I saw your > > comment Jon, but the issue is not with Geronimo as far as I understand. > > TomEE uses InternalAppli

Re: TomEE Important PR pending - Merge please?

2019-05-14 Thread Ivan Junckes Filho
/openapi, right?), but at the very > least, > > some indication that this is covered by the TCK and the removal of > > the openejb.cxf-rs.cache-application=false setting in the existing TCK > > module. > > > > Jon > > > > > > On Tue, May 14, 2019 at 1

TomEE Important PR pending - Merge please?

2019-05-14 Thread Ivan Junckes Filho
Hey guys, this PR from Otavio fixes a very bad issue with OpenAPI in TomEE regarding the use of InternalApplication. https://issues.apache.org/jira/browse/TOMEE-2502 I reviewed the PR and it really fixes the issue. Can someone please merge this? This is pending for awhile and I would appreciate

Re: TOMEE-2515 MicroProfile JWT 1.1 Cleanup

2019-05-13 Thread Ivan Junckes Filho
gt; David Blevins > http://twitter.com/dblevins > http://www.tomitribe.com > > > On May 14, 2019, at 9:47 AM, David Blevins > wrote: > > > >> On May 14, 2019, at 3:54 AM, Ivan Junckes Filho > wrote: > >> > >> Quick question David, @RolesAllowed curren

Re: TOMEE-2515 MicroProfile JWT 1.1 Cleanup

2019-05-13 Thread Ivan Junckes Filho
Quick question David, @RolesAllowed currently checks "groups" claim only. Does the bean validation feature allows checking roles in "roles"? On Mon, May 13, 2019 at 3:52 PM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > I'll do tonight > > -- > Jean-Louis Monteiro > http://twitter.com/j

Re: Idea of an M3

2019-05-10 Thread Ivan Junckes Filho
There is a CXF release in vote at the moment. Any chance we can get this in for M3? It has important fixes. On Thu, May 9, 2019 at 3:44 AM Zowalla, Richard < richard.zowa...@hs-heilbronn.de> wrote: > Hi again, > > we would be very happy to see a *M3 release in time,* so we can continue > testing

Re: OpenTracing Zipkin

2019-04-24 Thread Ivan Junckes Filho
-Dgeronimo.opentracing.zipkin.serviceName=demo > -Dgeronimo.opentracing.span.converter.zipkin.sender=http > -Dgeronimo.opentracing.span.converter.zipkin.http.collector= > http://zipkin:9411/api/v2/spans > > -Dgeronimo.opentracing.span.converter.zipkin.http.bulkSendInterval=5000 > > Jon > > On Mon, Apr

Re: OpenTracing Zipkin

2019-04-15 Thread Ivan Junckes Filho
l. > > Le lun. 15 avr. 2019 à 20:36, Ivan Junckes Filho > a écrit : > >> Romain I was actually using this docker-compose from JL as reference, but >> wasn't able to make it work. >> >> I will have a look at it again this week, if I have improvement I will >

Re: OpenTracing Zipkin

2019-04-15 Thread Ivan Junckes Filho
oprofile-samples/blob/master/docker-compose.yaml > - you can need to inline the yaml depending you docker compose > version/setup, multiline is not always well supported. > > > > Le ven. 12 avr. 2019 à 22:10, Ivan Junckes Filho a > écrit : > > > Hey guys I am havi

OpenTracing Zipkin

2019-04-12 Thread Ivan Junckes Filho
Hey guys I am having a hard time to setup TomEE with OpenTracing 1.0.2 + Zipkin. When I send the payload to the zipkin API http://localhost:9411/api/v2/spans, I keep getting back: 400 - "Expected a JSON_V2 encoded list, but received: JSON_V1" My payload is: [ { "annotations": [ {

Re: [VOTE] release Apache TomEE javaee-api 8.0-1

2019-04-12 Thread Ivan Junckes Filho
+1 On Fri, Apr 12, 2019 at 11:34 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > +1 > > Thanks Mark > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Fri, Apr 12, 2019 at 3:34 PM Alex Rabelo Ferreira < > alexrabeloferreira@gmail.com

MP Config question -D property

2019-04-09 Thread Ivan Junckes Filho
Hey guys any ideas why when I add a system property running a fat jar the injection in MP Config doesn't work? java -Denv=test -jar target/book-api-exec.jar

Re: Issue while uploading file

2019-03-26 Thread Ivan Junckes Filho
file from: body.getAllAttachments() or > > body.getAttachment("anexo"). > > I need to try reproduce it locally or see if we have some sample on CXF > > side. But, can you try with MultipartBody? > > > > Em ter, 26 de mar de 2019 às 11:31, Ivan Junckes F

Re: Issue while uploading file

2019-03-26 Thread Ivan Junckes Filho
entId":0,"tags":{"http.status_code":"415","component":"jaxrs","http.url":" http://localhost:8080/crvirtualdemandas/api/processos/anexo/upload/1 ","http.method":"POST"},"timestamp":155360869

Issue while uploading file

2019-03-26 Thread Ivan Junckes Filho
Hey guys, I am getting this issue while uploading a file. Anyone know why this is happening? https://stackoverflow.com/questions/45075798/cxf-no-message-body-reader-has-been-found-for-class-attachment

Re: New Release

2019-03-20 Thread Ivan Junckes Filho
witching the extension. Hack would be to replace the > static instance by a proxy backed by a threadlocal behaving as an app bound > instance. > > Allows to fix it before cxf gets released if desired. > > -- Forwarded message ----- > From: Ivan Junckes Filho > Date:

Re: Issue with @JohnzonConverter

2019-03-14 Thread Ivan Junckes Filho
-javascript-date/ > > Em ter, 12 de mar de 2019 às 15:18, Ivan Junckes Filho < > ivanjunc...@gmail.com> escreveu: > > > 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 a

Re: RestClient issue - different apps with same client

2019-03-13 Thread Ivan Junckes Filho
Thanks Romain, I will see if I can fix this. On Tue, Mar 12, 2019 at 6:01 PM j4fm wrote: > https://issues.apache.org/jira/browse/CXF-7980 > > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html >

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: org.apache.webbeans.exception.W

Re: Issue with @JohnzonConverter

2019-03-12 Thread Ivan Junckes Filho
ter/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 < > ivanjunc...@gmail.com> escreveu: > > > Hey guys, can anyone help me to understand why I am havi

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 u

Re: TomEE Arquillian

2019-03-06 Thread Ivan Junckes Filho
t; https://github.com/apache/tomee/blob/master/examples/mvc-cxf-hibernate/src/test/java/org/superbiz/mvc/MvcTest.java#L56-L62 > . > > Enjoy :-). > > Jon > > On Wed, Mar 6, 2019 at 10:29 PM Ivan Junckes Filho > wrote: > > > Sent by mistake, missed the example.

Re: TomEE Arquillian

2019-03-06 Thread Ivan Junckes Filho
(UsuarioService.class.getPackage()) .addPackage(Usuario.class.getPackage()); return webArchive; } On Wed, Mar 6, 2019 at 7:22 PM Ivan Junckes Filho wrote: > Is there a way I can avoid adding classes and packages for tests and just > have everything? > > It is very annoying to hav

TomEE Arquillian

2019-03-06 Thread Ivan Junckes Filho
Is there a way I can avoid adding classes and packages for tests and just have everything? It is very annoying to have to run the test each time to find out which class I didn't add to the WebArchive.

Re: Apache TomEE channel in the-asf.slack.com

2019-03-01 Thread Ivan Junckes Filho
Thanks Otavio, it worked. On Fri, Mar 1, 2019 at 4:56 PM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote: > Hey Ivan, done > > On Fri, Mar 1, 2019 at 4:52 PM Ivan Junckes Filho > wrote: > > > It seems it forces you to have a apache email or to be inv

Re: Apache TomEE channel in the-asf.slack.com

2019-03-01 Thread Ivan Junckes Filho
It seems it forces you to have a apache email or to be invited. I can't join, can anyone invite me? On Fri, Mar 1, 2019 at 4:51 PM Daniel Cunha wrote: > Hi Gabriel, > > Yes! > > Em sex, 1 de mar de 2019 às 16:48, Gabriel Ferreira > escreveu: > > > Cool, can everyone on the list participate? > >

Re: CXF PRs (M3)

2019-03-01 Thread Ivan Junckes Filho
or this! > > > > -Original Message- > > From: Ivan Junckes Filho > > Sent: donderdag 28 februari 2019 21:11 > > To: dev@tomee.apache.org > > Subject: [EXTERNAL] - CXF PRs (M3) > > > > Hey guys, it seems these PRs are already reviewed. Can so

CXF PRs (M3)

2019-02-28 Thread Ivan Junckes Filho
Hey guys, it seems these PRs are already reviewed. Can someone merge them? It would be very nice if this makes to M3. https://github.com/apache/tomee/pull/409 https://github.com/apache/tomee/pull/419

Re: How can I help?

2019-02-26 Thread Ivan Junckes Filho
icket because I was convinced that my talks would be > approved, but they were not approved. :( > > Em seg, 25 de fev de 2019 às 22:14, Ivan Junckes Filho < > ivanjunc...@gmail.com> escreveu: > > > Very cool Gabriel that you are starting to contribute :) I am from > > Flori

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread Ivan Junckes Filho
Nice, thanks James! On Tue, Feb 26, 2019 at 8:59 AM Daniel Cunha wrote: > Nice! > > Thank you for all information! > > Em ter, 26 de fev de 2019 às 08:30, j4fm > escreveu: > > > Great news that the build succeeds, thanks! My thoughts were based on > this > > statement in the CXF 3.3.0 Migratio

Re: How can I help?

2019-02-25 Thread Ivan Junckes Filho
Very cool Gabriel that you are starting to contribute :) I am from Florianópolis where the main office of Softplan is. Maybe we can meet in TDC Florianópolis :) On Mon, Feb 25, 2019 at 8:28 PM Gabriel Ferreira wrote: > Thank you César, my JIRA username is: gabrielferreirapro > ;) > > Em seg, 25

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread Ivan Junckes Filho
Thanks Dani, would be amazing if this PR makes it to the M3. I really need a new feature from MP 1.2.0 that is in CXF 3.3.0 :) On Mon, Feb 25, 2019 at 10:11 PM Daniel Cunha wrote: > Hi, > > seems that the conflict just cause in a example. > polling-client sample. That because we had a different

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread Ivan Junckes Filho
Awesome thanks James On Mon, Feb 25, 2019 at 7:27 AM j4fm wrote: > This update should probably also be aligned or include the JAXB update -> > Jakarta EE Maven coordinates because CXF does that too. > > I have already done some work on the JAXB. There are several pom.xml > dependency updates an

Re: Idea of an M3

2019-02-24 Thread Ivan Junckes Filho
+1 On Sun, Feb 24, 2019 at 4:09 AM David Blevins wrote: > Huge +1 > > Doing more frequent releases has always been something we know we should > do but have never done. Let's make it happen :) > > > -- > David Blevins > http://twitter.com/dblevins > http://www.tomitribe.com > > > On Feb 22, 201

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-24 Thread Ivan Junckes Filho
t4.JUnit4Provider.invoke(JUnit4Provider.java:128) > > > Results : > > Tests in error: > jug.rest.SubjectServiceTest.jug.rest.SubjectServiceTest > Run 1: SubjectServiceTest.start:56 » Initialization > java.lang.IllegalStateException: ... > Run 2: SubjectServiceTest.stop:

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-22 Thread Ivan Junckes Filho
I am not sure about those dependency changes, I didn't run the build locally it takes hours here in my computer. Any commiter can please build my PR in ASF infra to see if the tests pass? On Fri, Feb 22, 2019 at 3:16 PM j4fm wrote: > Added a comment to the PR as I remember seeing major dependen

Microprofile 1.2.0 + CXF 3.3.0

2019-02-22 Thread Ivan Junckes Filho
Hey guys I created a ticket and PR to add MP Rest client 1.2.0 impl to TomEE. Can you please review and merge? https://issues.apache.org/jira/browse/TOMEE-2472 https://github.com/apache/tomee/pull/409

Re: Workshop on Fault Tolerance, Thursday

2019-02-21 Thread Ivan Junckes Filho
Thank you Bruno! On Thu, Feb 21, 2019 at 2:46 PM Weverthon Medeiros wrote: > Thank you, Bruno! It was great! > > Cheers, > Weverthon Medeiros > > > > On Thu, 21 Feb 2019 at 17:43, Michael Redlich wrote: > > > Hi Bruno: > > > > Sorry I couldn’t attend the presentation live. I certainly appreci

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
of TomEE doesn't even show ref or any schema classes. On Mon, Feb 11, 2019 at 12:12 PM Romain Manni-Bucau wrote: > Hi Ivan, no the mapping can need some polishing to become mainstream > (cause it is not openapi role to reimplement all mappers logic) but the > annotation mapping i

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
b.com/application-development/java-ee-8-high-performance> > > > Le lun. 11 févr. 2019 à 14:23, Ivan Junckes Filho > a écrit : > >> Looks like it is fixed in the master, but when I get the lib and add to >> tomee it shows some bad behavior with the schemas. >> >

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
Looks like it is fixed in the master, but when I get the lib and add to tomee it shows some bad behavior with the schemas. [image: image.png] On Mon, Feb 11, 2019 at 11:09 AM Ivan Junckes Filho wrote: > No I didn't, I will have a look. thanks > > On Mon, Feb 11, 2019 at 11:08 A

Re: @OpenAPIDefinition not working

2019-02-11 Thread Ivan Junckes Filho
d to set that for the TCK to pass, but the > config never reached the final distribution. I did notice that and I’ve > added it in case a MP app is detected, but it was after M2 was released. > > Cheers, > Roberto > > On 8 Feb 2019, at 21:06, Ivan Junckes Filho wrote: >

Re: "In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
lt;https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-hi

"In" parameter not being populated OpenAPI

2019-02-11 Thread Ivan Junckes Filho
Hey guys, I think there is an issue with parameters as the "in" property is required by the spec and is not showing up. This affects swagger-ui as it doesn't replace uf by the actual value. Anyone aware of this issue? { "openapi": "3.0.1", "paths": { "/test/{uf}": { "get": {

Re: @OpenAPIDefinition not working

2019-02-08 Thread Ivan Junckes Filho
velopment/java-ee-8-high-performance > > > > > Le ven. 8 févr. 2019 à 19:01, Ivan Junckes Filho a > écrit : > > > Interesting, ok thanks Romain. > > > > On Fri, Feb 8, 2019 at 3:29 PM Romain Manni-Bucau > > > wrote: > > > >> Hi Ivan,

Re: @OpenAPIDefinition not working

2019-02-08 Thread Ivan Junckes Filho
application-development/java-ee-8-high-performance> > > > Le ven. 8 févr. 2019 à 18:14, Ivan Junckes Filho > a écrit : > >> The @OpenAPIDefinition is not being picked up by the CDI extension >> because it is only getting InternalApplication instead of picking up my >&

@OpenAPIDefinition not working

2019-02-08 Thread Ivan Junckes Filho
The @OpenAPIDefinition is not being picked up by the CDI extension because it is only getting InternalApplication instead of picking up my custom Application config. Any ideas why? OpenAPIDefinition configs are therefore not showing up in the openapi doc. @OpenAPIDefinition(info = @Info(

MP RestClient issue DuplicateDefinitionException

2019-02-07 Thread Ivan Junckes Filho
Hey guys, I need help with rest client in TomEE. I am deploying in the same server 2 apps. app1 -> Has the client interfaces, but I exclude from the war. app2 -> Has the client interfaces from app1 in a jar. I deploy app1 and app2 in the same server and I get the DuplicateDefinitionException.

Re: TomEE 8 M2 NoSuchMethodError

2019-02-06 Thread Ivan Junckes Filho
> If that's the only reason for that class, you can get rid of it and put the > public key value in microprofile-config.properties under the > key mp.jwt.verify.publickey. > > Cheers, > Ivan > > On Wed, Feb 6, 2019 at 3:42 PM Ivan Junckes Filho > wrote: > > > H

TomEE 8 M2 NoSuchMethodError

2019-02-06 Thread Ivan Junckes Filho
Hey guys, I just tried to update my app from M1 to M2 and I am getting the issue below: Anyone has seen this issue? java.lang.NoSuchMethodError: org.apache.tomee.microprofile.jwt.config.JWTAuthContextInfo: method ()V not found br.com.gbrsistemas.crvirtual.authentication.jwt.MPJWTConfigur

Re: OpenJPA recursiveness issue

2019-02-01 Thread Ivan Junckes Filho
stackoverflow.com/questions/17393812/json-and-java-circular-reference > > Cheers > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 01/02/19 11:37, Ivan Junckes Filho wrote: > > I apologize for the misleading title, probably I was unsure what the > issue &g

Re: OpenJPA recursiveness issue

2019-01-31 Thread Ivan Junckes Filho
re entity as an > attribute?. > > public class Department { > > private String name; > private int subDepartment; > ... > } > > El jue., 31 ene. 2019 a las 14:21, Ivan Junckes Filho (< > ivanjunc...@gmail.com>) escribió: > > > This is TomEE 8 M1

Re: OpenJPA recursiveness issue

2019-01-31 Thread Ivan Junckes Filho
This is TomEE 8 M1 btw On Thu, Jan 31, 2019 at 6:20 PM Ivan Junckes Filho wrote: > Hey guys I an getting an StackOverflowError issue because jaxrs is trying > to convert an java object to json and going into a loop it seems. > > The class is something like: > > publi

OpenJPA recursiveness issue

2019-01-31 Thread Ivan Junckes Filho
Hey guys I an getting an StackOverflowError issue because jaxrs is trying to convert an java object to json and going into a loop it seems. The class is something like: public class Department { private String name; private Department subDepartment; ... } How do I fix this? 31-Jan-2019 18

Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Ivan Junckes Filho
+1 Thanks man! On Mon, Jan 28, 2019 at 7:48 AM Gurkan Erdogdu wrote: > +1 > Thank you! > > On Mon, Jan 28, 2019 at 12:26 PM chongma > wrote: > > > +1 i will grab a copy and test it locally with my projects later and let > > you > > know if there are any difficulties > > > > > > > > -- > > Sen

Re: Another 8.0.0 milestone release

2019-01-23 Thread Ivan Junckes Filho
+1 On Wed, Jan 23, 2019 at 11:56 AM Frankie wrote: > I like the idea. > +1 > > Frankie > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html >

Re: OpenTracing - nullpointer OpenTracingFilter

2019-01-23 Thread Ivan Junckes Filho
Good news, this is not happening in the master. I will close the ticket and wait for the release. On Wed, Jan 23, 2019 at 11:16 AM Ivan Junckes Filho wrote: > This is the ticket: > https://issues.apache.org/jira/browse/TOMEE-2457 > > This looks like a release blocker in my opinion.

Re: OpenTracing - nullpointer OpenTracingFilter

2019-01-23 Thread Ivan Junckes Filho
ibucau> | Blog > > <https://rmannibucau.metawerx.net/> | Old Blog > > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > > < > https://www.packtpub.

Re: OpenTracing - nullpointer OpenTracingFilter

2019-01-22 Thread Ivan Junckes Filho
ps://github.com/rmannibucau> | LinkedIn > <https://www.linkedin.com/in/rmannibucau> | Book > <https://www.packtpub.com/application-development/java-ee-8-high-performance> > > > Le mar. 22 janv. 2019 à 15:37, Ivan Junckes Filho > a écrit : > >> I would say if the extens

Re: MP Metrics Counted / Docker

2019-01-11 Thread Ivan Junckes Filho
+1 Jon On Fri, Jan 11, 2019 at 11:23 AM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > I'm on it. Thanks for the reply! > > Jon > > On Fri, Jan 11, 2019 at 1:22 PM Bruno Baptista wrote: > > > Hi Jon, > > > > Yes, please do add the profile. > > > > Thanks > > > > Bruno Baptista > > h

Re: Examples with cloud providers

2019-01-09 Thread Ivan Junckes Filho
I think that is a great idea Bruno +1 On Wed, Jan 9, 2019 at 4:01 PM César Hernández Mendoza wrote: > sounds good Bruno, I think the credentials issue should be something just > mentioned as a side note in each document. > Now that you trigger this thread, I also wonder if a TomEE on Docker > ex

Re: Stabilize TomEE Build

2019-01-07 Thread Ivan Junckes Filho
On Fri, Jan 4, 2019 at 7:24 PM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > On Fri, Jan 4, 2019 at 6:39 PM Ivan Junckes Filho > wrote: > > > Hey guys, can someone provide me the way to check if my PR is green? > > > > Yep, run the build on your bra

Re: TOMEE-2289

2019-01-04 Thread Ivan Junckes Filho
FYI I opened a PR on geronimo to fix the issue with text/html. https://github.com/apache/geronimo-openapi/pull/4 Postman was working because it used */* and the implementation was properly handling it, but not handling text/html. On Thu, Jan 3, 2019 at 2:34 PM Ivan Junckes Filho wrote: >

Re: Stabilize TomEE Build

2019-01-04 Thread Ivan Junckes Filho
Hey guys, can someone provide me the way to check if my PR is green? Also, now that apache has migrated to gitbox, is there a way to integrate the build with github? On Thu, Jan 3, 2019 at 10:03 AM Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > That'd be great indeed > > -- > Jean-Loui

Re: TomEE logo poll

2019-01-04 Thread Ivan Junckes Filho
would be disappointing. > > I think that all the logos submitted for voting should be cleared out on > any legal issues first and then only voted on the compliant ones. > > > On 3 Jan 2019, at 11:47, Ivan Junckes Filho > wrote: > > > > Roberto, if the logo has legal p

Re: TOMEE-2289

2019-01-03 Thread Ivan Junckes Filho
explicitly indicate the default > content-type requirement. > > El jue., 3 ene. 2019 a las 9:48, Ivan Junckes Filho (< > ivanjunc...@gmail.com>) > escribió: > > > I will take a look and help troubleshoot this. > > > > On Thu, Jan 3, 2019 at 12:08 PM P

Re: TOMEE-2289

2019-01-03 Thread Ivan Junckes Filho
I will take a look and help troubleshoot this. On Thu, Jan 3, 2019 at 12:08 PM Puneeth PS wrote: > Hi Ivan, > > /openapi works in POSTMAN client but not on browser, so might not be an > issue. > > On Thu, Jan 3, 2019 at 6:38 PM Ivan Junckes Filho > wrote: > > > H

Re: TOMEE-2289

2019-01-03 Thread Ivan Junckes Filho
read, can you please clarify these? > > On Wed 2 Jan, 2019, 6:09 PM Ivan Junckes Filho wrote: > > > Puneeth, I did some comments here > > https://github.com/apache/tomee/pull/340#pullrequestreview-188661807, > > please take a look. > > > > On Wed, Jan 2, 2019

Re: TomEE logo poll

2019-01-03 Thread Ivan Junckes Filho
> > we couldn't use GitHub for that, but I think we'd need to post a thread > on > > this mailing list (and probably the user mailing list as well) so its > very > > clear. > > > > Jon > > > > On Wed, Jan 2, 2019 at 1:52 PM Ivan Junckes Filho

Re: TomEE logo poll

2019-01-03 Thread Ivan Junckes Filho
well) so its very > clear. > > +1 > Jon > > On Wed, Jan 2, 2019 at 1:52 PM Ivan Junckes Filho > wrote: > > > The idea I had in mind is: > > > > 1 - Give a 1 week time for people to advocate for a logo. (Share the logo > > in github issue) > &

Re: TomEE logo poll

2019-01-02 Thread Ivan Junckes Filho
is awesome but what exactly are we +1ing > about? The act of considering a logo or are we +1ing David's Logo (by the > way the link on your post didn't work for me personally). > > thanks! > > Richard > > On Wed, Jan 2, 2019 at 5:40 AM Ivan Junckes Filho >

Re: TOMEE-2289

2019-01-02 Thread Ivan Junckes Filho
Puneeth, I did some comments here https://github.com/apache/tomee/pull/340#pullrequestreview-188661807, please take a look. On Wed, Jan 2, 2019 at 9:51 AM Ivan Junckes Filho wrote: > Hi Puneeth, I will review it for you. > > On Wed, Jan 2, 2019 at 8:39 AM Puneeth PS wrote: > &g

Re: TOMEE-2289

2019-01-02 Thread Ivan Junckes Filho
Hi Puneeth, I will review it for you. On Wed, Jan 2, 2019 at 8:39 AM Puneeth PS wrote: > Hi, > > I have created a PR ( https://github.com/apache/tomee/pull/340 ) for > TOMEE-2289. Can someone take a look and help me improve it? >

Re: TomEE logo poll

2019-01-02 Thread Ivan Junckes Filho
Would be nice to get some +1 or -1 from some committers here :) On Fri, Dec 28, 2018 at 9:31 PM Bruno Baptista wrote: > +1 > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 28/12/18 16:32, Ivan Junckes Filho wrote: > > Hey guys, we have been through this di

Re: MicroProfile Samples

2018-12-31 Thread Ivan Junckes Filho
This is a great contribution Ivan, this was a missing feature that was recently added in TomEE. Thank you for that! On Mon, Dec 31, 2018 at 10:08 AM Ivan St. Ivanov wrote: > Hi folks! > > I created a PR (https://github.com/apache/tomee/pull/333) for this issue: > https://jira.apache.org/jira/br

TomEE logo poll

2018-12-28 Thread Ivan Junckes Filho
Hey guys, we have been through this discussion before but I don't think we ever had a conclusion. In my opinion would be very important for the project to have a logo and now TomEE is getting a lot of exposure why not take advantage of the moment and promote TomEE even more with a great logo? Thes

TOMEE-2430 - Microprofile projects examples adjustments

2018-12-28 Thread Ivan Junckes Filho
Hey guys, can anyone review and merge: https://github.com/apache/tomee/pull/322 I would like it to be merged asap so it avoids conflicts. The end result will be the picture below. All the MicroProfile are adoc formatted + naming is correct and in the cor

Migrate MP README's to adoc and create MP index-group

2018-12-27 Thread Ivan Junckes Filho
Cesar has a pending PR, I resolved the conflicts for him. Can someone merge it? It will get too outdated and will be hard to merge later if it takes too long. https://github.com/apache/tomee/pull/317 Also this can be closed: https://github.com/apache/tomee/pull/295

  1   2   3   >