Bugs item #668805, was opened at 2003-01-15 15:47
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=668805&group_id=22866

>Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Elias Ross (genman)
>Assigned to: Scott M Stark (starksm)
Summary: 32RC1 - Every JMS message creates and destroys my MDB

Initial Comment:

It appears that for each message, JBoss calls ejbCreate
and ejbDestroy.

Before this release, it looked like ejbDestroy was
never being called.

I can't browse CVS on SourceForge, maybe someone could
take a look at what might have changed in:

./src/main/org/jboss/ejb/plugins/AbstractInstancePool.java

Thanks!

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

>Comment By: Scott M Stark (starksm)
Date: 2003-01-16 01:26

Message:
Logged In: YES 
user_id=175228

This has been fixed in the 3.2 branch.

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

Comment By: Elias Ross (genman)
Date: 2003-01-15 17:25

Message:
Logged In: YES 
user_id=556458


Here is a trace log:

01:19:38,588 TRACE [JMSContainerInvoker] processing message:
org.jboss.mq.SpyTextMessage {
Header {
   jmsDestination  : QUEUE.dialogserver
   jmsDeliveryMode : 2
   jmsExpiration   : 0
   jmsPriority     : 4
   jmsMessageID    : ID:10-10426799785858
   jmsTimeStamp    : 1042679978585
   jmsCorrelationID: null
   jmsReplyTo      : null
   jmsType         : null
   jmsRedelivered  : false
   jmsPropertiesReadWrite:false
   msgReadOnly     : true
   producerClientId: ID:10
}
Body {
   text            :<env></env>
}
}
01:19:38,589 DEBUG [ProxyFactoryFinderInterceptor]
invokerBInding is null in ProxyFactoryFinder
01:19:38,589 TRACE [LogInterceptor] Start method=onMessage
01:19:38,591 TRACE [TxInterceptorCMT] Current transaction in
MI is TransactionImpl:XidImpl [FormatId=257,
GlobalId=eross.m-qube.com//14, BranchQual=]
01:19:38,591 TRACE [TxInterceptorCMT] TX_REQUIRED for onMessage
01:19:38,591 TRACE [TxInterceptorCMT] Thread came in with tx
TransactionImpl:XidImpl [FormatId=257,
GlobalId=eross.m-qube.com//14, BranchQual=]01:19:38,592
TRACE [MessageDrivenInstancePool] Get instance
org.jboss.ejb.plugins.MessageDrivenInstancePool@c9537b#0#class
com.proteusmobile.dialogserver.interpreter.DialogInterpreterMDB
01:19:38,592 INFO  [DialogInterpreterMDB] ejbCreate

01:19:38,711 TRACE [MessageDrivenInstancePool] 0/100 Free
instance:org.jboss.ejb.plugins.MessageDrivenInstancePool@c9537b#null#TransactionImpl:XidImpl
[FormatId=257, GlobalId=eross.m-qube.com//14,
BranchQual=]#false#class
com.proteusmobile.dialogserver.interpreter.DialogInterpreterMDB
01:19:38,712 TRACE [MessageDrivenInstancePool] Discard
instance:org.jboss.ejb.plugins.MessageDrivenInstancePool@c9537b#org.jboss.ejb.MessageDrivenEnterpriseContext@128647a#null#false#class
com.proteusmobile.dialogserver.interpreter.DialogInterpreterMDB
01:19:38,713 TRACE [TxInterceptorCMT] TxInterceptorCMT: In
finally
01:19:38,714 TRACE [LogInterceptor] End method=onMessage


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

Comment By: Elias Ross (genman)
Date: 2003-01-15 16:58

Message:
Logged In: YES 
user_id=556458

I do have a fix:  Copy the jboss-3.2 beta3
server/default/lib/jboss.jar over the RC1 version, and the
problem seems to go away.  I'll hunt done some diff's for
the bug.

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

Comment By: Stefan Arentz (sateh)
Date: 2003-01-15 16:45

Message:
Logged In: YES 
user_id=66079

I see the same behaviour. Also, the StrictMaximumSize fix in 3.0.5 that worked so 
great doesn't seem to work at all in 3.2.0RC1. I see the same behaviour of creating 
MDBs as in 3.0.4. This could be related.

 S.

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

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


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to