Re: [JBoss-user] Help needed for running client EJB

2003-04-05 Thread Brijesh Sood
There is classpath problem please include all the jar filed to run client  . Ur ant task in not including all the jar files u can do by                                  it

Re: [JBoss-user] Between dates problem in Dynamic QL ???

2003-04-01 Thread Brijesh Sood
Hi Alex thanks a lots :) it works Brij - Original Message - From: "Alex Loubyansky" <[EMAIL PROTECTED]> To: "Brijesh Sood" <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 9:22 PM Subject: Re: [JBoss-user] Between dates problem in Dynamic QL ?

[JBoss-user] Date comparison with ejbql

2003-04-01 Thread Brijesh Sood
hi all need the help of u people Im not that verse in ejbs, subscribe here to read some good stuff that could help too learn and doo things in betterway :) :)   I have written  search function  in entity bean that take some arbitarty search criteria and perform search .For this i m using 

[JBoss-user] Dynamic ql problem

2003-04-01 Thread Brijesh Sood
hi can anyone tell how to use date comparisons in dynmaic ql  as i have pass date values as arugement and find the results. . brijesh  

[JBoss-user] Between dates problem in Dynamic QL ???

2003-04-01 Thread Brijesh Sood
Hi All   , I have to create dynamicql that will take two java.sql.Date and find the specified values between those dates. I m using BETWEEN operator to check the date range. as the  date values i m passing are appended to ql being generated when i m this is like jBossQL.append(" AND P.foreca

Re: Re[2]: [JBoss-user] CMP - Primary Key Strategies?

2003-03-19 Thread Brijesh Sood
yea right - Original Message - From: "costin" <[EMAIL PROTECTED]> To: "Brijesh Sood" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 4:06 PM Subject: Re[2]: [JBoss-user] CMP - Primary Key Strategies? > Hi! > > So basically you can use the au

Re: [JBoss-user] CMP - Primary Key Strategies?

2003-03-19 Thread Brijesh Sood
Hi Eric             Well this is good to used db based sequence number as the primary key . I m currently using the mysql and its auto_increment sequence as primary key But to use this feature u have to use jboss 3.2.03 beta ..As  unique sequence no is managed by the db not but the EJB conta

[JBoss-user] cmr relationship problem

2003-03-14 Thread Brijesh Sood
userID  -> CMR field added (setting relationship User tto Role )           Brijesh Sood ejbql.zip Description: Zip compressed data

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Brijesh Sood
Message - From: "Andrew Carpenter" <[EMAIL PROTECTED]> To: "jboss-user" <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 11:02 AM Subject: Re: [JBoss-user] Follow-up to my hot redeployment issue > On Thu, 2003-03-13 at 15:22, Brijesh Sood wrote: > > hi

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Brijesh Sood
hi i have placed the jndi.properties file in WEB-INF/classes but i m still facing the same problem .. can u provide sample code - Original Message - From: "Andrew Carpenter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 9:40 AM Subject: Re: [JBoss-user] Follow-u

Re: [JBoss-user] Follow-up to my hot redeployment issue

2003-03-12 Thread Brijesh Sood
Hi i m also facing the same problem .And i have also tried ur code u have given its also giving the same error .(java.lang.ClassCastException:) I m using jboss 3.2.beta3 Everytime i m changing ejb i have to restart jboss ... using jetting with jboss brijesh - Original Message - Fr

Re: [JBoss-user] Jboss dynamic ql ?

2003-03-10 Thread Brijesh Sood
Hi Anyone has idea of jboss dynamic ql .i have posted this message before but no body seems seems to interested in replying . if someone can provide some help :) it would be great.. thanks in advance - Original Message - From: "Rupp,Heiko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[JBoss-user] Jboss dynamic ql ?

2003-03-09 Thread Brijesh Sood
hi all ,  can someone provide some sample code of jboss dynamic ql  . Like in sql we can create dynamic sql query with the available argruments  and execute it ..i think same is possible in jboss using dynamic ql as its on the fly generation of th ql .. if some can provide me concrete exampl