[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1578) dvdstore example not running in tomcat
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Jun 28 19:45:57 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1578?page=all ]
Pete Muir closed JBSEAM-1578.
-----------------------------
Resolution: Rejected
My bad
> dvdstore example not running in tomcat
> --------------------------------------
>
> Key: JBSEAM-1578
> URL: http://jira.jboss.com/jira/browse/JBSEAM-1578
> Project: JBoss Seam
> Issue Type: Bug
> Affects Versions: 2.0.0.BETA1
> Reporter: Pete Muir
> Fix For: 2.0.0.CR1
>
>
> I suspect this is due to integrating hibernate search
> java.lang.NoSuchMethodError: javax.persistence.PersistenceContext.type()Ljavax/persistence/PersistenceContextType;
> at org.jboss.injection.PersistenceContextHandler.handleFieldAnnotations(PersistenceContextHandler.java:188)
> at org.jboss.injection.InjectionUtil.processFieldAnnotations(InjectionUtil.java:137)
> at org.jboss.injection.InjectionUtil.processAnnotations(InjectionUtil.java:174)
> at org.jboss.ejb3.EJBContainer.processMetadata(EJBContainer.java:328)
> at org.jboss.ejb3.SessionContainer.processMetadata(SessionContainer.java:116)
> at org.jboss.ejb3.Ejb3Deployment.processEJBContainerMetadata(Ejb3Deployment.java:282)
> at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:329)
> at org.jboss.ejb3.deployers.EJBStage2Deployer.deploy(EJBStage2Deployer.java:54)
> at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
> at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:170)
> at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:592)
> at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:476)
> at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:406)
> at org.jboss.embedded.DeploymentGroup.process(DeploymentGroup.java:128)
> at org.jboss.embedded.tomcat.WebinfScanner.lifecycleEvent(WebinfScanner.java:88)
> at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:4236)
> at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825)
> at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714)
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
> at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1206)
> at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
> at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
> at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1337)
> at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601)
> at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610)
> at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590)
> at java.lang.Thread.run(Thread.java:595)
> (and no, its not due to the packaging changes, I did a test on the release :p)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list