Re: Global Spring ApplicationContext

2007-04-12 Thread Richard Wallace
I think I found the source of the problem described below. I've tried deploying a simple ear with a webapp that has the following jsp html head titleHidden Classes Test/title /head body bgcolor=white % Object o = new org.apache.xbean.propertyeditor.ArrayListEditor ();

Re: Global Spring ApplicationContext

2007-04-12 Thread David Jencks
On Apr 12, 2007, at 9:50 AM, Richard Wallace wrote: I think I found the source of the problem described below. I've tried deploying a simple ear with a webapp that has the following jsp html head titleHidden Classes Test/title /head body bgcolor=white % Object o = new

Re: Global Spring ApplicationContext

2007-04-12 Thread Richard Wallace
David Jencks wrote: On Apr 12, 2007, at 9:50 AM, Richard Wallace wrote: I think I found the source of the problem described below. I've tried deploying a simple ear with a webapp that has the following jsp html head titleHidden Classes Test/title /head body bgcolor=white % Object o = new

LDAP and Active Directory

2007-04-12 Thread g_d
Hi all, I am using Geronimo 1.1.1 and Active directory. I configured Security Realm, but have following error in log: Username [EMAIL PROTECTED] NOT authenticated due to failed login. I found in some forums that for Active Directory in realm also must be specified parameter referrals=follow.

Deploying JBOSS app to Geronimo 2

2007-04-12 Thread Mark Morris
I have a web service servlet/ear running in JBOSS 4 and tried deploying it in Geronimo 2. It deploys and I can access the wsdl ... but the service fails when I try to call it ... Here is the error message ... soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

RE: 1.1.0.1 deployment problems

2007-04-12 Thread Mark Aufdencamp
Mike, Not sure how much help I can be, but here's a few diagnostic questions. Are you utilizing the console portlet to deploy? If so, are you checking the redeploy app check box? This has made a difference for me:) If you undeploy the app and then deploy it again, does it function properly?