[JBoss-user] [Messaging, JMS & JBossMQ] - Why are ServerSessions transacted?

2006-06-05 Thread shaiwolf
Hi, I am using JBoss 4.0 SP1. I deployed a MDB that is not transacted. In the ejb-jar.xml the trans-attribute tag of the MDB has the value NotSopported, like so: | | | MyMDB | onMessage | | NotSupported | | However, the ServerSes

[JBoss-user] [Beginners Corner] - Re: How to run a stand alone application client

2006-02-01 Thread shaiwolf
Hi, Thank you all for the replies. It really was the missing link in the code. Cheers, Shai :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920976#3920976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920976 --

[JBoss-user] [Beginners Corner] - How to run a stand alone application client

2006-01-31 Thread shaiwolf
Hi, I wrote a client application that uses a session bean and i want to test it. I packed it in a jar file and placed it in the deploy directory. Jboss recognized it by writing: [ClientDeployer] Client ENC bound under: TestClientApp However, I can't find the way to run it. How can I run the clien