Re: Availability of 1.5.2 snapshots

2013-03-03 Thread Jean-Louis MONTEIRO
(and it will), there will be people who simply won't know where TomEE ends and a sub-project begins. The greater the understanding gained from the main documentation page, the less time will be wasted by all. James On 3 March 2013 14:19, Jean-Louis MONTEIRO jeano...@gmail.com wrote: James, Maybe the best

Re: ConcurrentAccessTimeoutException

2013-03-06 Thread Jean-Louis MONTEIRO
José, The MinSize is not the problem IMO. The MaxSize is definitely the issue. Do you have more than 10 (default value) simultaneous users? The StrictPooling is great to be able to always answer in case of small over load. But, you have to know that after being used, instances will be removed

Re: ConcurrentAccessTimeoutException

2013-03-13 Thread Jean-Louis MONTEIRO
As a pure user feedback, we've been using OpenEJB/TomEE stateless beans on huge applications and it does not produce any significant nor noticeable overhead as soon as the pool size is well set up. So i'm really confident. That said, the way singleton works with a READ lock is better in lots of

Re: ConcurrentAccessTimeoutException

2013-03-13 Thread Jean-Louis MONTEIRO
to get things clearer. Jean-Louis 2013/3/13 Romain Manni-Bucau rmannibu...@gmail.com Em is clearly thread safe in a javaee envrt in transaction mode...at least because of the transaction constraint you can get the same instance in different threads Le 13 mars 2013 08:40, Jean-Louis MONTEIRO

Re: ConcurrentAccessTimeoutException

2013-03-13 Thread Jean-Louis MONTEIRO
2013/3/13 Romain Manni-Bucau rmannibu...@gmail.com the thing to keep in mind is spring globally needs more technical knowledge because you basically do the container yourself Can't agree more ...

Re: KarafEE contributions

2013-03-25 Thread Jean-Louis MONTEIRO
Jean-Baptiste, same for me. I don't see any big issue not having right accesses. It does not prevent us at all to contribute patches or to help. Jean-Louis 2013/3/24 Jean-Baptiste Onofré j...@nanthrax.net Fair enough, I gonna do the same on the Karaf side ;) Regards JB On 03/24/2013

Re: TOMEE JIRA site seems to say 1.6.1 is on it's way

2013-03-25 Thread Jean-Louis MONTEIRO
As the 1.6.0 is on the way to be released, we created a new version 1.6.1 for next jiras and patches. JLouis 2013/3/25 Howard W. Smith, Jr. smithh032...@gmail.com Interesting, TOMEE JIRA site[1] seems to say that 1.6.1 is on it's way. :) [1]https://issues.apache.org/jira/browse/TOMEE --

Re: 2 activemq instances

2013-04-18 Thread Jean-Louis MONTEIRO
Hi, yes it is possible AFAIR. You have to override defaults, I mean the default MESSAGE container, the default ResourceAdapter and the Default Connection factory. Then, you just have to define another set of MESSAGE container, etc The broker connection configuration is defined on the

Re: Classcast execption on proxy when looking up remote interface

2013-04-24 Thread Jean-Louis MONTEIRO
Hi, Thanks for pointing the portability issue. Even if Java EE tends to be more and more portable there are still lots of areas where there is misunderstanding in regards to the spec meaning. And sometime there is also no enough information to get a feature implemented the same way anywhere.

Re: Tomee 1.5.2 DOA problem: seems openejb duplicating servlet URL mappings, tomcat blows

2013-04-24 Thread Jean-Louis MONTEIRO
There is a potential case if you have rest/soap services with your servlets Jean-Louis 2013/4/24 ronkol rkolias-consult...@scholastic.com Hi Romain, I have checked/searched and manually inspected the code. The error happens to every single servlet in the codebase. There are definitely no

Re: Tomee 1.5.2 DOA problem: seems openejb duplicating servlet URL mappings, tomcat blows

2013-04-24 Thread Jean-Louis MONTEIRO
No you definitely aren't! Any chance you could share something to reproduce? Le 24 avr. 2013 18:04, ronkol rkolias-consult...@scholastic.com a écrit : Ok, got it. I downloaded the latest 1.6.0 snapshot just now, same error, no change. I also noticed tomee is no longer picking up or outputting

Re: How to change CXF JSON output format?

2013-05-02 Thread Jean-Louis MONTEIRO
Maybe switch to Jakson instead of JAXB (wrapper of Jettison). Look for Jackson on the mailling list to get samples. Jean-Louis 2013/5/2 Jack Anamanda jack.anama...@rocketmail.com Hi guys. When I return an @XmlRootElement object in a JAX-RS method, I get the following format for properties of

Re: TomEE with logback DBAppender failing jndi lookup

