Re: Deploy cocoon 2.2 in geronimo

2010-09-10 Thread Kevan Miller
On Sep 10, 2010, at 5:23 PM, Faw wrote: > >> Do you have a pointer to a war file (sample app) that exhibits this > problem? > > This is the created war: http://www.megaupload.com/?d=EI0ZMKRQ > > Simple test war I made using the m2eclipse plugin. I don't know if it is > build correctly (since i

Re: Deploy cocoon 2.2 in geronimo

2010-09-10 Thread Faw
> Do you have a pointer to a war file (sample app) that exhibits this problem? This is the created war: http://www.megaupload.com/?d=EI0ZMKRQ Simple test war I made using the m2eclipse plugin. I don't know if it is build correctly (since i cant test it). I just created a maven project, used the

Re: Deploy cocoon 2.2 in geronimo

2010-09-10 Thread Kevan Miller
On Sep 10, 2010, at 10:25 AM, Faw wrote: > > I'm trying to make a cocoon 2.2 application using m2Eclipse (Maven plugin), I > created a block+webapp and created a war. When I try to deploy to geronimo > it says it deploys but it fails to start. The error I get (among a few, but > I think this is

Re: Secure WebService with BASIC Authentication

2010-09-10 Thread Faw
Vamsavardhana Reddy-2 wrote: > > What happens if you put the @RolesAllowed("admin") annotation on the > methods > instead of the bean class? > > -- > Vamsi > No difference, still asks for uid/pwd when requesting wsdl file. -- View this message in context: http://apache-geronimo.328035.n3.

Re: Secure WebService with BASIC Authentication

2010-09-10 Thread Vamsavardhana Reddy
What happens if you put the @RolesAllowed("admin") annotation on the methods instead of the bean class? On Fri, Sep 10, 2010 at 7:38 PM, Faw wrote: > > > Ivan Xu wrote: > > > > There is a test case for ejb security web service sample, please refer to > > > https://svn.apache.org/repos/asf/geron

Deploy cocoon 2.2 in geronimo

2010-09-10 Thread Faw
I'm trying to make a cocoon 2.2 application using m2Eclipse (Maven plugin), I created a block+webapp and created a war. When I try to deploy to geronimo it says it deploys but it fails to start. The error I get (among a few, but I think this is the one responsible) is 'Could not open ServletContex

Re: Secure WebService with BASIC Authentication

2010-09-10 Thread Faw
Ivan Xu wrote: > > There is a test case for ejb security web service sample, please refer to > https://svn.apache.org/repos/asf/geronimo/server/branches/2.2/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb-sec > > Ivan > I was able to create a secure webservice using the sample. Thanks f