[hibernate-dev] hibernate-sqlserver-jtds-testsuite Build Timed Out

2006-10-13 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061012234840
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 10/12/2006 23:48:40Time to build: Last changed: 12/31/2005 20:44:14Last log entry: less noisy




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 2007)10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/query_hql.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/persistent_classes.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/batch.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/tutorial.xmlupdate for 3.2 doc compliance10539addedscottmarlownovell//trunk/Hibernate3/src/org/hibernate/dialect/MySQL5InnoDBDialect.javaAdded dialect for MySQL 5 InnoDB engine, this addresses HHH-1891.10531modified[EMAIL PROTECTED]//trunk/Hibernate3/doc/reference/en/modules/batch.xmlDocumented insert batch and identity10531modified[EMAIL PROTECTED]//branches/Branch_3_2/Hibernate3/doc/reference/en/modules/batch.xmlDocumented insert batch and identity10527modifiedepbernard//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/SelectClause.javaHHH-2103 rollback mandatory select in JPA10520modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractFlushingEventListener.javaHHH-2093 PERSIST_ON_FLUSH ineffective for recursive object graphs10518modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/cfg/Settings.javastrictJPAQLCompliance was a public field10495modified[EMAIL PROTECTED]//trunk/Hibernate3/doc/reference/en/modules/tutorial.xmlAdded warnings about session-per-operation anti-pattern10495modified[EMAIL PROTECTED]//branches/Branch_3_2/Hibernate3/doc/reference/en/modules/tutorial.xmlAdded warnings about session-per-operation anti-pattern10491modified[EMAIL PROTECTED]//trunk/Hibernate3/doc/reference/en/modules/query_hql.xmlDocumented HHH-161510491modified[EMAIL PROTECTED]//branches/Branch_3_2/Hibernate3/doc/reference/en/modules/query_hql.xmlDocumented HHH-161510476modifiedepbernard//trunk/Hibernate3/src/org/hibernate/jdbc/JDBCContext.javalower trace, ignoring a tx join happens a lot in EJB 310473modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/AllTests.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/Bean.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/BytecodeSuite.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/Bean.hbm.xmlHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/cglib/InvocationTargetExceptionTest.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10471modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/proxy/pojo/javassist/JavassistLazyInitializer.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10470modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/collection/PersistentSet.javaformatting10470modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/collection/PersistentMap.javaformatting10469modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/FlushMode.javaHHH-2042 : FlushMode javadoc10461modifiedepbernard//trunk/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.javarollback10455modifiedepbernard//trunk/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.javaEJB-160 make Ejb3Configuration and AnnotationConfiguration serializable and allow JNDI referenceEntityNotFoundDelegate must be serializable10451addedepbernard//trunk/HibernateExt/ejb/src/test/org/hibernate/ejb/test/cascade/FetchTest2.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10451modifiedepbernard//trunk/Hibernate3/src/org/hibernate/engine/CascadingAction.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10451addedepbernard//trunk/HibernateExt/ejb/src/test/org/hibernate/ejb/test/cascade/Soldier2.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10451addedepbernard//trunk/HibernateExt/ejb/src/test/org/hibernate/ejb/test/cascade/Troop2.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10450modifie

[hibernate-dev] Re: Hibernate Lucene - forum issue

2006-10-13 Thread Emmanuel Bernard

Hi Ales

Yes let's move that to the mailing list

What is DynamicBoost?
I've added support for @Boost on both attributes and entity
I have also introduced a Bridge notion that do the translation between 
the property and the Lucene field. I'm almost done with that one. This 
is very much like the Hibernate Type in it's flexibility and I'll add 
some specific annotations support for numeric padding and date resolution


I fixed the concurrency issues in the Lucene event a while back using a 
reentrant lock per DirectoryProvider. Did you check the code in

http://anonsvn.jboss.org/repos/hibernate/branches/Lucene_Integration/
I'm interested in seeing some additional issue if any.

What is additional POJO handling?

PS I remember an old JIRA issue of you talking about a filter 
capability. I thing it's a nice idea, would probably make sense after 
the core work is stable.


Ales Justin wrote:

Hey,

I extended the initial usage quite a lot - needed some additional stuff.
Some additional annotations - Boost, DynamicBoost, DateField, ...
Rewritten current LuceneListener - had problems with concurrency, 
additional pojo handling, ...


