[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1752) Unable to create annotation for method/field create for EJB
Brad Maxwell (JIRA)
jira-events at lists.jboss.org
Thu Nov 26 02:29:29 EST 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12496793#action_12496793 ]
Brad Maxwell commented on EJBTHREE-1752:
----------------------------------------
I've seen this exception when a jar contains both ejb2 (ejb-jar.xml) and ejb3 (annotated) ejbs. The ejb3 deployer handing the deployment of both ejbs. I believe the create/remove for ejb home must not get added to the ejbs when the ejb3 deployer is used. The solution I found was to remove references to create/remove in the method-permissions of my ejb-jar.xml.
> Unable to create annotation for method/field create for EJB
> -----------------------------------------------------------
>
> Key: EJBTHREE-1752
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1752
> Project: EJB 3.0
> Issue Type: Bug
> Components: core
> Affects Versions: AS 4.2.3.GA, 1.0.0-Beta10
> Environment: AS 5.0.0.GA
> Windows
> Reporter: Eugene Torkhov
> Assignee: jaikiran pai
> Attachments: authentication.zip, authmanager.jar, commonlibrary.jar, serverlibrary.jar
>
>
> like EJBTHREE-1149
> org.jboss.deployers.spi.DeploymentException: Error deploying authmanager.jar: Unable to create annotation for method/field create for EJB com.nt.workstation.security.Authentication
> at org.jboss.ejb3.deployers.Ejb3Deployer.deploy(Ejb3Deployer.java:203)
> at org.jboss.ejb3.deployers.Ejb3Deployer.deploy(Ejb3Deployer.java:104)
> at org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer.internalDeploy(AbstractVFSRealDeployer.java:45)
> at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
> at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
> at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
> at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
> at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
> at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
> at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
> at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
> at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
> at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
> at org.jboss.Main.boot(Main.java:209)
> at org.jboss.Main$1.run(Main.java:547)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.RuntimeException: Unable to create annotation for method/field create for EJB com.nt.workstation.security.Authentication
> at org.jboss.ejb3.Ejb3DescriptorHandler.addAnnotations(Ejb3DescriptorHandler.java:2214)
> at org.jboss.ejb3.Ejb3DescriptorHandler.addAnnotations(Ejb3DescriptorHandler.java:2227)
> at org.jboss.ejb3.Ejb3DescriptorHandler.addSecurityAnnotations(Ejb3DescriptorHandler.java:1092)
> at org.jboss.ejb3.Ejb3DescriptorHandler.addDescriptorAnnotations(Ejb3DescriptorHandler.java:919)
> at org.jboss.ejb3.Ejb3DescriptorHandler.addDescriptorAnnotations(Ejb3DescriptorHandler.java:898)
> at org.jboss.ejb3.Ejb3DescriptorHandler.getStatelessContainer(Ejb3DescriptorHandler.java:513)
> at org.jboss.ejb3.Ejb3AnnotationHandler.getContainers(Ejb3AnnotationHandler.java:203)
> at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:668)
> at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:628)
> at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:610)
> at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:573)
> at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:488)
> at org.jboss.ejb3.deployers.Ejb3Deployer.deploy(Ejb3Deployer.java:189)
> ... 22 more
> Caused by: java.lang.NoSuchFieldException: create
> at java.lang.Class.getDeclaredField(Unknown Source)
> at org.jboss.ejb3.Ejb3DescriptorHandler.addAnnotations(Ejb3DescriptorHandler.java:2166)
> ... 34 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list