[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

2009-01-02 Thread pbaker01
Hi jaikiran, Problem solved. Thank-you. I have added the annotation and that solved the current problem... I have a new problem and I'll start a new thread for that. By the way, the documentation needs to be updated for JBoss 5. The documenation refers to PoolClass and it appears that

[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

2009-01-01 Thread pbaker01
That did not solve the problem :( The console log (below) outputs a line each time a message is received and processed. So 20 messages had been started and of those 5 had been completed. Thanks for replying on New Years day!!! Any other suggestions will be appreciated. Happy New Year! PB

[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

2008-12-31 Thread pbaker01
Any Ideas? Probem only occurs when running with max sessions. Frustrated in ATL. Happy New Year! PB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199047#4199047 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199047

[jboss-user] [EJB 3.0] - EJBException: Failed to acquire the pool semaphore, strictTi

2008-12-30 Thread pbaker01
I have had numerous problems configuring JBoss Messaging and MDBs. One of the problems that I have is this error: 10:40:07,914 ERROR [TxPolicy] javax.ejb.EJBException: Failed to acquire the pool semaphore, strictTimeout=1 | 10:40:07,925 ERROR [JmsServerSession] Unexpected error

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-28 Thread pbaker01
btw - this previous posting was using JBoss 5.0.0. We would be happy to use either version 4.2.3 or 5.0.0 as long as we can get the start/stopDeliver methods exposed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4198276#4198276 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-28 Thread pbaker01
Hi jaikiran, Let me know if I can post any additional information. Using the incorrect descriptor files below I get the following display from JMX for jboss.j2ee. When I select the first entry (message-driven-bean MDB), I get a display with start/stopDelivery methods exposed. This image

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-28 Thread pbaker01
Hi Jaikiran, Thanks for that. I have added that tread to my watch list. What about JBoss 4.2.3 and start/stopDelivery. Any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4198318#4198318 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-22 Thread pbaker01
Hi, Using the correct XSD corrected the problem. No more console errors!!! The JBoss JNDI setting are like: +- SsimEjbBean (class: org.jnp.interfaces.NamingContext) | | +- local (proxy: $Proxy74 implements interface com.sita.wab.ejb.ssim.SsimEjbLocal,interface

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-22 Thread pbaker01
Note: w.r.t. the above post, xsd only works with JBoss 4.2.3. I get a number of errors when running JBoss 5.0.0 GA. For the above question regarding binding... Assume JBoss 4.2.3 I start a new thread for the jboss.xml issue. View the original post :

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-21 Thread pbaker01
Hi Jaikiran, Thanks so much for looking in to this!!! I have changed both ejb-jar.xml and jboss.xml to use Version 3.0 xsds. See below. A number of errors are now generated in the console start-up. What I am really after, at this point in development, is exposing the start/stopDelivery

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2008-12-19 Thread pbaker01
Hi again, I have continued to research this problem but still have not found a solution. JBoss 5.0.0 GA JBoss Messaging I'll state my problem a different way. I have a message producer that can generate upward to 50K messages. I would like to be able to control when the MDBs consume the

[jboss-user] [EJB 3.0] - Binding / JNDI / EJB

2008-12-19 Thread pbaker01
We have an application that has three Stateless EJBs. During the initial development we did not use ejb-jar.xml or jboss.xml config files. When the beans were deplyed the system created several entries in the Global JNDI. We have now created jBoss.xml and ejb-jar files and now the EJB Global

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-19 Thread pbaker01
btw: JBoss 5.0.0 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197750#4197750 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197750 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-19 Thread pbaker01
One more thing Using the ejb-jar.xml and jboss.xml descriptor files has solved the MDB problem wrt start/stopDelivery issue raised in: http://www.jboss.com/index.html?module=bbop=viewtopict=147390 But this missing JNDI entries causes several new problems. Also, when I change the version

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2008-12-18 Thread pbaker01
Hi, I would also like to deploy our MDBs with 'DeliveryActive' (or something equivalent) set to false. But deliveryActive does not seem to work with EJB3. How can I deloy an MDB so that the MDB does not start consuming messages at start up? Using: JBoss 4.2.3 or JBoss 5.0 View the

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-17 Thread pbaker01
Anybody? I have seen at least one other unanswered topic regarding this issue: http://www.jboss.com/index.html?module=bbop=viewtopict=133360 Any guidance would be greatly appreciated. PB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197153#4197153 Reply to

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
Hi again Clebert, Thank you for the reply. Starting/Stoping the EAR is not the solution that I am looking for. However, that said, perhaps you are correct. I should focus on the basic problem and that is how to expose the startDelivery and stopDelivery methods in JMX. I want to configure my

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
Clebert, Thanks for following up on this.. I do think that I have a configuration problem though because even with Joss4 I did not have the start/stopDelivery methods shown on the MDB within the JMX console. I do think that we have narrowed down my problem to: - Is there any special

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
I have fallen back to JBoss 4.2.3. Using the http://localhost:8080/jmx-console/ I search for jboss.j2ee and locate my MDB jar=WAB_EJB.jar,name=SSMListener,service=EJB3 When I select the MDB link it I get controls to start and stop the MDB. Refer to the images here:

[jboss-user] [Beginners Corner] - Re: Starting/Stopping MDB via JMX

2008-12-15 Thread pbaker01
I thought that this would be a fairly simple question to answer for the experienced users. Perhaps this is not the correct forum, are there any recommendations with respect to posting on another forum??? Again, my objective is to continue to allow messages to be queued but suspend the

[jboss-user] [JBoss Messaging] - Starting/Stopping MDB via JMX

2008-12-15 Thread pbaker01
First I know that the questions below has been asked many times. I have seen several posts where the replies say: Search for the Answer. I have searched and I can't find it... Note Originally posted JBoss.com - JBoss User - Beginners Corner as:

[jboss-user] [Beginners Corner] - Re: Starting/Stopping MDB via JMX

2008-12-15 Thread pbaker01
This topic has been moved to JBoss.com - JBoss User - JBoss Messaging as: http://www.jboss.com/index.html?module=bbop=viewtopicp=4196707#4196707 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196708#4196708 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Starting/Stopping MDB via JMX

2008-12-15 Thread pbaker01
Hi Clebert, Thank you for the post. For some reason my MDB is not showing up in the JMX console (see the image file that is posted above). I'm doing something fundamentally wrong and I'm not sure what. I originally posted on the Beginners Corner as I have not used MDB with JBoss and I am not

[jboss-user] [EJB 3.0] - Stopping an MDB from Listening to a Queue

2008-12-15 Thread pbaker01
I have posted this question on a few different forums... So I apologize again for the cross posting. Most recent at: JBoss.com - JBoss User - JBoss Messaging http://www.jboss.com/index.html?module=bbop=viewtopict=147381 And I have been referred to this forum. Problem: I have a queue and a

[jboss-user] [JBoss Messaging] - Re: Starting/Stopping MDB via JMX

2008-12-15 Thread pbaker01
Thanks again for you reply... This topic has been moved to JBoss.com - JBoss User - EJB 3.0 as: http://www.jboss.com/index.html?module=bbop=viewtopict=147390start=-10 Hopefully it is the last stop. View the original post :

[jboss-user] [Beginners Corner] - Starting/Stopping MDB via JMX

2008-12-14 Thread pbaker01
First I know that the questions below has been asked many times. I have seen several posts where the replies say: Search for the Answer. I have searched and I can't find it... Problem: I have a queue and a listener. The listener is configured as an MDB. I want to be able to: o Start/Stop