[jboss-user] [EJB 3.0] - SQL Query for Collection object [OneToMany]

2008-11-11 Thread alexrozario
Hi every one I have three tables Post, Reply and Abuse One Post may have more than one reply. Post table and Reply tables have OneToMany relationship. So when we fetch any Post from DB it also fetches its replies. If any one the reply is abused by users. It will be saved in Abuse table Here my

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-07-01 Thread alexrozario
Hi team.. first of all congrats to all.. and thank you for spending time for me.. well.. for the past one week i ve stuck with an issue. i have posted here before a week. but still i cant find the solution. my posts are in various forums,

[jboss-user] [JBoss Seam] - Re: HELP : displaying data retrieved from DB

2007-06-29 Thread alexrozario
Thank you for your valuable response sir. but still i cant display the data. can you help me further. can you give me an example codings. or any other useful links.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059081#4059081 Reply to the post :

[jboss-user] [JBoss Seam] - Re: HELP : displaying data retrieved from DB

2007-06-29 Thread alexrozario
Thank you for your continuous support mr.smith.. but i am in a confused state and cant find those examples.. can you please send those examples link.. thank you.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059186#4059186 Reply to the post :

[jboss-user] [JBoss Seam] - HELP : displaying data retrieved from DB

2007-06-28 Thread alexrozario
Hi, well. i am creating project in the following environment facelet+jsf+seam+ejb+oracle in jboss server . well its progressing fine. but while using datatable i stuck with an issue. i cant display data in datatable please help me to overcome it. if my coding is wrong please correct me. my

[jboss-user] [JBoss Seam] - Re: Retrieving data from database

2007-06-27 Thread alexrozario
alexrozario wrote : | how to view(display) that details in my view page.. | | i am using facelet file to view that data. | | and this is my session bean class which retrieving data | | @Stateless | | @Name(searchsession) | | public class SearchSession implements

[jboss-user] [JBoss Seam] - Re: Retrieving data from database

2007-06-27 Thread alexrozario
i am trying your suggestion too kruno.. but cant finish it off. still i am facing the same issue. help me to overcome this issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058531#4058531 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Retrieving data from database

2007-06-25 Thread alexrozario
hi kruno, thank you for your response.. i found that its not an database error. i can retrieve data from table.. but the problem is in viewing.. how to view(display) that details in my view page.. i am using facelet file to view that data. and this is my session bean class which retrieving

[jboss-user] [EJB 3.0] - Re: Retrieving data from database

2007-06-25 Thread alexrozario
fine. thank you for your response.. but i found that the problem is not in retrieving the data but the problem is in viewing those data in my (jsf)facelet file. can you help me to view/show/display that data in my facelt thank you View the original post :

[jboss-user] [EJB 3.0] - Retrieving data from database

2007-06-23 Thread alexrozario
Hi all, I have created an entity bean class as Stores.java and Stateless Session bean as SearchSession.java. And i am using Search.xhtml(facelet) file to retrieve data from table Stores in my local database. I am using Seam 1.2.1 GA version to configure them and i am using a query as List

[jboss-user] [JBoss Seam] - Retrieving data from database

2007-06-23 Thread alexrozario
Hi all, I have created an entity bean class as Stores.java and Stateless Session bean as SearchSession.java. And i am using Search.xhtml(facelet) file to retrieve data from table Stores in my local database. I am using Seam 1.2.1 GA version to configure them and i am using a query as List

[jboss-user] [EJB 3.0] - Re: Database Connection

2007-06-23 Thread alexrozario
Thank you for your timely help andydale. Sorry for my belated reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057118#4057118 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057118

[jboss-user] [JBoss Seam] - Re: Database connection

2007-06-15 Thread alexrozario
sorry sir, i cant follw you. can you give me that link.. where are those examples. can you help me further please... and i had one more doubt.. i have created an seam+ejb 3.0 project in exadel IDE. In that i used Oracle 9i as an databse and JBOSS as an application server. while ruinning the

[jboss-user] [EJB 3.0] - Re: Database Connection

2007-06-15 Thread alexrozario
Thank you sir. thank you for your valuable response.. i have followed the things you have specified.. now i am in a right path i think, but still i cant finish my task. i cant connect with database. can you help me further. i have created an entity bean as First.java(i have table named First in

[jboss-user] [EJB 3.0] - Database Connection

2007-06-14 Thread alexrozario
hi, i am doing ejb 3.0 project in exadel eclipse IDE. i am using JBOSS server to run my application. well. now i need to connect my project with oracle database, i have created a database connection in database explorer. now how can i connect this database in my project. and how can i use the

[jboss-user] [EJB 3.0] - Configuring ejb 3.0 in exadel

2007-06-08 Thread alexrozario
Hi all, In my exadel plug in when i am trying to create an ejb project it supports only ejb 1.0, 2.0 2.1. how am i configure ejb 3.0 i have java 5.0 version in my system. i can do ejb 3.0 application in JDeveloper IDE. Help me, how to configure ejb 3.0 in exadel View the original post :

[jboss-user] [JBoss Seam] - Seam in Exadel(Eclipse)

2007-06-07 Thread alexrozario
I am using Exadel plug-in in Eclipse IDE. And i am using the following link to create a new application. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeamGettingStartedGuideStep5 but after completing the procedures i can deploy my application in JBOSS server but i cant run the application

[jboss-user] [EJB 3.0] - ejb 3.0 in exadel

2007-06-07 Thread alexrozario
hi all. i want to create an ejb 3.0 application in exadel. i have installed eclipse and installed exadel plug-in too. can anyone guide me how to create (ejb 3.0+seam+jsf+oracle+JBOSS) application in exadel any anyone give me useful links.. please do the needful i am eagerly waiting for your

[jboss-user] [JBoss Seam] - Re: Seam in Exadel(Eclipse)

2007-06-07 Thread alexrozario
alexrozario wrote : | can anyone suggest any other useful links to create | Ejb 3.0+Seam+JSF+Oracle project in Exadel. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052381#4052381 Reply to the post : http://www.jboss.com/index.html?module=bbop

[jboss-user] [EJB 3.0] - Re: ejb 3.0 in exadel

2007-06-07 Thread alexrozario
alexrozario wrote : | can anyone guide me how to create (ejb 3.0+seam+jsf+oracle+JBOSS) application in exadel | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052385#4052385 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode