Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
Hi Ivan, It seems working fine here. that is a sample: https://github.com/danielsoro/cxf-upload To run: mvn clean install tomee:run Fileupload dir: target/apache-tomee/${FILE} Em ter, 26 de mar de 2019 às 13:06, Ivan Junckes Filho < ivanjunc...@gmail.com> escreveu: > Same issues in all scenari

Re: Congratulations to James Meen for making more than 5 pull-requests!

2019-03-26 Thread Jean-Louis Monteiro
Wow good job. Le mar. 26 mars 2019 à 16:27, Richard Monson-Haefel a écrit : > https://twitter.com/tomitribe/status/1110524754157547521 > > -- > Richard Monson-Haefel > https://twitter.com/rmonson > https://www.linkedin.com/in/monsonhaefel/ >

[GitHub] [tomee] doychin opened a new pull request #452: Make ArrayEnumeration generics aware

2019-03-26 Thread GitBox
doychin opened a new pull request #452: Make ArrayEnumeration generics aware URL: https://github.com/apache/tomee/pull/452 Also cleanup code in HttpRequestImpl. Signed-off-by: Doychin Bondzhev This is an automated mess

[GitHub] [tomee] doychin opened a new pull request #451: Remove unused method (tomee-2499)

2019-03-26 Thread GitBox
doychin opened a new pull request #451: Remove unused method (tomee-2499) URL: https://github.com/apache/tomee/pull/451 Check https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2499 Signed-off-by: Doychin Bondzhev -

Re: Issue while uploading file

2019-03-26 Thread Ivan Junckes Filho
Same issues in all scenarios Dani :/ On Tue, Mar 26, 2019 at 11:55 AM Daniel Cunha wrote: > Hi Ivan, > > what happening if you don't define the type? > @Multipart(value = "anexo") Attachment anexo > > Em ter, 26 de mar de 2019 às 11:51, Daniel Cunha > escreveu: > > > Have you get same issue wit

Congratulations to James Meen for making more than 5 pull-requests!

2019-03-26 Thread Richard Monson-Haefel
https://twitter.com/tomitribe/status/1110524754157547521 -- Richard Monson-Haefel https://twitter.com/rmonson https://www.linkedin.com/in/monsonhaefel/

[GitHub] [tomee] doychin commented on a change in pull request #360: Cleanup test code and also minor changes in the tested class.

2019-03-26 Thread GitBox
doychin commented on a change in pull request #360: Cleanup test code and also minor changes in the tested class. URL: https://github.com/apache/tomee/pull/360#discussion_r269148968 ## File path: container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker

Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
Hi Ivan, what happening if you don't define the type? @Multipart(value = "anexo") Attachment anexo Em ter, 26 de mar de 2019 às 11:51, Daniel Cunha escreveu: > Have you get same issue with: MultipartBody? > Something like: > @Consumes(MediaType.MULTIPART_FORM_DATA) > public Response upload(Mult

Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
Have you get same issue with: MultipartBody? Something like: @Consumes(MediaType.MULTIPART_FORM_DATA) public Response upload(MultipartBody body, @PathParam("idProcesso") Long idProcesso {} So you can get the file from: body.getAllAttachments() or body.getAttachment("anexo"). I need to try reprodu

Re: Issue while uploading file

2019-03-26 Thread Ivan Junckes Filho
*CHROME REQUEST:* 1. Request URL: http://localhost:8080/crvirtualdemandas/api/processos/anexo/upload/1 2. Request Method: POST 3. Status Code: 415 4. Remote Address: [::1]:8080 5. Referrer Policy: no-referrer-when-downgrade 1. Response

Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
Can you post your stacktrace? Em ter, 26 de mar de 2019 às 11:20, Ivan Junckes Filho < ivanjunc...@gmail.com> escreveu: > 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-ha

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

exception log in files at tomee startup

2019-03-26 Thread zsaade
Dear All how can change apache-tomee-plume-7.1.0 file logging level? since at tomee start up I'm able to see the exception in the cmd console however those exceptions aren't logged into the log files available under \logs Thanks and Best Regards -- Sent from: http://tomee-openejb.979440.n4.nab

Datasource DB Lock

2019-03-26 Thread zsaade
Dear All I have an EAR file that i'm deploying under \apps folder, I added the the below Datasource configuration in the tomee.xml file located under \conf: [jdbc-driver] [jdbc-url] userName test_server

[GitHub] [tomee] AndyGee commented on a change in pull request #360: Cleanup test code and also minor changes in the tested class.

2019-03-26 Thread GitBox
AndyGee commented on a change in pull request #360: Cleanup test code and also minor changes in the tested class. URL: https://github.com/apache/tomee/pull/360#discussion_r268966390 ## File path: container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker