[hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Sanne Grinovero
Hello, I am seeing an increasing rate of questions on the Search forum about well documented stuff; I just noticed that I can't point them to the documentation is it's not there. I could edit the wiki myself to add some URL, but I can't find out the missing link either as it's all redirecting now

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Emmanuel Bernard
The docs lives in http://docs.jboss.org/hibernate/stable/search/reference/en/html_single/ http://docs.jboss.org/hibernate/stable/search/reference/en/ And the link is here https://www.hibernate.org/5.html#A21 Am I missing something? On 5 mars 2010, at 10:26, Sanne Grinovero wrote: > Hello, > I a

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Emmanuel Bernard
They have never been published AFAIK, we tend to not publish docs on non final. They are bundled in the distro though. We could change that provided we think it's useful and define some publication scheme: - http://docs.jboss.org/hibernate/search/x.y.z for stable versions - http://docs.jboss.o

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Emmanuel Bernard
That reminds me, I don't think we ever settled on the doc scheme http://docs.jboss.org/hibernate/stable/project vs http://docs.jboss.org/hibernate/project/version On 5 mars 2010, at 11:00, Emmanuel Bernard wrote: > They have never been published AFAIK, we tend to not publish docs on non > final.

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Sanne Grinovero
I like http://docs.jboss.org/hibernate/project/version most, as I guess I could browse available versions at http://docs.jboss.org/hibernate/project/ and see which modules do exist under http://docs.jboss.org/hibernate/ and so I'd vote for http://docs.jboss.org/hibernate/search/3.2.0-BETA1 but hav

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Hardy Ferentschik
As Emmanuel mentioned, we are currently only publishing the docs for GA releases. We used to have also the beta docs online, but stopped that due to the way the different docs would get indexed by Google. I agree with Sanne that we should upload the documentation for the beta releases. http:

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
odd. were you able to fix this by cleaning up db? We do use some triggers as part of other tests; could it maybe be an issue with schema export not able to cleanup those tables? But even there the error is strange because we do not commit nor rollback as part of the trigger. basically i have

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
I'm also blocked from debugging this issue due to a reference to entitymanager/target/test-classes/org/hibernate/ejb/metamodel/Product_.class not being found in the intellij project generated by "mvn idea:idea". Project import seemed to have the same problem. On Thu, 2010-03-04 at 21:14 -0500

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
as we discussed on irc you have to run the metamodel generator. X_ is a generated class 99.9% of the time. You also need to add the generated source directory as a source directory. On 03/05/2010 09:09 AM, Scott Marlow wrote: > I'm also blocked from debugging this issue due to a reference to >

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 09:14 -0600, Steve Ebersole wrote: > as we discussed on irc you have to run the metamodel generator. X_ is a > generated class 99.9% of the time. You also need to add the generated > source directory as a source directory. I missed the step of adding the generated source

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
the intellij import will do it provided: 1) you tell it an apprpriate phase to run to discover all source dirs 2) the metamodel gen stuff is set up correctly to register its output dir as a src dir w/ maven. On 03/05/2010 09:40 AM, Scott Marlow wrote: > On Fri, 2010-03-05 at 09:14 -0600, Steve Eb

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 09:12 -0600, Steve Ebersole wrote: > odd. were you able to fix this by cleaning up db? We do use some > triggers as part of other tests; could it maybe be an issue with schema > export not able to cleanup those tables? But even there the error is > strange because we do

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Amin Mohammed-Coleman
Hi If I may throw in my 2 cents...The approach that you mentioned Emmanuel is ok (as someone who uses the documentation). I understand that google won't know the difference but at the end of the day it is down to the user to verify which version of Hibernate Search they are using and use the

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
Not sure about "SQUIRREL_GET_ERROR_OFFSET". You use Squirrel? The rest come from tests in the testsuite, org.hibernate.test.sql On 03/05/2010 12:47 PM, Scott Marlow wrote: > On Fri, 2010-03-05 at 09:12 -0600, Steve Ebersole wrote: >> odd. were you able to fix this by cleaning up db? We do use

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Steve Ebersole
Wrt https://www.hibernate.org/5.html.. the plan is to eventually use index pages on docs.jboss.org/hibernate. We have not to date simply because its way too difficult managing resource on that site. Yes i would like to see is just the most recent docs indexed. No clue how/if possible. WRT

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 13:41 -0600, Steve Ebersole wrote: > Not sure about "SQUIRREL_GET_ERROR_OFFSET". You use Squirrel? Yes, Squirrel SQL Client probably created that. I'll try dropping the tables/plsql and try again. > > The rest come from tests in the testsuite, org.hibernate.test.sql >

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Scott Marlow
On Fri, 2010-03-05 at 14:57 -0500, Scott Marlow wrote: > > On Fri, 2010-03-05 at 13:41 -0600, Steve Ebersole wrote: > > Not sure about "SQUIRREL_GET_ERROR_OFFSET". You use Squirrel? > > Yes, Squirrel SQL Client probably created that. I'll try dropping the > tables/plsql and try again. dropping