GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024

Original comment by [email protected] on 22 Aug 2012 at 10:51

  • Changed state: Accepted

from orika.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
In the most current release (1.3.0), the getCtClass() method call has been 
replaced with get(); 
note that we've migrated to using the 'org.javassist' maven groupId now, since 
that seems to be the more accepted coordinates used by JBoss going forward
(so your exclusion/overrides might change)

If possible, can you test with this version and see how it affects your 
deployment to Jboss 4.3?

Original comment by [email protected] on 5 Oct 2012 at 6:47

from orika.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
Hi Mat,

This issue has been fixed. As long as we introduce orika into our project
like this as bellow it works fine on jboss4.3.
However I'd like to suggest you to config on orika-core pom file to make it
depend on javassist 3.8.0.ga version directly. You know when we add
features we probably use the new features in javassist that not occurs
before 3.8.0.ga version and introduce version confliction issue again.


Thanks

- Bruce


    <dependency>
        <groupId>ma.glasnost.orika</groupId>
        <artifactId>orika-core</artifactId>
        <version>1.3.0</version>
        <exclusions>
            <exclusion>
                <groupId>javassist</groupId>
                <artifactId>javassist</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
    <dependency>
        <groupId>javassist</groupId>
        <artifactId>javassist</artifactId>
        <version>3.8.0.ga</version>
        <scope>provided</scope>
    </dependency>

Original comment by [email protected] on 9 Oct 2012 at 12:54

from orika.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
Hi Bruce,
unfortunately, 3.8.0.ga is a very old version of javassist, and we'd rather 
stick with more current versions, as it's more likely to line up with most 
users of Orika. Anyway, with maven, it's easy enough to replace it with the 
version you desire.

Original comment by [email protected] on 27 Nov 2012 at 4:11

  • Changed state: Fixed

from orika.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.