[JBoss-user] [Persistence & CMP/JBoss] - Re: HELP! Can't configure CMT in JBoss 3.2.3

2004-02-27 Thread nerotnt
"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

[JBoss-user] [Beginners Corner] - HELP! Can't configure CMT in JBoss 3.2.3

2004-02-26 Thread nerotnt
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

[JBoss-user] [Persistence & CMP/JBoss] - HELP! Can't configure CMT in JBoss 3.2.3

2004-02-26 Thread nerotnt
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: HELP! Can't configure CMT in JBoss 3.2.3

2004-02-26 Thread nerotnt
"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

[JBoss-user] [EJB/JBoss] - How to configure TransactionManager!?

2004-02-25 Thread nerotnt
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

[JBoss-user] [Security & JAAS/JBoss] - Please help! Problems configuring authentication.

2004-02-19 Thread nerotnt
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