Problem to compile Forge
by Wagner Santos
Hello,
I'm having problem to install Forge. In Test phase, I'm having problem with
forge-shell:
-------------------------------------------------------------------------------
Test set: org.jboss.forge.shell.test.plugins.builtin.ProjectPluginTest
-------------------------------------------------------------------------------
Tests run: 7, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 7.274 sec
<<< FAILURE!
testAddDependencyFromManagedParent(org.jboss.forge.shell.test.plugins.builtin.ProjectPluginTest)
Time elapsed: 1.66 sec <<< ERROR!
org.jboss.forge.project.ProjectModelException:
org.apache.maven.project.ProjectBuildingException: 1 problem was encountered
while building the effective model for com.test:test:1.0.0-SNAPSHOT
[FATAL] Non-resolvable parent POM: Could not find artifact
org.jboss.weld:weld-api-bom:pom:1.0 in JBOSS_NEXUS (
http://repository.jboss.org/nexus/content/groups/public) and
'parent.relativePath' points at wrong local POM @ line 5, column 11
for project com.test:test:1.0.0-SNAPSHOT at
/tmp/abstractshelltest1605188781326276883.tmp/test/pom.xml
How can I solve that?
Thanks!
----------
Wagner Santos
MSN/Gtalk: wagner.gsantos(a)gmail.com
Site: http://www.geracaoelias.blog.br
meadiciona:http://meadiciona.com/wagnergsantos/
13 years, 4 months
add-constraint command
by Ricardo Martinelli Oliveira
Hi,
I'd like to know in what context add-constraint command can be used. I tried
executing when I "cd" to the Entity attribute, but it didn't work.
Thanks in advance,
Ricardo
13 years, 4 months
Forge plugin source code
by Martinconi Cosmin
Hi,
Can somebody tell me if the source code for prettyfaces Forge plugin is
available somewhere?
And if it is available, can you provide me a corresponding resource link.
Thank you,
Cosmin
13 years, 4 months
generate-entities just generates way to plain ojo's
by Ronald van Kuijk
Hi,
I've seen issue https://issues.jboss.org/browse/SEAMFORGE-46 being resolved,
So I thought I'd give it a try. Building forge from source and adding all
relevant plugins from source as well (to make sure I have all the latests
things), I tried:
generate-entities --driver com.mysql.jdbc.Driver --url jdbc:mysql://
127.0.0.1:3306/forge-test --dialect
org.hibernate.dialect.MySQL5InnoDBDialect --user **** --password ****
After putting the driver in the pom of the dist project (where is
$FORGE_HOME/lib? setting it to whatever seems not to work) I get some
classes. However, they are in no way entities. No annotations whatsover Not
even a @Entity, let alone @ID, @Column where needed, nothing, only composite
keys are generated and many2one and one2many relations are detected. Any
idea what I might be doing wrong?
I'm using:
- MySQL 5.1.56
- java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.7) (fedora-52.1.9.7.fc14-i386)
OpenJDK Server VM (build 19.0-b09, mixed mode)
- maven 3.0.2
- MySQL driver 5.1.16
Anybody any ideas? Using the latest jboss tools from eclipse 3.6.1 it works
perfectly
Cheers,
Ronald
(working on creating a primefaces plugin and extending the
richfaces/metawidget/scaffolding and enhancing the hibernate plugin for
dao's)
13 years, 5 months
basic scaffold example deployment on JBossAS6
by Anton Arhipov
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]
13 years, 5 months