[JBoss-user] [Messaging, JMS & JBossMQ] - Re: populating method-ready pool on deployment

2004-12-22 Thread eztrip
sorry - my bad.  I was assuming that it was understood in my poorly phrased 
post that the "container" calls newInstance() which is what happens first.   
Anyway, thank you for the info on how the Pools work.

Mike 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859602#3859602

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859602


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS with Derby

2004-12-22 Thread eztrip
You may want to download 4.0.1RC2 because I noticed in the change log that a 
derby datasource has been added to the distibution and it may help.  I can't be 
sure though as I've never used Derby. 

Mike

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859594#3859594

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859594


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: populating method-ready pool on deployment

2004-12-21 Thread eztrip
Looking back at my post I didn't say that I put code in my constructors.  I'm 
not sure what you're saying??  
 
I'm putting code in my ejbCreate() which where initialization code rightly 
belongs.   When the container creates an instance of an  MDB,  ejbCreate() is 
called  and what I want to happen is have the container instantiate a set 
number of MDB instances before messages start flowing through the system.   

That's my question. 

Mike

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859490#3859490

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859490


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - populating method-ready pool on deployment

2004-12-21 Thread eztrip
Hi - 

Is there any way to tell JBoss to call newInstance() on my MDB's as soon as 
they are deployed?   My MDB's have some reasonably significant startup costs 
associated with them and I would like to have the pool partially populated so 
that the intial requests don't take forever.   I tried setting 
25 in standardjboss.xml but the MDB's still didn't 
get instantiated. 

Thanks for any help.
Mike

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859476#3859476

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859476


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TimerService exception in MDB

2004-10-21 Thread eztrip
The sample MDB and stub code has been posted to sourceforge. 

Thanks
Mike

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852215#3852215

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852215


---
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-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - TimerService exception in MDB

2004-10-19 Thread eztrip
I have an MDB that I'm trying to have implement TimedObject but when the bean instance 
is created I'm getting this exception message:

Cannot obtain inMethodFlag for: getTimerService

I noticed in the FAQ something about JBoss 4.0 not using the 2.1 EJB spec for JMS andd 
tried uncommenting the commented out message-driven-bean config in standardjboss.xml 
but I'm still getting this error. 

Thanks for any pointers as to what would cause this error. 


Mike

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851939#3851939

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851939


---
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-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user