[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1259) Stateless example does not work with EAP 4.3
Tim Fox (JIRA)
jira-events at lists.jboss.org
Fri Sep 26 04:52:31 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tim Fox closed JBMESSAGING-1259.
--------------------------------
> Stateless example does not work with EAP 4.3
> --------------------------------------------
>
> Key: JBMESSAGING-1259
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1259
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.4.0.SP3_CP01
> Reporter: Phillip Thurmond
> Assignee: Tim Fox
>
> Stateless example does not work with EAP 4.3
> Server output:
> 16:52:30,446 INFO [STDOUT] message Hello! sent to /queue/testQueue
> 16:52:30,504 INFO [STDOUT] message Hello! received
> 16:52:30,505 INFO [STDOUT] message processed, result: !olleH
> 16:52:30,511 ERROR [STDERR] java.lang.UnsupportedOperationException: Destination not specified
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:155)
> 16:52:30,512 ERROR [STDERR] at org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect46.invoke(ProducerAspect46.java)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
> 16:52:30,512 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:207)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:145)
> 16:52:30,512 ERROR [STDERR] at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:136)
> 16:52:30,512 ERROR [STDERR] at org.jboss.example.jms.ejb3mdb.EJB3MDBExample.businessLogic(EJB3MDBExample.java:77)
> 16:52:30,512 ERROR [STDERR] at org.jboss.example.jms.ejb3mdb.EJB3MDBExample.onMessage(EJB3MDBExample.java:40)
> 16:52:30,512 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 16:52:30,512 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 16:52:30,512 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 16:52:30,513 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
> 16:52:30,513 ERROR [STDERR] at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
> 16:52:30,513 ERROR [STDERR] at $Proxy82.onMessage(Unknown Source)
> 16:52:30,513 ERROR [STDERR] at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:178)
> 16:52:30,513 ERROR [STDERR] at org.jboss.jms.client.container.ClientConsumer.callOnMessage(ClientConsumer.java:159)
> 16:52:30,513 ERROR [STDERR] at org.jboss.jms.client.container.SessionAspect.handleRun(SessionAspect.java:802)
> 16:52:30,513 ERROR [STDERR] at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect14.invoke(SessionAspect14.java)
> 16:52:30,514 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
> 16:52:30,514 ERROR [STDERR] at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
> 16:52:30,514 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
> 16:52:30,514 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
> 16:52:30,514 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientSessionDelegate.run(ClientSessionDelegate.java)
> 16:52:30,514 ERROR [STDERR] at org.jboss.jms.client.JBossSession.run(JBossSession.java:199)
> 16:52:30,514 ERROR [STDERR] at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:237)
> 16:52:30,514 ERROR [STDERR] at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
> 16:52:30,514 ERROR [STDERR] at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
> 16:52:30,514 ERROR [STDERR] at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
> 16:52:30,514 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
> 16:52:30,514 INFO [STDOUT] The Message Driven Bean failed!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list