I can sum up some stuff (non customized stuff) and send it - if you're 
interested.

If so - to you or to the mailing list?

Rgds, Ales

ps: coming to JBW Berlin?

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Transactional Lucene index

2006-10-13 Thread Emmanuel Bernard
Some people asked me whether or not we expect to add transactional 
support for Lucene operations.
So far, I've been able to convince them that this is not what they want, 
but I'd like to hear from you guys.


What Hibernate Lucene currently does is, straight after the transaction 
commit (DB), apply all the changes to the index.


I've having hard time to find a good use case for it. Especially because 
Index change is all about performance trades offs. And do you really 
want your commercial transaction rollback because your index has fail?


What I expect to add is a better implementation of what's currently 
happening. Especially, I want to batch all operations for a single 
transaction using the same DirectoryProvider I/O (there are several 
currently). But this is a speed improvement, not a behavioral change.
I'm also considering  adding an asynchronous batch mode. but that's mode 
a mid term work.


WDYT?

Richard Hallier wrote:


Oui oui j'avais bien compris, je plaisantais :-)
J'avais une autre question tant que j'y étais, par rapport à la gestion
transactionnelle des opérations Lucene, y a t il quelque chose de prévu ?

> -Message d'origine-
> De : Emmanuel Bernard [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 13 octobre 2006 16:00
> À : Richard Hallier
> Objet : Re: Hibernate Lucene & fields
>
> je parlais des Bridges pour toutes les propriétés
>
> Richard Hallier wrote:
> >
> > Développé dans l'avion? J'espère que tu as fait un vol long
> courrier
> > ;-) Tiens moi au courant pour le patch.
> > Richard
> >
> > > -Message d'origine-
> > > De : Emmanuel Bernard [mailto:[EMAIL PROTECTED]
> > > Envoyé : vendredi 13 octobre 2006 01:36 À : Richard
> Hallier Objet :
> > > Re: Hibernate Lucene & fields
> > >
> > > Si, je viens de le développer dans l'avion aujourd'hui ;-) Merci
> > > pour le patch je vais regarder ca demain
> > >
> > > Richard Hallier wrote:
> > > >
> > > > Salut Emmanuel,
> > > > Tu trouveras le patch en question en pièce jointe.
> > > > J'ai rajouté une classe de test plutot sommaire, cela
> > > peut-etre amélioré.
> > > >
> > > > J'ai une question. J'ai vu que la conversion (hors identifiant)
> > > > des properties des entités en valeur lucene se fait par
> une simple
> > > > conversion texte, alors que tu as mis en place pour la
> gestion de
> > > > l'identifiant un bridge. Ce concept de "converter" ne
> > > pourrait il pas
> > > > etre appliqué à toute conversion (pas seulement l'id) en
> > > valeur Lucene?
> > > >
> > > > Richard.
> > > >
> > > > > -Message d'origine-
> > > > > De : Emmanuel Bernard [mailto:[EMAIL PROTECTED] Envoyé :
> > > > > mercredi 11 octobre 2006 05:24 À :
> > > [EMAIL PROTECTED] Objet
> > > > > : Hibernate Lucene & fields
> > > > >
> > > > > Hi,
> > > > > I bet you're French so I'll switch to it.
> > > > >
> > > > > J'ai pensé au code qui permettrait d'annoter les attributs.
> > > > > En fait je voudrais utiliser une abstraction que l'on a
> > > écrit pour
> > > > > Hibernate Annotations. Cela abstrait le code de la résolution
> > > > > Generics de Java 5 et des propriétés vs attributs.
> > > > >
> > > > > Quand tu commences le patch, regarde
> > > > > org.hibernate.validator.ClassValidator, les accès aux
> > > annotations se
> > > > > font via  ReflectionManager reflectionManager = new
> > > JavaXFactory();
> > > > > dans la methode
> > > > > ClassValidator.initValidator(...)
> > > > >
> > > > > Si tu as des questions, n'hésites pas à me demander.
> > > > >
> > > > > Emmanuel
> > > > >
> > > >
> > > >
> > >
> 
> > > --
> > > > --
> > > >
> > > > Index:
> > > >
> > >
> C:/dev/source/workspace1.5/HibernateExt/metadata/src/test/org/hibern
> > > at
> > > > e/lucene/test/FieldMappingTest.java
> > > >
> ==
> > > > =
> > > > ---
> > > C:/dev/source/workspace1.5/HibernateExt/metadata/src/test/org/
> > > hibernate/lucene/test/FieldMappingTest.java   (revision 0)
> > > > +++
> > > C:/dev/source/workspace1.5/HibernateExt/metadata/src/test/org/
> > > hibernate/lucene/test/FieldMappingTest.java   (revision 0)
> > > > @@ -0,0 +1,191 @@
> > > > +//$Id: LuceneTest.java 10014 2006-06-12 09:56:27 -0700
> > > (lun., 12 juin
> > > > +2006) epbernard $ package org.hibernate.lucene.test;
> > > > +
> > > > +import java.io.File;
> > > > +import java.util.List;
> > > > +
> > > > +import org.apache.lucene.analysis.StopAnalyzer;
> > > > +import org.apache.lucene.analysis.standard.StandardAnalyzer;
> > > > +import org.apache.lucene.index.IndexReader;
> > > > +import org.apache.lucene.index.Term; import
> > > > +org.apache.lucene.index.TermDocs; import
> > > > +org.apache.lucene.queryParser.QueryParser;
> > > > +import org.apache.lucene.search.Hits; import
> > > > +org.apache.lucene.search.IndexSearcher;
> > > > +import org.apache.lucene.search.Query; import
> > > org.hibernate.Session;
> > > > +import org.hibernate.event.PostDele

[hibernate-dev] [Doc-Bug?] Hibernate Tutorial 1.4 -> SimpleDateFormat not synchronized

2006-10-13 Thread andresgr

Hi.
In section 1.4 of hibernate tutorial we can read:

"The dateFormatter is a tool we'll need later to convert Date objects
from and to strings. It makes sense to only have one formatter as a
member of the servlet."

But in the javadoc from SimpleDateFormat we can read:

"Date formats are not synchronized. It is recommended to create
separate format instances for each thread. If multiple threads access
a format concurrently, it must be synchronized externally."

I think this should be fixed.


--
-=-=-=-=-=-=-=-=-=-=-=-=-
Andrés González.
http://coyotevil.blogspot.com

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] [Doc-Bug?] Hibernate Tutorial 1.4 -> SimpleDateFormat not synchronized

2006-10-13 Thread Christian Bauer


On Oct 13, 2006, at 6:07 PM, andresgr wrote:


In section 1.4 of hibernate tutorial we can read:

"The dateFormatter is a tool we'll need later to convert Date objects
from and to strings. It makes sense to only have one formatter as a
member of the servlet."

But in the javadoc from SimpleDateFormat we can read:

"Date formats are not synchronized. It is recommended to create
separate format instances for each thread. If multiple threads access
a format concurrently, it must be synchronized externally."

I think this should be fixed.


Already fixed a long time ago in 3.2 branch.

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] hibernate-hsqldb-testsuite Build Completed With Testsuite Errors

