tengo problemas en jboss seam con grabar mi entity y jbpm trabajando juntos..

97 views
Skip to first unread message

oracle...@gmail.com

unread,
Oct 24, 2011, 10:08:11 AM10/24/11
to JavaSOS
Supestamente se corrige colocando en component.xml esta instruccion
<transaction:ejb-transaction />

Pero si la coloco .., entonces me arranca el sistema con errores ..

23:30,347 INFO [ServletContextListener] Welcome to Seam 2.2.2.Final
09:23:31,847 ERROR [[/]] Exception sending context initialized event
to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.RuntimeException: error while reading /WEB-INF/
components.xml
at
org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:
230)
at org.jboss.seam.init.Initialization.create(Initialization.java:132)
at
org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:
36)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:
3910)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:
4393)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:
310)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:
142)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:
461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:
157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:
264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:
668)
at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:
206)
at $Proxy38.start(Unknown Source)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:
42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:
37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:
62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:
71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:
51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:
348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:
286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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.system.ServiceController.doChange(ServiceController.java:
688)
at org.jboss.system.ServiceController.start(ServiceController.java:
460)
at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:
163)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:
99)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:
46)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:
62)
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.doInstallParentFirst(DeployersImpl.java:
1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:
1210)
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:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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:
702)
at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:
117)
at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:
70)
at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:
53)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:
361)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:
348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:
306)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:
271)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:
461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.dom4j.DocumentException: Error on line 14 of
document : The prefix "transaction" for element "transaction:ejb-
transaction" is not bound. Nested exception: The prefix "transaction"
for element "transaction:ejb-transaction" is not bound.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.jboss.seam.util.XML.getRootElement(XML.java:24)
at
org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:
226)
... 72 more
09:23:31,850 ERROR [StandardContext] Error listenerStart
09:23:31,850 ERROR [StandardContext] Context [] startup failed due to
previous errors
09:23:31,862 ERROR [AbstractKernelController] Error installing to
Start: name=jboss.web.deployment:war=/ state=Create mode=Manual
requiredState=Installed
org.jboss.deployers.spi.DeploymentException: URL file:/opt/
jboss-5.1.0.GA/server/default/tmp/3j011-7sgfun-gu5j0kib-1-gu5j0sh7-v/
sodexoSeam3.ear/sodexoSeam3.war/ deployment failed
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:
331)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:
142)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:
461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:
157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:
264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:
668)
at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:
206)
at $Proxy38.start(Unknown Source)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:
42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:
37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:
62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:
71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:
51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:
348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:
286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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.system.ServiceController.doChange(ServiceController.java:
688)
at org.jboss.system.ServiceController.start(ServiceController.java:
460)
at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:
163)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:
99)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:
46)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:
62)
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.doInstallParentFirst(DeployersImpl.java:
1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:
1210)
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:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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:
702)
at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:
117)
at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:
70)
at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:
53)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:
361)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:
348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:
306)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:
271)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:
461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:619)
09:23:31,911 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=sodexoSeam3.jar,name=EditCustomerAction,service=EJB3
09:23:31,919 INFO [EJBContainer] STOPPED EJB:
org.jboss.seam.example.todo.EditCustomerAction ejbName:
EditCustomerAction
09:23:31,950 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=sodexoSeam3.jar,name=CheckoutAction,service=EJB3
09:23:31,957 INFO [EJBContainer] STOPPED EJB:
org.jboss.seam.example.todo.CheckoutAction ejbName: CheckoutAction
09:23:32,007 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=sodexoSeam3.jar,name=RequerimientoSolicitudFlow,service=EJB3
09:23:32,016 INFO [EJBContainer] STOPPED EJB:
com.sodexo.action.RequerimientoSolicitudFlow ejbName:
RequerimientoSolicitudFlow
09:23:32,051 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=sodexoSeam3.jar,name=ControladorImpl,service=EJB3
09:23:32,081 INFO [EJBContainer] STOPPED EJB:
com.sodexo.action.ControladorImpl ejbName: ControladorImpl
09:23:32,113 INFO [PersistenceUnitDeployment] Stopping persistence
unit persistence.unit:unitName=sodexoSeam3.ear/
sodexoSeam3.jar#sodexoSeam3
09:23:32,113 INFO [SessionFactoryImpl] closing
09:23:32,113 INFO [SessionFactoryObjectFactory] Unbinding factory
from JNDI name: persistence.unit:unitName=sodexoSeam3.ear/
sodexoSeam3.jar#sodexoSeam3
09:23:32,113 INFO [NamingHelper] JNDI InitialContext properties:
{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
09:23:32,114 INFO [SessionFactoryObjectFactory] Unbound factory from
JNDI name: persistence.unit:unitName=sodexoSeam3.ear/
sodexoSeam3.jar#sodexoSeam3
09:23:32,140 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=sodexoSeam3.jar,name=AuthenticatorBean,service=EJB3
09:23:32,148 INFO [EJBContainer] STOPPED EJB:
com.sodexo.action.AuthenticatorBean ejbName: AuthenticatorBean
09:23:32,202 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=sodexoSeam3.jar,name=NappyAssignmentHandler,service=EJB3
09:23:32,208 INFO [EJBContainer] STOPPED EJB:
org.jbpm.examples.taskmgmt.NappyAssignmentHandler ejbName:
NappyAssignmentHandler
09:23:32,238 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=sodexoSeam3.jar,name=MisTareasAction,service=EJB3
09:23:32,254 INFO [EJBContainer] STOPPED EJB:
org.jboss.seam.example.todo.MisTareasAction ejbName: MisTareasAction
09:23:32,290 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=jboss-
seam.jar,name=EjbSynchronizations,service=EJB3
09:23:32,298 INFO [EJBContainer] STOPPED EJB:
org.jboss.seam.transaction.EjbSynchronizations ejbName:
EjbSynchronizations
09:23:32,348 INFO [SessionSpecContainer] Stopping
jboss.j2ee:ear=sodexoSeam3.ear,jar=jboss-
seam.jar,name=TimerServiceDispatcher,service=EJB3
09:23:32,355 INFO [EJBContainer] STOPPED EJB:
org.jboss.seam.async.TimerServiceDispatcher ejbName:
TimerServiceDispatcher
09:23:32,392 ERROR [AbstractKernelController] Error installing to
Real: name=vfsfile:/opt/jboss-5.1.0.GA/server/default/deploy/
sodexoSeam3.ear/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: URL file:/opt/
jboss-5.1.0.GA/server/default/tmp/3j011-7sgfun-gu5j0kib-1-gu5j0sh7-v/
sodexoSeam3.ear/sodexoSeam3.war/ deployment failed
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:
331)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:
142)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:
461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:
157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:
264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:
668)
at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:
206)
at $Proxy38.start(Unknown Source)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:
42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:
37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:
62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:
71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:
51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:
348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:
286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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.system.ServiceController.doChange(ServiceController.java:
688)
at org.jboss.system.ServiceController.start(ServiceController.java:
460)
at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:
163)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:
99)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:
46)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:
62)
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.doInstallParentFirst(DeployersImpl.java:
1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:
1210)
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:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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:
702)
at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:
117)
at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:
70)
at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:
53)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:
361)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:
348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:
1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:
934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:
1082)
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.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:
306)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:
271)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:
461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:619)
09:23:32,422 ERROR [ProfileServiceBootstrap] Failed to load profile:
Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS IN ERROR:
Deployment "vfsfile:/opt/jboss-5.1.0.GA/server/default/deploy/
sodexoSeam3.ear/" is in error due to the following reason(s):
org.jboss.deployers.spi.DeploymentException: URL file:/opt/
jboss-5.1.0.GA/server/default/tmp/3j011-7sgfun-gu5j0kib-1-gu5j0sh7-v/
sodexoSeam3.ear/sodexoSeam3.war/ deployment failed

09:23:32,432 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on
http-0.0.0.0-8080
09:23:32,475 INFO [AjpProtocol] Starting Coyote AJP/1.3 on
ajp-0.0.0.0-8009
09:23:32,482 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA
(build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 47s:5ms
09:25:36,185 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
49455510248484849484958575752985852101975354551004958575155102484848494849585757529858521019753545510049585756
>
09:25:36,303 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
4945551024848484948495810050505758521019749100984997585652551024848484948495810050505758521019749100984997585654
>
09:25:36,411 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
494555102484848494849585699575358521019753544851515856555510248484849484958569957535852101975354485151585697
>
09:25:36,504 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
494555102484848494849589948565458521019753544997575857485510248484849484958994856545852101975354499757585753
>
09:25:36,580 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
49455510248484849484958979850505852101974910099539858565355102484848494849589798505058521019749100995398585655
>
09:27:46,810 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
49455510248484849484958575752985852101975354551004958575155102484848494849585757529858521019753545510049585756
>
09:27:46,908 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
4945551024848484948495810050505758521019749100984997585652551024848484948495810050505758521019749100984997585654
>
09:27:46,983 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
494555102484848494849585699575358521019753544851515856555510248484849484958569957535852101975354485151585697
>
09:27:47,049 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
494555102484848494849589948565458521019753544997575857485510248484849484958994856545852101975354499757585753
>
09:27:47,116 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
49455510248484849484958979850505852101974910099539858565355102484848494849589798505058521019749100995398585655
>
09:29:57,200 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
49455510248484849484958575752985852101975354551004958575155102484848494849585757529858521019753545510049585756
>
09:29:57,311 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
4945551024848484948495810050505758521019749100984997585652551024848484948495810050505758521019749100984997585654
>
09:29:57,395 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
494555102484848494849585699575358521019753544851515856555510248484849484958569957535852101975354485151585697
>
09:29:57,478 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
494555102484848494849589948565458521019753544997575857485510248484849484958994856545852101975354499757585753
>
09:29:57,561 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
49455510248484849484958979850505852101974910099539858565355102484848494849589798505058521019749100995398585655
>
09:32:07,654 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
49455510248484849484958575752985852101975354551004958575155102484848494849585757529858521019753545510049585756
>
09:32:07,756 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
4945551024848484948495810050505758521019749100984997585652551024848484948495810050505758521019749100984997585654
>
09:32:07,839 WARN [loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could
not find new XAResource to use for recovering non-serializable
XAResource < 131075, 27, 25,
494555102484848494849585699575358521019753544851515856555510248484849484958569957535852101975354485151585697
>
09

pablo.a....@gmail.com

unread,
Oct 24, 2011, 10:25:25 AM10/24/11
to jav...@googlegroups.com
Caused by: org.dom4j.DocumentException: Error on line 14 of
document  : The prefix "transaction" for element "transaction:ejb-
transaction" is not bound. Nested exception: The prefix "transaction"
for element "transaction:ejb-transaction" is not bound.
       at org.dom4j.io.SAXReader.read(
SAXReader.java:482)

Tenés mal declarado el namespace "transaction".
Saludos.



--
www.JavaSOS.com
Grupo de colaboración Java/J2ee para desarrolladores de habla hispana.

Simon Alberto Rodriguez Pacheco

unread,
Oct 24, 2011, 10:46:16 AM10/24/11
to jav...@googlegroups.com
tu dices.. en vez de colocarlo asi <transaction:ejb-transaction/>

lo coloco asi <transaction:transaction/>  ??

probare..




--
Ing en Computacion Simon Rodriguez
www.ecologicalpaper.com
tlf:0584142711347 Venezuela

Simon Alberto Rodriguez Pacheco

unread,
Oct 24, 2011, 10:47:55 AM10/24/11
to jav...@googlegroups.com
da error igual :(  <transaction:transaction/>

2011/10/24 Simon Alberto Rodriguez Pacheco <oracle...@gmail.com>

pablo.a....@gmail.com

unread,
Oct 24, 2011, 10:58:23 AM10/24/11
to jav...@googlegroups.com
Postea el XML acá, el prefijo "transaction" no está atado a ningún namespace, o sea que tenés mal el primer element del XML.

Saludos.

Simon Alberto Rodriguez Pacheco

unread,
Oct 24, 2011, 11:27:13 AM10/24/11
to jav...@googlegroups.com
Muchas Gracias Pablo.. ya coloque el prefijo transaction y funciona..
ahora sale este error al tratar de ir a la pagina login

    at java.lang.Thread.run(Thread.java:619)
Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.transaction.synchronizations
    at org.jboss.seam.Component.newInstance(Component.java:2170)
    at org.jboss.seam.Component.getInstance(Component.java:2024)
    at org.jboss.seam.Component.getInstance(Component.java:2003)
    at org.jboss.seam.Component.getInstance(Component.java:1997)
    at org.jboss.seam.Component.getInstance(Component.java:1992)
    at org.jboss.seam.transaction.AbstractUserTransaction.getSynchronizations(AbstractUserTransaction.java:79)
    at org.jboss.seam.transaction.UTTransaction.begin(UTTransaction.java:40)
    at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:592)
    ... 50 more
Caused by: javax.naming.NameNotFoundException: EjbSynchronizations not bound


Simon Alberto Rodriguez Pacheco

unread,
Oct 24, 2011, 11:52:27 AM10/24/11
to jav...@googlegroups.com
Pablo.. ya pude entrar al login etc..
pero cuando trato de hacer un merge , me da este error


    public void crearInstanciapd() {
        GraphSession graphSession = jbpmContext.getGraphSession();
        // Busca la última versión del proceso simple
        ProcessDefinition processDefinition = graphSession
                .findLatestProcessDefinition(definionProceso);

        // Se crea una nueva instancia del proceso simple
        ProcessInstance processInstance = new ProcessInstance(processDefinition);

        if (requerimientoSolicitudCodigo != null) {
            List existing = em.createQuery(
                    "select object(o) from RequerimientoSolicitud as o where o.codigo="
                            + requerimientoSolicitudCodigo).getResultList();
            if (existing != null && existing.size() > 0) {
                RequerimientoSolicitud req = (RequerimientoSolicitud) existing
                        .get(0);
                System.out.println("-----------------------1------ddd-------------");
                System.out.println("req.getDescripcion()="+req.getDescripcion());
                req.setFlowReq1(true);
                req.setProcessinstance(processInstance.getId());
                em.merge(req);
            }
        }
        // Se buscan las instancias del proceso simple

    }



used by: javax.faces.FacesException: #{requerimientoSolicitudFlow.workFlowSolicitudRequerimiento}: java.lang.RuntimeException: javax.transaction.HeuristicMixedException
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    at javax.faces.component.UICommand.broadcast(UICommand.java:387)
    at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:329)
    at org.ajax4jsf.component.AjaxViewRoot.broadcastEventsForPhase(AjaxViewRoot.java:304)
    at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:261)
    at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:417)
    at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 41 more
Caused by: javax.faces.el.EvaluationException: java.lang.RuntimeException: javax.transaction.HeuristicMixedException
    at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    ... 50 more
C








Reply all
Reply to author
Forward
0 new messages