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

2013-11-05 Thread Howard W. Smith, Jr.
Well, they have their own implementation of Romain there though. His name is Paul. Lol On Nov 5, 2013 12:55 AM, Jean-Louis MONTEIRO jeano...@gmail.com wrote: 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,

org.springframework.orm.hibernate3.HibernateTransactionManager not work!

2013-11-05 Thread Eric0
I want to move old system about Service and DAO layer developed in sping2.5 and hibernate3 to OpenEJB Standalone Server. but when I try to access standalone Server by Tomcat about 10 times, it was block, after I restart standalone server , the same thing happen again. so I guess it might be

Weird Behavior with @Specializes and @Inject @Any

2013-11-05 Thread daedalus
Hello, in my Project I use a ServletContextListener to execute Code after the Application is deployed. I have a interface “StartListener” with a single Metod, void onStart(), and all classes that implement this interface are injected in my ServletContextListener with @Inject @All. In a Loop I

TomEE support lifecycle

2013-11-05 Thread Alex The Rocker
Hello, Unless i'm mistaking, there's no information on tomee.apache.org about TomEE support lifecycle, or EOL (End Of Life) policy. I see in JIRA that there's an on going 1.5.3 branch, and 1.6.0 is not yet released as final. My company products' previous release was certified with TomEE 1.5.2,

Re: Weird Behavior with @Specializes and @Inject @Any

2013-11-05 Thread Romain Manni-Bucau
reproduced it and have a patch+test for it: https://gist.github.com/rmannibucau/1895920da61c11ae245c the patch is not 100% great (for @produces) but solves it + TCKs are still passing feedbacks from others would be great to know if we need more or not Romain Manni-Bucau Twitter: @rmannibucau

Re: TomEE+ 1.6.0-SNAPSHOT will not work with ojdbc6_g.jar

2013-11-05 Thread Judah Greenblatt
We run TomEE+ 1.6.0-Snapshot on Sun (well, now Oracle) Java 7 64-bit, at various patch levels. Official tests are run on: java version 1.7.0_11 Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) while development is on

Re: Weird Behavior with @Specializes and @Inject @Any

2013-11-05 Thread Romain Manni-Bucau
You can open an issue but we'll see if that's a bug ;) (it seems for me but having another opinion would be great) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/5

Re: TomEE+ 1.6.0-SNAPSHOT will not work with ojdbc6_g.jar

2013-11-05 Thread Judah Greenblatt
Setting '-Djava.util.logging.config.file=/jdbc/demo/OracleLog.properties -Doracle.jdbc.Trace=true' or not setting these system properties has no effect. The error happens before the Oracle code can fully load and start logging. -- View this message in context:

Re: Remote EJB Client With Multiple Certificates

2013-11-05 Thread Loïc Rodier
Hi, Is it what you expected ? https://issues.apache.org/jira/browse/TOMEE-1070 Loïc 2013/10/30 renz renald.hene...@areasante.com Thanks for your answer, I'll check your code later. The client application is a JSE application calling Remote EJB over HTTPS. -- View this message in

Re: Remote EJB Client With Multiple Certificates

2013-11-05 Thread Romain Manni-Bucau
Commited + added license headers. Thanks Loïc! Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/5 Loïc Rodier loic.rod...@gmail.com: Hi, Is it what you expected ?

Re: Weird Behavior with @Specializes and @Inject @Any

2013-11-05 Thread daedalus
Well either it is a bug in OpenWebBeans or it is in Weld. I do like the Weld behavior much better so +1 for OpenWebBeans issue -- View this message in context: http://openejb.979440.n4.nabble.com/Weird-Behavior-with-Specializes-and-Inject-Any-tp4665967p4665977.html Sent from the OpenEJB

Re: Weird Behavior with @Specializes and @Inject @Any

2013-11-05 Thread Romain Manni-Bucau
I think we agree on it. The only point will be what does the spec say?. if it says the opposite it will be hard to integrate the fix otherwise - patch -p0 ;). Personally I didnt see anything against it so I'm rather confident. Romain Manni-Bucau Twitter: @rmannibucau Blog:

Re: MySQL resource in Tomee 1.5.2

2013-11-05 Thread asif.tmcp
So if I understand you correctly the resource id should be same as the war name Are you suggesting this ? Resource id=quot;jdbc/lt;lt;bWAR-NAME* type=javax.sql.DataSource JdbcDriver com.mysql.jdbc.Driver JdbcUrl jdbc:mysql://localhost:3306/localdb

Re: MySQL resource in Tomee 1.5.2

2013-11-05 Thread Romain Manni-Bucau
if you war is called foo.war and your resource id is bar the jndi name was openejb:Resource/foo/bar IIRC Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/5 asif.tmcp

Re: Remote EJB Client With Multiple Certificates

2013-11-05 Thread renz
So with this patch I could call my remote EJB with something like : Is that right? -- View this message in context: http://openejb.979440.n4.nabble.com/Remote-EJB-Client-With-Multiple-Certificates-tp4665780p4665982.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE+ 1.6.0-SNAPSHOT will not work with ojdbc6_g.jar

2013-11-05 Thread Romain Manni-Bucau
Thanks for the feedback and tests! Le 5 nov. 2013 19:08, Judah Greenblatt judah.greenbl...@3ds.com a écrit : That fixed it nicely. Thanks. Now I can debug my CMP Bean problem. -- View this message in context:

TomEE GUI Empty

2013-11-05 Thread dhj123456
I just downloaded the tomee-plus-1.5.2 , then i started it, and clicked on the tomee link , http://localhost:8080/tomee, while i can only see a Home there, and there is no modules. Then i went to tomee web site, and downloaded the tomee plus app 1.5.2, then deploy it into tomee folder, but still

hawtio to see all your tomee /java/ stuff

2013-11-05 Thread Howard W. Smith, Jr.
I was just reading a Christian Posta (ActiveMQ committer) blog, and it references hawtio[1]. On the hawtio home page, it mentions the following: hawtio has lots of plugins such as: a git-based Dashboard and Wiki, logs, health, JMX, OSGi, Apache ActiveMQ, Apache Camel, Apache OpenEJB, Apache

Re: hawtio to see all your tomee /java/ stuff

2013-11-05 Thread Romain Manni-Bucau
Hi it didnt really do anything useful last time I looked. FYI I and JL plan to write a sirona extension for tomee (hopefully this week or next one) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: