Re: XmlJavaTypeAdapter not working

2017-11-02 Thread Romain Manni-Bucau
Hi is User part of a webservice signature or referenced through a @XmlSeeAlso? If not then it is not passed to the JAXBContext creation. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn 2017-11-02 15:15 GMT+01:00 Alinezhad.a : > Hi > > i'm get confused why this simple code

Re: Logging bean creation and removal

2017-11-02 Thread Andy Gumbrecht
Thanks Thiago, good to know ;-) On 2017-11-01 20:13, Thiago Veronezi wrote: > Following the lead from Jonathan, this is just a quick email for visibility. > > I've added new logs for the beans creation and removal. Users can have > those logs by activating the logger 'OpenEJB.monitoring.level'

XmlJavaTypeAdapter not working

2017-11-02 Thread Alinezhad.a
Hi i'm get confused why this simple code not working, i have this simple class @Entity @Table(name = "users") @XmlRootElement(name = "user") @XmlAccessorType(XmlAccessType.FIELD) public class User implements Serializable { @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name =

Re: New Apache TomEE committers Svetlin Zarev & Jonathan S. Fisher

2017-11-02 Thread Jean-Louis Monteiro
Welcome and thanks for your help. Jean-Louis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Nov 2, 2017 at 1:32 PM, Andy Gumbrecht wrote: > Hi Everyone, > > The Project Management Committee (PMC) for Apache TomEE has invited > Svetlin Zarev & Jonathan

Re: New Apache TomEE committers Svetlin Zarev & Jonathan S. Fisher

2017-11-02 Thread Alex The Rocker
Hi, It's great to see new committers on TomEE: welcome to Svetlin & Jonathan! Alex 2017-11-02 13:32 GMT+01:00 Andy Gumbrecht : > Hi Everyone, > > The Project Management Committee (PMC) for Apache TomEE has invited Svetlin > Zarev & Jonathan S. Fisher to become committers and we are pleased to >

New Apache TomEE committers Svetlin Zarev & Jonathan S. Fisher

2017-11-02 Thread Andy Gumbrecht
Hi Everyone, The Project Management Committee (PMC) for Apache TomEE has invited Svetlin Zarev & Jonathan S. Fisher to become committers and we are pleased to announce that they have accepted. Being a committer enables easier contribution to the project since there is no need to go via the p

Re: SQL insert taking too much time in TomEE-7.0.1

2017-11-02 Thread Andy Gumbrecht
Hi Prasenjit Mahato, Could you possibly create and share a github project so that we can debug this use case? I've used Hibernate & TomEE in production for many years, so I'm very sure that we can find out what is wrong. It's just very hard to know without all the information. Also, please

SQL insert taking too much time in TomEE-7.0.1

2017-11-02 Thread pmo_tomee
Hi Team, I am using JPA and Hibernate-5.2.8 (as persistence provider) in TomEE. Using Oracle 10g DB. I tested to insert 400 rows in TomEE and JONAS server. TomEE taking 20 sec but jonas taking only 4 sec. I have tested in TomEE with batch insert by but taking 20 sec aslo. I have checked the