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

Tina Li commented on GERONIMO-6128:
-----------------------------------

Hi Janet,

I also tried adding the element <scope>provided</scope> to the two dependencies 
:
        <dependency>
                        <groupId>com.sun.faces</groupId>
                        <artifactId>jsf-api</artifactId>
                        <version>2.0.3</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>com.sun.faces</groupId>
                        <artifactId>jsf-impl</artifactId>
                        <version>2.0.3</version>
                        <scope>provided</scope>
                </dependency>
Build the spring sample again and found it can also runs successfully on 
geronimo server.


> spring sample "webflow-primefaces-showcase" can't be started successfully
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-6128
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6128
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi, Tomcat
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 
> jvmwi3260sr9-20110203_74623 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Priority: Minor
>         Attachments: geronimo-web.xml, geronimo.log
>
>
> 1.Use Aug 23 build of Geronimo server,start the server if it's not started
> 2.Download spring sample from svn: 
> https://src.springframework.org/svn/spring-samples
> 3.According to sample named "webflow-primefaces-showcase", modify the pom.xml 
> file which under trunk folder: Change the element of spring vesion from 
> <spring.version>3.0.0.RELEASE</spring.version> to  
> <spring.version>3.0.6.RELEASE</spring.version>
> 4.Build this sample successfully using cmd : mvn clean package, then can find 
> web application: webflow-primefaces-showcase-1.0.0-BUILD-SNAPSHOT.war under 
> \webflow-primefaces-showcase\target folder
> 5.Deploy the webflow-primefaces-showcase application via admin console 
> succuessfully
> 6.Try to start this application but error happened:
> Lifecycle operation failed
> 7.geronimo.log file is attached for detail.
> 8.For apache-tomcat-7.0.20, this web application runs successfully.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to