Re: [Rife-users] Elephant Issue

2006-03-10 Thread Naren
Hello Bevin, Yes, Now it works. Thanks - Original Message - From: "Geert Bevin" <[EMAIL PROTECTED]> To: "RIFE users list : questions,bug reports and suggestions." Sent: Friday, March 10, 2006 21:28 Subject: Re: [Rife-users] Elephant Issue > Hi Naren, > > please update the repository,

[Rife-users] WIP annotations support for element declarations

2006-03-10 Thread Geert Bevin
Hi everyone, I've been working on adding support for annotations to perform the element declarations. The current state is still experimental and work in progress, but it would be nice if some people could play with it and give their impressions. It's the first time that I design an annot

Re: [Rife-users] Elephant Issue

2006-03-10 Thread Geert Bevin
Hi Naren, please update the repository, it should work now. Best regards, Geert On 10-mrt-06, at 15:38, Naren wrote: Hello Yes I created all database structure again, from admin module. I am running using ant, on default Jetty server. Database is PostgreSQL 8.1 OS is Windows 2000 server.

Re: [Rife-users] How to manage a database bean using GenericQueryManager but without a "id"?

2006-03-10 Thread Geert Bevin
Hi Hui, adding the "sparse" constraint and setting it to true should work. Best regards, Geert On 10-mrt-06, at 15:46, hui wrote: How to manage a database bean using GenericQueryManager but without a "id"? Person.java class Person { private String username; private String passwo

[Rife-users] How to manage a database bean using GenericQueryManager but without a "id"?

2006-03-10 Thread hui
How to manage a database bean using GenericQueryManager but without a "id"? Person.java class Person { private String username; private String password; /*...*/ } and I want to use username as the primary KEY, without a int type "ID", is it possible? =

Re: [Rife-users] Elephant Issue

2006-03-10 Thread Naren
Hello Yes I created all database structure again, from admin module. I am running using ant, on default Jetty server. Database is PostgreSQL 8.1 OS is Windows 2000 server. Regards - Original Message - From: "Geert Bevin" <[EMAIL PROTECTED]> To: "RIFE users list : questions,bug reports a

Re: [Rife-users] Elephant Issue

2006-03-10 Thread Geert Bevin
How do you run it? Did you try with a fresh database? On 10-mrt-06, at 15:24, Naren wrote: Hello, No Bevin, I have not made any changes except defining datasources. I have deleted my old version and checkedout full repository again and still getting same exception. Regards - Origina

Re: [Rife-users] Elephant Issue

2006-03-10 Thread Naren
Hello, No Bevin, I have not made any changes except defining datasources. I have deleted my old version and checkedout full repository again and still getting same exception. Regards - Original Message - From: "Geert Bevin" <[EMAIL PROTECTED]> To: "RIFE users list : questions,bug repo

Re: [Rife-users] Bug in nightly build

2006-03-10 Thread Geert Bevin
Np, happens to the best of us ;-) On 10-mrt-06, at 13:07, Lars Grupe wrote: Hi Geert, The official 1.4 release solved my problem. I'm sorry for the stupid subject. And I will take the newest RIFE version in the future, when I have a problem, before asking. Many Thanks! Cheers, Lars -Or

[Rife-users] Bug in nightly build

2006-03-10 Thread Lars Grupe
Hi Geert, The official 1.4 release solved my problem. I'm sorry for the stupid subject. And I will take the newest RIFE version in the future, when I have a problem, before asking. Many Thanks! Cheers, Lars > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On B

Re: [Rife-users] Elephant Issue

2006-03-10 Thread Geert Bevin
Naren, I can't reproduce this. Using the elephant SVN repo on a clean DB works perfectly. Did you do something else besides checkin it out? Are you sure you didn't have any personal modifications lying around? On 10-mrt-06, at 12:17, Naren wrote: Hello All, I have downloaded latest svn repo

Re: [Rife-users] Fwd: [ANN] JAVAWUG BOF XVI / Friday 3rd March 2006 @19:00 / Oracle Ci ty of London

2006-03-10 Thread Geert Bevin
Lars, can you first try with the official 1.4 release? On 10-mrt-06, at 12:18, Lars Grupe wrote: Hi, I broke something in my site structure. And now I get only a NullPointerException. Has someone seen the same problem. What is the best way to find the bug? Btw, I use rife-1.4-snapshot-jdk1

RE: [Rife-users] Fwd: [ANN] JAVAWUG BOF XVI / Friday 3rd March 2006 @19:00 / Oracle Ci ty of London

2006-03-10 Thread Lars Grupe
Hi, I broke something in my site structure. And now I get only a NullPointerException. Has someone seen the same problem. What is the best way to find the bug? Btw, I use rife-1.4-snapshot-jdk15-20060213.jar, but I think there is something broken in my site files. If somebody want to have a look

[Rife-users] Elephant Issue

2006-03-10 Thread Naren
Hello All, I have downloaded latest svn repository and run using ant. Now when I call as http://localhost:8080/ I got exception: java.lang.AssertionError getAccount(name) : name cannot be null at org.rifers.elephant.tools.AccountToolsgetAccount ( AccountTools.java : 28 ) at