[jboss-user] [JBoss Portal] - Re: WSRP and managed transactions

2007-11-07 Thread fpa1974
Will do as soon as I get back in the office tomorrow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102666#4102666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102666 ___ j

[jboss-user] [JBoss Portal] - Re: WSRP and managed transactions

2007-11-05 Thread fpa1974
I kind of found the answer to this by myself. There is a TransactionFilter class that is setup in the web.xml for the WSRP service archive. This class will start a transaction. The comment in the class is that the WSRP runtime needs transactions so it creates them. I think there is a problem w

[jboss-user] [JBoss Portal] - WSRP and managed transactions

2007-11-05 Thread fpa1974
This is for version 2.6.2 of the portal. I have a question regarding managed transactions. We have developed a portlet that is using hibernate and it is managing its own transactions. If this is deployed and viewed locally on a JBoss portal instance everything works ok. Now the problem. When th

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

2006-10-25 Thread fpa1974
I temporarily solved the issue by writing an EJB3 MDB interceptor that blocks the execution until the server up signal is available. While not ideal it works very well. It would be nice to have the same feature that is already available for EJB2.x MDBs to the new EJB3 ones though. Thanks, Flor

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

2006-10-23 Thread fpa1974
This is on a JBoss-4.0.4 Patch 1. I know that for non EJB3 MDB you can configure the 'DeliveryActive' attribute in MDBConfig (in a user defined invoker configuration) and your MDB will be deployed but not started. Starting it can be done at a later point through JMX. I browsed through annotatio