[Hibernate] JIRA is going crazy

2005-06-10 Thread Emmanuel Bernard
On issue creations *Form Errors*: # Exception: java.lang.reflect.UndeclaredThrowableException ___ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez

Re: [Hibernate] Date Functions

2005-06-10 Thread Emmanuel Bernard
Please use the user forum these questions. Thanks. Srinivas Jadcharla wrote: Hi there, I have a table with STARTDATE - DATE ENDDATE- DATE And i need to check if the date 0405(MMYY) falls with in the the STARTDATE AND ENDDATE..That means 0405 should be gretaer than STARTDATE and les

[Hibernate] Date Functions

2005-06-10 Thread Srinivas Jadcharla
Hi there,   I have a table with   STARTDATE - DATE ENDDATE    - DATE   And i need to check if the date 0405(MMYY) falls with in the the STARTDATE AND ENDDATE..That means 0405 should be gretaer than STARTDATE and less tham ENDDATE..Iam clue less how to implement this..Do i need to use Criteria or

[Hibernate] Re: PK in AssociationTable in a ManyToMany relation

2005-06-10 Thread Pablo Nussembaum
Hi, I try the @JoinColumn(nullable=false) and work 8-) . I think it has to go to documentation(I could not do it, my english is terrible), because I found it a little bit hacky (I read the ejb3.0 spec and I realize that you haven't many options). And some could help me with my second qu