Re: Re:

2009-10-15 Thread David Jencks
It is also possible to deploy a plain ejb webservice, that does not involve a pojo web service deployed in a war. I don't know if there is a simple sample app, but there are some examples of this in the geronimo testsuite somewhere. If you check out all of the geronimo source code it will

Disable username/password authentication while server shutdown

2009-10-15 Thread jithesh
Hi, I am using wasce 2.0 as my appserver. I am running it under my wmware instance. My problem is if I shutdown the wmware instance , the wasce asks the username and password and waits there. This halts wmware from shutiing down. Is it possible to disable this feature while shutdown process. Th

Re:

2009-10-15 Thread Delos
You can refer to the simple sample here http://cwiki.apache.org/GMOxDOC22/developing-a-simple-calculator-web-service.html As the sample shows, your Web Service is placed in a web project. Then, your session bean can be referenced in the project to provide service. 2009/10/16 Quintin Beukes > A

Re:

2009-10-15 Thread Quintin Beukes
As far as I know it does support SOAP. The EJB implementation for Geronimo is OpenEJB, and it has some examples for Web Services. Have a look at the examples download on http://openejb.apache.org/download.html and then the "simple-webservice" example. Quintin Beukes On Thu, Oct 15, 2009 at 8:19

[no subject]

2009-10-15 Thread Özhan Durgan
Hi, I am from Germany and I am working with Webservices. I want to use the Geronimo server as container. I want use a stateless session bean as a webservice. For this purpose I create a stateless session bean and I planed to connect to it via servlet. I dont understant where I am wrong but it

Re: Problem deploying an EAR

2009-10-15 Thread Massimiliano Ziccardi
Just to share my solution with you all. The problem was that geronimo-tomcat already contains an AXIS2 runtime: using the geronimo-jetty bundle everything went ok.

Re: Bug in Geronimo JavaMail

2009-10-15 Thread Rick McGuire
This sounds like a new issue. Please open a Jira against this. Rick von Janowsky, Simon wrote: Hello, we found a bug in the geronimo javamail, and couldn't find a issue for this in jira. When a url ist set to receive email the username ist extracted correctly using UrlName class, but when q

Re: Problem deploying an EAR

2009-10-15 Thread Massimiliano Ziccardi
I've solved the problem. Inside my EAR there was some jars that needs bouncycastle jars... It seems that Geronimo has some problem when there are signed jars (at least it had problems with bouncycastle, however I'll indagate further). However, now I've a new problem: my web app (deployed inside a