[JBoss-user] ejb-ql syntax for "where date is null"

2002-02-07 Thread Michele Fabbri
Hi, Is correct this query: findOpen I don't understand why JBoss 3.0 translate this query in: 2002-02-07 22:01:07,957 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.ChiamataEJB.findOpene] SQL: SELECT DISTINCT t1_c.Id FROM CallEJB t1_c, VoiceEJB t2_v WHER

Re: [JBoss-user] EJB-QL parse error

2002-02-07 Thread Dain Sundstrom
It usually means a syntax error. I will be working on a rewrite of the parser that gives good error messages when I get back in town. -dain Quoting [EMAIL PROTECTED]: > Hello, > > Does anyone know if a "parse error" in the EJB-QL parser really means > "syntax error" or a semantic error ? >

Re: [JBoss-user] JBoss 3.0.0 (CVS) and CMP 2.0

2002-02-07 Thread David Jencks
Please don't cross post. Is this with the firebirdsql driver? It may be a driver problem. If you comment out the check for # of rows updated does it work correctly? (and can you see the updated row in firebird?) david jencks On 2002.02.07 10:47:20 -0500 Stephen J. Thompson wrote: > Hello all,

Re: [JBoss-user] Starting JBoss remotely

2002-02-07 Thread Peter Levart
On Thursday 07 February 2002 13:48, Niall Keane wrote: > Hi, > > What's the best way to restart Jboss on a remote server > - at the moment, I'm using the "Shutdown" MBean in the JMX web control > panel to shutdown the server > & then telnetting in and using "bash run_with_tomcat.sh &" to start i

[JBoss-user] Can't remove Entity Bean

2002-02-07 Thread Kristoffer Larsson
I am trying to remove an entity bean, i.e., a record in the database, by calling the bean's remove() method. I have tried both the remove() method in the remote interface and the remove(Object) method in the home interface, but the record is still there. Sometimes. Sometimes it does get removed f

[JBoss-user] JBoss 3.0.0 (CVS) and CMP 2.0

2002-02-07 Thread Stephen J. Thompson
Hello all, I seem to be having an issue allowing the container to store entity beans. I am not too sure if it is me or the container. I enclose the errors. 15:32:10,126 INFO [Default] UserBean()->ejbCreate(TestUser) 15:32:10,133 INFO [Default] UserBean()->ejbPostCreate(TestUser) 15:32:10,18

Re: [JBoss-user] CVS checkout problems

2002-02-07 Thread David Jencks
I sometimes have trouble checking out fresh jboss', however for me cvs hangs rather than exits with an error. I find that if I then run cvs update -d -P all is well. I think you can do update with a date as well, I don't remember the syntax. david jencks On 2002.02.07 05:55:51 -0500 [EMAIL PRO

[JBoss-user] Transiting to TC4.0.2Beta

2002-02-07 Thread Jarecsni János
Hi, how can I upgrade Tomcat4.0.1 (JB2.4.4 with embedded Tomcat4.0.1) to Tomcat 4.0.2b (or any upcoming versions)? I suppose it's not enough to download it extract it in place of the old version... Thanks, János -- Jarecsni, János MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAI

[JBoss-user] Starting JBoss remotely

2002-02-07 Thread Niall Keane
Hi, What's the best way to restart Jboss on a remote server - at the moment, I'm using the "Shutdown" MBean in the JMX web control panel to shutdown the server & then telnetting in and using "bash run_with_tomcat.sh &" to start it. It seems to keep running after I log out, but shutsdown a while

[JBoss-user] Problems with undeploying/redeploying expanded WARS

2002-02-07 Thread Jarecsni János
Hi, i've been experimenting with the "static" deployment of WAR (I need this because I want my WAR to be delpoyed in a well-known directory not a temporary one). People suggested to deploy such WARs as a subdirectory in an unzipped form (with a .WAR extension in their names). Okay, it works like

RE: [JBoss-user] CVS checkout problems

2002-02-07 Thread jason
Hmmm. I think I was. Totally fresh, empty directory for cvsing into. I was checking out jboss-all. I must admit that I don't know anything about cvs ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adrian Brock Sent: Thursday, 7 February 2002 8

RE: [JBoss-user] CVS checkout problems

2002-02-07 Thread Adrian Brock
Hi, Have you tried doing a totally clean checkout? I had some funny problems last weekend with HEAD, a clean checkout fixed it. Regards, Adrian >From: <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: RE: [JBoss-user] CVS checkout problems >Date: Thu, 7 Feb

RE: [JBoss-user] CVS checkout problems

2002-02-07 Thread jason
Cheers Adrian :) That is the other version I'd like to get my hands on !! Unfortunately I have the same problem with that version too. Interestingly, I get to the same place every time before the sig11. Here is a grab from my console of the cvs dialogue: cvs server: Updating thirdparty/javag

Re: [JBoss-user] CVS checkout problems

2002-02-07 Thread Adrian Brock
Try 2002-01-19 this is from before the deployer modifications. Regards, Adrian >From: <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [JBoss-user] CVS checkout problems >Date: Thu, 7 Feb 2002 18:00:47 +1000 > >Hello, > >Looks like the bleeding edge jboss al