You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(32) |
Jun
(175) |
Jul
(209) |
Aug
(302) |
Sep
(287) |
Oct
(339) |
Nov
(314) |
Dec
(329) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(479) |
Feb
(389) |
Mar
(599) |
Apr
(307) |
May
(390) |
Jun
(300) |
Jul
(410) |
Aug
(458) |
Sep
(299) |
Oct
(315) |
Nov
(363) |
Dec
(529) |
2005 |
Jan
(568) |
Feb
(434) |
Mar
(1004) |
Apr
(823) |
May
(767) |
Jun
(763) |
Jul
(854) |
Aug
(862) |
Sep
(560) |
Oct
(853) |
Nov
(763) |
Dec
(731) |
2006 |
Jan
(776) |
Feb
(608) |
Mar
(657) |
Apr
(424) |
May
(559) |
Jun
(440) |
Jul
(448) |
Aug
(58) |
Sep
|
Oct
(17) |
Nov
(16) |
Dec
(8) |
2007 |
Jan
(1) |
Feb
(8) |
Mar
(2) |
Apr
(5) |
May
(3) |
Jun
(3) |
Jul
(3) |
Aug
(16) |
Sep
(10) |
Oct
(4) |
Nov
(4) |
Dec
(4) |
2008 |
Jan
(8) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: <leg...@at...> - 2003-12-13 21:29:29
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-550 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-550 Summary: FooBarTest failed Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Versions: 2.1 final Assignee: Reporter: Rafal Groszewski Created: Sat, 13 Dec 2003 3:28 PM Updated: Sat, 13 Dec 2003 3:28 PM Description: java 1.4.2_01 (also 1.3.1_06) mysql 4.0.16 jdbc driver mysql-connector-java-3.0.9-stable-bin.jar all tests passed except testPersistCollections Error could not deserialize net.sf.hibernate.type.SerializationException: could not deserialize at net.sf.hibernate.util.SerializationHelper.deserialize(SerializationHelper.java:194) at net.sf.hibernate.util.SerializationHelper.deserialize(SerializationHelper.java:220) at org.hibernate.test.FooBarTest.testPersistCollections(FooBarTest.java:2262) at org.hibernate.test.TestCase.runTest(TestCase.java:79) Caused by: java.lang.ClassNotFoundException: long at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:183) at java.lang.ClassLoader.loadClass(ClassLoader.java:294) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281) at java.lang.ClassLoader.loadClass(ClassLoader.java:250) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190)... --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 20:57:29
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-549 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-549 Summary: Binder ignores class attribute and loads class when parsing Component's Type: Bug Status: Open Priority: Major Project: Hibernate2 Components: core Versions: 2.2 alpha Assignee: Gavin King Reporter: Max Rydahl Andersen Created: Sat, 13 Dec 2003 2:56 PM Updated: Sat, 13 Dec 2003 2:56 PM Description: see summary ;) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 16:41:33
|
The following comment has been added to this issue: Author: William Drai Created: Sat, 13 Dec 2003 10:40 AM Body: I just tried hibernate 2.1. It was indeed a JCS problem. It's really a benediction that you remove support for this crap. Now everything is perfect with all other cache providers. Thanks for your help. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-404 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-404 Summary: Caching problem with same class mapped in many sessionFactories Type: Bug Status: Closed Priority: Minor Resolution: WON'T FIX Project: Hibernate2 Components: core Versions: 2.0.3 Assignee: Reporter: William Drai Created: Wed, 15 Oct 2003 6:20 PM Updated: Sat, 13 Dec 2003 10:40 AM Description: I want to map the same class in two different sessionFactories using two different databases. As the cache region is defined only by the class name, the cache is not able to differentiate instances of the same class with the same id in different databases. I have made a patch for Hibernate 2.0.3 which just add a new parameter 'cache-region-prefix' in the session factory configuration and it works perfectly. As the caching system is completely being refactored, it would be really cool if this simple fix was included in the refactoring. Thanks. William --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 15:15:36
|
The following comment has been added to this issue: Author: Michael Greer Created: Sat, 13 Dec 2003 9:14 AM Body: <p>I believe this is similar to <a href="http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-123">Apply distinctness to HQL fetch of collection</a>, but I voted for this anyway.</p> <p>The return of duplicates in an entity list if you eagerly fetch their children is unexpected behavior which, while easily remedied in the app, perhaps does not belong in this layer. I understand that adding "DISTINCT" to the query would be a major performance hit, so why not handle it programatically after returning the results? We have to handle it in any case, since it is an unwieldy and unexpected result, so we might as well hide it in the proper layer.</p> --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-520 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-520 Summary: Add Distinct to Criteria API Type: New Feature Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.1 rc1 Assignee: Reporter: Stephen Owens Created: Thu, 4 Dec 2003 7:08 AM Updated: Sat, 13 Dec 2003 9:14 AM Environment: Hibernate 2.1+, (Any DB) Description: Need the ability to specify that results of a Criteria query should be 'DISTINCT', especially when joining to a collection. So the Criteria equivalent of the HQL statement "select distinct parent from Parent as parent join Parent.children as child where child.age>5" --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 10:39:29
|
The following comment has been added to this issue: Author: Chris Nokleberg Created: Sat, 13 Dec 2003 4:39 AM Body: Confirmed bug in CGLIB 2.1 RC1, fixed in CGLIB CVS, will be included in next Hibernate release. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-548 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-548 Summary: Possible cglib2 problem in Hibernate 2.1 Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Reporter: Benoit Menendez Created: Fri, 12 Dec 2003 7:55 PM Updated: Sat, 13 Dec 2003 4:39 AM Description: I just upgraded from the 2.1 rc1 to 2.1 final and I am having the following problem. If I restore the cglib2.jar from rc1 everything works. 2003-12-12 17:51:50,059 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/User.hbm.xml 2003-12-12 17:51:50,900 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.User -> KMS_USER 2003-12-12 17:51:51,481 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.roles -> KMS_USER_ROLE 2003-12-12 17:51:51,521 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.proficiencies -> KMS_USER_SKILL 2003-12-12 17:51:51,541 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.subscription -> KMS_SUBSCRIPTION 2003-12-12 17:51:51,541 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.readings -> KMS_USER_DOCUMENT 2003-12-12 17:51:51,551 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.settings -> KMS_USER_VIEW 2003-12-12 17:51:51,551 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Role.hbm.xml 2003-12-12 17:51:51,711 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Role -> KMS_ROLE 2003-12-12 17:51:51,721 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Skill.hbm.xml 2003-12-12 17:51:51,851 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Skill -> KMS_SKILL 2003-12-12 17:51:51,851 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Department.hbm.xml 2003-12-12 17:51:51,971 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Department -> KMS_DEPARTMENT 2003-12-12 17:51:51,982 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/View.hbm.xml 2003-12-12 17:51:52,132 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.View -> KMS_VIEW 2003-12-12 17:51:52,142 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.View.fields -> KMS_DISPLAY 2003-12-12 17:51:52,152 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.View.filters -> KMS_FILTER 2003-12-12 17:51:52,182 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/UserSession.hbm.xml 2003-12-12 17:51:52,302 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.UserSession -> KMS_SESSION 2003-12-12 17:51:52,312 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Document.hbm.xml 2003-12-12 17:51:52,432 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Document -> KMS_DOCUMENT 2003-12-12 17:51:52,482 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.Document.permissions -> KMS_PERMISSION 2003-12-12 17:51:52,642 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.FileDocument -> KMS_DOCUMENT 2003-12-12 17:51:52,662 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Link -> KMS_DOCUMENT 2003-12-12 17:51:52,672 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Message -> KMS_DOCUMENT 2003-12-12 17:51:52,733 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Topic -> KMS_DOCUMENT 2003-12-12 17:51:52,743 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Folder -> KMS_DOCUMENT 2003-12-12 17:51:52,743 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Version.hbm.xml 2003-12-12 17:51:52,883 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Version -> KMS_VERSION 2003-12-12 17:51:52,893 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/MessageDetail.hbm.xml 2003-12-12 17:51:53,013 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.MessageDetail -> KMS_MESSAGE 2003-12-12 17:51:53,013 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: cch/Employee.hbm.xml 2003-12-12 17:51:53,133 INFO [net.sf.hibernate.cfg.Binder] Mapping class: cch.Employee -> CCH_EMPLOYEE 2003-12-12 17:51:53,183 INFO [net.sf.hibernate.cfg.Configuration] processing one-to-many association mappings 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.Filter, IllegalArgumentException: Cannot find matching method/constructor 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.FileDocument.versions -> KMS_VERSION 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Configuration] processing one-to-one association property references 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Configuration] processing foreign key constraints 2003-12-12 17:51:55,316 INFO [net.sf.hibernate.dialect.Dialect] Using dialect: net.sf.hibernate.dialect.SAPDBDialect 2003-12-12 17:51:55,316 INFO [net.sf.hibernate.cfg.SettingsFactory] Use outer join fetching: true 2003-12-12 17:51:55,336 INFO [net.sf.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: com.proinsight.objects.ConnectionProvider 2003-12-12 17:51:55,376 INFO [net.sf.hibernate.transaction.TransactionManagerLookupFactory] instantiating TransactionManagerLookup: net.sf.hibernate.transaction.JBossTransactionManagerLookup 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.transaction.TransactionManagerLookupFactory] instantiated TransactionManagerLookup 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] Use scrollable result sets: true 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] JDBC 2 max batch size: 15 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] Query language substitutions: {} 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] cache provider: net.sf.hibernate.cache.HashtableCacheProvider 2003-12-12 17:51:55,426 INFO [net.sf.hibernate.cfg.Configuration] instantiating and configuring caches 2003-12-12 17:51:55,557 INFO [net.sf.hibernate.impl.SessionFactoryImpl] building session factory 2003-12-12 17:51:55,767 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.Folder, BulkBeanException: Property is private (property setCreatedById) 2003-12-12 17:51:56,478 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.View, BulkBeanException: Property is private (property setCreatedById) 2003-12-12 17:51:56,588 ERROR [net.sf.hibernate.proxy.LazyInitializer] CGLIB Enhancement failed net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:192) at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:330) at net.sf.cglib.proxy.Enhancer.create(Enhancer.java:246) at net.sf.cglib.proxy.Enhancer.create(Enhancer.java:406) at net.sf.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:74) at net.sf.hibernate.persister.AbstractEntityPersister.<init>(AbstractEntityPersister.java:801) at net.sf.hibernate.persister.EntityPersister.<init>(EntityPersister.java:741) at net.sf.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:41) at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:136) at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:726) at com.proinsight.objects.ObjectDataSource.getSessionFactory(ObjectDataSource.java:173) at com.proinsight.objects.ObjectDataSource.<clinit>(ObjectDataSource.java:42) at com.proinsight.servlets.KMSProInsightServlet.init(KMSProInsightServlet.java:43) at javax.servlet.GenericServlet.init(GenericServlet.java:256) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3421) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3609) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.createWebContext(EmbeddedTomcatService.java:530) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.performDeploy(EmbeddedTomcatService.java:309) at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:428) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy6.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274) at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:394) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:395) at java.lang.Thread.run(Thread.java:534) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:373) at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:181) ... 72 more Caused by: java.lang.ClassFormatError: Illegal Field name "CGLIB$load_class$ARRAY0$_Ljava_lang_String;" at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:537) at java.lang.ClassLoader.defineClass(ClassLoader.java:382) ... 77 more --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 05:06:29
|
Message: The following issue has been closed. Resolver: Gavin King Date: Fri, 12 Dec 2003 11:05 PM done --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-544 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-544 Summary: "eg" example build.xml needs .zip archives for Oracle/DB2 drivers Type: Bug Status: Closed Priority: Minor Resolution: FIXED Project: Hibernate2 Assignee: Reporter: Michael Hannaford Created: Thu, 11 Dec 2003 3:41 PM Updated: Fri, 12 Dec 2003 11:05 PM Environment: Hibernate version 2.1 final, DB2 or Oracle (any version) Description: This is my first time running Hibernate, so apologies if this is a duplicate or inappropriate bug. However, I found right away when trying to run the quick "eg" example (as outlined at http://www.hibernate.org/152.html) that the example does not build properly with DB2, because the eg target in build.xml only includes *.jar in its file sets. Both Oracle and DB2 package their JDBC drivers in .zip files, so this file type needs to be included as well. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 04:57:28
|
Message: The following issue has been closed. Resolver: Gavin King Date: Fri, 12 Dec 2003 10:56 PM I have made this change. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-438 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-438 Summary: Log SQL Type: Improvement Status: Closed Priority: Minor Resolution: FIXED Project: Hibernate2 Components: core Versions: 2.1 beta 4 Assignee: Reporter: John Kristian Created: Thu, 30 Oct 2003 2:52 PM Updated: Fri, 12 Dec 2003 10:56 PM Description: Please log executed SQL, in addition to (or instead of) passing it to System.out.println. System.out is useful for development. But logging is often better in a production server; for example, when System.out is directed to /dev/null. The patch logSql.diff-u (attached) works for me. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 01:58:30
|
The following issue has been updated: Updater: Benoit Menendez (mailto:be...@me...) Date: Fri, 12 Dec 2003 7:57 PM Comment: I have attached my log file, it is better formatted Changes: Attachment changed to proinsight.log --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-548&page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-548 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-548 Summary: Possible cglib2 problem in Hibernate 2.1 Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Reporter: Benoit Menendez Created: Fri, 12 Dec 2003 7:55 PM Updated: Fri, 12 Dec 2003 7:57 PM Description: I just upgraded from the 2.1 rc1 to 2.1 final and I am having the following problem. If I restore the cglib2.jar from rc1 everything works. 2003-12-12 17:51:50,059 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/User.hbm.xml 2003-12-12 17:51:50,900 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.User -> KMS_USER 2003-12-12 17:51:51,481 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.roles -> KMS_USER_ROLE 2003-12-12 17:51:51,521 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.proficiencies -> KMS_USER_SKILL 2003-12-12 17:51:51,541 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.subscription -> KMS_SUBSCRIPTION 2003-12-12 17:51:51,541 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.readings -> KMS_USER_DOCUMENT 2003-12-12 17:51:51,551 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.settings -> KMS_USER_VIEW 2003-12-12 17:51:51,551 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Role.hbm.xml 2003-12-12 17:51:51,711 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Role -> KMS_ROLE 2003-12-12 17:51:51,721 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Skill.hbm.xml 2003-12-12 17:51:51,851 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Skill -> KMS_SKILL 2003-12-12 17:51:51,851 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Department.hbm.xml 2003-12-12 17:51:51,971 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Department -> KMS_DEPARTMENT 2003-12-12 17:51:51,982 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/View.hbm.xml 2003-12-12 17:51:52,132 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.View -> KMS_VIEW 2003-12-12 17:51:52,142 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.View.fields -> KMS_DISPLAY 2003-12-12 17:51:52,152 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.View.filters -> KMS_FILTER 2003-12-12 17:51:52,182 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/UserSession.hbm.xml 2003-12-12 17:51:52,302 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.UserSession -> KMS_SESSION 2003-12-12 17:51:52,312 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Document.hbm.xml 2003-12-12 17:51:52,432 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Document -> KMS_DOCUMENT 2003-12-12 17:51:52,482 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.Document.permissions -> KMS_PERMISSION 2003-12-12 17:51:52,642 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.FileDocument -> KMS_DOCUMENT 2003-12-12 17:51:52,662 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Link -> KMS_DOCUMENT 2003-12-12 17:51:52,672 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Message -> KMS_DOCUMENT 2003-12-12 17:51:52,733 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Topic -> KMS_DOCUMENT 2003-12-12 17:51:52,743 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Folder -> KMS_DOCUMENT 2003-12-12 17:51:52,743 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Version.hbm.xml 2003-12-12 17:51:52,883 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Version -> KMS_VERSION 2003-12-12 17:51:52,893 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/MessageDetail.hbm.xml 2003-12-12 17:51:53,013 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.MessageDetail -> KMS_MESSAGE 2003-12-12 17:51:53,013 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: cch/Employee.hbm.xml 2003-12-12 17:51:53,133 INFO [net.sf.hibernate.cfg.Binder] Mapping class: cch.Employee -> CCH_EMPLOYEE 2003-12-12 17:51:53,183 INFO [net.sf.hibernate.cfg.Configuration] processing one-to-many association mappings 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.Filter, IllegalArgumentException: Cannot find matching method/constructor 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.FileDocument.versions -> KMS_VERSION 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Configuration] processing one-to-one association property references 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Configuration] processing foreign key constraints 2003-12-12 17:51:55,316 INFO [net.sf.hibernate.dialect.Dialect] Using dialect: net.sf.hibernate.dialect.SAPDBDialect 2003-12-12 17:51:55,316 INFO [net.sf.hibernate.cfg.SettingsFactory] Use outer join fetching: true 2003-12-12 17:51:55,336 INFO [net.sf.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: com.proinsight.objects.ConnectionProvider 2003-12-12 17:51:55,376 INFO [net.sf.hibernate.transaction.TransactionManagerLookupFactory] instantiating TransactionManagerLookup: net.sf.hibernate.transaction.JBossTransactionManagerLookup 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.transaction.TransactionManagerLookupFactory] instantiated TransactionManagerLookup 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] Use scrollable result sets: true 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] JDBC 2 max batch size: 15 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] Query language substitutions: {} 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] cache provider: net.sf.hibernate.cache.HashtableCacheProvider 2003-12-12 17:51:55,426 INFO [net.sf.hibernate.cfg.Configuration] instantiating and configuring caches 2003-12-12 17:51:55,557 INFO [net.sf.hibernate.impl.SessionFactoryImpl] building session factory 2003-12-12 17:51:55,767 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.Folder, BulkBeanException: Property is private (property setCreatedById) 2003-12-12 17:51:56,478 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.View, BulkBeanException: Property is private (property setCreatedById) 2003-12-12 17:51:56,588 ERROR [net.sf.hibernate.proxy.LazyInitializer] CGLIB Enhancement failed net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:192) at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:330) at net.sf.cglib.proxy.Enhancer.create(Enhancer.java:246) at net.sf.cglib.proxy.Enhancer.create(Enhancer.java:406) at net.sf.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:74) at net.sf.hibernate.persister.AbstractEntityPersister.<init>(AbstractEntityPersister.java:801) at net.sf.hibernate.persister.EntityPersister.<init>(EntityPersister.java:741) at net.sf.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:41) at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:136) at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:726) at com.proinsight.objects.ObjectDataSource.getSessionFactory(ObjectDataSource.java:173) at com.proinsight.objects.ObjectDataSource.<clinit>(ObjectDataSource.java:42) at com.proinsight.servlets.KMSProInsightServlet.init(KMSProInsightServlet.java:43) at javax.servlet.GenericServlet.init(GenericServlet.java:256) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3421) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3609) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.createWebContext(EmbeddedTomcatService.java:530) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.performDeploy(EmbeddedTomcatService.java:309) at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:428) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy6.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274) at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:394) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:395) at java.lang.Thread.run(Thread.java:534) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:373) at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:181) ... 72 more Caused by: java.lang.ClassFormatError: Illegal Field name "CGLIB$load_class$ARRAY0$_Ljava_lang_String;" at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:537) at java.lang.ClassLoader.defineClass(ClassLoader.java:382) ... 77 more --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 01:56:30
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-548 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-548 Summary: Possible cglib2 problem in Hibernate 2.1 Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Reporter: Benoit Menendez Created: Fri, 12 Dec 2003 7:55 PM Updated: Fri, 12 Dec 2003 7:55 PM Description: I just upgraded from the 2.1 rc1 to 2.1 final and I am having the following problem. If I restore the cglib2.jar from rc1 everything works. 2003-12-12 17:51:50,059 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/User.hbm.xml 2003-12-12 17:51:50,900 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.User -> KMS_USER 2003-12-12 17:51:51,481 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.roles -> KMS_USER_ROLE 2003-12-12 17:51:51,521 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.proficiencies -> KMS_USER_SKILL 2003-12-12 17:51:51,541 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.subscription -> KMS_SUBSCRIPTION 2003-12-12 17:51:51,541 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.readings -> KMS_USER_DOCUMENT 2003-12-12 17:51:51,551 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.User.settings -> KMS_USER_VIEW 2003-12-12 17:51:51,551 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Role.hbm.xml 2003-12-12 17:51:51,711 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Role -> KMS_ROLE 2003-12-12 17:51:51,721 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Skill.hbm.xml 2003-12-12 17:51:51,851 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Skill -> KMS_SKILL 2003-12-12 17:51:51,851 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Department.hbm.xml 2003-12-12 17:51:51,971 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Department -> KMS_DEPARTMENT 2003-12-12 17:51:51,982 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/View.hbm.xml 2003-12-12 17:51:52,132 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.View -> KMS_VIEW 2003-12-12 17:51:52,142 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.View.fields -> KMS_DISPLAY 2003-12-12 17:51:52,152 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.View.filters -> KMS_FILTER 2003-12-12 17:51:52,182 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/UserSession.hbm.xml 2003-12-12 17:51:52,302 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.UserSession -> KMS_SESSION 2003-12-12 17:51:52,312 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Document.hbm.xml 2003-12-12 17:51:52,432 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Document -> KMS_DOCUMENT 2003-12-12 17:51:52,482 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.Document.permissions -> KMS_PERMISSION 2003-12-12 17:51:52,642 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.FileDocument -> KMS_DOCUMENT 2003-12-12 17:51:52,662 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Link -> KMS_DOCUMENT 2003-12-12 17:51:52,672 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Message -> KMS_DOCUMENT 2003-12-12 17:51:52,733 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Topic -> KMS_DOCUMENT 2003-12-12 17:51:52,743 INFO [net.sf.hibernate.cfg.Binder] Mapping subclass: system.Folder -> KMS_DOCUMENT 2003-12-12 17:51:52,743 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/Version.hbm.xml 2003-12-12 17:51:52,883 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.Version -> KMS_VERSION 2003-12-12 17:51:52,893 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: system/MessageDetail.hbm.xml 2003-12-12 17:51:53,013 INFO [net.sf.hibernate.cfg.Binder] Mapping class: system.MessageDetail -> KMS_MESSAGE 2003-12-12 17:51:53,013 INFO [net.sf.hibernate.cfg.Configuration] Mapping resource: cch/Employee.hbm.xml 2003-12-12 17:51:53,133 INFO [net.sf.hibernate.cfg.Binder] Mapping class: cch.Employee -> CCH_EMPLOYEE 2003-12-12 17:51:53,183 INFO [net.sf.hibernate.cfg.Configuration] processing one-to-many association mappings 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.Filter, IllegalArgumentException: Cannot find matching method/constructor 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Binder] Mapping collection: system.FileDocument.versions -> KMS_VERSION 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Configuration] processing one-to-one association property references 2003-12-12 17:51:55,166 INFO [net.sf.hibernate.cfg.Configuration] processing foreign key constraints 2003-12-12 17:51:55,316 INFO [net.sf.hibernate.dialect.Dialect] Using dialect: net.sf.hibernate.dialect.SAPDBDialect 2003-12-12 17:51:55,316 INFO [net.sf.hibernate.cfg.SettingsFactory] Use outer join fetching: true 2003-12-12 17:51:55,336 INFO [net.sf.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: com.proinsight.objects.ConnectionProvider 2003-12-12 17:51:55,376 INFO [net.sf.hibernate.transaction.TransactionManagerLookupFactory] instantiating TransactionManagerLookup: net.sf.hibernate.transaction.JBossTransactionManagerLookup 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.transaction.TransactionManagerLookupFactory] instantiated TransactionManagerLookup 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] Use scrollable result sets: true 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] JDBC 2 max batch size: 15 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] Query language substitutions: {} 2003-12-12 17:51:55,406 INFO [net.sf.hibernate.cfg.SettingsFactory] cache provider: net.sf.hibernate.cache.HashtableCacheProvider 2003-12-12 17:51:55,426 INFO [net.sf.hibernate.cfg.Configuration] instantiating and configuring caches 2003-12-12 17:51:55,557 INFO [net.sf.hibernate.impl.SessionFactoryImpl] building session factory 2003-12-12 17:51:55,767 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.Folder, BulkBeanException: Property is private (property setCreatedById) 2003-12-12 17:51:56,478 INFO [net.sf.hibernate.util.ReflectHelper] reflection optimizer disabled for: system.View, BulkBeanException: Property is private (property setCreatedById) 2003-12-12 17:51:56,588 ERROR [net.sf.hibernate.proxy.LazyInitializer] CGLIB Enhancement failed net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:192) at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:330) at net.sf.cglib.proxy.Enhancer.create(Enhancer.java:246) at net.sf.cglib.proxy.Enhancer.create(Enhancer.java:406) at net.sf.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:74) at net.sf.hibernate.persister.AbstractEntityPersister.<init>(AbstractEntityPersister.java:801) at net.sf.hibernate.persister.EntityPersister.<init>(EntityPersister.java:741) at net.sf.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:41) at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:136) at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:726) at com.proinsight.objects.ObjectDataSource.getSessionFactory(ObjectDataSource.java:173) at com.proinsight.objects.ObjectDataSource.<clinit>(ObjectDataSource.java:42) at com.proinsight.servlets.KMSProInsightServlet.init(KMSProInsightServlet.java:43) at javax.servlet.GenericServlet.init(GenericServlet.java:256) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3421) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3609) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.createWebContext(EmbeddedTomcatService.java:530) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.performDeploy(EmbeddedTomcatService.java:309) at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:428) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy6.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274) at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:394) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:395) at java.lang.Thread.run(Thread.java:534) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:373) at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:181) ... 72 more Caused by: java.lang.ClassFormatError: Illegal Field name "CGLIB$load_class$ARRAY0$_Ljava_lang_String;" at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:537) at java.lang.ClassLoader.defineClass(ClassLoader.java:382) ... 77 more --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-13 00:49:29
|
Message: The following issue has been closed. Resolver: Gavin King Date: Fri, 12 Dec 2003 6:47 PM Thanks. I applied this patch. Stupid me for not properly testing! --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-546 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-546 Summary: StackOverflowError during SessionFactory construction Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Gavin King Reporter: Chris Nokleberg Created: Fri, 12 Dec 2003 11:13 AM Updated: Fri, 12 Dec 2003 6:47 PM Environment: 2.1 Final, any database Description: If a proxied class call a method on itself from within its own constructor, an infinite loop occurs, resulting in a StackOverflowError. See this topic for more details: http://forum.hibernate.org/viewtopic.php?t=926326 A patch will follow. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-12 19:01:29
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-547 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-547 Summary: Cascade for collection indexes Type: New Feature Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Reporter: Erno Mononen Created: Fri, 12 Dec 2003 1:01 PM Updated: Fri, 12 Dec 2003 1:01 PM Description: In my opinion it would be useful to have cascades for the indexes of collections, especially in case of ternary associations. For example: A--ABC--C | B Now if you have a map in A (B as key and C as value) and ABC should be deleted when any of A, B or C is deleted, cascades only work for C and A but not for B (key of the map). --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-12 17:18:28
|
The following issue has been updated: Updater: Chris Nokleberg (mailto:ch...@si...) Date: Fri, 12 Dec 2003 11:17 AM Comment: Patch to CGLIBLazyInitializer.java and an update to the test suite Changes: Attachment changed to stackoverflow.patch --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-546&page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-546 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-546 Summary: StackOverflowError during SessionFactory construction Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Reporter: Chris Nokleberg Created: Fri, 12 Dec 2003 11:13 AM Updated: Fri, 12 Dec 2003 11:17 AM Environment: 2.1 Final, any database Description: If a proxied class call a method on itself from within its own constructor, an infinite loop occurs, resulting in a StackOverflowError. See this topic for more details: http://forum.hibernate.org/viewtopic.php?t=926326 A patch will follow. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-12 17:14:28
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-546 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-546 Summary: StackOverflowError during SessionFactory construction Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Reporter: Chris Nokleberg Created: Fri, 12 Dec 2003 11:13 AM Updated: Fri, 12 Dec 2003 11:13 AM Environment: 2.1 Final, any database Description: If a proxied class call a method on itself from within its own constructor, an infinite loop occurs, resulting in a StackOverflowError. See this topic for more details: http://forum.hibernate.org/viewtopic.php?t=926326 A patch will follow. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-12 13:20:29
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-545 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-545 Summary: oracle 9 dialect - change of timestamp mapping Type: Improvement Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Reporter: Martin Priekopa Created: Fri, 12 Dec 2003 7:19 AM Updated: Fri, 12 Dec 2003 7:19 AM Environment: all hibernate versions, oracle 9 DB Description: What about to change mapping of hibernate timestamp from oracle's DATE datatype to TIMESTAMP datatype. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 21:41:17
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-544 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-544 Summary: "eg" example build.xml needs .zip archives for Oracle/DB2 drivers Type: Bug Status: Unassigned Priority: Minor Project: Hibernate2 Assignee: Reporter: Michael Hannaford Created: Thu, 11 Dec 2003 3:41 PM Updated: Thu, 11 Dec 2003 3:41 PM Environment: Hibernate version 2.1 final, DB2 or Oracle (any version) Description: This is my first time running Hibernate, so apologies if this is a duplicate or inappropriate bug. However, I found right away when trying to run the quick "eg" example (as outlined at http://www.hibernate.org/152.html) that the example does not build properly with DB2, because the eg target in build.xml only includes *.jar in its file sets. Both Oracle and DB2 package their JDBC drivers in .zip files, so this file type needs to be included as well. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 11:42:16
|
The following comment has been added to this issue: Author: Max Rydahl Andersen Created: Thu, 11 Dec 2003 5:42 AM Body: joined-subclass are possible with createSQLQuery() - The problem is ONLY for .* queries. I had a semi-working solution, but stranded on having a common way to get alias names for a certain class/table. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-491 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-491 Summary: createSQLQuery should support joined-subclass Type: Improvement Status: Open Priority: Minor Project: Hibernate2 Components: core Versions: 2.1 final Assignee: Max Rydahl Andersen Reporter: Max Rydahl Andersen Created: Sat, 22 Nov 2003 1:28 PM Updated: Thu, 11 Dec 2003 5:42 AM Description: select .... from persons {person}, customers {(Customer)person} where .... where Customer is a <joined-subclass> of Person. http://forum.hibernate.org/viewtopic.php?t=925439&highlight=createsqlquery+joined --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 10:32:17
|
The following comment has been added to this issue: Author: Emmanuel Bernard Created: Thu, 11 Dec 2003 4:31 AM Body: The patch came from this discussion http://forum.hibernate.org/viewtopic.php?t=924438 I think all the aruments are in. My best one was that the actual equals/hashCode impl is wrong even if you already load the collections. This is a clue that people don't use Bag.equals a lot. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-375 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-375 Summary: bag.equals and bag.hashcode implementation Type: Patch Status: Open Priority: Major Project: Hibernate2 Components: core Versions: 2.0.3 Assignee: Gavin King Reporter: Emmanuel Bernard Created: Wed, 1 Oct 2003 9:42 AM Updated: Thu, 11 Dec 2003 4:31 AM Description: I implements bag.equals() and bag.hashcode() conforming the bag semantic. I did it for hibernate 2.0.3 version (can't access head right now) To implement it on head (1.16.2.3 right now), add the equals and hashcode version. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 07:33:16
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 11 Dec 2003 1:32 AM I have fixed this in CVS. Indeed, it was due to a change in the behavior of CGLIB. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-535 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-535 Summary: 2.1 rc1 CGLIB2 Proxy Problems. Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Fix Fors: 2.1 final Versions: 2.1 rc1 Assignee: Gavin King Reporter: Konstantin Sharenkov Created: Tue, 9 Dec 2003 11:49 PM Updated: Thu, 11 Dec 2003 1:32 AM Environment: WinXP tomcat 4.1.27, jdk 1.4.1, Description: After i moved to 2.1 RC1 form 2.1 beta 3 i have following issue if class is lazy <class .... lazy="true"> and I obtain instance obj = sess.load( XXX.class, ID ) if instance is proxy 1. obj.getId() always returns 0 2. getter for other persistent obj.getPersistent() always returns null 3. getter for persistent enum obj.getEnum() always return value for constant Enum.fromInt(0) if i set lazy="false" ol works correct if i use previous verison library all correct too. the sample for id and Persistent Enum included see User.getType, User.getId() and Screenshoots --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 07:05:17
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 11 Dec 2003 1:04 AM Thanks --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-536 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-536 Summary: SchemaExport is broken for jar files Type: Patch Status: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Components: toolset Fix Fors: 2.1 final Versions: 2.1 rc1 Assignee: Gavin King Reporter: Tim McCune Created: Wed, 10 Dec 2003 1:45 AM Updated: Thu, 11 Dec 2003 1:04 AM Environment: Linux, JDK 1.4 Description: <ant:schemaExport properties="${basedir}/project.properties" quiet="no" text="no" drop="no" delimiter=";"> <ant:fileset dir="."> <ant:include name="foo.jar"/> </ant:fileset> </ant:schemaExport> yields: java.lang.NullPointerException at net.sf.hibernate.cfg.Configuration.addJar(Configuration.java:322) at net.sf.hibernate.tool.hbm2ddl.SchemaExportTask.getConfiguration(SchemaExportTask.java:182) at net.sf.hibernate.tool.hbm2ddl.SchemaExportTask.execute(SchemaExportTask.java:131) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 07:00:17
|
Message: The following issue has been closed. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-318 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-318 Summary: autocommit isn't always good Type: Improvement Status: Closed Priority: Major Resolution: REJECTED Project: Hibernate2 Versions: 2.1 beta 3 Assignee: Reporter: Zeehond Created: Mon, 8 Sep 2003 3:31 PM Updated: Thu, 11 Dec 2003 1:00 AM Environment: jboss 3.2.2, oracle 9i, jdk 1.4.2 Description: there are problems with .commit() calls in SchemaUpdate class if autocommit is already set to 'true' on connection, commit() calls cause exceptions the solution that works for me is to include commit() calls in the following condition if (!conn.getAutoCommit()) { conn.commit(); } --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 07:00:17
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 11 Dec 2003 12:58 AM Use SchemaUpdate --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-89 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-89 Summary: Relatively simple/useful feature request within SchemaExport... Type: New Feature Status: Closed Priority: Minor Resolution: REJECTED Project: Hibernate2 Components: toolset Versions: 2.0rc2 Assignee: Reporter: Alex Lorbeer Created: Mon, 19 May 2003 5:19 PM Updated: Thu, 11 Dec 2003 12:58 AM Description: I have run into somewhat of a "blocker" while using the SchemaExport tool... The project I am working on deals with a lot of dynamically generated tables. To avoid name collisions between clients, different schemas are created to hold each client's generated tables. There are also a set of non-dynamic tables that exist in the "global" schema that each client schema references. I am using Hibernate mapping files and the SchemaExport tool to create all of the above mentioned tables. The problem is, I don't want to build the ENTIRE set of tables upon the addition of a new client. It seems that the SchemaExport tool doesn't allow for the generation of SPECIFIC tables... it always assumes you need to generate the ENTIRE set of tables. Also, it would be VERY useful to be able to specify the target schema name upon the execution of SchemaExport. Could there be an additional set of methods in SchemaExport to support this? For example... // Create the specified "qualified" tables names (and associated indexes, foreign key constraints, etc...). public void create(boolean script, boolean export, List tableNames) throws HibernateException; // Create the specified "unqualified" tables names (and associated indexes, foreign key constraints, etc...) within the specified schema. public void create(boolean script, boolean export, List tableNames, String schemaName) throws HibernateException; // Drop the specified "qualified" tables names (and associated indexes, foreign key constraints, etc...). public void drop(boolean script, boolean export, List tablesNames) throws HibernateException; // Drop the specified "unqualified" tables names (and associated indexes, foreign key constraints, etc...) within the specified schema. public void drop(boolean script, boolean export, String schemaName, List tablesNames) throws HibernateException; // Drop all generated tables (and associated indexes, foreign key constraints, etc...) within the specified schema. public void drop(boolean script, boolean export, String schemaName) throws HibernateException; Thank you! --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 06:56:17
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 11 Dec 2003 12:55 AM Done. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-498 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-498 Summary: extra info to add to LazyInitializationException Type: Improvement Status: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Versions: 2.0.3 Assignee: Gavin King Reporter: francisco hernandez Created: Tue, 25 Nov 2003 8:12 AM Updated: Thu, 11 Dec 2003 12:55 AM Description: whenever a LazyInitializationException is thrown can you put in the message what object and method was called that threw the exception? this would be extremely helpfull. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 06:47:19
|
The following comment has been added to this issue: Author: Gavin King Created: Thu, 11 Dec 2003 12:45 AM Body: Actually, the original suggested fix doesn't help much since it could still fail if the triggered SQL returns a rowcout of 0, as some users have occasionally observed. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-139 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-139 Summary: Relax rowcount to be > instead of equal to account for triggers. Type: Improvement Status: Open Priority: Major Project: Hibernate2 Components: core Versions: 2.0 final Assignee: Gavin King Reporter: Don Eddleman Created: Tue, 17 Jun 2003 10:15 AM Updated: Thu, 11 Dec 2003 12:45 AM Environment: All OSs, SQLServer and more than likely any other DB that supports triggers. Description: Within the NonBatchingBatcher class the check for row count to determine success should be relaxed to rowCount >= expected so that any triggers defined on tables affected by the insert/update will not cause a txn to fail just because they fired. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 06:47:18
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 11 Dec 2003 12:46 AM I can't remove the messages completely! --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-432 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-432 Summary: SchemaTool a little too verbose Type: Improvement Status: Closed Priority: Minor Resolution: WON'T FIX Project: Hibernate2 Assignee: Gavin King Reporter: Jason Novotny Created: Wed, 29 Oct 2003 11:10 AM Updated: Thu, 11 Dec 2003 12:46 AM Description: SchemExport ant task gives me lots of verbose messsages like: schemaexport] drop table sportletuserattributes [schemaexport] Unsuccessful: Table not found: SPORTLETUSERATTRIBUTES in statement [drop table sportletuserattributes] [schemaexport] drop table authmoduleattributes [schemaexport] Unsuccessful: Table not found: AUTHMODULEATTRIBUTES in statement [drop table authmoduleattributes] [schemaexport] drop table sportletgroup [schemaexport] Unsuccessful: Table not found: SPORTLETGROUP in statement [drop table sportletgroup] [schemaexport] drop table grouprequestimpl [schemaexport] Unsuccessful: Table not found: GROUPREQUESTIMPL in statement [drop table grouprequestimpl] [schemaexport] drop table dbmsuserpassword [schemaexport] Unsuccessful: Table not found: DBMSUSERPASSWORD in statement [drop table dbmsuserpassword] I understand these messages, but unfortunately the users of my software think they are errors! Instead of spelling out in our users guide they are normal-- I'd like to just turn the verbosity off --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-12-11 06:45:17
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 11 Dec 2003 12:43 AM I don't think we want to bload out the dialects for this. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-402 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-402 Summary: where clause in collection mapping ignores dialect keywords Type: Improvement Status: Closed Priority: Major Resolution: WON'T FIX Project: Hibernate2 Versions: 2.1 beta 4 Assignee: Reporter: Edina Pimp Created: Wed, 15 Oct 2003 11:36 AM Updated: Thu, 11 Dec 2003 12:43 AM Environment: oracle, jdk1.3.1_08 Description: When the optional where clause supplied in a collection mapping is parsed, dialect specific keywords are ignored, resulting in invalid SQL being generated. <example code> Template.renderWhereStringTemplate( "x < sysdate", new Oracle9Dialect()); produces: $PlaceHolder.x < $PlaceHolder.sysdate </example code> Possible fix may be to add additional code to logic beginning on line 59 of Template that starts boolean isIdentifier = ... New logic would check the current dialect's function map, etc. -dc --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |