[hibernate-dev] Fwd: [hibernate-commits] Hibernate SVN: r10635 - in branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack: defaultpar explodedpar

2006-10-20 Thread Max Rydahl Andersen

Hi Emmanuel,

Is it the branch or trunk you wanted fixes/changes or do i just need to  
apply this "make stuff compile" fix to both branches ?


/max

--- Forwarded message ---
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc:
Subject: [hibernate-commits] Hibernate SVN: r10635 - in  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack:  
defaultpar explodedpar

Date: Fri, 20 Oct 2006 10:39:44 +0200

Author: [EMAIL PROTECTED]
Date: 2006-10-20 04:39:42 -0400 (Fri, 20 Oct 2006)
New Revision: 10635

Modified:
   
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java
   
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java
Log:
fixed non-compilable package-info

Modified:  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java

===
---  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java	2006-10-20  
08:35:35 UTC (rev 10634)
+++ branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java	2006-10-20  
08:39:42 UTC (rev 10635)

@@ -1,4 +1,5 @@
 @NamedQuery(name = "allMouse",
 		query = "select m from ApplicationServer m") package  
org.hibernate.ejb.test.pack.defaultpar;


-import javax.persistence.NamedQuery;
\ No newline at end of file
+import org.hibernate.annotations.NamedQuery;
+

Modified:  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java

===
---  
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java	2006-10-20  
08:35:35 UTC (rev 10634)
+++ branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java	2006-10-20  
08:39:42 UTC (rev 10635)

@@ -1,3 +1,4 @@
 @NamedQuery(name = "allCarpet", query = "select c from Carpet c") package  
org.hibernate.ejb.test.pack.explodedpar;


-import javax.persistence.NamedQuery;
\ No newline at end of file
+import org.hibernate.annotations.NamedQuery;
+

___
hibernate-commits mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/hibernate-commits



--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss a division of Red Hat
[EMAIL PROTECTED]

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


Re: [hibernate-dev] Fwd: [hibernate-commits] Hibernate SVN: r10635 - inbranches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack:defaultpar explodedpar

2006-10-20 Thread Emmanuel Bernard

Branch, you did good.
Thanks

Max Rydahl Andersen wrote:


Hi Emmanuel,

Is it the branch or trunk you wanted fixes/changes or do i just need to 
apply this "make stuff compile" fix to both branches ?


/max

--- Forwarded message ---
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc:
Subject: [hibernate-commits] Hibernate SVN: r10635 - in 
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack: 
defaultpar explodedpar

Date: Fri, 20 Oct 2006 10:39:44 +0200

Author: [EMAIL PROTECTED]
Date: 2006-10-20 04:39:42 -0400 (Fri, 20 Oct 2006)
New Revision: 10635

Modified:

branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java

branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java

Log:
fixed non-compilable package-info

Modified: 
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java

===
--- 
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java  
2006-10-20 
08:35:35 UTC (rev 10634)
+++ 
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/defaultpar/package-info.java  
2006-10-20 
08:39:42 UTC (rev 10635)

@@ -1,4 +1,5 @@
  @NamedQuery(name = "allMouse",
query = "select m from ApplicationServer m") package 
org.hibernate.ejb.test.pack.defaultpar;


-import javax.persistence.NamedQuery;
\ No newline at end of file
+import org.hibernate.annotations.NamedQuery;
+

Modified: 
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java

===
--- 
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java 
2006-10-20 
08:35:35 UTC (rev 10634)
+++ 
branches/Branch_3_2/HibernateExt/ejb/src/test/org/hibernate/ejb/test/pack/explodedpar/package-info.java 
2006-10-20 
08:39:42 UTC (rev 10635)

@@ -1,3 +1,4 @@
  @NamedQuery(name = "allCarpet", query = "select c from Carpet c") 
package 
org.hibernate.ejb.test.pack.explodedpar;


-import javax.persistence.NamedQuery;
\ No newline at end of file
+import org.hibernate.annotations.NamedQuery;
+

___
hibernate-commits mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/hibernate-commits



--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss a division of Red Hat
[EMAIL PROTECTED]

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


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


[hibernate-dev] Re: [Hibernate] Fwd: hibernate performace improvements and dynamicmappings generation using heuristics

2006-10-20 Thread Emmanuel Bernard
I'm afraid the code is the only accurate documentation you'll get, this 
is our implicit mantra. Read the reference documentation to understand 
the concepts behind Hibernate.
The code itself is quite complex but readable ( unless you fall into the 
AST parser ;-) )



Mahen Perera wrote:

hi,
 
Appreciate if someone can give me some pointers on where i can find a 
Hibernate Developers guide, as in some document(s) which will help in 
developing and analysing the hibernate codebase.
 
Thanks

Mahen

-- Forwarded message --
From: *Max Rydahl Andersen* <[EMAIL PROTECTED] 
>

