[ 
https://issues.apache.org/jira/browse/GERONIMO-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597172#action_12597172
 ] 

jacques.le.roux edited comment on GERONIMO-3947 at 5/15/08 9:05 AM:
--------------------------------------------------------------------

Hi Donald (or anybody else aware),

I need to download the Geronimo sources corresponding to WASCE 2.0.0.1. Is 
someone aware of where I could find them ?

I found https://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2, could it 
be sufficient ? (I know the snapshot was 2.0.3)


Thanks by advance

      was (Author: jacques.le.roux):
    Hi Donald (or anybody else aware),

I need to download the Geronimo sources corresponding to WASCE 2.0.0.1. Is 
someone aware of where I could find them ?

Thanks by advance
  
> Apache OFBiz deploys and runs under WASCE 2 but not under Geronimo 2.0.1 (nor 
> 2.1)
> ----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3947
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3947
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.0.1
>         Environment: XP SP2, Java Sun sdk 1.5_011
>            Reporter: Jacques Le Roux
>
> With deployer tool, I get this error
>     Module was not a war: framework/webtools/webapp/webtools/
> With this WAR (deployed, not in a jar file) through its plan from console, I 
> get this error
>     Cannot deploy the requested application module because no deployer is 
> able to handle it.  
>     This can happen if you have omitted the J2EE deployment descriptor, 
> disabled a deployer module, or if, 
>    for example, you are trying to deploy an EJB module on a minimal Geronimo 
> server that does not have EJB support installed.  
>    (planFile=C:\Program Files\Apache Software 
> Foundation\geronimo-tomcat6-jee5-2.0.1\var\temp\geronimo-web.xml)
> There is a web.xml used in OFBiz without problems (OFBiz runs with Tomcat 
> embedded) 
> The C:\Program Files\Apache Software 
> Foundation\geronimo-tomcat6-jee5-2.0.1\var\temp\geronimo-web.xml deployment 
> plan is
> <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0";
>     xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2";
>     xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2";
>     xmlns:security="http://geronimo.apache.org/xml/ns/security-1.2";>
>     <dep:environment>
>         <dep:moduleId>
>             <dep:groupId>org.ofbiz.webtools</dep:groupId>
>             <dep:artifactId>webtools</dep:artifactId>
>             <dep:version>1.0</dep:version>
>             <dep:type>war</dep:type>
>         </dep:moduleId>
>         <dep:dependencies/>
>         <dep:hidden-classes/>
>         <dep:non-overridable-classes/>
>     </dep:environment>
>     <context-root>/webtools</context-root>
> </web-app>
> Am I missing something ? I thought that, since I got any problems with WASCE 
> 2, it should work also in Geronimo.
> If you need more information, there is a guidelines at 
> http://docs.ofbiz.org/x/Ah
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to