[JBoss-user] [Beginners Corner] - how to config to make the transaction work?

2005-02-08 Thread yetang
hi, i am using jboss 3.2.5, mysql 4.0, Eclipse 2.1, lomboz 2.1, xdoclet i dont know why the operation(insertUser) does not roll back even i call setRollbackOnly(). /** * @ejb.interface-method * @ejb.transaction type="Required" */ public void processPass (Hashtable order) throws Exception {

[JBoss-user] [JCA/JBoss] - INSERT never rolls back

2005-02-07 Thread yetang
hi, i am using jboss 3.2.5, mysql 4.0, Eclipse 2.1, lomboz 2.1 code snippet: /** * @ejb.interface-method * @ejb.transaction type="Required" */ public void processPass (Hashtable order) throws Exception { insertUser(); //db connection is fine. succeed all the time try { processOrder(orde

[JBoss-user] [Beginners Corner] - jboss error on persistencemanager after switching from hyper

2004-09-23 Thread yetang
Hi, friends: i am useing jboss3.2.1, mysql4.0. after i set up mysql datasource, connection is ok. but jboss gives me the following error messages. i also did a little search. some people has the same problem and solved it by modifying some config/setting files. but i don't know which ones. do

[JBoss-user] [JCA/JBoss] - mysql connection ok, but org.jboss.mq.SpyJMSException: Could

2004-09-22 Thread yetang
HI: i am useing jboss3.2.1, mysql4.0. after i set up mysql datasource, connection is ok. but jboss gives me the following error messages. i also did a little search. some people has the same problem and solved it by modifying some config/setting files. but i don't know which ones. does this pro

[JBoss-user] [Beginners Corner] - how to run default instead of all in jboss3.2.1 in tutorial?

2004-09-13 Thread yetang
i am following tusc tutorial with jboss3.2.1 eclipse2.1 lomboz2.1.2 jboss is running fine except a HAJNDI exception. after some research, i found HAJNDI is a mbean for cluster and i am running against "all" config. my questions are: 1. how to eliminate the HAJNDI problem? 2. if i run default con

[JBoss-user] [Beginners Corner] - Re: dev w/ jboss3.2.1 on pc, move to production ....

2004-09-08 Thread yetang
thank you for your advice, darranl. you are right. i can change both to jboss3.2.3 then how about development on pc and production on solaris x86? will i have serious deploy problems? i guess there should have no problem coz i just drop jar/xml file. am i right? thanx View the original post :

[JBoss-user] [Beginners Corner] - dev w/ jboss3.2.1 on pc, move to production ....

2004-09-07 Thread yetang
develop w/ jboss3.2.1 on pc, move to production running jboss3.2.3 on solaris x86. using jboss3.2.1 eclipse2.1 lomboz2.1.2 to develop. is there anything i need to pay paticular attention? such as path difference, version difference? any article or link to share? thanx View the original post :

[JBoss-user] [Beginners Corner] - develop w/ jboss3.2.1 on pc, move to production running jbos

2004-09-07 Thread yetang
is there anything i need to pay paticular attention? such as doclet.xml or path change? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847473#3847473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847473 -

[JBoss-user] [Beginners Corner] - problems on chapter 3 (StoreAccessDAOImpl)

2004-09-03 Thread yetang
Hi, i am new in ejb world. and i found this excellent tutorial. all my thanks and respect to the author(s). i really would like to finish to the end. but i bumped a small problem in chapt3. system: jboss 3.2.1 eclipse 2.1 lomboz 2.1.2(2.1_02 is no longer avail) after i inserted @dao.call name

[JBoss-user] [Beginners Corner] - StoreAccessDAOImpl problem in tutorial chapter 3

2004-09-03 Thread yetang
Hi, i am new in ejb world. and i found this excellent tutorial. all my thanks and respect to the author(s). i really would like to finish to the end. but i bumped a small problem in chapt3. system: jboss 3.2.1 eclipse 2.1 lomboz 2.1.2(2.1_02 is no longer avail) after i inserted @dao.call name

[JBoss-user] [Beginners Corner] - need help for j2ee1.3 for jboss3.2.3

2004-08-31 Thread yetang
hi, i am running jboss3.2.3, ant1.5, jsdk1.4.2, mysql4.0 on a x86 box with Solaris9 os. my questions are: 1. i guess i need either j2ee1.3 or 1.4 to compile my application to run in jboss, right? 2. Sun does not support solaris-x86 version j2ee1.3, and j2ee1.4 comes with Sun's AS, what is the