Re: Spring/EJB integration on TomEE - @Resource problem

2012-08-09 Thread Morten Steffensen
Hi Romain, back from vacation and looking at your example. I modified it so that MySpringBean1 has a String property which is set in app-ctx.xml. Setting a breakpoint in your testcase, this property seems to be null - not copied over from spring context to CDI context.. It just seem that a MySpri

Re: Remote JNDI access to JMS resources

2012-08-09 Thread Romain Manni-Bucau
well to be complete, currently you'll need such a system property in your client: -DResource/javax.jms.ConnectionFactory=connectionfactory:org.apache.activemq.ActiveMQConnectionFactory:tcp://localhost:61616 - Romain 2012/8/10 Romain Manni-Bucau > Hi, > > currently that's not supported, we'll

Re: Remote JNDI access to JMS resources

2012-08-09 Thread Romain Manni-Bucau
Hi, currently that's not supported, we'll work on it quickly i think. Maybe you can open a jira to track the issue? - Romain 2012/8/9 ymaraner > If I configure my JMS resources as described in the documentation: > > > > How do I access these resources from a java client running in a separate

Remote JNDI access to JMS resources

2012-08-09 Thread ymaraner
If I configure my JMS resources as described in the documentation: How do I access these resources from a java client running in a separate JVM? I've tried to get an initial context using these properties: and then calling but I get a NameNotFoundException. - - Tim -- View this me

Re: Info: Startup Script

2012-08-09 Thread Romain Manni-Bucau
it doesn't block ;) it was why i was using it. but well your point is enough to convince me - Romain 2012/8/9 exabrial > startup.sh terminates > catalina.sh blocks > > We couldn't use the respawn after a crash if we use startup.sh > > Is there a particular advantage to using startup.sh that

Re: Info: Startup Script

2012-08-09 Thread exabrial
startup.sh terminates catalina.sh blocks We couldn't use the respawn after a crash if we use startup.sh Is there a particular advantage to using startup.sh that I'm not aware of? -- View this message in context: http://openejb.979440.n4.nabble.com/Info-Startup-Script-tp4656753p4656759.html Se

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread zeeman
Many other features have more votes, so Tomee won't make it at least for now on jelastic. So that leaves us with AMI option. Any ideas on when we can get one? -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-on-Amazon-Beanstalk-tp4604643p4656758.html Sent from the Open

Re: Info: Startup Script

2012-08-09 Thread Romain Manni-Bucau
hmm, why catalina.sh run? why not start? and why not using catalina.sh stop for shutdown? - Romain 2012/8/9 exabrial > This should probably go on the wiki... but I don't know where. Anyway, > Ubuntu > includes a 'better' way of starting services at boot. It's called upstart, > and the scripts

Info: Startup Script

2012-08-09 Thread exabrial
This should probably go on the wiki... but I don't know where. Anyway, Ubuntu includes a 'better' way of starting services at boot. It's called upstart, and the scripts are far more human readable. This same script can also be used to run vanilla Tomcat. /etc/init/tomee.conf description "Apache

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
for jelastic it is here http://jelastic.com/?features (about page 19) - Romain 2012/8/9 zeeman > An AMI would greatly help. > > I have talked to wonderful people at metawerx, unfortunately they don't > have > a datacenter in US. I talked to Stackato as well and they only do private > clouds

Re: ShrinkWrap integration

2012-08-09 Thread Romain Manni-Bucau
that's what the arquillian adaptor does, simply read the container class, it should be enough i think - Romain 2012/8/9 eltonk > Or better, are there some way to, before run tests, init the ebedded > OpenEBJ > container and so send a jar file to deploy? > > > > -- > View this message in conte

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread zeeman
An AMI would greatly help. I have talked to wonderful people at metawerx, unfortunately they don't have a datacenter in US. I talked to Stackato as well and they only do private clouds. They're not a PAAS provider. Where do I vote for jelastic? Can someone from Apache contact Amazon and ask to a

Re: ShrinkWrap integration

2012-08-09 Thread eltonk
Or better, are there some way to, before run tests, init the ebedded OpenEBJ container and so send a jar file to deploy? -- View this message in context: http://openejb.979440.n4.nabble.com/ShrinkWrap-integration-tp4656745p4656748.html Sent from the OpenEJB User mailing list archive at Nabble.

Re: ShrinkWrap integration

2012-08-09 Thread eltonk
I'm not using Arquillian. Just a ebedded OpenEJB Container. Are there some way to extend and use openejb's ConfigurationFactory without need Arquillian? :) -- View this message in context: http://openejb.979440.n4.nabble.com/ShrinkWrap-integration-tp4656745p4656747.html Sent from the OpenEJB U

