Re: [hibernate-dev] Hibernate OGM documentation

2011-04-22 Thread Juraci Paixao Krohling
On 04/22/2011 06:43 PM, Emmanuel Bernard wrote: > I've been working on Hibernate OGM documentation. I am still very unhappy > with what I have but that's a start. > > You can read it at > http://docs.jboss.org/hibernate/ogm/3.0/reference/en-US/html_single/ > You can contribute to it by forking on

Re: [hibernate-dev] Table and quoted names

2010-10-04 Thread Juraci Paixao Krohling
On 10/01/2010 07:57 PM, Steve Ebersole wrote: > The vast majority of databases out there have more or less decent JDBC > drivers. So forcing every single Dialect to reproduce information that > is already correctly available to us because of a few *known* slackers > seems silly. Why can't the maj

Re: [hibernate-dev] Table and quoted names

2010-10-01 Thread Juraci Paixao Krohling
On 10/01/2010 03:20 PM, Steve Ebersole wrote: > I'd like to figure out if this could be determined by looking at the > DatabaseMetaData before making the Dialects have to specify this. With > the Dialects its just another thing we need to "keep in synch". Not > sure if you saw my comments in Obje

Re: [hibernate-dev] taking timings

2010-07-08 Thread Juraci Paixao Krohling
On 07/07/2010 05:38 PM, Hardy Ferentschik wrote: > byteman (know I know what you can do > with it - always wondered) A bit off topic, but it might be useful for people writing test cases: byteman can be used (among other things) to "inject" exceptions which may be difficult to reproduce otherwis

Re: [hibernate-dev] taking timings

2010-07-07 Thread Juraci Paixao Krohling
On 07/06/2010 07:05 PM, Hardy Ferentschik wrote: > I am looking into collection some statistics for HSearch. I am for example > interested in measuring the Lucene query execution time and the Hibernate > Core "object loading" time. If you just need timings for some methods, you can write a few By

Re: [hibernate-dev] solidDB Hibernate dialect ?

2010-04-21 Thread Juraci Paixao Krohling
On 04/21/2010 10:55 AM, Daniel Kavanagh wrote: > Below I've attached the failure list, the test results aren't too bad from > what i can tell. > 26 errors, 7 failures. > I'm not sure if that would be considered a good result or not? I think that 0 errors and 0 failures would be better :-) > If I

Re: [hibernate-dev] any specific reason left that keep hibernate away from building on jdk6?

2010-04-19 Thread Juraci Paixao Krohling
On 04/17/2010 08:29 PM, Strong Liu wrote: > 5. for hudson job, we need it builds hibernate trunk code on jdk1.5 and run > the tests both on jdk1.5 and jdk6. > Juca, you will help me on this, right? :D Sure thing. I did a test job last week, which tested the execution of the test suite on both J

Re: [hibernate-dev] solidDB Hibernate dialect ?

2010-04-16 Thread Juraci Paixao Krohling
On 04/16/2010 05:48 PM, Niall DOWNEY wrote: > Hi Chris, > thanks for the info. Is it just a case of checking out the latest Test > Suite code from CVS and running what are probably JUnit tests ?. Is there > anything else we need to do or be aware of ?. Take a look at this page: http://hibernate.or

Re: [hibernate-dev] website migration

2010-03-18 Thread Juraci Paixao Krohling
On 03/17/2010 07:25 PM, Steve Ebersole wrote: > The first phase of the website migration is complete. Congratulations :-) It looks really nice! One thing I noticed is that the image map in the main page is incorrectly mapped. If I hover "Native API" for Java 5, the link is for Annotations. If I

Re: [hibernate-dev] Unable to update Core

2010-02-12 Thread Juraci Paixao Krohling
On 02/12/2010 03:57 PM, Strong Liu wrote: > same machine - mac osx, same error : > svn: In directory 'documentation/manual/src/main/docbook/de-DE/content' > svn: Can't open file > 'documentation/manual/src/main/docbook/de-DE/content/.svn/tmp/text-base/preface.po.svn-base': > No such file or direc

[hibernate-dev] Trunk failing because of infinispan tests

2009-12-01 Thread Juraci Paixao Krohling
Guys, As I know there are some Infinispan guys on this list, I'm sending it here. It seems that Infinispan maven repo used to contain some "-tests.jar" artifacts, but they weren't published on Nov 30, causing Hibernate trunk build to fail (look at cache-infinispan/pom.xml). Question is: should

Re: [hibernate-dev] Unable to compile core

2009-10-02 Thread Juraci Paixao Krohling
Em 02-10-2009 11:57, Emmanuel Bernard escreveu: > Well it unfortunately now works for me. > Tell me what details you want, I will send them to you when that happens > next time. OS, JVM, commands used (and other commands previously used), state of the work space (is it a clean checkout?), state o

Re: [hibernate-dev] Unable to compile core

2009-10-02 Thread Juraci Paixao Krohling
Em 01-10-2009 22:33, Steve Ebersole escreveu: > Not sure what to tel y'all. I cannot reproduce it on my machine as you > say and yet noone who is able to reproduce it is willing/able to debug > it... Could you guys please send me as much information as you have about your environment? I really w

Re: [hibernate-dev] Unable to compile core

2009-10-01 Thread Juraci Paixao Krohling
Em 01-10-2009 09:54, Emmanuel Bernard escreveu: >From a svn update, I can't mvn clean install core/core. Anybody knows > why? > > [INFO] Unable to resolve method [org.hibernate.Version#getVersionString] > > Embedded error: javassist.NotFoundException: org.hibernate.Version It happens from time

Re: [hibernate-dev] Help with first patch

2009-06-17 Thread Juraci Paixao Krohling
Em 17-06-2009 14:53, Nikolas Everett escreveu: Are these expected errors, then? Not really. Expected failures have its method name ending in FailureExpected, and are marked as "PASS" if they fail. I would say that these are the failures which should be addressed, but aren't yet. I have ano

Re: [hibernate-dev] Help with first patch

2009-06-17 Thread Juraci Paixao Krohling
Em 16-06-2009 23:32, Nikolas Everett escreveu: That failed because I'm on Java 1.6 and there are JDBC incompatibilities. I'm not sure how I'd have known that other than the comment at the bottom of https://www.hibernate.org/422.html . So I installed Java 1.5 and tried again: JAVA_HOME=/usr/lib

Re: [hibernate-dev] Hibernate 3.3.1.GA compatibility question

2009-06-04 Thread Juraci Paixao Krohling
Hello, Em 04-06-2009 15:48, Pocius, Pete escreveu: The company I work for is considering upgrading to Hibernate 3.3.1.GA. We are also upgrading to ASE 15. The question I have is are there any compatibility issues with the following setup: Hibernate 3.3.1.GA ASE 15 JConnect 6.05 I would wait a

Re: [hibernate-dev] Hibernate Core 3.5 and Bean Validation integrated

2009-05-07 Thread Juraci Paixao Krohling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It seems it needs something else (maybe a pom.xml extra spice?). The build is breaking due to compilation failure: http://hudson.qa.jboss.com/hudson/job/hibernate-all-trunk/ annotations/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEve

[hibernate-dev] Re: Hudson jobs - cleanup and matrix X trigger

2009-03-13 Thread Juraci Paixao Krohling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juraci Paixao Krohling escreveu: > Non-matrix jobs[1] are real jobs. As such, we can run a specific Example of non-matrix job: http://hudson.qa.jboss.com/hudson/job/hibernate-Branch_3_3-trigger Example of matrix job: http://hudson.qa.jboss.

[hibernate-dev] Hudson jobs - cleanup and matrix X trigger

2009-03-13 Thread Juraci Paixao Krohling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I was looking into our current Hudson jobs, and would like to suggest some changes: - - We currently have two views: Hibernate and Hibernate trunk. I propose to remove Hibernate trunk and create a Hibernate EAP. "Hibernate" would contain all com