[seam-dev] org.jboss.seam.faces 3.0.0.Final problems
Sebastian E. Ovide
sebastian.ovide at gmail.com
Thu Mar 31 11:40:47 EDT 2011
Hi All,
I've just updated my pom replacing 3.0.0.Alpha3 with 3.0.0.Final and I've
got a couple of errors.
I've fixed the first error just adding
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6.2</version>
</dependency>
is is ok to define seam dependencies manually ? should not that dependency
been part of seam ?
the second error that I'm getting is
org.glassfish.deployment.common.DeploymentException:
java.lang.NoClassDefFoundError: Lorg/jboss/logmanager/Logger$AttachmentKey;
at org.glassfish.weld.WeldDeployer.event(WeldDeployer.java:167)
at org.glassfish.kernel.event.EventsImpl.send(EventsImpl.java:125)
at
org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:224)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:338)
at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183)
any ideas ?
(using Glassfish 3.0)
thanks
--
Sebastian E. Ovide
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/seam-dev/attachments/20110331/947eaf6b/attachment.html
More information about the seam-dev
mailing list