[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

snjeza do-not-reply at jboss.com
Wed Jul 29 21:40:34 EDT 2009


You need to configure the EAR project as JEE 5 like the following:


  | ...
  | <artifactId>maven-ear-plugin</artifactId>
  | <configuration>
  |   ...					
  |   <version>5</version>
  |   ...
  | </configuration>
  | ...        
  | 

m2eclipse will add the EAR 5.0 facet, jboss-seam.jar will be deployed correctly.

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

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



More information about the jboss-user mailing list