[JBossWS] - jboss web service client
by francescots
Hi.
i'm using jbossws 2.0 and jboss AS 4.2.2. When accessing from my web application under seam to an web service i got the following exception
...UserName is not a valid property on class com.phi.ws.Test
com.sun.xml.bind.v2.runtime.JAXBContextImpl.getElementPropertyAccessor(JAXBContextImpl.java:926)
org.jboss.ws.metadata.acessor.JAXBAccessor$1$1.create(JAXBAccessor.java:75)
org.jboss.ws.metadata.umdm.ParameterMetaData.eagerInitialize(ParameterMetaData.java:480)
org.jboss.ws.metadata.umdm.OperationMetaData.eagerInitialize(OperationMetaData.java:458)
org.jboss.ws.metadata.umdm.EndpointMetaData.eagerInitializeOperations(EndpointMetaData.java:533)
org.jboss.ws.metadata.umdm.EndpointMetaData.initializeInternal(EndpointMetaData.java:519)
org.jboss.ws.metadata.umdm.EndpointMetaData.eagerInitialize(EndpointMetaData.java:507)
org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.rebuildEndpointMetaData(JAXWSClientMetaDataBuilder.java:308)
org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getPortInternal(ServiceDelegateImpl.java:262)
org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getPort(ServiceDelegateImpl.java:193)
javax.xml.ws.Service.getPort(Service.java:116)
com.phi.ws.tesan.mocmeasurements.MOCMeasurements.getMOCMeasurementsSoap(MOCMeasurements.java:50)
com.phi.ws.StubBeanMio.queryWSTesanMoc(StubBeanMio.java:52)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
org.jboss.seam.persistence.EntityManagerProxyInterceptor.aroundInvoke(EntityManagerProxyInterceptor.java:26)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
org.jboss.seam.persistence.HibernateSessionProxyInterceptor.aroundInvoke(HibernateSessionProxyInterceptor.java:27)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:50)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:95)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:110)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:240)
org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:210)
org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:84)
$Proxy142.queryWSTesanMoc(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54)
org.javassist.tmp.java.lang.Object_$$_javassist_19.queryWSTesanMoc(Object_$$_javassist_19.java)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:328)
org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:341)
org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69)
com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
javax.faces.component.UICommand.broadcast(UICommand.java:383)
org.ajax4jsf.component.AjaxActionComponent.broadcast(AjaxActionComponent.java:55)
org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:317)
org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:292)
org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:249)
org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:462)
com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:508)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:154)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:260)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:366)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:493)
org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
When i access to web service from a standalone java project i can connect and getting the right response.
Any Idea?
I supposed that one of the jar that i have in the jboss deploy directory makes a trouble.
Thank you for any response.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203766#4203766
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203766
17 years, 3 months
[JBoss jBPM] - [size=18][b]subProcessDefinition not found[/b][/size]
by kasabov
I have process that invoke sub process using process state. I test the process with JUnit. When start test it says - ERROR (GraphElement.java:295) - action threw exception: can't create a process instance when processDefinition is null. This is because can't find the sub process definiton. How can I bound sub process definition to parent process definition. This is my code in JUnit test
| ProcessDefinition definition = ProcessDefinition
| .parseXmlInputStream(new FileInputStream("jpdl\\parent\\processdefinition.xml"));
| ProcessDefinition definitionSub = ProcessDefinition
| .parseXmlInputStream(new FileInputStream("jpdl\\sub\\processdefinition.xml"));
| ProcessState st = (ProcessState)definition.getNode("Sub process Invoke");
| st.setProcessDefinition(definitionSub);
| ProcessInstance instance = new ProcessInstance(definition);
| instance.signal();
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203761#4203761
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203761
17 years, 3 months
[Clustering/JBoss] - Re: discarded message from non-member
by bmelloni
This Connection issue does not go away with the firewall turned off. The two posts are independent problems.
Let's table this problem. I should get my commercial license credentials today or tomorrow and will use phone support to start over from scratch and reinstall both servers in the cluster according to their instructions instead of what the documentation seems to say.
A suggestion:
- The server config guide is a good reference, but it is worthless as a cluster installation guide unless you are already a jBoss configuration expert.
- There is a need for a simple, step by step guide for installing a basic cluster.
- I might even write it myself and contribute it back after talking to support. Nobody else should suffer through this installation nightmare.
Thanks for trying to help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203748#4203748
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203748
17 years, 3 months
[JBoss Cache: Core Edition] - Re: tx aware cache config issue
by emmartins
Trace logs for the last scenario:
| 17:16:11,715 INFO [ComponentRegistry] JBoss Cache version: JBossCache 'Naga' 3.0.2.GA
| 17:16:11,737 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,737 TRACE [InvocationContextInterceptor] Invoked with command GetNodeCommand{fqn=/} and InvocationContext [InvocationContext{transaction=null, globalTransaction=null, transactionContext=null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,738 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,739 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > and gtx as null
| 17:16:11,740 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,740 TRACE [TxInterceptor] Associated gtx in txTable is null
| 17:16:11,746 TRACE [TransactionTable] created new GTX: GlobalTransaction:<null>:1, local TX=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING >
| 17:16:11,746 TRACE [TxInterceptor] Registering sync handler for tx TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING >, gtx GlobalTransaction:<null>:1
| 17:16:11,749 TRACE [TxInterceptor] registering for TX completion: SynchronizationHandler(TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<null>:1, tx=com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple@1322016))
| 17:16:11,751 TRACE [MVCCNodeHelper] Node / is not in context, fetching from container.
| 17:16:11,751 TRACE [CallInterceptor] Executing command: GetNodeCommand{fqn=/}.
| 17:16:11,752 TRACE [GetNodeCommand] Found node, returning UnversionedNode[ /]
| 17:16:11,752 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,752 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,752 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,754 TRACE [InvocationContextInterceptor] Invoked with command GetNodeCommand{fqn=/short test} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING >, globalTransaction=GlobalTransaction:<null>:1, transactionContext=TransactionEntry
| modificationList: null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,754 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,754 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > and gtx as GlobalTransaction:<null>:1
| 17:16:11,754 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,754 TRACE [TxInterceptor] Associated gtx in txTable is GlobalTransaction:<null>:1
| 17:16:11,754 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > is already registered.
| 17:16:11,754 TRACE [MVCCNodeHelper] Node /short test is not in context, fetching from container.
| 17:16:11,754 TRACE [CallInterceptor] Executing command: GetNodeCommand{fqn=/short test}.
| 17:16:11,754 TRACE [GetNodeCommand] Node of type [NullMarkerNode] found but marked as deleted in current scope. Returning null.
| 17:16:11,754 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,754 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,755 TRACE [NodeInvocationDelegate] Child is null; creating.
| 17:16:11,755 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,756 TRACE [InvocationContextInterceptor] Invoked with command PutDataMapCommand{fqn=/short test, dataVersion=null, data=null, globalTransaction=null, erase=false} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING >, globalTransaction=GlobalTransaction:<null>:1, transactionContext=TransactionEntry
| modificationList: null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,756 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,756 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > and gtx as GlobalTransaction:<null>:1
| 17:16:11,756 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,756 TRACE [TxInterceptor] Associated gtx in txTable is GlobalTransaction:<null>:1
| 17:16:11,756 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > is already registered.
| 17:16:11,756 TRACE [MVCCNodeHelper] Retrieving wrapped node /
| 17:16:11,757 TRACE [MVCCLockManager] Attempting to lock /short test
| 17:16:11,758 TRACE [MVCCNodeFactory] Created new child with fqn [/short test]
| 17:16:11,759 TRACE [PutDataMapCommand] perform(null, "/short test", null)
| 17:16:11,759 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,759 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,759 TRACE [NodeInvocationDelegate] Created. Now getting again.
| 17:16:11,759 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,760 TRACE [InvocationContextInterceptor] Invoked with command GetNodeCommand{fqn=/short test} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING >, globalTransaction=GlobalTransaction:<null>:1, transactionContext=TransactionEntry
| modificationList: [PutDataMapCommand{fqn=/short test, dataVersion=null, data=null, globalTransaction=null, erase=false}], optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,760 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,760 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > and gtx as GlobalTransaction:<null>:1
| 17:16:11,760 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,760 TRACE [TxInterceptor] Associated gtx in txTable is GlobalTransaction:<null>:1
| 17:16:11,760 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > is already registered.
| 17:16:11,760 TRACE [MVCCNodeHelper] Node /short test is already in context.
| 17:16:11,760 TRACE [CallInterceptor] Executing command: GetNodeCommand{fqn=/short test}.
| 17:16:11,760 TRACE [GetNodeCommand] Found node, returning UnversionedNode[ /short test]
| 17:16:11,760 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,760 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,760 TRACE [NodeInvocationDelegate] Got child UnversionedNode[ /short test]
| 17:16:11,761 TRACE [TxInterceptor] Running beforeCompletion on gtx GlobalTransaction:<null>:1
| 17:16:11,761 TRACE [TxInterceptor] Setting up transactional context.
| 17:16:11,761 TRACE [TxInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > and gtx as GlobalTransaction:<null>:1
| 17:16:11,761 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,761 TRACE [TxInterceptor] Setting up transactional context.
| 17:16:11,761 TRACE [TxInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.RUNNING > and gtx as GlobalTransaction:<null>:1
| 17:16:11,762 TRACE [CallInterceptor] Suppressing invocation of method handlePrepareCommand.
| 17:16:11,762 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,762 TRACE [TxInterceptor] Setting up transactional context.
| 17:16:11,762 TRACE [TxInterceptor] Setting tx as null and gtx as null
| 17:16:11,763 TRACE [TxInterceptor] Setting up transactional context.
| 17:16:11,763 TRACE [TxInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:9 status: ActionStatus.COMMITTED > and gtx as GlobalTransaction:<null>:1
| 17:16:11,763 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,763 TRACE [TxInterceptor] calling aftercompletion for GlobalTransaction:<null>:1
| 17:16:11,763 TRACE [TxInterceptor] Running commit phase. One phase? false
| 17:16:11,763 TRACE [TxInterceptor] Running commit for GlobalTransaction:<null>:1
| 17:16:11,763 TRACE [CallInterceptor] Suppressing invocation of method handleCommitCommand.
| 17:16:11,763 TRACE [ReadCommittedNode] Updating node [/short test]. deleted=false valid=true changed=true created=true
| 17:16:11,763 TRACE [MVCCLockingInterceptor] Releasing lock on [/short test] for owner GlobalTransaction:<null>:1
| 17:16:11,763 TRACE [MVCCLockManager] Attempting to unlock /short test
| 17:16:11,764 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,764 TRACE [TxInterceptor] Finished local commit/rollback method for GlobalTransaction:<null>:1
| 17:16:11,764 TRACE [TxInterceptor] Finished commit phase
| 17:16:11,764 TRACE [TxInterceptor] Setting up transactional context.
| 17:16:11,764 TRACE [TxInterceptor] Setting tx as null and gtx as null
| 17:16:11,764 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,764 TRACE [InvocationContextInterceptor] Invoked with command GetNodeCommand{fqn=/} and InvocationContext [InvocationContext{transaction=null, globalTransaction=null, transactionContext=null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,764 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,764 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY > and gtx as null
| 17:16:11,764 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,764 TRACE [TxInterceptor] Associated gtx in txTable is null
| 17:16:11,765 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY > is already registered.
| 17:16:11,765 TRACE [MVCCNodeHelper] Node / is not in context, fetching from container.
| 17:16:11,765 TRACE [CallInterceptor] Executing command: GetNodeCommand{fqn=/}.
| 17:16:11,767 TRACE [GetNodeCommand] Found node, returning UnversionedNode[ / children=[short test]]
| 17:16:11,767 TRACE [MVCCLockingInterceptor] Nothing to do since there are no modifications in scope.
| 17:16:11,767 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,767 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,767 TRACE [InvocationContextInterceptor] Invoked with command GetNodeCommand{fqn=/short test} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY >, globalTransaction=null, transactionContext=null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,768 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,768 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY > and gtx as null
| 17:16:11,768 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,768 TRACE [TxInterceptor] Associated gtx in txTable is null
| 17:16:11,768 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY > is already registered.
| 17:16:11,768 TRACE [MVCCNodeHelper] Node /short test is not in context, fetching from container.
| 17:16:11,768 TRACE [CallInterceptor] Executing command: GetNodeCommand{fqn=/short test}.
| 17:16:11,768 TRACE [GetNodeCommand] Found node, returning UnversionedNode[ /short test]
| 17:16:11,768 TRACE [MVCCLockingInterceptor] Nothing to do since there are no modifications in scope.
| 17:16:11,768 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,768 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,768 WARN [TransactionTable] status is 1 (not ACTIVE or PREPARING); returning null)
| 17:16:11,769 TRACE [InvocationContextInterceptor] Invoked with command PutKeyValueCommand{fqn=/short test, dataVersion=null, globalTransaction=null, key=java.lang.Object@ca88b3, value=java.lang.Object@d4a2bd} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY >, globalTransaction=null, transactionContext=null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,769 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,769 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY > and gtx as null
| 17:16:11,769 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,769 TRACE [TxInterceptor] Associated gtx in txTable is null
| 17:16:11,769 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORT_ONLY > is already registered.
| 17:16:11,769 TRACE [MVCCLockManager] Attempting to lock /short test
| 17:16:11,769 TRACE [PutKeyValueCommand] Perform('null', '/short test', k='java.lang.Object@ca88b3', v='java.lang.Object@d4a2bd')
| 17:16:11,769 TRACE [PutKeyValueCommand] Old value is null, dataLoaded=false
| 17:16:11,769 TRACE [ReadCommittedNode] Updating node [/short test]. deleted=false valid=true changed=true created=false
| 17:16:11,769 TRACE [MVCCLockingInterceptor] Releasing lock on [/short test] for owner Thread[main,5,jboss]
| 17:16:11,769 TRACE [MVCCLockManager] Attempting to unlock /short test
| 17:16:11,769 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,769 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,770 TRACE [InvocationContextInterceptor] Invoked with command GetNodeCommand{fqn=/} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:c status: ActionStatus.ABORTED >, globalTransaction=null, transactionContext=null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,770 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,770 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING > and gtx as null
| 17:16:11,770 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,770 TRACE [TxInterceptor] Associated gtx in txTable is null
| 17:16:11,770 TRACE [TransactionTable] created new GTX: GlobalTransaction:<null>:2, local TX=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING >
| 17:16:11,770 TRACE [TxInterceptor] Registering sync handler for tx TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING >, gtx GlobalTransaction:<null>:2
| 17:16:11,770 TRACE [TxInterceptor] registering for TX completion: SynchronizationHandler(TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<null>:2, tx=com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple@393299))
| 17:16:11,770 TRACE [MVCCNodeHelper] Node / is not in context, fetching from container.
| 17:16:11,770 TRACE [CallInterceptor] Executing command: GetNodeCommand{fqn=/}.
| 17:16:11,770 TRACE [GetNodeCommand] Found node, returning UnversionedNode[ / children=[short test]]
| 17:16:11,770 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,770 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,770 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,770 TRACE [InvocationContextInterceptor] Invoked with command GetNodeCommand{fqn=/short test} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING >, globalTransaction=GlobalTransaction:<null>:2, transactionContext=TransactionEntry
| modificationList: null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,770 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,770 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING > and gtx as GlobalTransaction:<null>:2
| 17:16:11,770 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,770 TRACE [TxInterceptor] Associated gtx in txTable is GlobalTransaction:<null>:2
| 17:16:11,770 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING > is already registered.
| 17:16:11,770 TRACE [MVCCNodeHelper] Node /short test is not in context, fetching from container.
| 17:16:11,770 TRACE [CallInterceptor] Executing command: GetNodeCommand{fqn=/short test}.
| 17:16:11,770 TRACE [GetNodeCommand] Found node, returning UnversionedNode[ /short test data=[java.lang.Object@ca88b3]]
| 17:16:11,771 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,771 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,771 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,771 TRACE [InvocationContextInterceptor] Invoked with command GetKeyValueCommand{fqn=/short test, key=java.lang.Object@ca88b3, sendNodeEvent=true} and InvocationContext [InvocationContext{transaction=TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING >, globalTransaction=GlobalTransaction:<null>:2, transactionContext=TransactionEntry
| modificationList: null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]
| 17:16:11,782 TRACE [InvocationContextInterceptor] Setting up transactional context.
| 17:16:11,782 TRACE [InvocationContextInterceptor] Setting tx as TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING > and gtx as GlobalTransaction:<null>:2
| 17:16:11,783 TRACE [TxInterceptor] local transaction exists - registering global tx if not present for Thread[main,5,jboss]
| 17:16:11,783 TRACE [TxInterceptor] Associated gtx in txTable is GlobalTransaction:<null>:2
| 17:16:11,784 TRACE [TxInterceptor] Transaction TransactionImple < ac, BasicAction: -53e0fec0:ddd5:49775859:e status: ActionStatus.RUNNING > is already registered.
| 17:16:11,785 TRACE [MVCCNodeHelper] Node /short test is already in context.
| 17:16:11,786 TRACE [CallInterceptor] Executing command: GetKeyValueCommand{fqn=/short test, key=java.lang.Object@ca88b3, sendNodeEvent=true}.
| 17:16:11,786 TRACE [GetKeyValueCommand] Found value java.lang.Object@d4a2bd
| 17:16:11,786 TRACE [MVCCLockingInterceptor] Nothing to do since there is a transaction in scope.
| 17:16:11,787 TRACE [InvocationContextInterceptor] Resetting invocation-scope options
| 17:16:11,787 INFO [SleeTransactionManagerImpl] BIGGGGGGGGGGGGGGG ISSSSSSSSSSSSSSSSSSSSUEEEEEEEEEE
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203735#4203735
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203735
17 years, 3 months