2013-05-02 Thread Jean-Louis MONTEIRO
Java:comp/env isn't authorize outside a component. Use a global name or the openejb name. Jlouis 2013/5/2 sgarlick sgarlick...@gmail.com Hi, I have an application running on TomEE 1.5.2 and have configured logback in the application. This works fine, and the application starts and

Re: TomEE with logback DBAppender failing jndi lookup

2013-05-02 Thread Jean-Louis MONTEIRO
Forgot the link to the doc. http://tomee.apache.org/configuring-datasources.html java:openejb:/Resource/jdbc/datasource JLouis 2013/5/2 Jean-Louis MONTEIRO jeano...@gmail.com Java:comp/env isn't authorize outside a component. Use a global name or the openejb name. Jlouis 2013/5/2

Re: 1.6-SNAPSHOT (all green today) = TomEE 1.6 release?

2013-05-13 Thread Jean-Louis MONTEIRO
Crossing fingers we can make it possible soon. Still working on making everything stable. Jean-Louis 2013/5/13 Howard W. Smith, Jr. smithh032...@gmail.com On Mon, May 13, 2013 at 7:16 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: ... we are finally all green today Does this

Re: eclipselink in tomee

2013-05-13 Thread Jean-Louis MONTEIRO
Did you see any ADJUSTING message in logs? JLouis 2013/5/13 Patel, Sanjay sanjay.pa...@nemours.org Here is my persistence.xml and I have resource defined in my tomee.xml. ?xml version=1.0 encoding=UTF-8? persistence version=2.0 xmlns=http://java.sun.com/xml/ns/persistence;

Re: TomEE/CDI: adding @Typed resulted in UnsatisfiedResolutionException

2013-05-20 Thread Jean-Louis MONTEIRO
And thanks for that. It's useful and as important as providing tons of lines of code. JLouis 2013/5/20 Howard W. Smith, Jr. smithh032...@gmail.com Agreed on all counts, but I am 'far' from being a user of the 'perfect' eclipse. lol :) I am learning what 'we' (tomee) writes by asking

Re: Couple of questions (it works but... ) (ear)

2013-05-23 Thread Jean-Louis MONTEIRO
Hi, Thanks for the feedback. Do you have a simple EAR application to reproduce? It would be helpful to have the same starting point if we have to discuss deeper and the thread becomes longer. Anyway, EAR files should not go to webapps/ Only wars can go there. EAR files and JAR files must go to

Re: Invoke EJB on Glassfish

2013-05-28 Thread Jean-Louis MONTEIRO
Agree, except that EJB Remote calls are usually better in terms of performance and overhead. Depending on the server you can also get additional features like failover, multicast, etc Of course, that is also possible using an ESB, or provider built in features (like failover in CXF), but it's

Re: Logging remote exceptions

2013-05-29 Thread Jean-Louis MONTEIRO
Hi, if it's a system exception as per the spec meaning, it has to be logged in the server logs. If an application exception, up to you to do what ever you want. Can you give us more details? Or share a small example to reproduce the potential issue? Thanks, Jean-Louis 2013/5/28 vhubuo

Re: JAX-RS and OpenEJB Standalone

2013-05-29 Thread Jean-Louis MONTEIRO
+1 not sure it's specified for an EAR 2013/5/29 Romain Manni-Bucau rmannibu...@gmail.com Hi does it work in a war (even in an ear)? JAXRS is not defined for ear IIRC so not sure it can be deployed from it. If it works from a war just declare it in your web.xml and all should be fine

Re: Remote exceptions logging

2013-05-29 Thread Jean-Louis MONTEIRO
same answer as the other post. JLouis 2013/5/28 vhubuo dmitrij...@balticom.eu Hello. I use standalone tomee plus 1.5.2 I have a remote stateless bean witch throws an exception. The exception is visible on client side as an error but is not visible in the server output. How to configure

Re: Subscription to mailing lists is failing

2013-05-30 Thread Jean-Louis MONTEIRO
Hi Mark, Good news, we received the mail so you are registered. To be sure you get my answer, I will copy directly to your address. The user/dev lists have been renamed following the TLP renaming from OpenEJB to TomEE. All addresses are here: http://tomee.apache.org/support.html JLouis

Re: NoClassDefFoundError in 1.6.0 SNAPSHOT - class loader issue?

2013-05-30 Thread Jean-Louis MONTEIRO
Hum, javax.wsdl.* with a webprofile distro? JLouis 2013/5/30 Romain Manni-Bucau rmannibu...@gmail.com Hi javax classes can't be loaded from the app so it doesn't shock me you can still force it with a system property but not sure that would be a good practice *Romain Manni-Bucau*

Re: Remote exceptions logging

2013-05-31 Thread Jean-Louis MONTEIRO
Hi, AFAIR, it is required as per the spec to log any system exception. JLouis 2013/5/31 Mark Struberg strub...@yahoo.de There are imo two different things in the game here: 1.) This imo indicates some nasty ClassLoader or scanning issue 2.) Afaik it's not defined whether you should get

Re: TomEE plans for Java EE 7

2013-06-03 Thread Jean-Louis MONTEIRO
Will be probably hard to get a JMS 2.0 compliant release from ActiveMQ. It may require additional work to switch to Apollo as it looks to be the product to rely on. JLouis 2013/6/3 David Blevins david.blev...@gmail.com On Jun 1, 2013, at 3:04 AM, John D. Ament john.d.am...@gmail.com wrote:

Re: @EJB within JAR

2013-06-03 Thread Jean-Louis MONTEIRO
Hi, not sure to understand how you deploy your app. For instance, you jar module (if alone as I understood) should be in apps/ (see deployment tag in tomee.xml). If you wanna call components between Java EE modules (separate jar file for example), you have to use global JNDI names. As a side

Re: Tomee Plus and EAR debugging in Eclipse

2013-06-03 Thread Jean-Louis MONTEIRO
Using TomEE maven plugin is pretty simple. Just use tomee:debug target instead of tomee:run and attach the debugger to 5005 port. JLouis 2013/6/3 pierrepinon ppi...@smaeur.eu Hello, I added Tomcat 7 Server Runtime Environment for debug my EAR and webapps but it seems impossible to deploy

Re: TomEE plans for Java EE 7

2013-06-05 Thread Jean-Louis MONTEIRO
Hi Jesse, Maybe you could contribute that to the project? You just need to create a root JIRA for Java EE 7 and add some subtask to it. Would be great. I can also create a page so that you can contribute a page on the website. Up to you. 2013/6/3 jieryn jie...@gmail.com Greetings, On

Re: @EJB within JAR

2013-06-05 Thread Jean-Louis MONTEIRO
for letting me know that I can't package my EJBs in a separate JAR without using global JNDI names. I didn't know that. - Andrew. On 2013-06-03, at 02:57, Jean-Louis MONTEIRO [via OpenEJB] ml-node+s979440n4663414...@n4.nabble.com wrote: Hi, not sure to understand how you deploy your app

Re: JPA/Hibernate entity auto discovery

2013-06-05 Thread Jean-Louis MONTEIRO
Yes there is no difference afair in that area in jpa 2. Just to be sure, are you delivering hibernate within you webapp? By default, we use openjpa so you need hibernate in your webapp. As per the spec and again afair entities get detected and added automatically if and only if they are fine the

Re: versions

2013-06-11 Thread Jean-Louis MONTEIRO
You can also help us in that sense Leonardo. We all fully agree that we need to pay attention to documentation, communication on so ... If you are interested in such a role, we would be more than happy. Contributors not only commit code, but also documentation, etc JLouis 2013/6/11 Romain

Re: how to set MDB pool size

2013-07-10 Thread Jean-Louis MONTEIRO
Hi, it's all there http://tomee.apache.org/containers-and-resources.html JLouis 2013/6/27 ZhongGuan guanzh.em...@gmail.com Hi, Could you please tell me how to set the MDB pool size in Tomee. thanks. -- View this message in context:

Re: TomEE Out Of Memory Error

2013-07-31 Thread Jean-Louis MONTEIRO
Hi, it depends on what you have in your webapp (WEB-INF/lib for instance). TomEE does much more than Tomcat and then it needs more memory. There is especially the scanning process which can be memory consuming. If that is a reason, you can easily provide an additional file containing

Re: TomEE Out Of Memory Error

2013-07-31 Thread Jean-Louis MONTEIRO
lol, a chance we gave the same answer :D 2013/7/31 Jean-Louis MONTEIRO jeano...@gmail.com Hi, it depends on what you have in your webapp (WEB-INF/lib for instance). TomEE does much more than Tomcat and then it needs more memory. There is especially the scanning process which can be memory

Re: Feedback on TomEE 1.5.2

2013-09-16 Thread Jean-Louis MONTEIRO
Hi Sergio, I've updated according to your feedback. http://tomee.staging.apache.org/manual-installation.html It should go to production soon. It seems that we have some issues rendering MD tags. It needs more time I don't have right now. If someone else can have a look. Otherwise, I can give it

ConFoo 2014 submit

2013-09-20 Thread Jean-Louis MONTEIRO
Hello guys, just submitted 2 talks to ConFoo 2014. Feel free to vote if you love them. -- Jean-Louis

Re: ConFoo 2014 submit

2013-09-20 Thread Jean-Louis MONTEIRO
sure, here it is http://t.co/vwo6w97Iox 2013/9/20 Thiago Veronezi thi...@veronezi.org Is there a link to your proposals? []s, Thiago On Fri, Sep 20, 2013 at 9:03 AM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: Hello guys, just submitted 2 talks to ConFoo 2014. Feel free

