<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>        &lt;dependency&gt;<br>            &lt;groupId&gt;joda-time&lt;/groupId&gt;<br>            &lt;artifactId&gt;joda-time&lt;/artifactId&gt;<br>            &lt;version&gt;1.6.2&lt;/version&gt;<br>

        &lt;/dependency&gt;<br><br>I cannot build. <br><br>NetBeans: Executing &#39;/home/sebas/opt/apache-maven-3.0.2/bin/mvn -Dnetbeans.execution=true clean&#39;<br>NetBeans:      JAVA_HOME=/usr/lib/jvm/default-java<br>

Scanning for projects...<br>[ERROR]The build could not read 1 project -&gt; [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]    &#39;dependencies.dependency.version&#39; 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>        &lt;dependency&gt;<br>            &lt;groupId&gt;org.jboss.seam.international&lt;/groupId&gt;<br>            &lt;artifactId&gt;seam-international&lt;/artifactId&gt;<br>

            &lt;version&gt;3.0.0.Final&lt;/version&gt;<br>        &lt;/dependency&gt;<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>