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 Lautenbachjean...@gmail.com wrote: Anyone who has exprerience in setting up the axis2.war in geronimo? I am kind of new to geronimo and am getting

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

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:

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