Re: [JBoss-user] JBoss Dynamic QL

2003-11-04 Thread Adrian Brock
java.lang.Object[] Regards, Adrian On Tue, 2003-11-04 at 09:56, [EMAIL PROTECTED] wrote: > Hi All, > > I have a subscription to the yearly documentation. In the documentation I > found an example on how to use Dynamic QL. > > Because my code uses XDoclet for code generation I had to modify th

[JBoss-user] JBoss Dynamic QL

2003-11-04 Thread harm
Hi All, I have a subscription to the yearly documentation. In the documentation I found an example on how to use Dynamic QL. Because my code uses XDoclet for code generation I had to modify the example somewhat. This is what I came up with: In my EntityBean: /** * @param jbo

Re: [JBoss-user] jboss dynamic ql problem

2003-07-07 Thread Adrian Brock
Don't you want ?1 instead of a1 or maybe 'a1' Regards, Adrian On Mon, 2003-07-07 at 19:14, wrote: > Hi, > > I have a dynamic ql issue. Does anyone has working examples for > dynamic-ql and share them with jboss -users? I am stuck with the > following dynamic ql errors. > > Thanks >

[JBoss-user] jboss dynamic ql problem

2003-07-07 Thread aaaa aaaa
Hi,   I have a dynamic ql issue. Does anyone has working examples for dynamic-ql and share them with jboss -users? I am stuck with the following dynamic ql errors.   Thanks   J.P.   in the ejb-jar.xml, here is the piece:        ejbSelectABCD    java.lang.String java.lang.Object[]        i

[JBoss-user] jboss dynamic ql problem

2003-07-07 Thread aaaa aaaa
Hi, I have a dynamic ql issue. Does anyone has working examples for dynamic-ql and share them with jboss -users? I am stuck with the following dynamic ql errors.   Thanks   J.P.   in the ejb-jar.xml, here is the piece:        ejbSelectABCD    java.lang.String java.lang.Object[]        in t

Re: [JBoss-user] Jboss dynamic ql ?

2003-03-10 Thread Dain Sundstrom
They are worth it. From: "Brijesh Sood" <[EMAIL PROTECTED]> Organization: Net4India Pvt Ltd. Reply-To: [EMAIL PROTECTED] Date: Tue, 11 Mar 2003 00:53:40 +0530 To: <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] Jboss dynamic ql ? Hi Anyone has idea of jboss dynamic ql .i have

Re: [JBoss-user] Jboss dynamic ql ?

2003-03-10 Thread Hunter Hillegas
Truly the best advice is to buy the docs. They are worth it. > From: "Brijesh Sood" <[EMAIL PROTECTED]> > Organization: Net4India Pvt Ltd. > Reply-To: [EMAIL PROTECTED] > Date: Tue, 11 Mar 2003 00:53:40 +0530 > To: <[EMAIL PROTECTED]> > Subject: Re:

Re: [JBoss-user] Jboss dynamic ql ?

2003-03-10 Thread Brijesh Sood
IL PROTECTED]> Sent: Monday, March 10, 2003 1:54 PM Subject: RE: [JBoss-user] Jboss dynamic ql ? > Hi, > > > hi all , can someone provide some sample code of jboss dynamic ql > > There is one at least in the for-pay CMP doc (which is good reading anyway). > > H

RE: [JBoss-user] Jboss dynamic ql ?

2003-03-10 Thread Rupp,Heiko
Hi, > hi all , can someone provide some sample code of jboss dynamic ql There is one at least in the for-pay CMP doc (which is good reading anyway). Heiko -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992 900 D-70173 Stuttgart Telefax: +49 711 222

[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