Re: [JBoss-user] problem with ejb-ql

2003-12-15 Thread Alexey Loubyansky
http://java.sun.com/dtd/ejb-jar_2_0.dtd http://java.sun.com/products/ejb/docs.html netanel weinberg wrote: is there any spec. of something like that of ejb-jar.xml for cmp 2.0 so i can look on 'cause i've tried once and JBOSS gave alot of erros about the JDBC factory and something... -

Re: [JBoss-user] problem with ejb-ql

2003-12-15 Thread netanel weinberg
MAIL PROTECTED]> Sent: Monday, December 15, 2003 5:03 PM Subject: Re: [JBoss-user] problem with ejb-ql > Yes, since you're going to use CMP2.0 > > netanel weinberg wrote: > > > should i transfer all my classes and set/get methods to be abstract? > > - Original M

Re: [JBoss-user] problem with ejb-ql

2003-12-15 Thread Alexey Loubyansky
PM Subject: Re: [JBoss-user] problem with ejb-ql Why don't you try with http://java.sun.com/dtd/ejb-jar_2_0.dtd";> ? netanel weinberg wrote: I don't know what do about my problem with my ejb-ql finder method! it giving me back a collection according to only one parameter a

Re: [JBoss-user] problem with ejb-ql

2003-12-15 Thread netanel weinberg
should i transfer all my classes and set/get methods to be abstract? - Original Message - From: "Alexey Loubyansky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 4:38 PM Subject: Re: [JBoss-user] problem with ejb-ql > Why don'

Re: [JBoss-user] problem with ejb-ql

2003-12-15 Thread Alexey Loubyansky
Why don't you try with http://java.sun.com/dtd/ejb-jar_2_0.dtd";> ? netanel weinberg wrote: I don't know what do about my problem with my ejb-ql finder method! it giving me back a collection according to only one parameter and not according to both of them. plz look at the attached file and te

Re: [JBoss-user] problem with EJB-QL

2003-12-15 Thread Alexey Loubyansky
EJBQL is introduced in CMP2.0. It means it won't work with 1.1. jboss.xml and jbosscmp-jdbc.xml are optional. The number of parameters are not limited. netanel weinberg wrote: Hi! my application is deployed w/o any errors. my dtd is : http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>

Re: [JBoss-user] problem with EJB-QL

2003-12-15 Thread netanel weinberg
When im creating a CMP EJB with ejb-ql, should i define the ejb and/or the ejb-ql methods in the JBOSS's xml files too except for the ejb-jar.xml file? --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or ju

Re: [JBoss-user] problem with EJB-QL

2003-12-15 Thread netanel weinberg
einberg > Sent: Monday, December 15, 2003 12:17 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] problem with EJB-QL > > > does anybody knows if it can be that JBOSS 3.2.2 doesn't > support finder > method with two parameters in EJB-QL? like that: > >

RE: [JBoss-user] problem with EJB-QL

2003-12-15 Thread Rupp, Heiko
, 2003 12:17 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] problem with EJB-QL > > > does anybody knows if it can be that JBOSS 3.2.2 doesn't > support finder > method with two parameters in EJB-QL? like that: > > >findByCo

Re: [JBoss-user] problem with EJB-QL

2003-12-15 Thread netanel weinberg
10x ahead, netanel - Original Message - From: "Gary S. Cuozzo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 14, 2003 6:58 PM Subject: Re: [JBoss-user] problem with EJB-QL > I think the //log/server.log file should default to > DEBUG

Re: [JBoss-user] problem with EJB-QL

2003-12-14 Thread Gary S. Cuozzo
, netanel weinberg wrote: > How can i see the sql jboss is using to see what is generated? > > - Original Message - > From: "Gary S. Cuozzo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, December 14, 2003 4:35 PM > Subject: Re: [

Re: [JBoss-user] problem with EJB-QL

2003-12-14 Thread netanel weinberg
How can i see the sql jboss is using to see what is generated? - Original Message - From: "Gary S. Cuozzo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 14, 2003 4:35 PM Subject: Re: [JBoss-user] problem with EJB-QL > I misread your firs

Re: [JBoss-user] problem with EJB-QL

2003-12-14 Thread Gary S. Cuozzo
;[EMAIL PROTECTED]> > Sent: Sunday, December 14, 2003 3:39 PM > Subject: Re: [JBoss-user] problem with EJB-QL > > > > Looks like you are using ejb1.1 dtd. If you are using CMP2, try: > > > JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd";

Re: [JBoss-user] problem with EJB-QL

2003-12-14 Thread netanel weinberg
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 14, 2003 3:39 PM Subject: Re: [JBoss-user] problem with EJB-QL > Looks like you are using ejb1.1 dtd. If you are using CMP2, try: > JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd";>

Re: [JBoss-user] problem with EJB-QL

2003-12-14 Thread Gary S. Cuozzo
m: "Alexey Loubyansky" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, December 12, 2003 12:13 PM > Subject: Re: [JBoss-user] problem with EJB-QL > > > > First of all, get your application deployed w/o errors. Perhaps, the DDs > > d

Re: [JBoss-user] problem with EJB-QL

2003-12-14 Thread netanel weinberg
xey Loubyansky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 12, 2003 12:13 PM Subject: Re: [JBoss-user] problem with EJB-QL > First of all, get your application deployed w/o errors. Perhaps, the DDs > do not match their DTDs. What are the stackt

Re: [JBoss-user] problem with EJB-QL

2003-12-12 Thread Alexey Loubyansky
First of all, get your application deployed w/o errors. Perhaps, the DDs do not match their DTDs. What are the stacktraces? netanel weinberg wrote: Hello! i have a web application i built using EJB and i'm trying to make an ejb-ql according to two parameters: findByCo

Re: [JBoss-user] problem with ejb-ql

2002-11-25 Thread Dain Sundstrom
On Monday, November 25, 2002, at 07:57 PM, Tania G. Ramos wrote: 2002-11-25 22:45:13,612 ERROR [org.jboss.ejb.EjbModule] Starting failed org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "obj.docTip"