[jboss-user] [EJB 3.0] - query builder api

2007-01-22 Thread sudam.sahu
what do we mean by query builder api in hibernate? is it mean using HQL api in Hibernate or something else. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004841#4004841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004841

[jboss-user] [EJB 3.0] - problem using embeded ejb3.0

2007-01-19 Thread sudam.sahu
hi, i m using embeded ejb 3.0 with hibernate entity manager to test junit test cases. i have already configured all the files to deal with mysql database. but while i m running the test cases i m getting the following errors. is it necessary to chanfge any code in the jboss-jms-beans.xml file. i

[jboss-user] [JBoss Eclipse IDE (users)] - about ejb3.0

2007-01-17 Thread sudam.sahu
any one can please tell me how to configure ejb3.0 with hibernate for junit testing in a web based application. my confusion is that what type of files to be changed what. i had gone through the details of the configuration files but i cant able to configure it. i m getting so many errors

[jboss-user] [JBoss Eclipse IDE (users)] - using Embeded EJB 3.0

2007-01-11 Thread sudam.sahu
Hi, i want to run my application as a statndalone application using embed ejb 3.0 and jboss with eclipse id for junit testing. So please anyone can give me the solution that how should i configure the same. I have already configure the contents but i m getting the following error while running