Re: ConFoo 2014 submit

2013-09-20 Thread Jean-Louis MONTEIRO
at 10:24 AM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: sure, here it is http://t.co/vwo6w97Iox 2013/9/20 Thiago Veronezi thi...@veronezi.org Is there a link to your proposals? []s, Thiago On Fri, Sep 20, 2013 at 9:03 AM, Jean-Louis MONTEIRO jeano

Re: No results from query on postgres

2013-09-28 Thread Jean-Louis MONTEIRO
Posgres admin Romain I guess. Could you provide us with logs? Tomee is probably adjusting your data source to an hsql if you did not configured it in tomee.XML Le 28 sept. 2013 18:16, emaborsa i...@emaborsa.com a écrit : It's the first time i work with TomEE and Hibernate. I configures my

Re: 1.6.0 release plans?

2013-10-08 Thread Jean-Louis MONTEIRO
Possible, but I would only release TomEE itself not all modules to avoid depending on a snapshot. TomEE is different because if the snapshot is available during the build, which is obviously the case, we can embedded the JAR file in the zip file. JLouis 2013/10/8 Romain Manni-Bucau

Re: 1.6.0 release plans?

2013-10-09 Thread Jean-Louis MONTEIRO
: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/10/8 Jean-Louis MONTEIRO jeano...@gmail.com Possible, but I would only release TomEE itself not all modules to avoid depending on a snapshot. TomEE is different because

Re: Fetch without transaction

2013-10-30 Thread Jean-Louis MONTEIRO
my the persistence context till the end of the transaction by default. For an EPC in a Stateful, it's a bit different. So I'd say you have the desired behavior as per the spec. JLouis 2013/10/30 Jean-Louis MONTEIRO jeano...@gmail.com SUPPORTS is fine then 2013/10/30 José Luis Cetina maxtorz

Re: How to get Tomee JAX-RS CXF + Jackson 1.9? Please help

2013-11-01 Thread Jean-Louis MONTEIRO
A bit late, but thanks a lot for that. Pretty sure, that can help many people. 2013/10/29 zmirc m_chi...@yahoo.com I've put all the necessary steps in a StackOverflow answer, so that others could see it easier. Here it is: http://stackoverflow.com/a/19653753/1385906

Re: ClassNotFoundException: org.apache.openjpa.persistence.PersistenceProviderImpl

2013-11-02 Thread Jean-Louis MONTEIRO
Hi Matthias, The openejb-core-hibernate is just a helper pom. It aims at providing a easy way from an end user point of view to use Hibernate as the JPA provider instead of OpenJPA by default. The pom just excludes OpenJPA and includes Hibernate. If you wanna use OpenJPA, you have to use

Re: Using TomEE/OpenEJB and failover of datasources

2013-11-03 Thread Jean-Louis MONTEIRO
just as next time. If not already there, no issue to add a feature or to propose it by yourself ;-) New committers always welcome. 2013/11/3 Howard W. Smith, Jr. smithh032...@gmail.com okay, i set it up as your post demonstrated, I tested already, and I see no issues. it's time to test this

Re: Using TomEE/OpenEJB and failover of datasources

2013-11-03 Thread Jean-Louis MONTEIRO
That's great but I'm pretty sure, you know much more than a lot of people. 2013/11/3 Howard W. Smith, Jr. smithh032...@gmail.com thanks Jean-Louis... i'm still learning via tomee (committers). :) On Sun, Nov 3, 2013 at 10:00 AM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: just as next

Re: HA-JDBC via tomee.xml Resource factory/cluster properties ignored

2013-11-04 Thread Jean-Louis MONTEIRO
Lol Romain isn't a committee on HA Jdbc. Le 5 nov. 2013 06:08, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : FYI/followup, On Sat, Nov 2, 2013 at 9:49 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: I'm trying to use HA-JDBC[1] with TomEE to have a cluster of at least 2

Re: Apache repo down?

2013-11-13 Thread Jean-Louis MONTEIRO
Infra is looking into that. We also got a lot of troubles with David to push 1.6.0 binaries. We HTTP 502 AFAIR. JLouis 2013/11/13 José Luis Cetina maxtorz...@gmail.com The same error: Failed to execute goal org.apache.openejb.maven:tomee-maven-plugin:1.6.0-SNAPSHOT:run (default-cli) on

Re: Getting spammed a guru

2013-11-13 Thread Jean-Louis MONTEIRO
Received as well. Looks like Gurkan did a robot to collect users' email addrsses and used them for this commercial support. Le 13 nov. 2013 18:26, James Green james.mk.gr...@gmail.com a écrit : I don't recall there being a condition allowing my address to be used for marketing purposes. Again

