[Hibernate] hibernate-sybase-testsuite Build Timed Out

2006-07-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20060716230837 BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 07/16/2006 23:08:37Time to build:   Unit Tests: (0)  Total Errors and Failures

[Hibernate] hibernate-oracle10-testsuite Build Completed With Testsuite Errors

2006-07-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060717020838 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:101: The following error occurred while executing this line: /home/cruisecontrol/work

[Hibernate] Unexpected token: GENERATED in statement

2006-07-17 Thread subhradeep bhatacharya
Hi,   I am a newbie to hibernate.   I am getting the following exception:  DEBUG SchemaExport:301 - create table EVENTS (EVENTS_ID bigint generated by default as identity (start with 1), EVENTS_DATE timestamp, EVENTS_TITLE varchar(255) not null, primary key (EVENTS_ID)) ERROR SchemaExport:272

Re: [Hibernate] Unexpected token: GENERATED in statement

2006-07-17 Thread Max Rydahl Andersen
use user forum at forum.hibernate.org for user questions - this is for hibernate core development. /max > Hi, > I am a newbie to hibernate. > I am getting the following exception: >DEBUG SchemaExport:301 - create table EVENTS (EVENTS_ID bigint > generated by default as identity (start

[Hibernate] hibernate-timesten-testsuite Build Completed With Testsuite Errors

2006-07-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-timesten-testsuite?log=log20060717022623 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:94: The following error occurred while executing this line: /home/cruisecontrol/work/

Re: [Hibernate] Hibernate Lucene integration

2006-07-17 Thread Max Rydahl Andersen
> "Any Default" > Good question, I don't think we should index all properties by default: > I guess we should ask that tot he Lucene community. I think no-index is an apropriate default; but maybe a @IndexAll would be relevant ? (not sure though) > As for the bridges > (ie types), they are def

[Hibernate] Unsubscribe

2006-07-17 Thread Deyan Petrov
Unsubscribe - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based o

[Hibernate] hibernate lazy load

2006-07-17 Thread maveganzones
Hi all. I have a mapped class that has two many-to-one relations. Im using spring HibernateDaoSupport class to retrieve the data from the hibernate session and i have a problem when i get this class data. Im not able to get the data from the two many-to-one relations. i have solved it with the d

Re: [Hibernate] hibernate lazy load

2006-07-17 Thread Max Rydahl Andersen
use user forum at forum.hibernate.org for user questions - this is for hibernate core development. /max > > Hi all. > > I have a mapped class that has two many-to-one relations. > > Im using spring HibernateDaoSupport class to retrieve the data from the > hibernate session and i have a problem

Re: [Hibernate] hibernate lazy load

2006-07-17 Thread maveganzones
OK i didnt know. I have tried to register in the forum.hibernate.com but it throws an error and it says that my user is inactive. Do you know how can i contact with the administrator so he'll active my account? thx -- View this message in context: http://www.nabble.com/hibernate-lazy-load-tf19

[Hibernate] Roadmap

2006-07-17 Thread Steve Ebersole
Now that 3.2.0.ga is imminent, here are the things which are currently underway, or which I would like to start soon: 1) Antlr query translator redesign. The original Antlr-based translator was a great first cut and showed us the usefulness of Antlr for this task; in many ways it ways a learning

Re: [Hibernate] Roadmap

2006-07-17 Thread Max Rydahl Andersen
> 1) Antlr query translator redesign. The original Antlr-based translator > was a great first cut and showed us the usefulness of Antlr for this > task; in many ways it ways a learning experience. Now, it is time to > take those experiences and redesign how the translator works in a few > areas

[Hibernate] Roadmap - components

2006-07-17 Thread Steve Ebersole
Regarding the component related changes mentioned in the previous email... As I mentioned a lot of the pre-requisite work has already been performed on HEAD. I also took the opportunity to refactor the packaging of the org.hibernate.tuple package. Specifically, most of the pre-requisite work was

Re: [Hibernate] Roadmap - components

2006-07-17 Thread Max Rydahl Andersen
...but requires changes to public API so probably best suited for 3.3. > Regarding the component related changes mentioned in the previous > email... > > As I mentioned a lot of the pre-requisite work has already been > performed on HEAD. I also took the opportunity to refactor the > packaging of

Re: [Hibernate] Roadmap - components

2006-07-17 Thread Steve Ebersole
Type is *NOT* a public API... -Original Message- From: Max Andersen Sent: Monday, July 17, 2006 10:38 AM To: Steve Ebersole; Hibernate development Subject: Re: [Hibernate] Roadmap - components ...but requires changes to public API so probably best suited for 3.3. > Regarding the compone

Re: [Hibernate] Roadmap - components

2006-07-17 Thread Max Rydahl Andersen
On Mon, 17 Jul 2006 17:41:25 +0200, Steve Ebersole <[EMAIL PROTECTED]> wrote: > Type is *NOT* a public API... but UserType is - don't they need access to this info too ? /max > > -Original Message- > From: Max Andersen > Sent: Monday, July 17, 2006 10:38 AM > To: Steve Ebersole; Hiber

Re: [Hibernate] Roadmap - components

2006-07-17 Thread Steve Ebersole
Well Type and UserType do not necessarily need to be in synch in this particular regard. We could conceivably change Type and then later (i.e. as part of a major release) change the UserType API to align it. After all the whole point of the UserType stuff was to insulate the user from changes in t

Re: [Hibernate] Roadmap - components

2006-07-17 Thread Max Rydahl Andersen
point taken. > Well Type and UserType do not necessarily need to be in synch in this > particular regard. We could conceivably change Type and then later > (i.e. as part of a major release) change the UserType API to align it. > After all the whole point of the UserType stuff was to insulate the

Re: [Hibernate] Roadmap

2006-07-17 Thread Steve Ebersole
Antlr3 is currently still beta. There are some very nice new features (like the tree construction rewrite rules). Not sure, we'll have to watch and see how it progresses. They also have an IDE for this series, btw ;) Well you say 3.3 is more appropriate for the antlr (#1) and tuplizer (#5) stuf

Re: [Hibernate] Roadmap

2006-07-17 Thread Max Rydahl Andersen
On Mon, 17 Jul 2006 17:58:53 +0200, Steve Ebersole <[EMAIL PROTECTED]> wrote: > Antlr3 is currently still beta. There are some very nice new features > (like the tree construction rewrite rules). Not sure, we'll have to > watch and see how it progresses. They also have an IDE for this series,

[Hibernate] hibernate-oracle10-testsuite Build Completed With Testsuite Errors

2006-07-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060718005959 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:101: The following error occurred while executing this line: /home/cruisecontrol/work