"wtff" wrote : ah, ok. my mistake. them abbrevations...
First of all let me thank you for so detailed reply.
Now, I'm using Hibernate as my persistence layer. I have my business methods in
classes.
I want to have a service layer with Session Beans to execute those business methods
and have CMT
Don't know where to look anymore.
I have a Session Bean with the following ejb-jar.xml:
|
| http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
|
|
|
|
|Generated by XDoclet
|
|
|
|
|
|
|
| MpBean
|
| pt.ejb.Mp
Don't know where to look anymore.
I have a Session Bean with the following ejb-jar.xml:
|
| http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
|
|
|
|
|Generated by XDoclet
|
|
|
|
|
|
|
| MpBean
|
| pt.ejb.Mp
"wtff" wrote : I don't understand how the deployment descriptor you posted relates to
your CMP problem...
I mean CMT (Container Managed Transaction), not CMP.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823139#3823139
Reply to the post :
http://www.jboss
My business layer is in Hibernate.
I want to create a service layer of Session Beans to invoke business logic methods.
My problem is how to use the TransactionManager to control my methods. I don't want to
use UserTransaction interface.
I want a container managed transaction facility.
Every time a
I'm using JBoss 3.2.3.
I've put myapp-ds.xml in the "deploy" directory:
|
|
|
|
| jboss:service=Hypersonic
| myappDS
| jdbc:hsqldb:hsql://localhost:1701
| org.hsqldb.jdbcDriver
| 5
| myapp
|
|
|
I've configured login-conf.xml by adding