[
https://issues.jboss.org/browse/AS7-3081?page=com.atlassian.jira.plugin.s...
]
joysn joe commented on AS7-3081:
--------------------------------
well... first of all, i get some strange escape sequences in the console log of Eclipse
when i add and run the snapshot through Eclipse server adapter:
{noformat}
[0m13:21:21,297 INFO [org.jboss.modules] (main) JBoss Modules version 1.1.3.GA
[0m[0m13:21:23,018 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.2.GA
[0m[0m13:21:23,076 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015899: JBoss AS
7.2.0.Alpha1-SNAPSHOT "Steropes" starting
[0m[0m13:21:26,902 INFO [org.xnio] (MSC service thread 1-3) XNIO Version 3.0.6.GA
[0m[0m13:21:26,912 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation
Version 3.0.6.GA
[0m[0m13:21:26,913 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888:
Creating http management service using socket-binding (management-http)
[0m[0m13:21:26,921 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting
version 3.2.8.SP1
{noformat}
second, my app does not deploy correctly and has another issue now which if had not with
7.1.1:
{noformat}
[0m[0m13:32:08,203 INFO
[org.apache.myfaces.extensions.cdi.core.impl.projectstage.ProjectStageProducer] (MSC
service thread 1-1) Computed the following CODI ProjectStage: Production
[0m[31m13:32:09,910 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1)
MSC00001: Failed to start service
jboss.deployment.unit."erp.ear.ear".WeldService:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."erp.ear.ear".WeldService:
org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for
type [ProcessInstance] with qualifiers [@Default] at injection point [[parameter 1] of
[method] @Produces @Named @BusinessKey public
org.activiti.cdi.impl.annotation.BusinessKeyProducer.businessKey(ProcessInstance)]
at org.jboss.as.weld.services.WeldService.start(WeldService.java:83)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[rt.jar:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[rt.jar:1.6.0_26]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied
dependencies for type [ProcessInstance] with qualifiers [@Default] at injection point
[[parameter 1] of [method] @Produces @Named @BusinessKey public
org.activiti.cdi.impl.annotation.BusinessKeyProducer.businessKey(ProcessInstance)]
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:311)
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:280)
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:143)
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:163)
at org.jboss.weld.bootstrap.Validator.validateBeans(Validator.java:382)
at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:367)
at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:380)
at org.jboss.as.weld.WeldContainer.start(WeldContainer.java:83)
at org.jboss.as.weld.services.WeldService.start(WeldService.java:76)
... 5 more
[0m[0m13:32:10,153 INFO [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011908:
Unregister module: deployment.erp.ear.ear.erp.ejb.core-0.0.1-SNAPSHOT.jar:main
[0m[0m13:32:10,161 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 52)
JBAS011403: Stopping Persistence Unit Service 'erp.ear.ear#erp.web'
{noformat}
Misplaced @PersistenceContext Causes Untraceable Deployment Failure
-------------------------------------------------------------------
Key: AS7-3081
URL:
https://issues.jboss.org/browse/AS7-3081
Project: Application Server 7
Issue Type: Bug
Components: JPA / Hibernate
Affects Versions: 7.0.2.Final
Environment: Macintosh 10.7.2
Reporter: Jim Brownfield
Assignee: Scott Marlow
When deploying an ear file that contains an Entity bean with an inappropriate
@PersistenceContext annotation, the following stacktrace is generated, and the deployment
fails:
15:36:16,322 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-9) MSC00001: Failed
to start service
jboss.deployment.subunit."xxx.xxxxxx.xxxxx.deploy.ear"."xxx.xxxxxx.xxxxx.ejb-0.0.1-SNAPSHOT.jar".PARSE:
org.jboss.msc.service.StartException in service
jboss.deployment.subunit."xxx.xxxxxx.xxxxx.deploy.ear"."xxx.xxxxxx.xxxxx.ejb-0.0.1-SNAPSHOT.jar".PARSE:
Failed to process phase PARSE of subdeployment
"xxx.xxxxxx.xxxxx.ejb-0.0.1-SNAPSHOT.jar" of deployment
"xxx.xxxxxx.xxxxx.deploy.ear"
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121)
[jboss-as-server-7.0.2.Final.jar:7.0.2.Final]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[:1.6.0_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[:1.6.0_29]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_29]
Caused by: java.lang.IllegalArgumentException: Class level annotations must provide a
name.
at
org.jboss.as.jpa.processor.JPAAnnotationParseProcessor.processClass(JPAAnnotationParseProcessor.java:233)
at
org.jboss.as.jpa.processor.JPAAnnotationParseProcessor.processPersistenceAnnotations(JPAAnnotationParseProcessor.java:127)
at
org.jboss.as.jpa.processor.JPAAnnotationParseProcessor.deploy(JPAAnnotationParseProcessor.java:90)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
[jboss-as-server-7.0.2.Final.jar:7.0.2.Final]
... 5 more
The IllegalArgumentException gives no data for the annotation, the class, or any relevant
data to the cause. I built JBoss debug from source to discover that the culprit in my
case was a misplaced PersistenceContext annotation in an entity bean. The offending
annotation had actually existed in a version of our code running in JBoss 4 without error.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira