Re: Message Driven Bean is not receiving messages

2009-08-27 Thread Stephan Mehlhase
Hi everyone, I think I got it. The queue's name was different from its physical name and the geronimo activemq environment was kind of trashed - so I reinstalled geronimo and changed the names such that they match. It seems to work now. So I had two problems: 1. Geronimo did not clean up the

Re: Message Driven Bean is not receiving messages

2009-08-26 Thread Stephan Mehlhase
Hi, thanks, but unfortunately this leads to the following while deploying: Resource Adapter for MDB 'MDB'not found: ?j2eeType=JCAResourceAdapter,name=administeredObjectGroup# org.apache.geronimo.common.DeploymentException: Resource Adapter for MDB 'MDB'not found:

Re: Message Driven Bean is not receiving messages

2009-08-25 Thread Jack Cai
Try the below deployment plan: ejb:openejb-jar [...] dep:environment dep:moduleId dep:groupIddefault/dep:groupId dep:artifactIdTestEJB/dep:artifactId dep:version1.0/dep:version

Message Driven Bean is not receiving messages

2009-08-24 Thread Stephan Mehlhase
Hi everyone, My setup is the following: I'm using Geronimo 2.1.4 on linux under Java 1.6 developing with Eclipse 3.5 EE (I'm using the nightly built 2.1.5 GEP plugin) I'm trying to set up a small message driven bean which receives messages that I've send from a JAX-WS Webservice. So I went into