2006-10-13 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061013230402
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:83: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 10/13/2006 23:04:02Time to build: 9 minutes 36 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy




    Unit Tests: (911)    Total Errors and Failures: (51)testDirtyCheckorg.hibernate.test.instrument.buildtime.InstrumentTesttestFetchAllorg.hibernate.test.instrument.buildtime.InstrumentTesttestLazyorg.hibernate.test.instrument.buildtime.InstrumentTesttestLazyManyToOneorg.hibernate.test.instrument.buildtime.InstrumentTesttestSetFieldInterceptororg.hibernate.test.instrument.buildtime.InstrumentTesttestPropertyInitializedorg.hibernate.test.instrument.buildtime.InstrumentTesttestManyToOneProxyorg.hibernate.test.instrument.buildtime.InstrumentTesttestDirtyCheckorg.hibernate.test.instrument.buildtime.InstrumentTesttestFetchAllorg.hibernate.test.instrument.buildtime.InstrumentTesttestLazyorg.hibernate.test.instrument.buildtime.InstrumentTesttestLazyManyToOneorg.hibernate.test.instrument.buildtime.InstrumentTesttestSetFieldInterceptororg.hibernate.test.instrument.buildtime.InstrumentTesttestPropertyInitializedorg.hibernate.test.instrument.buildtime.InstrumentTesttestManyToOneProxyorg.hibernate.test.instrument.buildtime.InstrumentTesttestJoinedSubclassorg.hibernate.test.joinedsubclass.JoinedSubclassTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestManyToManyPropertyReforg.hibernate.test.propertyref.PropertyRefTesttestFiltersWithSubclassorg.hibernate.test.subclassfilter.DiscrimSubclassFilterTesttestFiltersWithJoinedSubclassorg.hibernate.test.subclassfilter.JoinedSubclassFilterTesttestUnionSubclassorg.hibernate.test.unionsubclass2.UnionSubclassTesttestLazyorg.hibernate.test.bidi.AuctionTesttestNoSelectClauseorg.hibernate.test.jpa.ql.JPAQLComplianceTesttestSubclassingorg.hibernate.test.legacy.ABCProxyTesttestFormulaAssociationorg.hibernate.test.legacy.ABCTesttestComponentNotNullorg.hibernate.test.legacy.ComponentNotNullTesttestCompositeElementorg.hibernate.test.legacy.ComponentNotNullTesttestUnflushedSessionSerializationorg.hibernate.test.legacy.FumTesttestOneToOneCacheorg.hibernate.test.legacy.OneToOneCacheTesttestLoadAfterNonExistsorg.hibernate.test.legacy.ParentChildTesttestSimpleQBEorg.hibernate.test.legacy.QueryByExampleTesttestJunctionNotExpressionQBEorg.hibernate.test.legacy.QueryByExampleTesttestExcludingQBEorg.hibernate.test.legacy.QueryByExampleTesttestBlobCloborg.hibernate.test.legacy.SQLFunctionsTesttestFindBySQLStarorg.hibernate.test.legacy.SQLLoaderTesttestFindBySQLPropertiesorg.hibernate.test.legacy.SQLLoaderTesttestFindBySQLAssociatedObjectsorg.hibernate.test.legacy.SQLLoaderTesttestPropertyResultSQLorg.hibernate.test.legacy.SQLLoaderTesttestFindBySQLMultipleObjectorg.hibernate.test.legacy.SQLLoaderTesttestFindBySQLParametersorg.hibernate.test.legacy.SQLLoaderTesttestDoubleAliasingorg.hibernate.test.legacy.SQLLoaderTesttestEmbeddedCompositePropertiesorg.hibernate.test.legacy.SQLLoaderTesttestFindSimpleBySQLorg.hibernate.test.legacy.SQLLoaderTesttestFindBySQLSimpleByDiffSessionsorg.hibernate.test.legacy.SQLLoaderTesttestFindBySQLDiscriminatedSameSessionorg.hibernate.test.legacy.SQLLoaderTesttestFindBySQLDiscriminatedDiffSessionorg.hibernate.test.legacy.SQLLoaderTesttestCompositeIdIdorg.hibernate.test.legacy.SQLLoaderTesttestSessionStatsorg.hibernate.test.legacy.StatisticsTesttestPaginationorg.hibernate.test.pagination.PaginationTesttestJoinFetchPropertyReforg.hibernate.test.propertyref.PropertyRefTesttestSessionStatisticsorg.hibernate.test.stats.SessionStatsTesttestWhereorg.hibernate.test.where.WhereTest 
 Modifications since last build: (first 50 of 2007)10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/query_hql.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/persistent_classes.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/batch.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/tutorial.xmlupdate for 3.2 doc compliance10539addedscottmarlownovell//trunk/Hibernate3/src/org/hibernate/dialect/MySQL5InnoDBDialect.javaAdded dialect for MySQL 5 InnoDB engine, this addresses HHH-1891.10531modified[EMAIL PROTECTED]//trunk/Hibernate3/doc/reference/en/modules/batch.xmlDocumented insert batch and identity10531modified[EMAIL PROTECTED]//branches/Branch_3_2/Hibernate3/doc/referen

