Re: [hibernate-dev] forced pushes

2012-01-25 Thread Alaa Mohsen
Sorry. Replied to a wrong mail On Wed, Jan 25, 2012 at 5:33 PM, Alaa Mohsen wrote: > I can confirm that. Number of notifications since is much less > > > On Wed, Jan 25, 2012 at 2:51 PM, Scott Marlow wrote: > >> Good catch :) >> >> On 01/25/2012 04:31 AM, San

Re: [hibernate-dev] forced pushes

2012-01-25 Thread Alaa Mohsen
I can confirm that. Number of notifications since is much less On Wed, Jan 25, 2012 at 2:51 PM, Scott Marlow wrote: > Good catch :) > > On 01/25/2012 04:31 AM, Sanne Grinovero wrote: > > Hi Scott, > > small typo: Hibernate OGM is not the same as Hibernate ORM > > > > Cheers, > > Sanne > > > > >

Re: [hibernate-dev] taking timings

2010-07-07 Thread Alaa Mohsen
I would like to suggest Japex (https://japex.dev.java.net/) On Wed, Jul 7, 2010 at 10:10 AM, Emmanuel Bernard wrote: > Remember one class vs an entire dependency can be overkill (though you can > fork the class you've found from elsewhere). > > On 6 juil. 2010, at 19:05, Hardy Ferentschik wrote:

Re: [hibernate-dev] [HV] Supporting Joda Time API with @Past/@Future

2010-03-24 Thread Alaa Mohsen
I'm for with that. As for it being too specific, I believe that the new validators can be made to depend on Joda Time as a compile dependency that is not needed by anyone using Hibernate Validator unless he needs that functionality. On Wed, Mar 24, 2010 at 11:40 PM, Gunnar Morling < gunnar.morl...

Re: [hibernate-dev] Hibernate core 3.2.7 not on maven repo

2009-06-28 Thread Alaa Mohsen
or 3.2.x for that fact. > Certainly we could upload the jar, but the pom and its transitive deps > is what is generally useful... > > On Sun, 2009-06-28 at 19:24 +0300, Alaa Mohsen wrote: > > Hello All, > > Couldn't help to notice that Hibernate Core 3.2.7 which w

[hibernate-dev] Hibernate core 3.2.7 not on maven repo

2009-06-28 Thread Alaa Mohsen
Hello All, Couldn't help to notice that Hibernate Core 3.2.7 which was released on June 4th was not deployed to JBOSS maven repository (and still isn't in central). When would this be added to JBOSS repo? Thanks Regards Alaa Nassef ___ hibernate-dev

Re: [hibernate-dev] [BV] Though about PatternValidator

2009-06-24 Thread Alaa Mohsen
th the 'empty' or operator '|', eg "|^.*foo.*$". > Now the string can be empty or anything with foo in it. > > --Hardy > > > On Wed, 24 Jun 2009 09:47:56 +0200, Alaa Mohsen > wrote: > > Hello All, >> I just realized that PatternVa

[hibernate-dev] [BV] Though about PatternValidator

2009-06-24 Thread Alaa Mohsen
Hello All, I just realized that PatternValidator checks if the String passed to it is null or not before checking it's validity, but it doesn't check if the String is empty. What if someone wants to put a regular expression constraint on a non mandatory field, and the framework he uses sets th

Re: [hibernate-dev] [BVAL] POM Versions

2009-03-17 Thread Alaa Mohsen
opped the install goal on the CI server until the version of the POM changes, and until we solve another unrelated problem in our CI server. Regards, Alaa Nassef On Mon, Mar 16, 2009 at 5:59 PM, Hardy Ferentschik wrote: > On Mon, 16 Mar 2009 15:27:06 +0100, Alaa Mohsen > wrote: > &g

Re: [hibernate-dev] [BVAL] POM Versions

2009-03-16 Thread Alaa Mohsen
ons? > > > On Mar 15, 2009, at 04:46, Alaa Mohsen wrote: > > Hello guys, >> I'm facing a problem right now, and the problem is that we currently >> have Hibernate Validator Alpha 2 as a dependency in our project, which has >> the Validation API Beta 4 as a d

[hibernate-dev] [BVAL] POM Versions

