You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2010/05/06 13:28:48 UTC

[jira] Created: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Upgrade Hibernate dependencies to 3.5.1
---------------------------------------

                 Key: TAP5-1134
                 URL: https://issues.apache.org/jira/browse/TAP5-1134
             Project: Tapestry 5
          Issue Type: Task
          Components: tapestry-core, tapestry-hibernate
            Reporter: Igor Drobiazko
            Priority: Minor




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Closed: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by Howard Lewis Ship <hl...@gmail.com>.
My client's project is using hibernate-search and, after the upgrade,
I get the following:


Caused by: java.lang.RuntimeException: Error invoking service builder
method org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionSource(Logger,
List, RegistryShutdownHub) (at HibernateCoreModule.java:123) (for
service 'HibernateSessionSource'): Implementing class
	at org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:76)
	at org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
	at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
	... 152 more
Caused by: java.lang.IncompatibleClassChangeError: Implementing class
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:698)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:315)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:398)


A little research shows this is a common error, related to a change:
org.hibernate.cfg.Mappings changed from an abstract class to an
interface (I believe) and older code crashes and burns.

http://stackoverflow.com/questions/1497619/testng-and-spring-3

I've been able to get things working again with the following POM changes:

$ git diff pom.xml
diff --git a/pom.xml b/pom.xml
index 8978c0e..b015978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,15 +43,9 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-core</artifactId>
-      <version>2.4.1</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-search</artifactId>
-      <version>3.1.1.GA</version>
+      <version>3.2.0.Final</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
@@ -145,12 +139,8 @@
   </dependencies>
   <repositories>
     <repository>
-      <id>java.net</id>
-      <url>http://download.java.net/maven/2/</url>
-    </repository>
-    <repository>
-      <id>repository.jboss.org</id>
-      <url>http://repository.jboss.org/maven2/</url>
+      <id>JBoss Nexus</id>
+      <url>https://repository.jboss.org/nexus/content/groups/public/</url>
     </repository>
   </repositories>
   <properties>

However, I haven't validated that the applications' useage of
Hibernate search and Lucene is still working correctly.


On Thu, May 6, 2010 at 11:50 PM, Igor Drobiazko (JIRA) <ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Igor Drobiazko closed TAP5-1134.
> --------------------------------
>
>    Fix Version/s: 5.2.0
>       Resolution: Fixed
>
>> Upgrade Hibernate dependencies to 3.5.1
>> ---------------------------------------
>>
>>                 Key: TAP5-1134
>>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>>             Project: Tapestry 5
>>          Issue Type: Task
>>          Components: tapestry-core, tapestry-hibernate
>>    Affects Versions: 5.1.0.5
>>            Reporter: Igor Drobiazko
>>            Assignee: Igor Drobiazko
>>            Priority: Minor
>>             Fix For: 5.2.0
>>
>>
>
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [jira] Closed: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by Massimo Lusetti <ml...@gmail.com>.
Sorry for the noise... was totally my fault.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [jira] Closed: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by Massimo Lusetti <ml...@gmail.com>.
On Fri, May 7, 2010 at 8:50 AM, Igor Drobiazko (JIRA) <ji...@apache.org> wrote:

>
>     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Igor Drobiazko closed TAP5-1134.
> --------------------------------
>
>    Fix Version/s: 5.2.0
>       Resolution: Fixed

This is the stacktrace I'm receiving today booting my apps after
updating and compiling the latest trunk:

Caused by: org.apache.tapestry5.ioc.internal.OperationException: Error
invoking service builder method
org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionSource(Logger,
List, RegistryShutdownHub) (at HibernateCoreModule.java:123) (for
service 'HibernateSessionSource'):
javax.persistence.UniqueConstraint.name()Ljava/lang/String;
        at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:90)
        at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
        at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1040)
        at org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator.createObject(OperationTrackingObjectCreator.java:49)
        at org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle.createService(SingletonServiceLifecycle.java:29)
        at org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator.createObject(LifecycleWrappedServiceCreator.java:46)
        at org.apache.tapestry5.ioc.internal.AdvisorStackBuilder.createObject(AdvisorStackBuilder.java:60)
        at org.apache.tapestry5.ioc.internal.InterceptorStackBuilder.createObject(InterceptorStackBuilder.java:52)
        at org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper.createObject(RecursiveServiceCreationCheckWrapper.java:60)
        at org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
        at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
        at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
        at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1040)
        at org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator.createObject(OperationTrackingObjectCreator.java:49)
        at org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.obtainObjectFromCreator(JustInTimeObjectCreator.java:68)
        ... 132 more
