[
https://issues.apache.org/jira/browse/TAP5-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16237001#comment-16237001
]
Hudson commented on TAP5-2582:
------------------------------
FAILURE: Integrated in Jenkins build tapestry-trunk-freestyle #1673 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/1673/])
TAP5-2582: Service creation for Hibernate Session results in (thiago: rev
bd2c277f339d26727d899900d5e2f76e12f95c59)
* (edit)
plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticClassImpl.java
* (edit) plastic/src/main/java/org/apache/tapestry5/plastic/PlasticClass.java
* (edit)
tapestry-ioc/src/test/groovy/ioc/specs/AspectInterceptorBuilderImplSpec.groovy
* (edit) tapestry-ioc/build.gradle
* (edit)
tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/AdviceModule.java
* (edit)
plastic/src/main/java/org/apache/tapestry5/plastic/MethodDescription.java
* (edit)
tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ModuleImpl.java
> Service creation for Hibernate Session results in ClassFormatError: Duplicate
> method name&signature
> ---------------------------------------------------------------------------------------------------
>
> Key: TAP5-2582
> URL: https://issues.apache.org/jira/browse/TAP5-2582
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-ioc
> Affects Versions: 5.4.3
> Reporter: Thomas Mayer
> Assignee: Thiago H. de Paula Figueiredo
> Priority: Major
> Labels: duplicate,method, hibernate, interface, ioc
> Fix For: 5.4.4
>
>
> Hi, this report is for
> tapestry-ioc 5.4.3
> hibernate-core 5.2.10.Final
> openjdk version "1.8.0_121"
> OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13)
> OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
> I'm trying to have a Service for a hibernate Session:
> {code:java}
> public static Session buildHibernateSession(
> ObjectLocator objectLocator
> ) {
> return new Configuration()
> .configure("hibernate.cfg.xml")
> .buildSessionFactory()
> .openSession();
> }
> {code}
> As soon as the Hibernate Session is invoked by Tapestry-IOC, I get an
> error: java.lang.ClassFormatError: Duplicate method name&signature in
> class file $Session_350f95bde0b5
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)