Re: Debian/Ubuntu packages?

2013-11-13 Thread Jean-Louis MONTEIRO
They have been some shoot to get that and users succeed as far as I recall. Maybe Thiago did it as well for Ubuntu. We don't have scripts but I'll you wanna contribute them we can maybe add them to our SCM. Jlouis Le 13 nov. 2013 18:29, James Green james.mk.gr...@gmail.com a écrit : We're

Re: Debian/Ubuntu packages?

2013-11-13 Thread Jean-Louis MONTEIRO
nov. 2013 19:01, Jean-Louis MONTEIRO jeano...@gmail.com a écrit : They have been some shoot to get that and users succeed as far as I recall. Maybe Thiago did it as well for Ubuntu. We don't have scripts but I'll you wanna contribute them we can maybe add them to our SCM. Jlouis

Re: TOMEE 1.6 injects HSQL DB Inspite of providing MYSQL SB

2013-11-28 Thread Jean-Louis MONTEIRO
Hi Vijay, This is just because when you deploy your application on TomEE, it automatically picks up the tomee.xml file on ${tomee.home}/conf Extract from your logs [] *INFO: openejb.home = C:\Tomee1.5\apache-tomee-1.5.1-plus\apache-tomee-plus-1.5.1* 28-Nov-2013 21:13:13

Re: EJB implementing an interface

2013-11-28 Thread Jean-Louis MONTEIRO
Can you share a simple exemple to reproduce, not sure I understand. JLouis 2013/11/28 Leonardo K. Shikida shik...@gmail.com 160 Em 28/11/2013 16:29, Thiago Veronezi thi...@veronezi.org escreveu: Whats the version of the server? 1.6.0 or trunk? []s, Thiago. On Thu, Nov 28,

Re: TOMEE 1.6 injects HSQL DB Inspite of providing MYSQL SB

2013-11-29 Thread Jean-Louis MONTEIRO
Cool ! I guess you could also add the system property *openejb.configuration=/your/tomee.xml file* *JLouis* 2013/11/29 softvijay softvi...@gmail.com Hi, Thanks a ton, by including openejb.xml in my project it is working as expected. details as follows: (1) /src/conf/openejb.xml

Re: EJB implementing an interface

2013-11-29 Thread Jean-Louis MONTEIRO
(Test.java:17) [] Leo On Thu, Nov 28, 2013 at 6:34 PM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: Can you share a simple exemple to reproduce, not sure I understand. JLouis 2013/11/28 Leonardo K. Shikida shik...@gmail.com 160 Em 28/11/2013 16:29, Thiago Veronezi thi

Re: EJB implementing an interface

2013-11-29 Thread Jean-Louis MONTEIRO
Welcome Le 28 nov. 2013 20:29, Thiago Veronezi thi...@veronezi.org a écrit : Whats the version of the server? 1.6.0 or trunk? []s, Thiago. On Thu, Nov 28, 2013 at 2:15 PM, Leonardo K. Shikida shik...@gmail.com wrote: Hi Just noticed that when I code something like

Re: Deployment Error because of SessionBean id

2013-11-29 Thread Jean-Louis MONTEIRO
And add the applicationId in the JNDI name template. JLouis 2013/11/29 Romain Manni-Bucau rmannibu...@gmail.com Hi I think you didnt set openejb.deploymentId.format. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

Re: tomee 1.6.1 == latest snapshot ?

2013-12-09 Thread Jean-Louis MONTEIRO
Hi Howard, yes currently the latest snapshot is 1.6.1-SNAPSHOT JLouis 2013/12/7 Howard W. Smith, Jr. smithh032...@gmail.com 1. navigated to 1.6.0 snapshot download page[1] 2. clicked on apache-tomee-1.6.0---plus.zip[2] 3. result was the following: The server has not found anything

Re: Deploying JEE app to TomEE as WAR (using ANT), instead of as EAR

2013-12-11 Thread Jean-Louis MONTEIRO
First EAR must go to tomee/apps and not tomee/webapps Then, all that is defined in the spec. WAR is basically a simple tree with WEB-INF/classes and WEb-INF/lib to contain classes and third party libraries. There is also WEB-INF/web.xml (not mandatory in latest servlet spec) Jean-Louis

Re: How to inject properties in OpenEJB

2013-12-13 Thread Jean-Louis MONTEIRO
Well, there are many ways to do. Historically, and still heavily used, you have env entries. Check out those 2 samples http://tomee.apache.org/examples-trunk/injection-of-env-entry/README.html http://tomee.apache.org/examples-trunk/custom-injection/README.html You can also define any custom

Re: Is geronimo dead?

2014-01-02 Thread Jean-Louis MONTEIRO
Hi, Thanks for posting. Your feeling is also maybe the same as other guys or companies. So better to ask and share. TomEE is not Geronimo and Geronimo is not TomEE. Both uses a subset Apache projects (OpenJPA, Tomcat, OpenEJB, etc). But the approach, and the target is definitely not the same.

Re: TomEE available via apt?

2014-01-02 Thread Jean-Louis MONTEIRO
Hi, There has been some users working on that. At the moment we don't plan to propose Linux packages (.deb .rpm). JLouis 2014/1/2 Fabian Schwarzer (Inxmail GmbH) fabian.schwar...@inxmail.de Hi everyone! Are there any plans to make tomee available as an apt packag? Best regards, Fabian

Re: Arquillian remote adapter not able to deploy to a really remote TomEE?

2014-01-03 Thread Jean-Louis MONTEIRO
All committed for you. Please test with the snapshot as soon as it gets deployed (at least 2h to reach the Maven repo). JLouis 2014/1/3 Romain Manni-Bucau rmannibu...@gmail.com attached a first patch to support it, didnt tested (I dont have a remote host right now) and wrote on the fly so

Re: replication

2014-01-03 Thread Jean-Louis MONTEIRO
+1, the simple the better usually. From a production perspective, it's also true, because the less components you have to maintain up and check over the time, the better it's. Jean-Louis 2014/1/3 Romain Manni-Bucau rmannibu...@gmail.com yep, got it but doesn't mean something simpler wouldn't

Re: Vert.x Vs OpenEJB

2014-01-09 Thread Jean-Louis MONTEIRO
+1 I would not have say better. Le 9 janv. 2014 13:26, Mohammad Nour El-Din nour.moham...@gmail.com a écrit : Hi Milo I will just repeat what Romain said but in a different way, the Software Development world now is more broad and facing more challenging problems than a decade ago for

Re: Bean not instantiated

2014-01-12 Thread Jean-Louis MONTEIRO
Hi, Any way you could share the project on github or even a zip file? I guess you checked there is a beans.xml? Jean Louis Le 12 janv. 2014 12:01, Caterpillar caterpilla...@gmail.com a écrit : Hi, I am having a trouble with a bean that I cannot manage to instantiate. It is so strange that

Re: today, TomEE 1.6.1-snapshot = Tomcat 7.0.50

2014-01-12 Thread Jean-Louis MONTEIRO
Hi Howard, Yes, upgrade was done on Friday. AFAIR I created a new jira if that was your question. Jean Louis Le 12 janv. 2014 15:37, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : I just downloaded TomEE+ 1.6.1 SNAPSHOT for the first time today (a few minutes) ago, after seeing on the

Re: today, TomEE 1.6.1-snapshot = Tomcat 7.0.50

2014-01-12 Thread Jean-Louis MONTEIRO
TOMEE-1104 btw Le 12 janv. 2014 15:45, Jean-Louis MONTEIRO jeano...@gmail.com a écrit : Hi Howard, Yes, upgrade was done on Friday. AFAIR I created a new jira if that was your question. Jean Louis Le 12 janv. 2014 15:37, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : I just

Re: Bean not instantiated

2014-01-12 Thread Jean-Louis MONTEIRO
I'm not at home right now. Give it a try with an empty web-inf/beans.xml It's just a marker to enable cdi. If u have am error starting tomee, copy/paste it. Jean Louis Le 12 janv. 2014 16:11, Caterpillar caterpilla...@gmail.com a écrit : Il 12/01/2014 12:47, Jean-Louis MONTEIRO ha scritto

Re: Bean not instantiated

2014-01-12 Thread Jean-Louis MONTEIRO
Ok so the good news is that your bean is found and being managed by cdi. But your are trying to inject a logger which isn't managed by cdi. Try adding a producer, common way to do. Le 12 janv. 2014 16:24, Caterpillar caterpilla...@gmail.com a écrit : Il 12/01/2014 16:16, Jean-Louis MONTEIRO ha

Re: Bean not instantiated

2014-01-12 Thread Jean-Louis MONTEIRO
:32, Jean-Louis MONTEIRO ha scritto: Ok so the good news is that your bean is found and being managed by cdi. But your are trying to inject a logger which isn't managed by cdi. Try adding a producer, common way to do. Ok. Not having experience with producer, I opened a S.O. question about

Re: Create CDI bean on application startup

2014-01-20 Thread Jean-Louis MONTEIRO
If it is just one or 2 beans to initialize the application I would use @singleton and @startup. Copying the same extension over projects or just using an extension for that is unnecessary IMO. The ejb overhead in that situation is null and if you need transaction to initialize the database for

Re: use mvn tomee:run fro mnetbeans . howucommend of tomee plugin ?

2014-01-23 Thread Jean-Louis MONTEIRO
You can also just use tomee:debug instead of tomee:run ;-) 2014/1/23 Thiago Veronezi thi...@veronezi.org Do you want to debug it? You can still run tomee via command line and debug it with NetBeans. plugin groupIdorg.apache.openejb.maven/groupId

Re: tomee and database password

2014-01-27 Thread Jean-Louis MONTEIRO
Just 2 notes - in Tomee you need to set the datasource to dbcp, default is tomcat-pool - the utility to cipher uncipher is also available from tomee scripts in bin directory Le 27 janv. 2014 19:24, slawek s.wojciechow...@gmail.com a écrit : Thanks. This is exactly what I was looking for.

Re: TomEE with JSF Composite

2014-02-10 Thread Jean-Louis MONTEIRO
I've used all that stuff without any issue. Strange point is that the warning message does not seem related to the composite.xhtml nor the namespace declared in it. JLouis 2014-02-10 14:18 GMT+01:00 molarisapa molaris...@gmail.com: Hello I'm new user of TomEE from Paris My application

Re: TomEE with JSF Composite

2014-02-10 Thread Jean-Louis MONTEIRO
Romain is always faster than anybody else :D 2014-02-10 15:08 GMT+01:00 molarisapa molaris...@gmail.com: thanks a lot and Romain Manni-Bucau you're faster than me, I'm not see that you had write the correct answer ;-) -- View this message in context:

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
Good point. Provide us with a sample makes it far more easier :) JLouis 2014-02-19 22:16 GMT+01:00 Martin Funk mar...@martinfunk.de: I boiled my question down to a tiny Eclipse project containing 4 classes and published that on github. https://github.com/mafulafunk/FooJaxRs Quite happy

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
One note: which tomee version? 2014-02-19 18:36 GMT+01:00 Martin Funk mar...@martinfunk.de: Working my way through, Java Web Services up and running. On Page 69 i stumble over a @Context Annotation [...] import javax.ws.rs.core.Context; import javax.ws.rs.core.MediaType; import

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
Strange, it does not seem in the list of supported REST injections through @Context. Whereas it's in the spec. 2014-02-19 18:36 GMT+01:00 Martin Funk mar...@martinfunk.de: Working my way through, Java Web Services up and running. On Page 69 i stumble over a @Context Annotation [...]

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
Ok, will fix that now. JLouis 2014-02-20 16:02 GMT+01:00 Jean-Louis MONTEIRO jeano...@gmail.com: Strange, it does not seem in the list of supported REST injections through @Context. Whereas it's in the spec. 2014-02-19 18:36 GMT+01:00 Martin Funk mar...@martinfunk.de: Working my way

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
://cxf.apache.org/docs/jax-rs-basics.html#JAX-RSBasics-Contextannotations That made me confident to state my question. Martin Am 20.02.2014 um 16:07 schrieb Jean-Louis MONTEIRO jeano...@gmail.com: Ok, will fix that now. JLouis 2014-02-20 16:02 GMT+01:00 Jean-Louis MONTEIRO jeano

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
FYI https://issues.apache.org/jira/browse/TOMEE-1130 2014-02-20 17:18 GMT+01:00 Jean-Louis MONTEIRO jeano...@gmail.com: I will fixed that. We forgot that type in @Context injection (bug) JLouis 2014-02-20 16:44 GMT+01:00 Martin Funk mafulaf...@gmail.com: Hi JLouis, running on: apache

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
Fixed on trunk. Should be there is next snapshot JLouis 2014-02-20 17:27 GMT+01:00 Jean-Louis MONTEIRO jeano...@gmail.com: FYI https://issues.apache.org/jira/browse/TOMEE-1130 2014-02-20 17:18 GMT+01:00 Jean-Louis MONTEIRO jeano...@gmail.com: I will fixed that. We forgot that type

Re: Context in a Restful Service

2014-02-20 Thread Jean-Louis MONTEIRO
and the current try with reconfigured MAVEN_OPTS is still running. Martin Am 20.02.2014 um 17:31 schrieb Jean-Louis MONTEIRO jeano...@gmail.com : Fixed on trunk. Should be there is next snapshot JLouis 2014-02-20 17:27 GMT+01:00 Jean-Louis MONTEIRO jeano...@gmail.com

Re: Injection data not found in JNDI context when injecting TimerService via @Resource

2014-03-11 Thread Jean-Louis MONTEIRO
Hi, I haven't been able to reproduce, but maybe I did not understand. Could check that example http://people.apache.org/~jlmonteiro/cdi-events.tar.gz And give it a try, please? Lemm me know, if that is the same use case. JLouis 2014-03-10 11:10 GMT+01:00 beto segura.albe...@gmail.com: I'm