Date: Oct 19, 2006 9:24 AM
Subject: Re: [Hibernate] hibernate performace improvements and dynamic 
mappings generation using heuristics
To: Mahen Perera <[EMAIL PROTECTED] >, 
hibernate-devel@lists.sourceforge.net 



Hi Mahen,

some have previously talked about utilizing the statistics and aop to
figure
out more optimal ways of querying/mapping so it is not a new idea; just
that
noone have yet had the time to investigate into it.

I would assume classic database query optimizing techniques and program
flow analysis
is applicable in this area so if you know those then simply learn
hibernate and
apply them ;)

/max

> Hi All,
>
> I am a postgraduate student from Imperial College, London,,
>
> I am doing a research on performace optimisations in the peristence
> layer of
> a web
> application...
>
> just want to get your ideas on likely improvements that can be done in
> hibernate to
> optimise the performance,,
> these changes should be changes to the hibernate core...
>
> yeah,, i have seen various articles on how to increase performace in
> hibernate and all,, but
> what i want to know is that what are the areas that i can explore in
> order
> to increase
> the performance more..at the code level
>
> i am hoping to try out various optmisations and evaluate the likely
> impact
> of each
> optimisation and stuff like that and would like to contribute to
> hibernate
> with my
> findings,,,
>
> greatly appreciate some pointers from you all,,
>
> mainly i am concerned about the following disadvantage of hibernate:
>
>
> "Developers must know enough information about data usage at compile
> time to
> be able to optimise queries and choose the appropriate object-relational
> mappings"
> so therefore, i am thinking about the repercussions and advantages of
> having  dynamically generated mapping files based on heuristics of the
> usage
> pattern of the data,, in other words dynamically deciding on the mapping
> based on what queries are used more frquently in a system,,
>
> would appreciate some feedback from you all
>
> Thanks
> Mahen



--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED] 
http://hibernate.org

JBoss a division of Red Hat
[EMAIL PROTECTED] 
 



-
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 on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
  

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


[hibernate-dev] hibernate-mysql-testsuite Build Timed Out

2006-10-20 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20061020215957
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 10/20/2006 21:59:57Time 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 2038)10616modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/FromElementType.javadecrease log level10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/action/EntityUpdateAction.javaHHH-1774 : proper binding of multi-column parameter types to queries10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/loader/Loader.javaHHH-1774 : proper binding of multi-column parameter types to queries10615added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/param/CollectionFilterKeyParameterSpecification.javaHHH-1774 : proper binding of multi-column parameter types to queries10615added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/param/DynamicFilterParameterSpecification.javaHHH-1774 : proper binding of multi-column parameter types to queries10615modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaHHH-1774 : proper binding of multi-column parameter types to queries10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/ParameterTranslationsImpl.javaHHH-1774 : proper binding of multi-column parameter types to queries10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaHHH-1774 : proper binding of multi-column parameter types to queries10615modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/loader/hql/QueryLoader.javaHHH-1774 : proper binding of multi-column parameter types to queries10613modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.javafixed test issue on HSQLDB10613modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.javafixed test issue on HSQLDB10609modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ClassificationType.javafixed test bug10606modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javafixed erroneous assertions for Sybase/SQLServer10604modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/TestCase.javadisable test data cleanup validation by default10603modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.javaremoved (now) erroneous test10599modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/optlock/OptimisticLockTest.javatest in case of versioning + batching10596modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/MultiTableTest.javafixed minor issue in use of save10596modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/MasterDetailTest.javafixed minor issue in use of save10593modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/impl/SessionImpl.javaHHH-1663 :  mappings during flush10592modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/any/Properties.hbm.xmlHHH-1663 :  -> mappings during flush10592modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/AllTests.javaHHH-1663 :  -> mappings during flush10592added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/any/Address.javaHHH-1663 :  -> mappings during flush10592added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/any/Person.javaHHH-1663 :  -> mappings during flush10592added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/any/AnyTypeTest.javaHHH-1663 :  -> mappings during flush10592added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/any/ComplexPropertyValue.javaHHH-1663 :  -> mappings during flush10592added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/any/Person.hbm.xmlHHH-1663 :  -> mappings during flush10591modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/Query.javamissing commit of Query for HHH-2037 + updated docs for setParameter regarding how parameter types are guessed/determined.10589modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/collection/PersistentSet.javaHHH-2145 set.retainAll calling set.addAll (with unittest)10589modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/collection/set/PersistentSetTest.javaHHH-2145 set.retainAll calling set.addAll (with unittest)10586modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/impl/AbstractQueryImpl.javaHHH-2037 provide Query.setProperties(Map)10586modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/SQLFunctionsTest.javaHHH-2037 provide Query.setProperties(Map)10540modifiedAnthonyHib//trunk/