Re: ShrinkWrap integration

2012-08-09 Thread Romain Manni-Bucau
why not using openejb module? http://svn.apache.org/repos/asf/openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/ - Romain 2012/8/9 eltonk > Dear all, > > I'm currently working to integrate ShrinkWrap to openEJB to deploy, in > runtime tests, a minimal packaged ejb jar. > > I foun

ShrinkWrap integration

2012-08-09 Thread eltonk
Dear all, I'm currently working to integrate ShrinkWrap to openEJB to deploy, in runtime tests, a minimal packaged ejb jar. I found a project, shrinkwrap-extention-openejb, that propose to do this. It's very simple, just a class that extends openejb ConfigurationFactory that do the "hard" work fo

Re: tomee ejb annotation not injecting

2012-08-09 Thread Louis Bros
Hi Romain, Sorry I got the wrong snapshot, the latest snapshot is working. Thanks -- View this message in context: http://openejb.979440.n4.nabble.com/tomee-ejb-annotation-not-injecting-tp4656726p4656742.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: tomee ejb annotation not injecting

2012-08-09 Thread Romain Manni-Bucau
the snapshot is the 1.1.0-SNAPSHOT - Romain 2012/8/9 Louis Bros > Hi, > > I downloaded the: > > apache-tomee-1.0.1-20120603.044854-1-webprofile.tar.gz > > From the link on your > http://rmannibucau.wordpress.com/2012/05/23/getting-tomee-snapshot/ blog . > But I'm still having the same problem.

Re: tomee ejb annotation not injecting

2012-08-09 Thread Louis Bros
Hi, I downloaded the: apache-tomee-1.0.1-20120603.044854-1-webprofile.tar.gz >From the link on your http://rmannibucau.wordpress.com/2012/05/23/getting-tomee-snapshot/ blog . But I'm still having the same problem. Thanks -- View this message in context: http://openejb.979440.n4.nabble.com

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
hmm, not sure i really follow, any pointers to make it more explicit? - Romain 2012/8/9 Aldrin Leal > Not quite - AWS includes an Extra Module in Beanstalk, the so-called > hostmanager > > Patching is what we need actually > > -- > -- Aldrin Leal, / http://meadiciona.com/aldrinleal > > > On

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Aldrin Leal
Not quite - AWS includes an Extra Module in Beanstalk, the so-called hostmanager Patching is what we need actually -- -- Aldrin Leal, / http://meadiciona.com/aldrinleal On Thu, Aug 9, 2012 at 6:57 AM, Romain Manni-Bucau wrote: > i think it simply needs to replace binaries since startup script

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
i think it simply needs to replace binaries since startup scripts are the same (we use catalina.sh or startip.sh ...) - Romain 2012/8/9 Aldrin Leal > Romain, > > If you know how to patch an existing tomcat installation to use TomEE, > thats all we need so far > > -- > -- Aldrin Leal, / http:/

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Aldrin Leal
Romain, If you know how to patch an existing tomcat installation to use TomEE, thats all we need so far -- -- Aldrin Leal, / http://meadiciona.com/aldrinleal On Thu, Aug 9, 2012 at 6:13 AM, Romain Manni-Bucau wrote: > Hi, > > metawerx http://www.metawerx.net/ supports tomee, stackato too > ht

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
Hi, metawerx http://www.metawerx.net/ supports tomee, stackato too http://www.activestate.com/blog/2012/08/stackato-20-and-apache-tomee jelastic expects some feedback before supporting it (please vote ;)) i don"t think there is an AMI currently, what's blocking to do one? In fact i'm not sure wh

Re: Restful web application+ejb: can not lookup ejb.

2012-08-09 Thread Romain Manni-Bucau
Hi, i think that's simply a deployment error, put the common part of both webapp in lib/ or do an ear - Romain 2012/8/9 jaysee > hello. > I am a newbie to tomee+. > > I am trying to implement restful web service which uses another ejb in > tomee+ server. > I have two module deployed. one is t

Re: Many warnings in Tomee 1.1 snapshot

2012-08-09 Thread Romain Manni-Bucau
1- never tried but sounds logical so i guess 2- you know we have some test running potentially long processing if true (let say to explain it simply JSF deployment), so a simple deployment descriptor can be the difference. However I'm surprised you have this difference if both project are pretty m

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread zeeman
Any updates on Tomee in AWS Beanstalk? Is there a Tomee AMI available? Does anyone know of PAAS provider that offers Tomee in the cloud? -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-on-Amazon-Beanstalk-tp4604643p4656731.html Sent from the OpenEJB User mailing list