[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tapestry-dev
Subject:    [jira] [Created] (TAP5-2582) Service creation for Hibernate Session results in ClassFormatError: Dup
From:       "Thomas Mayer (JIRA)" <jira () apache ! org>
Date:       2017-05-09 13:14:04
Message-ID: JIRA.13070407.1494335586000.164018.1494335644548 () Atlassian ! JIRA
[Download RAW message or body]

Thomas Mayer created TAP5-2582:
----------------------------------

             Summary: 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


Hi, this report/question 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 ServiceId for a hibernate Session:

public static Session buildHibernateSession(
    ObjectLocator objectLocator
) {
    return new Configuration()
        .configure("hibernate.cfg.xml")
        .buildSessionFactory()
        .openSession();
}

As soon as the HibernateSession 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.3.15#6346)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic