Re: websphere MQ

2012-11-30 Thread rohiddev
It looks like none of the values from tomee.xml is making it to com.ibm.was.mq.WebsphereMQConnectionFactory I got rid of HostName, Port, QueueManager, TransportType details from tomee.xml. I get the the same error as before Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213: A communic

Re: websphere MQ

2012-11-30 Thread rohiddev
I have made change to tomee.xml BaseQueueName QUEUE1 BaseQueueManagerName QM_TIERLJAVA4TST01 LocalAddress 10.68.60.100 HostName 10.68.60.100 Port 1414 QueueManager QM_TIERLJAVA4TST01 Channel SYSTEM.ADMIN.SVRCONN TransportType CLIENT UserName mqm PassWord javara40 I still get the same

Re: websphere MQ

2012-11-30 Thread rohiddev
I have made change to tomee.xml BaseQueueName QUEUE1 BaseQueueManagerName QM_TIERLJAVA4TST01 LocalAddress 10.68.60.100 HostName 10.68.60.100 Port 1414 QueueManager QM_TIERLJAVA4TST01 Channel SYSTEM.ADMIN.SVRCONN TransportType CLIENT UserName mqm PassWord javara40 I still get the same

Re: TomEE and EclipseLink

2012-11-30 Thread José Luis Cetina
Criteria querys is the perfect match for dynamic querys and type safe too El nov 30, 2012 10:25 AM, "Howard W. Smith, Jr." escribió: > Interesting. No, I'm not using criteria queries. Majority of my queries are > dynamic SQL queries via persistence query.createQuery(), but just recently, > I move

Re: websphere MQ

2012-11-30 Thread rohiddev
I have made change to tomee.xml BaseQueueName QUEUE1 BaseQueueManagerName QM_TIERLJ HostName 10.x.y.z Port 1414 QueueManager QM_TIERL Channel SYSTEM.ADMIN.SVRCONN TransportType CLIENT UserName x.y.z PassWord x.y.z I still get the same error. Nov 30, 2012 11:33:10 AM org.apache.geronim

Re: EJB socket deamon in tomee

2012-11-30 Thread Romain Manni-Bucau
ln,e 259: http://svn.apache.org/repos/asf/openejb/trunk/openejb/server/openejb-client/src/main/java/org/apache/openejb/client/SocketConnectionFactory.java here what we currently do but ejbds.properties can take far more configs, just need some little hacks ;) Romain Manni-Bucau Twitter: @rmannib

Re: TomEE and EclipseLink

2012-11-30 Thread Howard W. Smith, Jr.
Interesting. No, I'm not using criteria queries. Majority of my queries are dynamic SQL queries via persistence query.createQuery(), but just recently, I moved some of the more popular queries in the project to @namedQuery. On Fri, Nov 30, 2012 at 10:38 AM, José Luis Cetina wrote: > jpa-modelgen

Re: EJB socket deamon in tomee

2012-11-30 Thread Romain Manni-Bucau
admin is for openejb standalone = way to stop openejb i dont think we manage certificates today, you have to extend the service for it IMO and create your own one (could be a contribution btw ;)) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.

Re: TomEE and EclipseLink

2012-11-30 Thread José Luis Cetina
jpa-modelgen its for generate the metamodel for you entity classes, with this metamodel you can do query's using criteriasquerys, criteriabuilder etc, with this you can create sql query's in typa-safe mode. Have you used, criteria querys/builder in JPA? 2012/11/30 smithh032772 > Jose/Romain, >

Re: TomEE 1.5.1 release date?

2012-11-30 Thread Alex The Rocker
David: To sum up your answer, earliest GA (General Availability) date for TomEE 1.5.1 is end of week 49, and more likely beginning of week 50 Best regards Alexandre On Fri, Nov 30, 2012 at 10:04 AM, David Blevins wrote: > > On Nov 29, 2012, at 11:58 AM, Alex The Rocker > wrote: > > > People

Re: TomEE and EclipseLink

2012-11-30 Thread smithh032772
Jose/Romain, What was the outcome of this? All I did was add the 'one' eclipselink (2.3.2) JAR in tomee /lib folder (and 'not' tomee /webapp/lib), and of course, I specified eclipselink as the provider in persistence.xml. After downloading eclipselink from their website, I briefly examined the zi

Re: drop-in war install instructions

2012-11-30 Thread Jean-Louis MONTEIRO
Thanks, the page should be fixed. We receive the patch. Jean-Louis 2012/11/25 Marco de Booij > I have tried to change the pages but either they are not accepted or I did > something wrong. > > Marco > > Op 23-11-12 21:06, Jean-Louis MONTEIRO schreef: > >> here it is >> http://tomee.apache.org/

Re: websphere MQ

2012-11-30 Thread Romain Manni-Bucau
think the definition is not correct provider means something else class-name attribute is maybe more adapter what's the java code you want be replaced by it? will be easier to help you to define it in Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: ht

Re: websphere MQ

2012-11-30 Thread rohiddev
what i meant earlier was we successfully been able to send/receive message in geronimo 3.0. I have tried using the below in tomes.xml BaseQueueName QUEUE1 BaseQueueManagerName QM_TIERL HostName 10.x.x.x Port 1414 QueueManager QM_TIERL Channel SYSTEM.ADMIN.SVRCONN TransportType CLIE

Re: websphere MQ

2012-11-30 Thread rohiddev
Version of resource adapter being used is 7.0.1.3-k701-103-100812 (wmq.jmsra.rar size 7,412 KB). This has been successfully tested on geronimo 3.0 Even though host name is specified for unknown reason the connection is being tried on localhost com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213:

Re: websphere MQ

2012-11-30 Thread rohiddev
Version of resource adapter being used is 7.0.1.3-k701-103-100812 (wmq.jmsra.rar size 7,412 KB). This has been successfully tested on geronimo 3.0 Even though host name is specified for unknown reason the connection is being tried on localhost com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213:

Re: websphere MQ

2012-11-30 Thread rohiddev
Version of resource adapter being used is 7.0.1.3-k701-103-100812 (wmq.jmsra.rar size 7,412 KB). This has been successfully tested on geronimo 3.0 Even though host name is specified for unknown reason the connection is being tried on localhost com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9213: A

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread Jean-Louis MONTEIRO
Awesome! Thanks for the contribution. JLouis 2012/11/30 tikluganguly > Thanks got it :D > > > On Fri, Nov 30, 2012 at 2:21 PM, Romain Manni-Bucau [via OpenEJB] < > ml-node+s979440n4659009...@n4.nabble.com> wrote: > > > Normally you can with the small pen on the right icon > > > > > > Romain Ma

Re: TomEE 1.5.1 release date?

2012-11-30 Thread David Blevins
On Nov 29, 2012, at 11:58 AM, Alex The Rocker wrote: > People in my company are getting nervous with TomEE 1.5.1 official release > date, because it's the target prerequisite of our soon-to-be released > product. > > 1.5.0 is just not usable for production on Windows, due to the issues with > r

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread tikluganguly
Thanks got it :D On Fri, Nov 30, 2012 at 2:21 PM, Romain Manni-Bucau [via OpenEJB] < ml-node+s979440n4659009...@n4.nabble.com> wrote: > Normally you can with the small pen on the right icon > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: htt

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread Romain Manni-Bucau
Normally you can with the small pen on the right icon Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/11/30 tikluganguly : > Thanks smith. I am happy that you liked it.

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread tikluganguly
Thanks smith. I am happy that you liked it. Roman you can always take my blog post and put in the tomee/netbeans page. Otherwise if you give me option I can add that myself too On Fri, Nov 30, 2012 at 1:56 PM, smithh032772 [via OpenEJB] < ml-node+s979440n4659007...@n4.nabble.com> wrote: > Nice!

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread tikluganguly
I would love to. It would be a great honor for me :). I am already seeing the page. Let me know how can I proceed On Fri, Nov 30, 2012 at 1:40 PM, Romain Manni-Bucau [via OpenEJB] < ml-node+s979440n4659004...@n4.nabble.com> wrote: > we created a page on openejb/tomee website btw, could be enrich

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread Romain Manni-Bucau
we created a page on openejb/tomee website btw, could be enriched (think it is empty today.lol) are you interested by contributing? --> http://openejb.apache.org/tomee-and-netbeans.html Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.c

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread tikluganguly
Thanks Romain. Yes I just saw that. I think I should replace it with an image. I will do it first thing in the evening my time. Thanks a lot for your message :) On Fri, Nov 30, 2012 at 1:30 PM, Romain Manni-Bucau [via OpenEJB] < ml-node+s979440n4659002...@n4.nabble.com> wrote: > Nice, thks! > >

Re: Just added a guide about using Netbeans with TomEE

2012-11-30 Thread Romain Manni-Bucau
Nice, thks! PS: your last snippet doesnt render well here Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2012/11/30 tikluganguly : > Hi Guys, I posted a blog about confi