RE: Name [com] is not bound in this Context. Unable to find [com].

2014-03-24 Thread Patel, Sanjay
It worked and does not give that error anymore and also spring beans are injected properly. But now even though the war is deployed, it gives 404-not-found error and not able to access web-app. Is there anything else needs to be done? Thanks, Sanjay -Original Message- From: Romain

Re: Name [com] is not bound in this Context. Unable to find [com].

2014-03-24 Thread Romain Manni-Bucau
normally no, nothing in the log can help? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-03-24 13:51 GMT+01:00 Patel, Sanjay sanjay.pa...@nemours.org: It worked and

RE: Name [com] is not bound in this Context. Unable to find [com].

2014-03-24 Thread Patel, Sanjay
I see this in log. Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] Here some more log lines 2014-03-24 09:08:54,876 DEBUG [localhost-startStop-1] o.s.c.e.PropertySourcesPropertyResolver

Re: Name [com] is not bound in this Context. Unable to find [com].

2014-03-24 Thread Romain Manni-Bucau
nothing related to jersey, weird, well would need really more info and surely a sample showing it fails to be able to help Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Transaction issue for MDB in cluster environment

2014-03-24 Thread tschuler
Hi, we have a TomEE Webprofile 1.6.0 where we have ActiveMQ 5.9 integrated. We have a simple application which is deployed as EAR file. In this application we have a JMS queue associated with a MDB (Message Driven Bean). We also have a stateless session bean for sending messages to the JMS

Re: Name [com] is not bound in this Context. Unable to find [com].

2014-03-24 Thread Romain Manni-Bucau
http://localhost:8080/RESTfulExample/rest/payment/mkyong returns Jersey + Spring example Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-03-24 15:03 GMT+01:00 Patel,

Re: log4j2 initialized too early?

2014-03-24 Thread BobbyBear
ok, pulled trunk 3/24 and built locally. issue has gone away. sorry, i should have checked latest and greatest. thanks -- View this message in context: http://openejb.979440.n4.nabble.com/log4j2-initialized-too-early-tp4668307p4668332.html Sent from the OpenEJB User mailing list archive at

Re: Transaction issue for MDB in cluster environment

2014-03-24 Thread Howard W. Smith, Jr.
Is it possible that you are running multiple tomee's on one server/machine, and using default activemq config? On Mon, Mar 24, 2014 at 9:54 AM, tschuler thomas.schu...@opentext.comwrote: Hi, we have a TomEE Webprofile 1.6.0 where we have ActiveMQ 5.9 integrated. We have a simple

AW: Transaction issue for MDB in cluster environment

2014-03-24 Thread tschuler
Multiple tomee's on the same machine (with default activemq config) and tomee's on different machines produce the error. It does not matter if the cluster nodes are on the same or on different machines. Von: smithh032772 [via OpenEJB] [mailto:ml-node+s979440n4668333...@n4.nabble.com] Gesendet:

WARNING: javax.ws.rs.WebApplicationException can't find resource exception

2014-03-24 Thread Roman.b
Hi I'm trying to deploy simple web application on TomEE+. Deployed successful, but it fails when I try to access any html page. Seems it thinks that JAX-RS services must be and can't find resource with provided patch. (Where html page actually should be). Mar 24, 2014 3:14:39 PM

Re: WARNING: javax.ws.rs.WebApplicationException can't find resource exception

2014-03-24 Thread Romain Manni-Bucau
Hi jaxrs servlet is bound to applicationpath, if you didnt specify one it is bound to /*. To access static resources (html) either use a jaxrs application path or configure static resources as exclusion in openejb-jar.xml. Romain Manni-Bucau Twitter: @rmannibucau Blog:

context-param fro jsf2

2014-03-24 Thread mauro2java2011
from the web site of balusC http://balusc.blogspot.it/2011/09/communication-in-jsf-20.html context-param param-namejavax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL/param-name param-valuetrue/param-value /context-param -Dorg.apache.el.parser.COERCE_TO_ZERO=false

Re: context-param fro jsf2

2014-03-24 Thread Romain Manni-Bucau
Tomcat and TomEE use apache el so yes Ps/request: one more time a lot of typos in your mail and it is almost impossible to understand it so please re-read before posting Le 24 mars 2014 19:55, mauro2java2011 mauro2java2...@gmail.com a écrit : from the web site of balusC