Re: JSONB Capabilities Broken in 7.1.1 Plume?

2019-07-29 Thread Cesar Hernandez
Hi, I updated the JIRA ticket with the following: Hi David Gannon I did a first swing catching up with this issue. By looking at the release notes for 7.1.1 ( https://issues.apache.org/jira/projects/TOMEE/versions/12344119) I see two potential related commits: Update TomEE with Johnzon 1.0.2

Re: New committer Cesar Hernandez

2019-09-05 Thread Cesar Hernandez
Thank you all for your kind word. It's such a great honor to be part of the Apache TomEE community since day 1 and I want to thank you all for enabling me to grow professionally and personally along with you. El jue., 5 sept. 2019 a las 7:56, Jonathan Gallimore (< jonathan.gallim...@gmail.com>)

Re: JSONB Capabilities Broken in 7.1.1 Plume?

2019-08-07 Thread Cesar Hernandez
, Cesar Hernandez () escribió: > Hi David Gannon, > > I did a second swing to this issue [3] without success. This is what I did: > > 1) I pull TomEE 7.1.x branch [1] > 2) Rolled back johnzon from 1.0.2 to 1.0.1 and built TomEE project locally > [2] > 3) Ran the exam

Re: JSONB Capabilities Broken in 7.1.1 Plume?

2019-08-07 Thread Cesar Hernandez
is to understand what the commit 4302acab62 is doing since I see that it includes some configuration options. Any help is appreciated. El mié., 7 ago. 2019 a las 9:50, Cesar Hernandez () escribió: > > Update, > With the collaboration from Rich Zowalla we concluded that Johnzon update > is not th

Re: Working around johnzon REST implementation

2019-07-29 Thread Cesar Hernandez
With the information you provided, it seems that you configurations it's ok. To have a point of comparison, you can take a look at the example we have: https://github.com/apache/tomee/tree/master/examples/jaxrs-json-provider-jettison and also to this article:

Re: Unable to deploy Java EE war on TomEE 8 M2 - Predeployment of PersistenceUnit failed.

2019-08-06 Thread Cesar Hernandez
t can not see the package containing the Entities. In all my other > setups (Glassfish, OpenLiberty, Wildfy) I also use EclipseLink so I > don't think that the problem is related to EclipseLink.. > > > > Best regards > > Ralph > > > > On 06.08.19 00:04, Cesar

Re: Having search but not found: JMX counter for current EJB SLSB PoolSize

2019-08-05 Thread Cesar Hernandez
Hi Francois, In jconsole you find the Stateless container configuration [1] maxSize along with other +30 related attributes in the section: -> MBeans -> openejb.management -> Pool Points to consider: * You need to have at least one EJB deployed in your TomEE instance * If you use VisualVM, you

Re: Unable to deploy Java EE war on TomEE 8 M2 - Predeployment of PersistenceUnit failed.

2019-08-05 Thread Cesar Hernandez
Hi Ralph, I haven't seen this exact issue before but I have a couple of questions: 1) Did you try removing docker from the setup to validate if this is related to the docker image? This means deploying your application using tar/zip file TomEE M3 distribution intead of docker container. 2) Did

Re: JSONB Capabilities Broken in 7.1.1 Plume?

2019-08-06 Thread Cesar Hernandez
/apache/tomee/pull/292/files [3] https://issues.apache.org/jira/browse/TOMEE-2565 El lun., 29 jul. 2019 a las 18:43, Cesar Hernandez () escribió: > Hi, I updated the JIRA ticket with the following: > > Hi David Gannon > > I did a first swing catching up with this issue. > > By l

Re: Johnzon, TomEE 7 and JSON-B

2019-08-05 Thread Cesar Hernandez
Hi Martin, In TomEE 7.1.0 thre was some issues related with JSON date format parsing [1]. Have you tried your code against TomEE 7.1.1 ? [1] https://issues.apache.org/jira/browse/TOMEE-2233 El mar., 30 jul. 2019 a las 6:18, Berner Martin (< martin.ber...@qualitasag.ch>) escribió: > Hello,

