[forge-users] basic scaffold example deployment on JBossAS6

Lincoln Baxter, III lincolnbaxter at gmail.com
Sat Jun 4 16:57:04 EDT 2011


This is a bug with Java 6.0.25

Try 6.0.24

I think that's your issue. Weld proxies are causing this.

--
Lincoln Baxter's Droid
http://ocpsoft.com
"Keep it Simple"
On Jun 4, 2011 4:53 PM, "Anton Arhipov" <anton at zeroturnaround.com> wrote:
> Hi!
>
> I was trying the very basic scaffolding example from the tutorial and
> somehow the result cannot be deployed on AS6:
> Here's what the server.log tells me:
>
> 2011-06-04 21:20:50,539 ERROR
> [org.jboss.kernel.plugins.dependency.AbstractKernelController] (Thread-2)
> Error installing to Start:
>
name=vfs:///C:/servers/jboss-6.0.0.Final/server/default/deploy/example-1.0.0-SNAPSHOT.war_WeldBootstrapBean
> state=Create: org.jboss.weld.exceptions.WeldException: by
> java.lang.ClassFormatError: Illegal class name
>
"com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$seam$forge$persistence$PersistenceUtil$entityManager[@javax$inject$Inject()]$}_$$_WeldProxy"
> in class file
>
com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$
> at
>
org.jboss.weld.bean.proxy.ProxyFactory.getProxyClass(ProxyFactory.java:285)
> [:6.0.0.Final]
> at org.jboss.weld.bean.SessionBean.initProxyClass(SessionBean.java:254)
> [:6.0.0.Final]
> at org.jboss.weld.bean.SessionBean.initialize(SessionBean.java:176)
> [:6.0.0.Final]
> at
>
org.jboss.weld.bootstrap.AbstractBeanDeployer.deploy(AbstractBeanDeployer.java:113)
> [:6.0.0.Final]
> at
>
org.jboss.weld.bootstrap.BeanDeployment.deployBeans(BeanDeployment.java:214)
> [:6.0.0.Final]
> at
> org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:363)
> [:6.0.0.Final]
> at
>
org.jboss.weld.integration.deployer.env.helpers.BootstrapBean.boot(BootstrapBean.java:92)
> [:6.0.0.Final]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_25]
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [:1.6.0_25]
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [:1.6.0_25]
> at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_25]
> at
>
org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60)
> [jboss-reflect.jar:2.2.0.GA]
> at
>
org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168)
> [jboss-reflect.jar:2.2.0.GA]
> at
>
org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
> [jboss-reflect.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:257)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:202)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983)
> [:2.2.0.GA]
> at
>
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076)
> [:2.2.0.GA]
> at
>
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679)
> [:2.2.0.GA]
> at
>
org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106)
> [:6.0.0.Final]
> at
>
org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:143)
> [:0.2.2]
> at
>
org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:151)
> [:0.2.2]
> at
>
org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94)
> [:0.2.2]
> at
>
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
> [jboss-kernel.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654)
> [jboss-dependency.jar:2.2.0.GA]
> at
>
org.jboss.profileservice.dependency.ProfileActivationWrapper$BasicProfileActivation.start(ProfileActivationWrapper.java:190)
> [:0.2.2]
> at
>
org.jboss.profileservice.dependency.ProfileActivationWrapper.start(ProfileActivationWrapper.java:87)
> [:0.2.2]
> at
>
org.jboss.profileservice.dependency.ProfileActivationService.activateProfile(ProfileActivationService.java:215)
> [:0.2.2]
> at
>
org.jboss.profileservice.dependency.ProfileActivationService.activate(ProfileActivationService.java:159)
> [:0.2.2]
> at
>
org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:112)
> [:0.2.2]
> at
>
org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:87)
> [:0.2.2]
> at
>
org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:91)
> [:0.2.2]
> at
>
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:132)
> [:6.0.0.Final]
> at
>
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56)
> [:6.0.0.Final]
> at
>
org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827)
> [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
> at
>
org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417)
> [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
> at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
> Caused by: javassist.CannotCompileException: by
java.lang.ClassFormatError:
> Illegal class name
>
"com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$seam$forge$persistence$PersistenceUtil$entityManager[@javax$inject$Inject()]$}_$$_WeldProxy"
> in class file
>
com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$
> at
>
org.jboss.weld.util.bytecode.ClassFileUtils.toClass(ClassFileUtils.java:117)
> [:6.0.0.Final]
> at
>
org.jboss.weld.bean.proxy.ProxyFactory.createProxyClass(ProxyFactory.java:392)
> [:6.0.0.Final]
> at
>
org.jboss.weld.bean.proxy.ProxyFactory.getProxyClass(ProxyFactory.java:281)
> [:6.0.0.Final]
> ... 63 more
> Caused by: java.lang.ClassFormatError: Illegal class name
>
"com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$seam$forge$persistence$PersistenceUtil$entityManager[@javax$inject$Inject()]$}_$$_WeldProxy"
> in class file
>
com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$
> at java.lang.ClassLoader.defineClass1(Native Method) [:1.6.0_25]
> at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) [:1.6.0_25]
> at java.lang.ClassLoader.defineClass(ClassLoader.java:615) [:1.6.0_25]
> at java.lang.ClassLoader.defineClass(ClassLoader.java:465) [:1.6.0_25]
> at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)
[:1.6.0_25]
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [:1.6.0_25]
> at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_25]
> at
>
org.jboss.weld.util.bytecode.ClassFileUtils.toClass2(ClassFileUtils.java:143)
> [:6.0.0.Final]
> at
>
org.jboss.weld.util.bytecode.ClassFileUtils.toClass(ClassFileUtils.java:109)
> [:6.0.0.Final]
> ... 65 more
>
> 2011-06-04 21:20:50,715 ERROR [ProfileServiceBootstrap] (Thread-2) Failed
to
> load profile::
org.jboss.deployers.client.spi.IncompleteDeploymentException:
> Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
>
> DEPLOYMENTS MISSING DEPENDENCIES:
> Deployment
>
"jboss-injector:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT"
> is missing the following dependencies:
> Dependency "<UNKNOWN
>
jboss-injector:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT>"
> (should be in state "Installed", but is actually in state "** UNRESOLVED
> Demands
>
'jboss-switchboard:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT'
> **")
> Deployment
>
"jboss-injector:topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war,bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor"
> is missing the following dependencies:
> Dependency "<UNKNOWN
>
jboss-injector:topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war,bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor>"
> (should be in state "Installed", but is actually in state "** UNRESOLVED
> Demands
>
'jboss-switchboard:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT'
> **")
> Deployment
>
"jboss-injector:topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war,bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor"
> is missing the following dependencies:
> Dependency "<UNKNOWN
>
jboss-injector:topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war,bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor>"
> (should be in state "Installed", but is actually in state "** UNRESOLVED
> Demands
>
'jboss-switchboard:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT'
> **")
> Deployment
>
"jboss-switchboard:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT"
> is missing the following dependencies:
> Dependency
>
"java:global/cdi/example-1.0.0-SNAPSHOT/example-1.0.0-SNAPSHOT/BeanManager"
> (should be in state "Installed", but is actually in state "** NOT FOUND
> Depends on
>
'java:global/cdi/example-1.0.0-SNAPSHOT/example-1.0.0-SNAPSHOT/BeanManager'
> **")
> Deployment
> "jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3"
> is missing the following dependencies:
> Dependency "<UNKNOWN
> jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3>"
> (should be in state "Installed", but is actually in state "** UNRESOLVED
> Demands
>
'jboss-injector:bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor,topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war'
> **")
> Dependency "<UNKNOWN
> jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3>"
> (should be in state "Installed", but is actually in state "** UNRESOLVED
> Demands
>
'jboss-injector:bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor,topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war'
> **")
> Deployment
>
"jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3,type=nointerface-view-jndi-binder"
> is missing the following dependencies:
> Dependency
> "jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3"
> (should be in state "Installed", but is actually in state "PreInstall")
> Deployment
>
"jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3_endpoint"
> is missing the following dependencies:
> Dependency
> "jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3"
> (should be in state "Installed", but is actually in state "PreInstall")
> Deployment "jboss.web.deployment:war=/example-1.0.0-SNAPSHOT" is missing
> the following dependencies:
> Dependency
>
"jboss-injector:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT"
> (should be in state "Create", but is actually in state "Configured")
> Dependency
>
"vfs:///C:/servers/jboss-6.0.0.Final/server/default/deploy/example-1.0.0-SNAPSHOT.war_WeldBootstrapBean"
> (should be in state "Create", but is actually in state "**ERROR**")
> Deployment
>
"org.jboss.ejb.bean.instantiator/example-1.0.0-SNAPSHOT/example-1.0.0-SNAPSHOT/CustomerBean"
> is missing the following dependencies:
> Dependency
>
"vfs:///C:/servers/jboss-6.0.0.Final/server/default/deploy/example-1.0.0-SNAPSHOT.war_WeldBootstrapBean"
> (should be in state "Installed", but is actually in state "**ERROR**")
>
> DEPLOYMENTS IN ERROR:
> Deployment
>
"vfs:///C:/servers/jboss-6.0.0.Final/server/default/deploy/example-1.0.0-SNAPSHOT.war_WeldBootstrapBean"
> is in error due to the following reason(s): **ERROR**,
> java.lang.ClassFormatError: Illegal class name
>
"com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$seam$forge$persistence$PersistenceUtil$entityManager[@javax$inject$Inject()]$}_$$_WeldProxy"
> in class file
>
com/example/view/org$jboss$weld$bean-jboss$classloader:id="vfs:$$$C:$servers$jboss-6$0$0$Final$server$default$deploy$example-1$0$0-SNAPSHOT$war"-SessionBean-CustomerBeancom$example$view$CustomerBean[@javax$ejb$Stateful(description=,mappedName=,name=)@javax$enterprise$context$RequestScoped()@javax$inject$Named(value=)@org$jboss$seam$transaction$Transactional(value=REQUIRED)@org$jboss$seam$transaction$TransactionalInterceptorBinding()]{org$jboss$
> Deployment "<UNKNOWN
>
jboss-injector:topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war,bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor>"
> is in error due to the following reason(s): ** UNRESOLVED Demands
>
'jboss-switchboard:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT'
> **
> Deployment
>
"java:global/cdi/example-1.0.0-SNAPSHOT/example-1.0.0-SNAPSHOT/BeanManager"
> is in error due to the following reason(s): ** NOT FOUND Depends on
>
'java:global/cdi/example-1.0.0-SNAPSHOT/example-1.0.0-SNAPSHOT/BeanManager'
> **
> Deployment "<UNKNOWN
> jboss.j2ee:jar=example-1.0.0-SNAPSHOT.war,name=CustomerBean,service=EJB3>"
> is in error due to the following reason(s): ** UNRESOLVED Demands
>
'jboss-injector:bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor,topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war'
> **, ** UNRESOLVED Demands
>
'jboss-injector:bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor,topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war'
> **
> Deployment "<UNKNOWN
>
jboss-injector:topLevelUnit=example-1.0.0-SNAPSHOT.war,unit=example-1.0.0-SNAPSHOT.war,bean=CustomerBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor>"
> is in error due to the following reason(s): ** UNRESOLVED Demands
>
'jboss-switchboard:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT'
> **
> Deployment "<UNKNOWN
>
jboss-injector:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT>"
> is in error due to the following reason(s): ** UNRESOLVED Demands
>
'jboss-switchboard:appName=example-1.0.0-SNAPSHOT,module=example-1.0.0-SNAPSHOT'
> **
>
> at
>
org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228)
> [:2.2.0.GA]
> at
>
org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905)
> [:2.2.0.GA]
> at
>
org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87)
> [:6.0.0.Final]
> at
>
org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107)
> [:0.2.2]
> at
>
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135)
> [:6.0.0.Final]
> at
>
org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56)
> [:6.0.0.Final]
> at
>
org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827)
> [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
> at
>
org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417)
> [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
> at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-users/attachments/20110604/f45cb486/attachment-0001.html 


More information about the forge-users mailing list