You are viewing the static version of this archive.
For the interactive version, please visit: This page
Hi, I've been advised by the people on dev@ to submit this to the user committee. I would like to propose a logo for TomEE. About me: I was the co-founder of OpenEJB with David Blevins who is also co-founder of TomEE. Attachments don't seem to work very well on this mailing list (or at least the...
Please i search a example of tomee and mysql into docker. The mysql have to be persistent (using volumes). Please you have a repo on github with a similar example? Mauro -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
Hi, I need to acquire a java mail session resource and I can not use CDI. How can I acquire it directly using JNDI lookup? I did try the usual lookup java:comp/env/mail/ + resource id but it didn't work. Vania -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
Dear All, We are getting the below error when we try to invoke a webservice using *Apache Axis 1.4* framework. The client classes are generated using "*org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask*" & bundled into a jar file. At run-time, *TomEE Plus 7.0.3* unable to locate the axis jar & g...
Hi, I am trying to start a batch job on TomEE 7.0.4 from a REST controller. I have defined a batch job in an XML file in META-INF/batch-jobs, and also have an ItemReader, ItemProcessor, and ItemWriter. But I am not able to start the job from a REST controller, using the following code: @GET ...
Hi, I am trying to start a batch job on TomEE 7.0.4 from a REST controller. I have defined a batch job in an XML file in META-INF/batch-jobs, and also have an ItemReader, ItemProcessor, and ItemWriter. But I am not able to start the job from a REST controller, using the following code: @GET ...