Caused by: java.lang.RuntimeException: Error invoking service builder
method org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionSource(Logger,
List, RegistryShutdownHub) (at HibernateCoreModule.java:123) (for
service 'HibernateSessionSource'):
javax.persistence.UniqueConstraint.name()Ljava/lang/String;
        at org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:76)
        at org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator$1.invoke(OperationTrackingObjectCreator.java:45)
        at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:68)
        ... 146 more
Caused by: java.lang.NoSuchMethodError:
javax.persistence.UniqueConstraint.name()Ljava/lang/String;
        at org.hibernate.cfg.annotations.TableBinder.buildUniqueConstraintHolders(TableBinder.java:544)
        at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:543)
        at org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType(AnnotationConfiguration.java:636)
        at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:359)
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1377)
        at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:954)
        at org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl.<init>(HibernateSessionSourceImpl.java:45)
        at org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionSource(HibernateCoreModule.java:123)
        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:597)
        at org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:64)
        ... 148 more




... And this is the topmost error:

org.apache.tapestry5.ioc.internal.util.TapestryException: Exception
constructing service 'ValueEncoderSource': Error invoking service
builder method org.apache.tapestry5.services.TapestryModule.buildValueEncoderSource(Map,
InvalidationEventHub) (at TapestryModule.java:2254) (for service
'ValueEncoderSource'): Error invoking service contribution method
org.apache.tapestry5.hibernate.HibernateModule.contributeValueEncoderSource(MappedConfiguration,
boolean, HibernateSessionSource, Session, TypeCoercer, PropertyAccess,
LoggerSource): Exception constructing service
'HibernateSessionSource': Error invoking service builder method
org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionSource(Logger,
List, RegistryShutdownHub) (at HibernateCoreModule.java:123) (for
service 'HibernateSessionSource'):
javax.persistence.UniqueConstraint.name()Ljava/lang/String; [at
classpath:org/apache/tapestry5/corelib/components/ExceptionDisplay.tml,
line 3]


I'm digging and if you care I can provide the full stack (which is very long)

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1134.
--------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reopened TAP5-1134:
----------------------------------------

      Assignee: Howard M. Lewis Ship  (was: Igor Drobiazko)

3.5.2 is now available and removes some problems in 3.5.1, such as superfluous startup messages.

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.2

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1134:
---------------------------------------

    Summary: Upgrade Hibernate dependencies to 3.5.2  (was: Upgrade Hibernate dependencies to 3.5.1)

> Upgrade Hibernate dependencies to 3.5.2
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1134:
---------------------------------

    Affects Version/s: 5.1.0.5

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.2

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1134.
--------------------------------------

    Resolution: Fixed

> Upgrade Hibernate dependencies to 3.5.2
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1134:
------------------------------------

    Assignee: Igor Drobiazko

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.2

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1134:
---------------------------------------

    Summary: Upgrade Hibernate dependencies to 3.5.2  (was: Upgrade Hibernate dependencies to 3.5.1)

> Upgrade Hibernate dependencies to 3.5.2
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.2

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1134.
--------------------------------------

    Resolution: Fixed

> Upgrade Hibernate dependencies to 3.5.2
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1134.
--------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reopened TAP5-1134:
----------------------------------------

      Assignee: Howard M. Lewis Ship  (was: Igor Drobiazko)

3.5.2 is now available and removes some problems in 3.5.1, such as superfluous startup messages.

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1134:
------------------------------------

    Assignee: Igor Drobiazko

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1134) Upgrade Hibernate dependencies to 3.5.1

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1134:
---------------------------------

    Affects Version/s: 5.1.0.5

> Upgrade Hibernate dependencies to 3.5.1
> ---------------------------------------
>
>                 Key: TAP5-1134
>                 URL: https://issues.apache.org/jira/browse/TAP5-1134
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-core, tapestry-hibernate
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.