On Thu, 2008-05-22 at 22:31 -0700, David Blevins wrote: > On May 21, 2008, at 6:04 AM, Martin Vysny wrote: > > > On Wed, 2008-05-21 at 14:18 +0530, Manu George wrote: > >> This looks like the XAResource that is being passed to the geronimo > >> transaction manager is not a named XA Resource. So transactions will > >> not be logged in this case. I think you can open a JIRA as it looks > >> like a bug. > >> > > The crazy thing with this is that the HOWL transaction logging should > be off by default. Looking at our defaults for the standalone server, > it seems like we may have mismatching configuration defaults. Tx > logging seems to be enabled in the TransactionManager by default > (MaxLogFiles=1) but shut off on the DataSource side > (TxRecovery=false), both should agree. > > Adding this to your openejb.xml file should shut off tx logging and > make the error go away: > > <TransactionManager id="TransactionManager"> > MaxLogFiles = 0 > </TransactionManager> > > Alternatively, setting the "TxRecovery" property to "true" on your > DataSources in the openejb.xml should turn on tx logging (for your > datasources at least) and should also make the error go away. > > Let us know which way you go. This will definitely be a good one for > the archives some docs should follow shortly. > > -David >
Thanks for the tips, David!
Setting the MaxLogFiles property to zero resulted in:
16:04:54,197 WARN [main service] Property "MaxLogFiles" not supported
by "TransactionManager"
and the exception was still visible in the log (OpenEJB3.0)
Setting the TxRecovery property for the JDBC database Connector fixed
the error, and a warning has appeared instead. Better than an error
indeed, however can I get rid of this warning as well? :)
16:08:50,120 WARN [btpool0-1 Transaction] Unable to enlist XAResource
[EMAIL PROTECTED],
errorCode: 0
javax.transaction.xa.XAException: Unknown start flag 2097152
at org.apache.commons.dbcp.managed.LocalXAConnectionFactory
$LocalXAResource.start(LocalXAConnectionFactory.java:143)
at
org.apache.geronimo.transaction.manager.WrapperNamedXAResource.start(WrapperNamedXAResource.java:86)
at
org.apache.geronimo.transaction.manager.TransactionImpl.enlistResource(TransactionImpl.java:201)
at org.apache.openejb.resource.jdbc.ManagedDataSourceWithRecovery
$TransactionWrapper.enlistResource(ManagedDataSourceWithRecovery.java:122)
at
org.apache.commons.dbcp.managed.TransactionContext.setSharedConnection(TransactionContext.java:89)
at
org.apache.commons.dbcp.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:131)
at
org.apache.commons.dbcp.managed.ManagedConnection.checkOpen(ManagedConnection.java:60)
at
org.apache.commons.dbcp.DelegatingConnection.prepareStatement(DelegatingConnection.java:253)
at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.whitestein.fe.impl.ejb.FEStateContext
$ConnectionInvocationHandler.invoke(FEStateContext.java:77)
at $Proxy64.prepareStatement(Unknown Source)
at
com.whitestein.fe.impl.LockingStorage.getNextKey(LockingStorage.java:170)
at
com.whitestein.fe.impl.ejb.FEInternalServicesBean.invokeAgent(FEInternalServicesBean.java:345)
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.apache.openejb.core.interceptor.ReflectionInvocationContext
$Invocation.invoke(ReflectionInvocationContext.java:158)
at
org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:141)
at
org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:210)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:188)
at
org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:165)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:217)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:77)
at
org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at
org.apache.openejb.util.proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
at $Proxy27.invokeAgent(Unknown Source)
at
com.whitestein.fe.impl.ejb.FEInternalServicesBean.invokeAgentWithErrorHandling(FEInternalServicesBean.java:285)
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.apache.openejb.core.interceptor.ReflectionInvocationContext
$Invocation.invoke(ReflectionInvocationContext.java:158)
at
org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:141)
at
org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:210)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:188)
at
org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:165)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:217)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:77)
at
org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at
org.apache.openejb.util.proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
at $Proxy27.invokeAgentWithErrorHandling(Unknown Source)
at
com.whitestein.fe.impl.ejb.FEInternalServicesBean.processCommUnitInServantContext(FEInternalServicesBean.java:260)
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.apache.openejb.core.interceptor.ReflectionInvocationContext
$Invocation.invoke(ReflectionInvocationContext.java:158)
at
org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:141)
at
org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:210)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:188)
at
org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:165)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:217)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:77)
at
org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at
org.apache.openejb.util.proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
at $Proxy27.processCommUnitInServantContext(Unknown Source)
at
com.whitestein.fe.impl.services.ClientServantContextImpl.sendSynchronousMessage(ClientServantContextImpl.java:50)
at
com.whitestein.lsts.cal.servant.AbstractClientServant.sendSynchronousMessage(AbstractClientServant.java:30)
at
com.whitestein.abpm.human.servants.TodoServantImpl.submitSection(TodoServantImpl.java:182)
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
com.whitestein.fe.impl.ejb.FEInternalServicesBean.invokeServant(FEInternalServicesBean.java:435)
at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext
$Invocation.invoke(ReflectionInvocationContext.java:158)
at
org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:141)
at
org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:210)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:188)
at
org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:165)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:217)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:77)
at
org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at
org.apache.openejb.util.proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
at $Proxy27.invokeServant(Unknown Source)
at
com.whitestein.fe.impl.ejb.FEClientBean.invokeServant(FEClientBean.java:258)
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext
$Invocation.invoke(ReflectionInvocationContext.java:158)
at
org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:141)
at
org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:210)
at
org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:188)
at
org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:165)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:217)
at
org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:77)
at
org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at
org.apache.openejb.util.proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
at $Proxy63.invokeServant(Unknown Source)
at
com.whitestein.fe.impl.FEClientImpl.invokeServant(FEClientImpl.java:66)
at com.whitestein.fe.client.AbstractClientCommunication
$ServantInvocator.invoke(AbstractClientCommunication.java:263)
at $Proxy68.submitSection(Unknown Source)
at com.whitestein.abpm.webapp.beans.TodoBean.submit(TodoBean.java:617)
at com.whitestein.abpm.webapp.beans.TodoBean.submit(TodoBean.java:588)
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
com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:146)
at
com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
at javax.faces.component.UICommand.broadcast(UICommand.java:332)
at
javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
at
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
at
com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
at
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at
org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection
$RequestHandler.content(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.jetty.bio.SocketConnector
$Connection.run(SocketConnector.java:227)
at org.mortbay.thread.BoundedThreadPool
$PoolThread.run(BoundedThreadPool.java:442)
> >
> >> On Mon, May 19, 2008 at 4:59 PM, Martin Vysny <[EMAIL PROTECTED]>
> >> wrote:
> >>> Hi,
> >>> the following error message occurs when OpenEJB tries to commit a
> >>> transaction (attached at the end of the mail). There are two
> >>> transactions active as one method with Required invokes another with
> >>> RequiresNew.
> >>> The thing is, everything works fine - OpenEJB does not crash,
> >>> transactions are committed as required, only the exception is
> >>> shown in
> >>> the log. I'd hate to suppress errors in log :) so, do I need to
> >>> setup
> >>> openejb.xml somehow, to get rid of this Exception? Can you help me?
> >>> Thanks,
> >>> sincerely
> >>> Martin
> >>>
> >>>
> >>> 13:14:32,472 ERROR [btpool0-1 Transaction] Please correct the
> >>> integration and supply a NamedXAResource
> >>> java.lang.IllegalStateException: Cannot log transactions as
> >>> org.apache.commons.dbcp.managed.LocalXAConnectionFactory
> >>> [EMAIL PROTECTED] is not a NamedXAResource.
> >>> at org.apache.geronimo.transaction.manager.TransactionImpl
> >>> $TransactionBranch.getResourceName(TransactionImpl.java:697)
> >>> at
> >>> org.apache.geronimo.transaction.log.HOWLLog.prepare(HOWLLog.java:
> >>> 254)
> >>> at
> >>> org
> >>> .apache
> >>> .geronimo
> >>> .transaction
> >>> .manager.TransactionImpl.internalPrepare(TransactionImpl.java:444)
> >>> at
> >>> org
> >>> .apache
> >>> .geronimo
> >>> .transaction.manager.TransactionImpl.commit(TransactionImpl.java:
> >>> 316)
> >>> at
> >>> org
> >>> .apache
> >>> .geronimo
> >>> .transaction
> >>> .manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:
> >>> 245)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .transaction
> >>> .TransactionPolicy.commitTransaction(TransactionPolicy.java:138)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.transaction.TxRequiresNew.afterInvoke(TxRequiresNew.java:73)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 233)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 188)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer.invoke(StatelessContainer.java:
> >>> 165)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .ivm
> >>> .EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:
> >>> 217)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:
> >>> 77)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .util
> >>> .proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
> >>> at $Proxy27.invokeAgent(Unknown Source)
> >>> at
> >>> com
> >>> .whitestein
> >>> .fe
> >>> .impl
> >>> .ejb
> >>> .FEInternalServicesBean
> >>> .invokeAgentWithErrorHandling(FEInternalServicesBean.java:285)
> >>> 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.apache.openejb.core.interceptor.ReflectionInvocationContext
> >>> $Invocation.invoke(ReflectionInvocationContext.java:158)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .interceptor
> >>> .ReflectionInvocationContext
> >>> .proceed(ReflectionInvocationContext.java:141)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 210)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 188)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer.invoke(StatelessContainer.java:
> >>> 165)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .ivm
> >>> .EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:
> >>> 217)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:
> >>> 77)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .util
> >>> .proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
> >>> at $Proxy27.invokeAgentWithErrorHandling(Unknown Source)
> >>> at
> >>> com
> >>> .whitestein
> >>> .fe
> >>> .impl
> >>> .ejb
> >>> .FEInternalServicesBean
> >>> .processCommUnitInServantContext(FEInternalServicesBean.java:260)
> >>> 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.apache.openejb.core.interceptor.ReflectionInvocationContext
> >>> $Invocation.invoke(ReflectionInvocationContext.java:158)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .interceptor
> >>> .ReflectionInvocationContext
> >>> .proceed(ReflectionInvocationContext.java:141)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 210)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 188)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer.invoke(StatelessContainer.java:
> >>> 165)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .ivm
> >>> .EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:
> >>> 217)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:
> >>> 77)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .util
> >>> .proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
> >>> at $Proxy27.processCommUnitInServantContext(Unknown Source)
> >>> at
> >>> com
> >>> .whitestein
> >>> .fe
> >>> .impl
> >>> .services
> >>> .ClientServantContextImpl
> >>> .sendSynchronousMessage(ClientServantContextImpl.java:50)
> >>> at
> >>> com
> >>> .whitestein
> >>> .lsts
> >>> .cal
> >>> .servant
> >>> .AbstractClientServant
> >>> .sendSynchronousMessage(AbstractClientServant.java:30)
> >>> at
> >>> com
> >>> .whitestein
> >>> .abpm
> >>> .app
> >>> .core
> >>> .servants
> >>> .ApplicationServantImpl
> >>> .startInterpretProcess(ApplicationServantImpl.java:75)
> >>> at
> >>> com
> >>> .whitestein
> >>> .abpm
> >>> .app
> >>> .core
> >>> .servants
> >>> .ApplicationServantImpl.createProcess(ApplicationServantImpl.java:
> >>> 58)
> >>> 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
> >>> com
> >>> .whitestein
> >>> .fe
> >>> .impl
> >>> .ejb
> >>> .FEInternalServicesBean.invokeServant(FEInternalServicesBean.java:
> >>> 435)
> >>> at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown
> >>> Source)
> >>> at
> >>> sun
> >>> .reflect
> >>> .DelegatingMethodAccessorImpl
> >>> .invoke(DelegatingMethodAccessorImpl.java:25)
> >>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>> org.apache.openejb.core.interceptor.ReflectionInvocationContext
> >>> $Invocation.invoke(ReflectionInvocationContext.java:158)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .interceptor
> >>> .ReflectionInvocationContext
> >>> .proceed(ReflectionInvocationContext.java:141)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 210)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 188)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer.invoke(StatelessContainer.java:
> >>> 165)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .ivm
> >>> .EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:
> >>> 217)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:
> >>> 77)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .util
> >>> .proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
> >>> at $Proxy27.invokeServant(Unknown Source)
> >>> at
> >>> com
> >>> .whitestein
> >>> .fe.impl.ejb.FEClientBean.invokeServant(FEClientBean.java:258)
> >>> at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown
> >>> Source)
> >>> at
> >>> sun
> >>> .reflect
> >>> .DelegatingMethodAccessorImpl
> >>> .invoke(DelegatingMethodAccessorImpl.java:25)
> >>> at java.lang.reflect.Method.invoke(Method.java:597)
> >>> at
> >>> org.apache.openejb.core.interceptor.ReflectionInvocationContext
> >>> $Invocation.invoke(ReflectionInvocationContext.java:158)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .interceptor
> >>> .ReflectionInvocationContext
> >>> .proceed(ReflectionInvocationContext.java:141)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.interceptor.InterceptorStack.invoke(InterceptorStack.java:67)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 210)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer._invoke(StatelessContainer.java:
> >>> 188)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.stateless.StatelessContainer.invoke(StatelessContainer.java:
> >>> 165)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core
> >>> .ivm
> >>> .EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:
> >>> 217)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:
> >>> 77)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
> >>> at
> >>> org
> >>> .apache
> >>> .openejb
> >>> .util
> >>> .proxy.Jdk13InvocationHandler.invoke(Jdk13InvocationHandler.java:49)
> >>> at $Proxy63.invokeServant(Unknown Source)
> >>> at
> >>> com
> >>> .whitestein.fe.impl.FEClientImpl.invokeServant(FEClientImpl.java:66)
> >>> at com.whitestein.fe.client.AbstractClientCommunication
> >>> $ServantInvocator.invoke(AbstractClientCommunication.java:263)
> >>> at $Proxy69.createProcess(Unknown Source)
> >>> at
> >>> com
> >>> .whitestein
> >>> .abpm.webapp.beans.CreateProcessBean.create(CreateProcessBean.java:
> >>> 103)
> >>> at
> >>> com
> >>> .whitestein
> >>> .abpm.webapp.beans.CreateProcessBean.create(CreateProcessBean.java:
> >>> 47)
> >>> 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
> >>> com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:
> >>> 146)
> >>> at
> >>> com
> >>> .sun
> >>> .faces
> >>> .application
> >>> .ActionListenerImpl.processAction(ActionListenerImpl.java:92)
> >>> at javax.faces.component.UICommand.broadcast(UICommand.java:
> >>> 332)
> >>> at
> >>> javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:
> >>> 287)
> >>> at
> >>> javax
> >>> .faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
> >>> at
> >>> com
> >>> .sun
> >>> .faces
> >>> .lifecycle
> >>> .InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
> >>> at
> >>> com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
> >>> at
> >>> com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:
> >>> 110)
> >>> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:
> >>> 213)
> >>> at
> >>> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
> >>> 487)
> >>> at
> >>> org
> >>> .mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:
> >>> 362)
> >>> at
> >>> org
> >>> .mortbay
> >>> .jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> >>> at
> >>> org
> >>> .mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:
> >>> 181)
> >>> at
> >>> org
> >>> .mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:
> >>> 712)
> >>> at
> >>> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
> >>> 405)
> >>> at
> >>> org
> >>> .mortbay
> >>> .jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> >>> at
> >>> org
> >>> .mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
> >>> 139)
> >>> at org.mortbay.jetty.Server.handle(Server.java:313)
> >>> at
> >>> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
> >>> 506)
> >>> at org.mortbay.jetty.HttpConnection
> >>> $RequestHandler.content(HttpConnection.java:844)
> >>> at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
> >>> at
> >>> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
> >>> at
> >>> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
> >>> at org.mortbay.jetty.bio.SocketConnector
> >>> $Connection.run(SocketConnector.java:227)
> >>> at org.mortbay.thread.BoundedThreadPool
> >>> $PoolThread.run(BoundedThreadPool.java:442)
> >>>
> >>>
> >>>
> >>
> > --
> > Mgr. Martin Vysny | [EMAIL PROTECTED]
> > Software Engineer
> > Whitestein Technologies s.r.o | www.whitestein.com
> > Panenska 28 | 811 03 Bratislava | Slovak Republic
> > Main +421 2 5443-5502 | Direct +421 2 5930-0717
> >
>
>
--
Mgr. Martin Vysny | [EMAIL PROTECTED]
Software Engineer
Whitestein Technologies s.r.o | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0717
signature.asc
Description: This is a digitally signed message part
