problem with seam and mdb on jboss5.1
Posted
by simoncigoj
on Stack Overflow
See other posts from Stack Overflow
or by simoncigoj
Published on 2010-06-16T09:30:33Z
Indexed on
2010/06/16
9:32 UTC
Read the original article
Hit count: 1045
I have a problem when using a mdb as a seam component. In the bean I inject some other seam somponents.
The problem is that when the server restart after a crash and the mdb is deployed it starts reading the messages but seam is not initialized yet and I got an exception(listed above). If i start the server whith the queues empty and submit a message to queue after the server start it is working ok.
Is there a posibility to stop or delay the sending off messages on server startup and start sending them only when seam is fully funcional?
I tried the @Depends antotatin on the bean but withowt success
my environment : jboss5.1 GA seam 2.2.0 GA jboss messaging 1.4
Any help would be appreceated
the error on startup :
11:24:20,477 ERROR [TxPolicy] javax.ejb.EJBTransactionRolledbackException: java.lang.IllegalStateException: Attempted to invoke a Seam component outside an initialized application
11:24:30,483 ERROR [TxPolicy] javax.ejb.EJBException: Failed to acquire the pool semaphore, strictTimeout=10000
© Stack Overflow or respective owner