Bugs item #1042119, was opened at 2004-10-07 10:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1042119&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Rob v.d. Boom (robboom)
Assigned to: Nobody/Anonymous (nobody)
Summary: Queue-ConsumerBean starts TopicSession (Oracle Patch 10g)

Initial Comment:
Hi,

there is a bug in the Consumer Message Driven Bean 
when connection to a Queue destination-type. When in 
the ejb-jar.xml the Message Driven Bean is configured 
as "<destination-type>javax.jms.Queue</destination-
type>", The AQjmsConnection tries to create a Topic 
Session (and the destination is a queue...):


11:55:55,009 WARN  [JMSContainerInvoker] JMS 
provider failure detected: 
oracle.jms.AQjmsException: JMS-107: Operation not 
allowed on QueueConnection
        at oracle.jms.AQjmsError.throwEx
(AQjmsError.java:319)
        at 
oracle.jms.AQjmsConnection.createTopicSession
(AQjmsConnection.java:226)
        at 
oracle.jms.AQjmsConnectionWrapper.createTopicSession
(AQjmsConnectionWrapper.java:106)
        at 
org.jboss.jms.asf.StdServerSessionPool.create
(StdServerSessionPool.java:338)
        at 
org.jboss.jms.asf.StdServerSessionPool.<init>
(StdServerSessionPool.java:151)
        at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServer
SessionPool(StdServerSessionPoolFactory.java:101)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.createSess
ionPool(JMSContainerInvoker.java:1003)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreat
e(JMSContainerInvoker.java:644)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startServic
e(JMSContainerInvoker.java:674)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionL
istenerImpl.onException(JMSContainerInvoker.java:1173)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run
(JMSContainerInvoker.java:686)

When setting the Consumer to destination-type "Topic" 
everything seems to work but it's not a correct 
configuration.

Used:
-Windows and Linux
-Jboss 3.2.3
-Oracle Patch 10g
-JDK 1.4.2


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1042119&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to