On Feb 9, 2011, at 12:49 PM, Minny wrote:

> 
> I have several jar files in var\shared\lib directory, and one of them does
> contain the SCESession class.  I tried the following geronimo-application
> xml file,  but received the same error.
> 
> <application
> xmlns:app="http://geronimo.apache.org/xml/ns/j2ee/application-2.0";
> xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2";
> application-name="MYApp">

Closing the loop on this... Discussed with Minny off list. Problem was the 
schema specification of the deployment plan. Essentially was not a valid 
deployment plan. The following should work just fine:

<application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-2.0";
             xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2";
             application-name="MYApp">
...

--kevan

Reply via email to