[jboss-user] [EJB 3.0] - JBoss5 - how to start and stop MDB?

2008-03-17 Thread ch333
Hi, I'm new to JBoss5 (Beta4). Is there a way to stop a specific MDB to receive messages? Also is it possible to configure JBoss NOT to activate a specific MDB during startup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137256#4137256 Reply to the post

[jboss-user] [EJB 3.0] - embedded container and interceptor

2007-02-15 Thread ch333
Hi, I have a class level interceptor that works in the app server 4.0.4.GA but not in the embedded container. Even though the server log shows that the embedded container does initializing my bean with the my class interceptor, the @AroundInvoke method of the interceptor is not called. Has an

[jboss-user] [EJB 3.0] - Re: EJB3 Embeddable and @AroundInvoke

2007-01-31 Thread ch333
Hi tharter, Just wonder if you ever found out an answer of your question ... I'm facing the similar problem. My interceptor works in the app server 4.0.4.GA but not the embedded container alpha7. If you have some information on this matter, can you please share with us? Thanks in advance. V

[jboss-user] [EJB 3.0] - Re: Committing the both Entity and Jdbc changes to the datab

2006-10-19 Thread ch333
Hi Mark, I'm facing the same problem that UserTransaction.commit() not working for changes made using jdbc connection. Have you found any additional information or solutions on this matter? If so, do you mind sharing? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [EJB 3.0] - Using encrypted db password with the embedded container

2006-07-26 Thread ch333
I followed the instructions on this wiki page to set up encrypted db password in my *-ds.xml file on Jboss 4.0.4 and it worked. http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords Has anyone tried to do the same thing with the embedded container and got it to work? View the o