Re: JSONB Capabilities Broken in 7.1.1 Plume?

2019-08-08 Thread Cesar Hernandez
ect strategies and troubleshooting logic in TomEE project. El mié., 7 ago. 2019 a las 18:20, Cesar Hernandez () escribió: > Hi, > > I found the commit that introduces the issue David is having. > > This is what I did: > - checkout tomee-7.1.x branch and created a separate bran

Re: Having search but not found: JMX counter for current EJB SLSB PoolSize

2019-08-08 Thread Cesar Hernandez
ght ? > > Just to be clear enough, if our application has 2 stateless EJBs (EJB-A > and EJB-B), I will have one pool for EJB-A and another pool for EJB-B, > with for each, a default MaxSize set to 10, right ? > > Best Regards. > > -Original Message- > From: Cesar

Re: How do I disable JAXRS for a single war file

2020-02-25 Thread Cesar Hernandez
Hi, Can you expand a little bit more what's the issue you are having? I took a look at the mailing list archives to understand more the context of your question but I only found an old thread that relates to disable JAXRS it [1] [1]

Re: Is there a way to monitor, using JMX (jconsole), MDB pool ?

2020-02-25 Thread Cesar Hernandez
Hi, Have you checked under --> MBeans -> openejb.management in Jconsole? El mar., 18 feb. 2020 a las 7:29, COURTAULT Francois (< francois.courta...@thalesgroup.com>) escribió: > Hello everyone, > > Using the jconsole, I am able to monitor the SLSB pools under the Pool > folder. > But I am not

Re: Ear Deploy error starting in TomEE Plus 7.1.2

2020-04-10 Thread Cesar Hernandez
Hi Tom, I was looking for the ticket in the TomEE project but I see you opened a ticket in OPENEJB-2145 instead of a TomEE one[1]. I see that since openejb-core 7.1.1 there has been only JMS, CMP/JPA, and Jackson updates. To increase the community visibility on this issue, can you please share

Re: What are best free IDE's for Tomee?

2020-05-01 Thread Cesar Hernandez
Hi Gerald, This is an interesting question and from my point of view, the answer will vary from various developer's needs and constraints like current toolset, development workflow, budget, support needs, organization or company legal compliance, etc. In terms of TomEE integration you can check

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-15 Thread Cesar Hernandez
edin.com/in/danieldiasjava > Twitter: http://twitter.com/danieldiasjava > > > Em sex., 12 de jun. de 2020 às 21:03, Cesar Hernandez < > cesargu...@gmail.com> > escreveu: > > > Hi Daniel, > > > > Apart from the pom.xml file you provided, I found also a

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-10 Thread Cesar Hernandez
Have you tried the path configurations? [1] https://github.com/apache/tomee/blob/master/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/DeployMojo.java#L90 El mié., 10 jun. 2020 a las 12:06, Daniel Dias Dos Santos (< daniel.dias.analist...@gmail.com>) escribió: > Hi, > >

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-10 Thread Cesar Hernandez
dep > [2] http://tomee.apache.org/tomee-8.0/docs/maven/deploy-mojo.html > -- > > *Daniel Dias dos Santos* > Java Developer > SouJava & JCP Member > GitHub: https://github.com/Daniel-Dos > Linkedin: www.linkedin.com/in/danieldiasjava > Twitter: http://twitter.com/dan

Re: doubt about remote deploy using tomee-maven-plugin

2020-06-12 Thread Cesar Hernandez
Linkedin: www.linkedin.com/in/danieldiasjava > Twitter: http://twitter.com/danieldiasjava > > > Em qua., 10 de jun. de 2020 às 22:52, Cesar Hernandez < > cesargu...@gmail.com> > escreveu: > > > Can you please share your pom.xml to check also the plugin configuratio

Re: Set users and roles in arquillian.xml for TomEE embedded

