<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
<br>
</div>Seam Faces pulls in the joda time dependency from Seam International.<br>
See SEAMINTL-27 [1] and the Seam Compatibility page [2] for details on<br>
why this dependency is necessary to define when using Glassfish.<br>
<br></blockquote><div><br>If I remove version from<br><br> <dependency><br> <groupId>joda-time</groupId><br> <artifactId>joda-time</artifactId><br> <version>1.6.2</version><br>
</dependency><br><br>I cannot build. <br><br>NetBeans: Executing '/home/sebas/opt/apache-maven-3.0.2/bin/mvn -Dnetbeans.execution=true clean'<br>NetBeans: JAVA_HOME=/usr/lib/jvm/default-java<br>
Scanning for projects...<br>[ERROR]The build could not read 1 project -> [Help 1]<br>[ERROR] <br>[ERROR] The project com.mapflow.com:core:0.0.5-SNAPSHOT (/home/sebas/dev/OneView/CONSOLE/trunk/core/pom.xml) has 1 error<br>
[ERROR] 'dependencies.dependency.version' for joda-time:joda-time:jar is missing. @ line 149, column 21<br>[ERROR]<br>[ERROR]To see the full stack trace of the errors, re-run Maven with the -e switch.<br>[ERROR]Re-run Maven using the -X switch to enable full debug logging.<br>
[ERROR]<br>[ERROR]For more information about the errors and possible solutions, please read the following articles:<br>[ERROR][Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException">http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException</a><br>
<br>and if I remove joda dependency and add <br><br> <dependency><br> <groupId>org.jboss.seam.international</groupId><br> <artifactId>seam-international</artifactId><br>
<version>3.0.0.Final</version><br> </dependency><br><br><br>I still get<br><br>java.lang.ClassNotFoundException: org.joda.time.DateTimeZone<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
And as Dan mentioned, use Glassfish 3.1 over Glassfish 3.0<br>
<br></blockquote></div><br clear="all">yes. It works fine on Glassfish 3.1<br><br>-- <br>Sebastian E. Ovide<br><br><br>