[hibernate-dev] [Hibernate] Java Object Persistence to file System instead of DB

2006-10-13 Thread Sindhu, BN
Title: [Hibernate] Java Object Persistence to file System instead of DB






Hello,


I have a requirement for persisting java Objects to DB as well as to fileSystem using hibernate.

Since I already use hibernate for persisting to DB(HSQL), can somebody please tell me

Whether there is any way to persist Java Objects to file System also using hibernate??

Any help will be very much appreciated.


Also, I came to know that this is possible using jdbc text driver. If so, can somebody pls provide me a sample code

And also let me know if there are any freeware jdbc text driver.


Thanks in advance.

Best Regards,

Sindhu.


The new company Nokia Siemens Networks is expected to start operations by January 1, 2007, subject to customary regulatory approvals, the completion of standard closing conditions, and the agreement of a number of detailed implementation steps.Disclaimer:This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] [Hibernate] Java Object Persistence to file System instead of DB

2006-10-13 Thread Christian Bauer


On Oct 14, 2006, at 7:27 AM, Sindhu, BN wrote:

Any help will be very much appreciated.


http://forum.hibernate.org

The new company Nokia Siemens Networks is expected to start  
operations by January 1, 2007, subject to customary regulatory  
approvals, the completion of standard closing conditions, and the  
agreement of a number of detailed implementation steps.