2021-01-03 Thread Cesar Hernandez
Hi Arturo, I couldn't find an exact example to cover your particular scenario. The one I found that uses the Tomcat realm for users, password, and roles was: Simple Remote Tomcat Users: https://github.com/apache/tomee/tree/master/examples/simple-remote-tomcatusers As for the arquillian

Re: Set users and roles in arquillian.xml for TomEE embedded

2021-01-21 Thread Cesar Hernandez
browse/TOMEE-2961 > The test code runs fine in TomEE Embedded 8.0.0, 8.0.1, 8.0.4 and 8.0.5, so > I guess it would be understandable that no correction will be made in this > case. > > Again, thanks a lot for your effort in this project. > -- > Arturo Martín Lladó > > >

Re: Set users and roles in arquillian.xml for TomEE embedded

2021-01-14 Thread Cesar Hernandez
, Errors: 1, Skipped: 0 > > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 6.815 s > [INFO] Finished at: 2021-01

Re: [ANN] Welcome new Apache TomEE Committer Richard Zowalla

2021-01-12 Thread Cesar Hernandez
Congratulations Richard! Your hard work is reflected in your contribution, reviews, etc. We all are delighted to keep working with you and keep having the fun of learning, sharing and caring for the TomEE community :) El mar, 12 ene 2021 a las 18:34, Daniel Dias Dos Santos (<

Re: Tomee 10.0.21 Class cast Exception when undeploying application with @PostConstruct LifeCycle

2022-09-02 Thread Cesar Hernandez
Hi Rod, I would assume you are using TomEE 9. x milestone release because you are using the Jakarta namespace. If this is not the case, you can find the latest TomEE 9.x.x-M release here https://tomee.apache.org/download.html Indeed your app packaging seems to be missing the actual servlet

Re: Tomee 10.0.21 Class cast Exception when undeploying application with @PostConstruct LifeCycle

2022-09-07 Thread Cesar Hernandez
oth Java 11 & 17 with the same result > > > > > > > On Fri, Sep 2, 2022 at 6:35 PM Cesar Hernandez > wrote: > > > Hi Rod, > > > > I would assume you are using TomEE 9. x milestone release because you are > > using the Jakarta namespace. If

Re: WebService not created with Apache Tomee Webprofile 7.1.4

2022-08-17 Thread Cesar Hernandez
Hello, Assuming your war file name is my-app.war and that your JAX-WS resource class is called MyWebService.java, the following should be the URL that you can use to access the WSDL file: http://localhost:8080/my-app/webservices/MyWebService?WSDL If this doesn't work, please share your project

Re: CVE-2016-3088

2023-01-30 Thread Cesar Hernandez
@Francois What vulnerability scan are you using? maybe you can file this as a false positive in the scanner project. El vie, 27 ene 2023 a las 13:34, Richard Zowalla () escribió: > TomEE relies on activemq 5.16.5. > > According to [1], the fileserver was removed with 5.14.0. > > Gruß >

Re: NullPointerException at startup

2023-04-20 Thread Cesar Hernandez
Hi Kevin, The error you are getting seems to come from the ROOT application, a couple of questions: - how did you deploy your application? - Is you application an a ear, jar or war file? - You can attach the rest of the Catalina log to enable further troubleshooting on the deployment issue you

Re: Eclipse EJB and TomEE

2023-05-23 Thread Cesar Hernandez
Hello, The project type needs to be Dynamic Web Project as described in https://tomee.apache.org/tomee-9.0/docs/tomee-and-eclipse.html I did a quick test using Eclipse Version: 2023-03 (4.27.0), TomEE plume 9.0.0 and Java 17, and I was able to set up TomEE as a runtime for a Dynamic Web Project

Re: Error when starting up TomEE Plus 9.1.2

2024-02-16 Thread Cesar Hernandez
Hello, It seems the name changed [1] around Tomcat 10.0.0-M2 milestones. https://tomcat.apache.org/tomcat-10.0-doc/changelog.html [1] Rename org.apache.tomcat.util.digester.Digester$EnvironmentPropertySource to org.apache.tomcat.util.digester.EnvironmentPropertySource. Patch provided by Bernd