Re: Injection data not found in JNDI context when injecting TimerService via @Resource

2014-03-11 Thread Jean-Louis MONTEIRO
I have the during attr in my sample. Could you give it a try? JLouis 2014-03-11 14:28 GMT+01:00 beto segura.albe...@gmail.com: I finally solved it! It seems that the @Observes(during = TransactionPhase.AFTER_COMPLETION) annotation was causing the issue. Removing the parameter and leaving

Re: TomEE CVE-2014-0050

2014-03-20 Thread Jean-Louis MONTEIRO
You get tomcat backbone version 7.0.47. We have a 1.6.0.1 with just that security fix applied. Just did not get time to release that branch, but all is ready. JLouis 2014-03-20 17:03 GMT+01:00 Parminder Singh psin...@outlook.com: What version of Tomcat do we get when we download TomEE plus

Re: JAAS configuration on TomEE

2014-03-23 Thread Jean-Louis MONTEIRO
Hi, Both examples and gist look good (jaas config and server.xml). But something is still wrong cause it complains cause it cannot find PropertiesLoginModule configuration whereas both login.conf and serv.xml do not mention it? I'm at the airport right now, So I can't give it a try. But as soon

Re: Split from OpenEJB?

2014-04-04 Thread Jean-Louis MONTEIRO
Same question. What benefits do we expect? and as Romain mentioned, drawbacks? What is the reason to split? JLouis 2014-04-04 7:06 GMT+02:00 Alan Cabrera l...@toolazydogs.com: What problem are we trying to solve? Just wondering. Regards, Alan On Apr 3, 2014, at 5:23 PM, jieryn

Re: TomEE performance degrades gradually

2014-04-04 Thread Jean-Louis MONTEIRO
Any cache to optimize? Prepared stmt activated on the pool? Anyway, thanks for the relevant feedback and for helping in the diagnose process. JLouis 2014-04-04 11:46 GMT+02:00 ivan nikitsenka nikitse...@gmail.com: David Blevins david.blevins at gmail.com writes: I have noticed the same

Re: TomEE performance degrades gradually

2014-04-04 Thread Jean-Louis MONTEIRO
I tend to disagree with that. Each part of a system has it's own goal and scope. Database is for data so I tend to use it as much as possible for sorting, joining, etc, instead of relaying on Java for sorting collections or even JPA to get a parent, then all childs, then all childs but applying a

Re: EJB and REST

2014-04-13 Thread Jean-Louis MONTEIRO
Hi Alex, The 1.6.0.1 (security maintenance) is under vote. Should be released (crossing fingers) by the end of this week. We talked about that on another thread, but basically, we wanted to release 1.6.1 asap. BTW, it will probably be a 1.7.0 cause we plan to include Java 8 support and the PLUME

Re: Bug? 2 Apps in Tomme 1.6.0 with same name EJB not deploy second App

2014-04-16 Thread Jean-Louis Monteiro
the situation Sorry for google traductor, -- -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com

Re: Bug? 2 Apps in Tomme 1.6.0 with same name EJB not deploy second App

2014-04-16 Thread Jean-Louis Monteiro
a system property to bind them again if needed That would allow TomEE to always work out of the box and users to keep some kind off compatibility if needed. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Apr 16, 2014 at 9:21 AM, Romain

Re: Bug? 2 Apps in Tomme 1.6.0 with same name EJB not deploy second App

2014-04-16 Thread Jean-Louis Monteiro
Then, it's perfect. Changing the default should maybe be discussed? JLouis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Apr 16, 2014 at 10:07 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: syst prop is already here so just

Re: MBean implements MBeanRegistration but lifecycle methods are never called

2014-04-17 Thread Jean-Louis Monteiro
Just committed few seconds again. Thanks Olivier for reporting and Thanks Romain for providing the patch. JLouis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Apr 17, 2014 at 3:00 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote

Re: Setup TomEE Eclipse for contribute !

2014-05-06 Thread Jean-Louis Monteiro
whatever the test editor or the IDE, the TomEE Maven Plugin is worst it to try -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, May 6, 2014 at 5:58 PM, Andy Gumbrecht agumbre...@tomitribe.comwrote: You can choose your path - Eclipse http

Re: Setup TomEE Eclipse for contribute !

2014-05-06 Thread Jean-Louis Monteiro
lol of course -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, May 6, 2014 at 10:38 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: worth I guess ;) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn

Re: Stateful EJB not removed after @Remove annotation

2014-05-10 Thread Jean-Louis Monteiro
working on 1.7.0 which will for sure have the fix included. Jean-Louis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, May 7, 2014 at 10:47 AM, Olivier Paquet olivier.paq...@atos.netwrote: Hi Romain, Is this https://issues.apache.org/jira/i#browse

  1   2   3   4   >