2009-03-15 Thread Alaa Mohsen
Hello guys, I'm facing a problem right now, and the problem is that we currently have Hibernate Validator Alpha 2 as a dependency in our project, which has the Validation API Beta 4 as a dependency. The problem is that the latest changes in the API (including those in the Message Interpolator)

[hibernate-dev] Compilation error

2009-02-24 Thread Alaa Mohsen
Hello guys, We continuously update our copy of Hibernate Validator/Bean Validator API from the SVN. Our last update was a couple of minutes ago, and the project doesn't compile because org.hibernate.validation.engine.ConstraintTree refers to org.hibernate.validation.AmbiguousConstraintUsageExc

[hibernate-dev] [BVAL-RI] Issue in MetaConstraint constructor

2009-02-24 Thread Alaa Mohsen
Hello guys, We faced a problem with in-house constraints that were used to annotate classes (Target = ElementType.TYPE). When we debugged a little, we found out that the MetaConstraint constrictor that takes Type t sets the element type as ElementType.FIELD. I created issue HV-123

[hibernate-dev] [BVAL-RI] Regarding @Size

2009-02-22 Thread Alaa Mohsen
Hello Guys, I was thinking about something. Why do we have the default value for min() in the Size constraint set to Integer.MIN_VALUE and not zero? I know that this won't make any difference at all for the validation framework, but I don't think that it's logical to say that there is a negati

Re: [hibernate-dev] [Bean Validation] Constraints plural

2009-02-18 Thread Alaa Mohsen
I'll go for the second notation (the one with the inner annotation). On Wed, Feb 18, 2009 at 5:35 PM, Emmanuel Bernard wrote: > I have added the following plural forms > AssertFalses > AssertTrues > //Digits to be redefined > Futures > Maxs > Mins > NotNulls > Nulls > Pasts > Patterns > Sizes > >

[hibernate-dev] Maven plugin

2009-02-10 Thread Alaa Mohsen
Hello guys, My IDE is whining about maven-jdocbook-plugin since the beginning of the week now. I added the JBoss repository to my local POM file, but I suggest that it should be added to the SVN. What do you think? ___ hibernate-dev mailing list hibe

[hibernate-dev] [BVAL-RI] Renamed several constraints

2009-02-02 Thread Alaa Mohsen
Hi all, To follow the naming convention, I renamed the constraint validators for Past, Null and NotNull. I created a JIRA issue for that BVAL-105, and attached the patches ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jbos

Re: [hibernate-dev] [BVAL-RI] Regarding BVAL-90

2009-02-02 Thread Alaa Mohsen
OK. So no need for me to implement it then. Got a couple of meetings, then I'll look at what I can do in the RI Regards, Alaa Nassef On Mon, Feb 2, 2009 at 3:50 PM, Hardy Ferentschik wrote: > Hi, > > I am actually implementing this as we speak. I need it in order to > implement > BVAL-99. And ye

Re: [hibernate-dev] [BVAL-RI] Regarding BVAL-90

2009-02-02 Thread Alaa Mohsen
gt; > On Feb 2, 2009, at 12:28, Emmanuel Bernard wrote: > > I don't see the need for reflection. Just add them to the map, period. >> >> You might want to store the map in the ValidatorFactory instead of a >> static, not sure. >> >> On Feb 2, 2009, at 12

Re: [hibernate-dev] [BVAL-RI] Regarding BVAL-90

2009-02-02 Thread Alaa Mohsen
t; I don't see the need for reflection. Just add them to the map, period. >> >> You might want to store the map in the ValidatorFactory instead of a >> static, not sure. >> >> On Feb 2, 2009, at 12:22, Alaa Mohsen wrote: >> >> Hello All, >>>

[hibernate-dev] [BVAL-RI] Regarding BVAL-90

2009-02-02 Thread Alaa Mohsen
Hello All, What's the status of BVAL-90 (Stop using a properties file for built-in constraints and move to a list in Java)? I'm thinking of implementing it using a static map that's get filled on class loading. I wanted to have a clean implementation using reflection, but can't find a clean so

[hibernate-dev] [BVAL-RI] Implementing built in constraint validators

2009-02-02 Thread Alaa Mohsen
Hello Guys, I implemented most constraint validators yesterday and added a patch on JIRA. There was a small bug in the AssertFalse validator, and I fixed it, and added another patch to be used in place of the one attached yesterday. Wasn't able to delete the old attachemnt, since I don't have