Re: geronimo 2.1 and axis2.war webinterface

2009-09-08 Thread Stephan Mehlhase
I'm also quite new, but isn't axis already part of Geronimo? What do you want to achieve? Stephan On Wed, Sep 9, 2009 at 02:28, Marcel Lautenbach wrote: > Anyone who has exprerience in setting up the axis2.war in geronimo? I am > kind of new to geronimo and am getting IndexOutOfBounds errors when

Re: Geronimo beginner: Make JavaEETutorial work with Eclipse/Gernoimo

2009-09-03 Thread Stephan Mehlhase
Hi Ulrich, have you tried the Eclipse Web Services Explorer? http://cwiki.apache.org/GMOxDOC21/developing-a-jax-ws-pojo-web-service.html#DevelopingaJAX-WSPOJOWebService-TesttheWebServiceusingEclipseWebServicesExplorer I haven't used it yet, but it seems to do what you want without using wsimport o

Re: Message Driven Bean is not receiving messages

2009-08-27 Thread Stephan Mehlhase
ng wrong in the declaration where to drop the messages? Both "problems" can be seen with JConsole. Best, Stephan On Wed, Aug 26, 2009 at 10:26, Stephan Mehlhase wrote: > Hi, > > Okay, so I tried the Example from the documentation. It works out of > the box. I then tried to change

Re: Message Driven Bean is not receiving messages

2009-08-26 Thread Stephan Mehlhase
ame="AdminMDB", activationConfig = { @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), @ActivationConfigProperty(propertyName="destination", propertyValue="TestQueue") }) The rest of 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: ?j2eeType=JCAResourceAdapter,name

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 t