Thanks for the information, that is great news.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] hibernate-sqlserver-jtds-testsuite Build Timed Out

2006-10-13 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061013234842
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 10/13/2006 23:48:42Time to build: Last changed: 12/31/2005 20:44:14Last log entry: less noisy




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 2007)10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/query_hql.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/persistent_classes.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/batch.xmlupdate for 3.2 doc compliance10540modifiedAnthonyHib//trunk/Hibernate3/doc/reference/fr/modules/tutorial.xmlupdate for 3.2 doc compliance10539addedscottmarlownovell//trunk/Hibernate3/src/org/hibernate/dialect/MySQL5InnoDBDialect.javaAdded dialect for MySQL 5 InnoDB engine, this addresses HHH-1891.10531modified[EMAIL PROTECTED]//trunk/Hibernate3/doc/reference/en/modules/batch.xmlDocumented insert batch and identity10531modified[EMAIL PROTECTED]//branches/Branch_3_2/Hibernate3/doc/reference/en/modules/batch.xmlDocumented insert batch and identity10527modifiedepbernard//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/SelectClause.javaHHH-2103 rollback mandatory select in JPA10520modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractFlushingEventListener.javaHHH-2093 PERSIST_ON_FLUSH ineffective for recursive object graphs10518modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/cfg/Settings.javastrictJPAQLCompliance was a public field10495modified[EMAIL PROTECTED]//trunk/Hibernate3/doc/reference/en/modules/tutorial.xmlAdded warnings about session-per-operation anti-pattern10495modified[EMAIL PROTECTED]//branches/Branch_3_2/Hibernate3/doc/reference/en/modules/tutorial.xmlAdded warnings about session-per-operation anti-pattern10491modified[EMAIL PROTECTED]//trunk/Hibernate3/doc/reference/en/modules/query_hql.xmlDocumented HHH-161510491modified[EMAIL PROTECTED]//branches/Branch_3_2/Hibernate3/doc/reference/en/modules/query_hql.xmlDocumented HHH-161510476modifiedepbernard//trunk/Hibernate3/src/org/hibernate/jdbc/JDBCContext.javalower trace, ignoring a tx join happens a lot in EJB 310473modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/AllTests.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/Bean.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/BytecodeSuite.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/Bean.hbm.xmlHHH-1986 : InvocationTargetException on JavassistLazyInitializer10472added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/bytecode/cglib/InvocationTargetExceptionTest.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10471modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/proxy/pojo/javassist/JavassistLazyInitializer.javaHHH-1986 : InvocationTargetException on JavassistLazyInitializer10470modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/collection/PersistentSet.javaformatting10470modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/collection/PersistentMap.javaformatting10469modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/FlushMode.javaHHH-2042 : FlushMode javadoc10461modifiedepbernard//trunk/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.javarollback10455modifiedepbernard//trunk/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.javaEJB-160 make Ejb3Configuration and AnnotationConfiguration serializable and allow JNDI referenceEntityNotFoundDelegate must be serializable10451addedepbernard//trunk/HibernateExt/ejb/src/test/org/hibernate/ejb/test/cascade/FetchTest2.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10451modifiedepbernard//trunk/Hibernate3/src/org/hibernate/engine/CascadingAction.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10451addedepbernard//trunk/HibernateExt/ejb/src/test/org/hibernate/ejb/test/cascade/Soldier2.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10451addedepbernard//trunk/HibernateExt/ejb/src/test/org/hibernate/ejb/test/cascade/Troop2.javaEJB-221 TransientObjectException raised on proxies during persist_on_fllush.noCascade()10450modifie