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
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
--
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