[jboss-user] [JBoss Seam] - Re: Seam + Maven + Richfaces + softeu

maku01 do-not-reply at jboss.com
Wed Jun 6 08:50:35 EDT 2007


"-Arthur-" wrote : 
  | Go to your maven repo and open yourRepoPath/jboss/seam/profiles/seam-ajax4jsf and open the pom.xml
  | 
  | Here you find transitive artifacts.
  | Comment out the ajax4jsf artifact.
  | 
  | Now go to your projects pom and add the following:
  | 
  |   | <dependency>
  |   | 	<groupId>org.richfaces</groupId>
  |   | 	<artifactId>richfaces</artifactId>
  |   | 	<version>your version</version>
  |   |           <exclusions>
  |   |             <exclusion>
  |   |              <groupId>org.ajax4jsf</groupId>
  |   |              <artifactId>ajax4jsf</artifactId>
  |   |           </exclusion>
  |   |         </exclusions>
  |   | <dependency>
  |   | 
  |   | <dependency>
  |   | 	<groupId>org.ajax4jsf</groupId>
  |   | 	<artifactId>ajax4jsf</artifactId>
  |   | 	<version>your version</version>
  |   | </dependency>
  |   | 
  | 
  | assuming you have installed ajax4jsf in your repository.
  | 

When I define richfaces 3.0.1 and ajax4jsf 1.1.1 as dependencies (with no transitive dependencies) it WORKS!!!!!!!!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051704#4051704

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051704



More information about the jboss-user mailing list